diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-09-26 14:36:05 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-09-26 14:36:05 +0200 |
commit | 05dbdb4e20df144cde24cda2c09718ddaaf10e51 (patch) | |
tree | a5d5e2e702bf84c61b4ae0ac1706f96ab764ac5a | |
parent | 4336ff891a163d2d4961f22c65dbb5cbd7430f7e (diff) | |
download | Chimère-05dbdb4e20df144cde24cda2c09718ddaaf10e51.tar.bz2 Chimère-05dbdb4e20df144cde24cda2c09718ddaaf10e51.zip |
Correction traduction (AAAA-MM-JJ -> JJ/MM/AAAA)
-rw-r--r-- | chimere/locale/fr/LC_MESSAGES/django.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chimere/locale/fr/LC_MESSAGES/django.po b/chimere/locale/fr/LC_MESSAGES/django.po index 2207a37..1727944 100644 --- a/chimere/locale/fr/LC_MESSAGES/django.po +++ b/chimere/locale/fr/LC_MESSAGES/django.po @@ -728,7 +728,7 @@ msgstr "Date de début" msgid "Not mandatory. Set it for dated item such as event. Format YYYY-MM-DD" msgstr "" "Optionnel. Précisez ce champ pour les éléments datés comme un événement. " -"Format du champ : AAAA-MM-JJ" +"Format du champ : JJ/MM/AAAA" #: models.py:614 templates/chimere/edit.html:76 msgid "End date" @@ -739,7 +739,7 @@ msgid "" "Not mandatory. Set it only if you have a multi-day event. Format YYYY-MM-DD" msgstr "" "Optionnel. Précisez ce champ seulement pour des événements durant plusieurs " -"jours. Format du champ : AAAA-MM-JJ" +"jours. Format du champ : JJ/MM/AAAA" #: models.py:618 msgid "Weight" |