diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/developer/translate.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/en/developer/translate.rst b/docs/en/developer/translate.rst index ff2b8f0e..c47e9614 100644 --- a/docs/en/developer/translate.rst +++ b/docs/en/developer/translate.rst | |||
@@ -4,6 +4,10 @@ Translate wallabag | |||
4 | Translation files | 4 | Translation files |
5 | ----------------- | 5 | ----------------- |
6 | 6 | ||
7 | .. note:: | ||
8 | |||
9 | As wallabag is mainly developed by a French team, please consider that french translation is the most updated one and please copy it to create your own translation. | ||
10 | |||
7 | You can find translation files here: https://github.com/wallabag/wallabag/tree/v2/src/Wallabag/CoreBundle/Resources/translations. | 11 | You can find translation files here: https://github.com/wallabag/wallabag/tree/v2/src/Wallabag/CoreBundle/Resources/translations. |
8 | 12 | ||
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>`__). | 13 | 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>`__). |