diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/developer/translate.rst | 5 |
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 | ||
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 | ||
11 | There is still one file to translate: https://github.com/wallabag/wallabag/tree/v2/app/Resources/CraueConfigBundle/translations. | 11 | Other 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 | ||
13 | You have to create ``CraueConfigBundle.CODE.yml``. | 16 | You have to create ``CraueConfigBundle.CODE.yml``. |
14 | 17 | ||