diff options
author | Jeremy Benoist <jbenoist@20minutes.fr> | 2016-03-21 10:08:56 +0100 |
---|---|---|
committer | Jeremy Benoist <jbenoist@20minutes.fr> | 2016-03-21 10:08:56 +0100 |
commit | 4083887afe4dd3f568b2dfea3392506b554c79b8 (patch) | |
tree | ecd84477adf3e12819b26aff2a6d2e644e45ea72 /docs/en | |
parent | f3e49264f23627df27d1e0b6964295a6d7899b85 (diff) | |
download | wallabag-4083887afe4dd3f568b2dfea3392506b554c79b8.tar.gz wallabag-4083887afe4dd3f568b2dfea3392506b554c79b8.tar.zst wallabag-4083887afe4dd3f568b2dfea3392506b554c79b8.zip |
Update docs about translation
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/developer/translate.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/developer/translate.rst b/docs/en/developer/translate.rst index 33b0ebdb..39478fd5 100644 --- a/docs/en/developer/translate.rst +++ b/docs/en/developer/translate.rst | |||
@@ -14,7 +14,7 @@ Translation files | |||
14 | 14 | ||
15 | You can find translation files here: https://github.com/wallabag/wallabag/tree/v2/src/Wallabag/CoreBundle/Resources/translations. | 15 | You can find translation files here: https://github.com/wallabag/wallabag/tree/v2/src/Wallabag/CoreBundle/Resources/translations. |
16 | 16 | ||
17 | You have to create ``messages.CODE.yml`` and ``validators.CODE.yml``, where CODE | 17 | You have to create ``messages.CODE.yml``, where CODE |
18 | is the ISO 639-1 code of your language (`see wikipedia <https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>`__). | 18 | is the ISO 639-1 code of your language (`see wikipedia <https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>`__). |
19 | 19 | ||
20 | Other files to translate: | 20 | Other files to translate: |