diff options
Diffstat (limited to 'docs/en/developer')
-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 c47e9614..85cf2563 100644 --- a/docs/en/developer/translate.rst +++ b/docs/en/developer/translate.rst | |||
@@ -12,7 +12,10 @@ You can find translation files here: https://github.com/wallabag/wallabag/tree/v | |||
12 | 12 | ||
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>`__). | 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>`__). |
14 | 14 | ||
15 | There is still one file to translate: https://github.com/wallabag/wallabag/tree/v2/app/Resources/CraueConfigBundle/translations. | 15 | Other files to translate: |
16 | |||
17 | - https://github.com/wallabag/wallabag/tree/v2/app/Resources/CraueConfigBundle/translations. | ||
18 | - https://github.com/wallabag/wallabag/tree/v2/app/Resources/FOSUserBundle/translations. | ||
16 | 19 | ||
17 | You have to create ``CraueConfigBundle.CODE.yml``. | 20 | You have to create ``CraueConfigBundle.CODE.yml``. |
18 | 21 | ||