diff --git a/messages.pot b/messages.pot index 1219b00..7d34497 100644 --- a/messages.pot +++ b/messages.pot @@ -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 \n" "Language-Team: LANGUAGE \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 "" diff --git a/templates/partials/volunteer.html b/templates/partials/volunteer.html index d449e4d..330e1ac 100644 --- a/templates/partials/volunteer.html +++ b/templates/partials/volunteer.html @@ -1,8 +1,8 @@ {% set volunteer = page.resume.volunteer %} {% if volunteer %} -
+
-

Volunteer

+

{% trans %}resume volunteer title{% endtrans %}

{% for volunteer_item in volunteer %} diff --git a/translations/en/LC_MESSAGES/messages.mo b/translations/en/LC_MESSAGES/messages.mo index 3971434..a7c714b 100644 Binary files a/translations/en/LC_MESSAGES/messages.mo and b/translations/en/LC_MESSAGES/messages.mo differ diff --git a/translations/en/LC_MESSAGES/messages.po b/translations/en/LC_MESSAGES/messages.po index fa6a43b..eb80a11 100644 --- a/translations/en/LC_MESSAGES/messages.po +++ b/translations/en/LC_MESSAGES/messages.po @@ -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 \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" diff --git a/translations/fr/LC_MESSAGES/messages.mo b/translations/fr/LC_MESSAGES/messages.mo index 564ada4..3b495af 100644 Binary files a/translations/fr/LC_MESSAGES/messages.mo and b/translations/fr/LC_MESSAGES/messages.mo differ diff --git a/translations/fr/LC_MESSAGES/messages.po b/translations/fr/LC_MESSAGES/messages.po index 88887f0..671c1df 100644 --- a/translations/fr/LC_MESSAGES/messages.po +++ b/translations/fr/LC_MESSAGES/messages.po @@ -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 \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"