diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-05-07 15:28:30 +0200 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-05-07 15:28:30 +0200 |
commit | 3c8be3350052d209132a73507bf42d9dc5298d67 (patch) | |
tree | c7edea0021c88856e0d20e097938e40ef8af7746 /docs/fr/developer/translate.rst | |
parent | 1556c925a42619c1298edebb73eb86c009b3f3c8 (diff) | |
parent | 1221f5315d978fe71d41ef8d164d127e8f6b33b8 (diff) | |
download | wallabag-3c8be3350052d209132a73507bf42d9dc5298d67.tar.gz wallabag-3c8be3350052d209132a73507bf42d9dc5298d67.tar.zst wallabag-3c8be3350052d209132a73507bf42d9dc5298d67.zip |
Merge pull request #2023 from wallabag/fix-validators-translation
Fix translation for validators
Diffstat (limited to 'docs/fr/developer/translate.rst')
-rw-r--r-- | docs/fr/developer/translate.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fr/developer/translate.rst b/docs/fr/developer/translate.rst index cc5336ee..902c29ad 100644 --- a/docs/fr/developer/translate.rst +++ b/docs/fr/developer/translate.rst | |||
@@ -15,7 +15,7 @@ Fichiers de traductions | |||
15 | 15 | ||
16 | Les principaux fichiers de traduction se trouvent ici : https://github.com/wallabag/wallabag/tree/master/src/Wallabag/CoreBundle/Resources/translations. | 16 | Les principaux fichiers de traduction se trouvent ici : https://github.com/wallabag/wallabag/tree/master/src/Wallabag/CoreBundle/Resources/translations. |
17 | 17 | ||
18 | Vous devez créer le fichier ``messages.CODE.yml``, | 18 | Vous devez créer les fichiers ``messages.CODE.yml`` et ``validators.CODE.yml``, |
19 | où CODE est le code ISO 639-1 de votre langue (`cf wikipedia <https://fr.wikipedia.org/wiki/Liste_des_codes_ISO_639-1>`__). | 19 | où CODE est le code ISO 639-1 de votre langue (`cf wikipedia <https://fr.wikipedia.org/wiki/Liste_des_codes_ISO_639-1>`__). |
20 | 20 | ||
21 | Autres fichiers à traduire : | 21 | Autres fichiers à traduire : |