aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/developer/translate.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/developer/translate.rst')
-rw-r--r--docs/en/developer/translate.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/en/developer/translate.rst b/docs/en/developer/translate.rst
index ff2b8f0e..138d128c 100644
--- a/docs/en/developer/translate.rst
+++ b/docs/en/developer/translate.rst
@@ -8,7 +8,10 @@ You can find translation files here: https://github.com/wallabag/wallabag/tree/v
8 8
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>`__). 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>`__).
10 10
11There is still one file to translate: https://github.com/wallabag/wallabag/tree/v2/app/Resources/CraueConfigBundle/translations. 11Other files to translate:
12
13- https://github.com/wallabag/wallabag/tree/v2/app/Resources/CraueConfigBundle/translations.
14- https://github.com/wallabag/wallabag/tree/v2/app/Resources/FOSUserBundle/translations.
12 15
13You have to create ``CraueConfigBundle.CODE.yml``. 16You have to create ``CraueConfigBundle.CODE.yml``.
14 17