diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-02-18 20:35:35 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-02-18 20:35:35 +0100 |
commit | fa64d861105bd0713acd7ac5d116353273524b4f (patch) | |
tree | c7a28707d7b92b033db46c6b01484fe131261553 /docs/en | |
parent | befa6f2fe91337469a603c982821523787099ab3 (diff) | |
parent | 88a5b0c75390628a9c04e4d8dca696691f5bc553 (diff) | |
download | wallabag-fa64d861105bd0713acd7ac5d116353273524b4f.tar.gz wallabag-fa64d861105bd0713acd7ac5d116353273524b4f.tar.zst wallabag-fa64d861105bd0713acd7ac5d116353273524b4f.zip |
Merge pull request #1693 from wallabag/v2-issue-template
Fix #1691 create ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE
Diffstat (limited to 'docs/en')
-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 138d128c..85cf2563 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>`__). |