aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-02-18 13:15:11 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-02-18 13:15:11 +0100
commitc665b863c7c15c1928d63b55b13e3abd5790082e (patch)
tree7da4ae1cb51bf6d218dec93ca62501e28cdf1ccf /docs
parentbbbcd6997be27f2bbf3638132575345733f3c235 (diff)
downloadwallabag-c665b863c7c15c1928d63b55b13e3abd5790082e.tar.gz
wallabag-c665b863c7c15c1928d63b55b13e3abd5790082e.tar.zst
wallabag-c665b863c7c15c1928d63b55b13e3abd5790082e.zip
Fix #1691 create ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE
Diffstat (limited to 'docs')
-rw-r--r--docs/en/developer/translate.rst4
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
4Translation files 4Translation 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
7You can find translation files here: https://github.com/wallabag/wallabag/tree/v2/src/Wallabag/CoreBundle/Resources/translations. 11You can find translation files here: https://github.com/wallabag/wallabag/tree/v2/src/Wallabag/CoreBundle/Resources/translations.
8 12
9You 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>`__). 13You 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>`__).