diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/developer/translate.rst | 10 | ||||
-rw-r--r-- | docs/fr/developer/translate.rst | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/docs/en/developer/translate.rst b/docs/en/developer/translate.rst index 39478fd5..f1a12adf 100644 --- a/docs/en/developer/translate.rst +++ b/docs/en/developer/translate.rst | |||
@@ -12,15 +12,15 @@ Translation files | |||
12 | As wallabag is mainly developed by a French team, please consider that french | 12 | As wallabag is mainly developed by a French team, please consider that french |
13 | translation is the most updated one and please copy it to create your own translation. | 13 | translation is the most updated one and please copy it to create your own translation. |
14 | 14 | ||
15 | You can find translation files here: https://github.com/wallabag/wallabag/tree/v2/src/Wallabag/CoreBundle/Resources/translations. | 15 | You can find translation files here: https://github.com/wallabag/wallabag/tree/master/src/Wallabag/CoreBundle/Resources/translations. |
16 | 16 | ||
17 | You have to create ``messages.CODE.yml``, where CODE | 17 | You have to create ``messages.CODE.yml``, where CODE |
18 | is the ISO 639-1 code of your language (`see wikipedia <https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>`__). | 18 | is the ISO 639-1 code of your language (`see wikipedia <https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>`__). |
19 | 19 | ||
20 | Other files to translate: | 20 | Other files to translate: |
21 | 21 | ||
22 | - https://github.com/wallabag/wallabag/tree/v2/app/Resources/CraueConfigBundle/translations. | 22 | - https://github.com/wallabag/wallabag/tree/master/app/Resources/CraueConfigBundle/translations. |
23 | - https://github.com/wallabag/wallabag/tree/v2/app/Resources/FOSUserBundle/translations. | 23 | - https://github.com/wallabag/wallabag/tree/master/app/Resources/FOSUserBundle/translations. |
24 | 24 | ||
25 | You have to create ``THE_TRANSLATION_FILE.CODE.yml`` files. | 25 | You have to create ``THE_TRANSLATION_FILE.CODE.yml`` files. |
26 | 26 | ||
@@ -28,7 +28,7 @@ Configuration file | |||
28 | ~~~~~~~~~~~~~~~~~~ | 28 | ~~~~~~~~~~~~~~~~~~ |
29 | 29 | ||
30 | You have to edit `app/config/config.yml | 30 | You have to edit `app/config/config.yml |
31 | <https://github.com/wallabag/wallabag/blob/v2/app/config/config.yml>`__ to display | 31 | <https://github.com/wallabag/wallabag/blob/master/app/config/config.yml>`__ to display |
32 | your language on Configuration page of wallabag (to allow users to switch to this new translation). | 32 | your language on Configuration page of wallabag (to allow users to switch to this new translation). |
33 | 33 | ||
34 | Under the ``wallabag_core.languages`` section, you have to add a new line with | 34 | Under the ``wallabag_core.languages`` section, you have to add a new line with |
@@ -55,6 +55,6 @@ wallabag documentation | |||
55 | 55 | ||
56 | Contrary to the web application, the main language for documentation is english. | 56 | Contrary to the web application, the main language for documentation is english. |
57 | 57 | ||
58 | Documentation files are stored here: https://github.com/wallabag/wallabag/tree/v2/docs | 58 | Documentation files are stored here: https://github.com/wallabag/wallabag/tree/master/docs |
59 | 59 | ||
60 | You need to respect the ``en`` folder structure when you create your own translation. | 60 | You need to respect the ``en`` folder structure when you create your own translation. |
diff --git a/docs/fr/developer/translate.rst b/docs/fr/developer/translate.rst index 410aafe6..cc5336ee 100644 --- a/docs/fr/developer/translate.rst +++ b/docs/fr/developer/translate.rst | |||
@@ -13,15 +13,15 @@ Fichiers de traductions | |||
13 | cette traduction qui est considérée comme la plus récente. Merci de vous baser | 13 | cette traduction qui est considérée comme la plus récente. Merci de vous baser |
14 | sur celle-ci pour créer votre traduction. | 14 | sur celle-ci pour créer votre traduction. |
15 | 15 | ||
16 | Les principaux fichiers de traduction se trouvent ici : https://github.com/wallabag/wallabag/tree/v2/src/Wallabag/CoreBundle/Resources/translations. | 16 | Les principaux fichiers de traduction se trouvent ici : https://github.com/wallabag/wallabag/tree/master/src/Wallabag/CoreBundle/Resources/translations. |
17 | 17 | ||
18 | Vous devez créer le fichier ``messages.CODE.yml``, | 18 | Vous devez créer le fichier ``messages.CODE.yml``, |
19 | où CODE est le code ISO 639-1 de votre langue (`cf wikipedia <https://fr.wikipedia.org/wiki/Liste_des_codes_ISO_639-1>`__). | 19 | où CODE est le code ISO 639-1 de votre langue (`cf wikipedia <https://fr.wikipedia.org/wiki/Liste_des_codes_ISO_639-1>`__). |
20 | 20 | ||
21 | Autres fichiers à traduire : | 21 | Autres fichiers à traduire : |
22 | 22 | ||
23 | - https://github.com/wallabag/wallabag/tree/v2/app/Resources/CraueConfigBundle/translations. | 23 | - https://github.com/wallabag/wallabag/tree/master/app/Resources/CraueConfigBundle/translations. |
24 | - https://github.com/wallabag/wallabag/tree/v2/app/Resources/FOSUserBundle/translations. | 24 | - https://github.com/wallabag/wallabag/tree/master/app/Resources/FOSUserBundle/translations. |
25 | 25 | ||
26 | Vous devez créer les fichiers ``LE_FICHIER_DE_TRADUCTION.CODE.yml``. | 26 | Vous devez créer les fichiers ``LE_FICHIER_DE_TRADUCTION.CODE.yml``. |
27 | 27 | ||
@@ -29,7 +29,7 @@ Fichier de configuration | |||
29 | ~~~~~~~~~~~~~~~~~~~~~~~~ | 29 | ~~~~~~~~~~~~~~~~~~~~~~~~ |
30 | 30 | ||
31 | Vous devez éditer `app/config/config.yml | 31 | Vous devez éditer `app/config/config.yml |
32 | <https://github.com/wallabag/wallabag/blob/v2/app/config/config.yml>`__ pour | 32 | <https://github.com/wallabag/wallabag/blob/master/app/config/config.yml>`__ pour |
33 | afficher votre langue dans la page Configuration de wallabag (pour permettre aux | 33 | afficher votre langue dans la page Configuration de wallabag (pour permettre aux |
34 | utilisateurs de choisir cette nouvelle traduction). | 34 | utilisateurs de choisir cette nouvelle traduction). |
35 | 35 | ||
@@ -57,6 +57,6 @@ Documentation de wallabag | |||
57 | 57 | ||
58 | Contrairement à l'application, la langue principale de la documentation est l'anglais | 58 | Contrairement à l'application, la langue principale de la documentation est l'anglais |
59 | 59 | ||
60 | Les fichiers de documentation se trouvent ici : https://github.com/wallabag/wallabag/tree/v2/docs | 60 | Les fichiers de documentation se trouvent ici : https://github.com/wallabag/wallabag/tree/master/docs |
61 | 61 | ||
62 | Vous devez respecter la structure du dossier ``en`` quand vous crééz votre traduction. | 62 | Vous devez respecter la structure du dossier ``en`` quand vous crééz votre traduction. |