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/en/7.6.-How-to-contribute.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ QualCoder supports multilingual functionality using two types of translation fil
20
20
- QT language files (.ts or .qm) corresponding to the user interface.
21
21
22
22
To translate:
23
-
1. Create a language file (if one does not already exist) using this command: ```python rebuild_lang.py --create --lang LANGUAGE_CODE```« \. » Please note that the names of your language files must comply with the [ISO 639-1]([https://fr.wikipedia.org/wiki/Liste_des_codes_ISO_639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes)) format.
23
+
1. Create a language file (if one does not already exist) using this command: ```python rebuild_lang.py --create --lang LANGUAGE_CODE``` Please note that the names of your language files must comply with the [ISO 639-1](https://fr.wikipedia.org/wiki/Liste_des_codes_ISO_639-1) format.
24
24
2. If a language file already exists, you can update the translations using ```python rebuild_lang.py --update --lang LANGUAGE_CODE```.
25
25
3. You can edit the translations of the files in the src/i18n folder using the [Poedit](https://poedit.net/) software.
26
26
4. Once the work is complete, compile to machine format using this command: ```python rebuild_lang.py --compile --lang LANGUAGE_CODE```.
0 commit comments