You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/doc/fr/7.6.-How-to-contribute.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ QualCoder gère la fonctionnalité multilingue grâce à deux types de fichiers
21
21
22
22
Pour traduire :
23
23
24
-
1. Créer un fichier langue (lorsqu'il n’existe pas) avec cette commande : ```python rebuild_lang.py --create --lang CODE_LANGUE``` Il est à noter que le nom de vos fichiers langues doit respecter le format [ISO 639-1]([https://fr.wikipedia.org/wiki/Liste_des_codes_ISO_639-1](https://fr.wikipedia.org/wiki/Liste_des_codes_ISO_639-1).
24
+
1. Créer un fichier langue (lorsqu'il n’existe pas) avec cette commande : ```python rebuild_lang.py --create --lang CODE_LANGUE``` Il est à noter que le nom de vos fichiers langues doit respecter le format [ISO 639-1](https://fr.wikipedia.org/wiki/Liste_des_codes_ISO_639-1).
25
25
2. Si un fichier linguistique existe déjà, vous pouvez mettre à jour les traductions ```python rebuild_lang.py --update --lang CODE_LANGUE```.
26
-
3. Il est possible d'éditer les traductions des fichiers dans le dossier src/i18n à l’aide du logiciel [Poedit](https://poedit.net/).
26
+
3. Il est possible d'éditer les traductions des fichiers .po et .ts dans le dossier src/i18n à l’aide du logiciel [Poedit](https://poedit.net/).
27
27
4. Une fois le travail terminé, compiler au format machine, à l'aide de cette commande : ```python rebuild_lang.py --compile --lang CODE_LANGUE```.
0 commit comments