diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2017-02-02 11:06:13 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2017-02-02 11:06:13 +0100 |
commit | 2a65f9c8a7062bac9a732c5acf7cf62980e6ac47 (patch) | |
tree | 218829d3c94df85950049966b7a4e6c349f0a065 | |
parent | 9f77ef46a99794a4ba5cc3e2f16b0451c8c1e78c (diff) | |
download | Chimère-2a65f9c8a7062bac9a732c5acf7cf62980e6ac47.tar.bz2 Chimère-2a65f9c8a7062bac9a732c5acf7cf62980e6ac47.zip |
Update translation and gitignore
-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 |