diff --git a/messages.pot b/messages.pot index 7d34497..4433d70 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 03:59+0200\n" +"POT-Creation-Date: 2024-08-15 04:11+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -100,3 +100,7 @@ msgstr "" msgid "resume work title" msgstr "" +#: templates/translations.html:3 +msgid "Translations" +msgstr "" + diff --git a/templates/translations.html b/templates/translations.html index cac234f..e087298 100644 --- a/templates/translations.html +++ b/templates/translations.html @@ -1,6 +1,8 @@ {% macro translations_for(article) %} {% if article.translations %} - Translations: + + {% trans %}Translations{% endtrans %}: + {% for translation in article.translations %} {{ translation.lang }} {% endfor %} @@ -13,4 +15,4 @@ {% endfor %} {% endif %} -{% endmacro %} \ No newline at end of file +{% endmacro %} diff --git a/translations/en/LC_MESSAGES/messages.mo b/translations/en/LC_MESSAGES/messages.mo index a7c714b..af2ae4e 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 eb80a11..a7f6e64 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 03:59+0200\n" +"POT-Creation-Date: 2024-08-15 04:11+0200\n" "PO-Revision-Date: 2024-08-14 18:17+0200\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -101,3 +101,7 @@ msgstr "Volunteer" msgid "resume work title" msgstr "Professional experience" +#: templates/translations.html:3 +msgid "Translations" +msgstr "" + diff --git a/translations/fr/LC_MESSAGES/messages.mo b/translations/fr/LC_MESSAGES/messages.mo index 3b495af..5d52cd4 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 671c1df..80766be 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 03:59+0200\n" +"POT-Creation-Date: 2024-08-15 04:11+0200\n" "PO-Revision-Date: 2024-08-14 18:17+0200\n" "Last-Translator: FULL NAME \n" "Language: fr\n" @@ -101,3 +101,7 @@ msgstr "Bénévolat" msgid "resume work title" msgstr "Expérience Professionnelle" +#: templates/translations.html:3 +msgid "Translations" +msgstr "Traductions" +