From b275ce80a4fcef52f3be86bd91662fc3d7bf9ff1 Mon Sep 17 00:00:00 2001 From: sarahrubio <sarahrubio.pro@gmail.com> Date: Tue, 11 Mar 2025 17:44:05 +0100 Subject: [PATCH] fix the link in the footer & add french translation --- django/locale/en/LC_MESSAGES/django.po | 11 +++++------ django/locale/fr/LC_MESSAGES/django.po | 13 ++++++------- django/locale/it/LC_MESSAGES/django.po | 11 +++++------ django/locale/la/LC_MESSAGES/django.po | 12 ++++++------ django/locale/pt/LC_MESSAGES/django.po | 12 ++++++------ django/web/templates/web/base.html | 5 ++--- 6 files changed, 30 insertions(+), 34 deletions(-) diff --git a/django/locale/en/LC_MESSAGES/django.po b/django/locale/en/LC_MESSAGES/django.po index e159f7d4..8b4ee6cd 100644 --- a/django/locale/en/LC_MESSAGES/django.po +++ b/django/locale/en/LC_MESSAGES/django.po @@ -488,12 +488,11 @@ msgid "" msgstr "" #: web/templates/web/base.html:178 -msgid "" -"\n" -" To know more <a href=\"https://ecrituresnumeriques." -"ca/en/Activities/Projects/2016/1/19/Palatine-Anthology\">about the projet</" -"a>.\n" -" " +msgid "To know more" +msgstr "" + +#: web/templates/web/base.html:178 +msgid "about the project" msgstr "" #: web/templates/web/city/city_create.html:20 diff --git a/django/locale/fr/LC_MESSAGES/django.po b/django/locale/fr/LC_MESSAGES/django.po index e7d97074..c4225662 100644 --- a/django/locale/fr/LC_MESSAGES/django.po +++ b/django/locale/fr/LC_MESSAGES/django.po @@ -496,13 +496,12 @@ msgid "" msgstr "" #: web/templates/web/base.html:178 -msgid "" -"\n" -" To know more <a href=\"https://ecrituresnumeriques." -"ca/en/Activities/Projects/2016/1/19/Palatine-Anthology\">about the projet</" -"a>.\n" -" " -msgstr "" +msgid "To know more" +msgstr "Pour en savoir plus" + +#: web/templates/web/base.html:178 +msgid "about the project" +msgstr "sur le projet" #: web/templates/web/city/city_create.html:20 msgid "Add a new city" diff --git a/django/locale/it/LC_MESSAGES/django.po b/django/locale/it/LC_MESSAGES/django.po index 695993c0..c48c1c04 100644 --- a/django/locale/it/LC_MESSAGES/django.po +++ b/django/locale/it/LC_MESSAGES/django.po @@ -507,12 +507,11 @@ msgid "" msgstr "" #: web/templates/web/base.html:178 -msgid "" -"\n" -" To know more <a href=\"https://ecrituresnumeriques." -"ca/en/Activities/Projects/2016/1/19/Palatine-Anthology\">about the projet</" -"a>.\n" -" " +msgid "To know more" +msgstr "" + +#: web/templates/web/base.html:178 +msgid "about the project" msgstr "" #: web/templates/web/city/city_create.html:20 diff --git a/django/locale/la/LC_MESSAGES/django.po b/django/locale/la/LC_MESSAGES/django.po index 59241957..be8185e5 100644 --- a/django/locale/la/LC_MESSAGES/django.po +++ b/django/locale/la/LC_MESSAGES/django.po @@ -507,14 +507,14 @@ msgid "" msgstr "" #: web/templates/web/base.html:178 -msgid "" -"\n" -" To know more <a href=\"https://ecrituresnumeriques." -"ca/en/Activities/Projects/2016/1/19/Palatine-Anthology\">about the projet</" -"a>.\n" -" " +msgid "To know more" msgstr "" +#: web/templates/web/base.html:178 +msgid "about the project" +msgstr "" + + #: web/templates/web/city/city_create.html:20 msgid "Add a new city" msgstr "Locum addere" diff --git a/django/locale/pt/LC_MESSAGES/django.po b/django/locale/pt/LC_MESSAGES/django.po index b0ff9a39..652c76ec 100644 --- a/django/locale/pt/LC_MESSAGES/django.po +++ b/django/locale/pt/LC_MESSAGES/django.po @@ -480,14 +480,14 @@ msgid "" msgstr "" #: web/templates/web/base.html:178 -msgid "" -"\n" -" To know more <a href=\"https://ecrituresnumeriques." -"ca/en/Activities/Projects/2016/1/19/Palatine-Anthology\">about the projet</" -"a>.\n" -" " +msgid "To know more" msgstr "" +#: web/templates/web/base.html:178 +msgid "about the project" +msgstr "" + + #: web/templates/web/city/city_create.html:20 msgid "Add a new city" msgstr "" diff --git a/django/web/templates/web/base.html b/django/web/templates/web/base.html index f778e47c..f8c413b5 100644 --- a/django/web/templates/web/base.html +++ b/django/web/templates/web/base.html @@ -181,9 +181,8 @@ <img class="mx-1" src="{% static 'web/img/gren-logo.png' %}"> </p> <p> - {% blocktranslate %} - To know more <a href="https://ecrituresnumeriques.ca/en/Activities/Projects/2016/1/19/Palatine-Anthology">about the projet</a>. - {% endblocktranslate %} + {% blocktranslate %}To know more{% endblocktranslate %} <a href="{% url 'web:pages' 'a-propos' %}">{% translate "about the project" %}</a>. + </p> {% endblock %} </footer> -- GitLab