diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-02-17 14:48:41 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-02-17 14:48:41 +0100 |
commit | 71d03b8536e3a0075f02451904e1300a937998d0 (patch) | |
tree | 91435acd1ddae3e7eaaeeeabe4c4bac6120ec9ba /docs/en/developer/translate.rst | |
parent | 29c9e8f18a3eff54713095344a7f14ac96ef4210 (diff) | |
download | wallabag-71d03b8536e3a0075f02451904e1300a937998d0.tar.gz wallabag-71d03b8536e3a0075f02451904e1300a937998d0.tar.zst wallabag-71d03b8536e3a0075f02451904e1300a937998d0.zip |
typo
Diffstat (limited to 'docs/en/developer/translate.rst')
-rw-r--r-- | docs/en/developer/translate.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/en/developer/translate.rst b/docs/en/developer/translate.rst index 5706656f..ff2b8f0e 100644 --- a/docs/en/developer/translate.rst +++ b/docs/en/developer/translate.rst | |||
@@ -1,10 +1,10 @@ | |||
1 | Translate wallabag | 1 | Translate wallabag |
2 | ================== | 2 | ================== |
3 | 3 | ||
4 | Translation file | 4 | Translation files |
5 | ---------------- | 5 | ----------------- |
6 | 6 | ||
7 | You can find translations files here: https://github.com/wallabag/wallabag/tree/v2/src/Wallabag/CoreBundle/Resources/translations. | 7 | You can find translation files here: https://github.com/wallabag/wallabag/tree/v2/src/Wallabag/CoreBundle/Resources/translations. |
8 | 8 | ||
9 | You have to create ``messages.CODE.yml`` and ``validators.CODE.yml``, where CODE is the the ISO 639-1 code of your language (`see wikipedia <https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>`__). | 9 | You have to create ``messages.CODE.yml`` and ``validators.CODE.yml``, where CODE is the the ISO 639-1 code of your language (`see wikipedia <https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>`__). |
10 | 10 | ||