[i18n] volunteer section

This commit is contained in:
max/sooulix 2024-08-15 04:08:58 +02:00
parent adfba765d8
commit 2df36027d2
6 changed files with 17 additions and 5 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-08-15 02:29+0200\n"
"POT-Creation-Date: 2024-08-15 03:59+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -92,6 +92,10 @@ msgstr ""
msgid "skill level notions"
msgstr ""
#: templates/partials/volunteer.html:5
msgid "resume volunteer title"
msgstr ""
#: templates/partials/work.html:5
msgid "resume work title"
msgstr ""

View File

@ -1,8 +1,8 @@
{% set volunteer = page.resume.volunteer %}
{% if volunteer %}
<section class="section">
<section class="section" id="volunteer-section">
<header>
<h2 class='section-title'>Volunteer</h2>
<h2 class='section-title'>{% trans %}resume volunteer title{% endtrans %}</h2>
</header>
<section id="volunteer">
{% for volunteer_item in volunteer %}

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-08-15 02:29+0200\n"
"POT-Creation-Date: 2024-08-15 03:59+0200\n"
"PO-Revision-Date: 2024-08-14 18:17+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
@ -93,6 +93,10 @@ msgstr "Elementary"
msgid "skill level notions"
msgstr "Beginner"
#: templates/partials/volunteer.html:5
msgid "resume volunteer title"
msgstr "Volunteer"
#: templates/partials/work.html:5
msgid "resume work title"
msgstr "Professional experience"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-08-15 02:29+0200\n"
"POT-Creation-Date: 2024-08-15 03:59+0200\n"
"PO-Revision-Date: 2024-08-14 18:17+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: fr\n"
@ -93,6 +93,10 @@ msgstr "Élémentaire"
msgid "skill level notions"
msgstr "Débutant"
#: templates/partials/volunteer.html:5
msgid "resume volunteer title"
msgstr "Bénévolat"
#: templates/partials/work.html:5
msgid "resume work title"
msgstr "Expérience Professionnelle"