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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,12 @@ You can translate the documentation by creating/modifying the markdown files in
16
16
### Translate the software
17
17
18
18
QualCoder supports multilingual functionality using two types of translation files:
19
+
19
20
- Gettext files (.po or .mo), which contain the software translation;
20
21
- QT language files (.ts or .qm) corresponding to the user interface.
21
22
22
23
To translate:
24
+
23
25
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
26
2. If a language file already exists, you can update the translations using ```python rebuild_lang.py --update --lang LANGUAGE_CODE```.
25
27
3. You can edit the translations of the files in the src/i18n folder using the [Poedit](https://poedit.net/) software.
0 commit comments