From 790bdc2540ea57fcded6fd8f9740010040afb017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cha=C3=AFb=20Martinez?= Date: Tue, 30 Jul 2024 14:29:41 +0200 Subject: [PATCH] wip --- locale/fr/LC_MESSAGES/django.po | 2 +- templates/blocks/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 7df231d7..4382bfa6 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -46,7 +46,7 @@ msgid "Display settings" msgstr "Paramètres d’affichage" #: templates/blocks/footer.html:55 -msgid "This website was made with" +msgid "Ce site a été fait avec" msgstr "Ce site a été fait avec" #: templates/blocks/header.html:5 templates/blocks/header.html:13 diff --git a/templates/blocks/footer.html b/templates/blocks/footer.html index 7be7b12d..0552b505 100644 --- a/templates/blocks/footer.html +++ b/templates/blocks/footer.html @@ -52,5 +52,5 @@ {% endif %} {% endblock footer_links %} {% block footer_bottom_extra %} -| {% translate "This website was made with" %} Sites faciles +| {% translate "Ce site a été fait avec" %} Sites faciles {% endblock footer_bottom_extra %}