diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | chimere/locale/fr/LC_MESSAGES/django.po | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -9,6 +9,7 @@ media media/* local_settings.py chimere_env/ +docs/_build/ docs/en/build/ docs/fr/build/ chimere_example_project diff --git a/chimere/locale/fr/LC_MESSAGES/django.po b/chimere/locale/fr/LC_MESSAGES/django.po index 1914c07..47f47ec 100644 --- a/chimere/locale/fr/LC_MESSAGES/django.po +++ b/chimere/locale/fr/LC_MESSAGES/django.po @@ -1503,7 +1503,7 @@ msgid "" "public and they will only used to join you for this project." msgstr "" "Ces champs ne sont pas obligatoires. Si vous les renseignez, ils ne seront " -"pas publiés et ne seront utilisés seulement pour vous joindre dans le cadre " +"pas publiés et seront utilisés seulement pour vous joindre dans le cadre " "de ce projet." #: templates/chimere/edit.html:124 |