Skip to content

Commit 0b9dd35

Browse files
authored
Update 7.6.-How-to-contribute.md
1 parent e6e1000 commit 0b9dd35

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/doc/en/7.6.-How-to-contribute.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ You can translate the documentation by creating/modifying the markdown files in
1616
### Translate the software
1717

1818
QualCoder supports multilingual functionality using two types of translation files:
19+
1920
- Gettext files (.po or .mo), which contain the software translation;
2021
- QT language files (.ts or .qm) corresponding to the user interface.
2122

2223
To translate:
24+
2325
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.
2426
2. If a language file already exists, you can update the translations using ```python rebuild_lang.py --update --lang LANGUAGE_CODE```.
2527
3. You can edit the translations of the files in the src/i18n folder using the [Poedit](https://poedit.net/) software.

0 commit comments

Comments
 (0)