Skip to content

Commit e6e1000

Browse files
authored
Update 7.6.-How-to-contribute.md
1 parent 78be86e commit e6e1000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ QualCoder supports multilingual functionality using two types of translation fil
2020
- QT language files (.ts or .qm) corresponding to the user interface.
2121

2222
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.
2424
2. If a language file already exists, you can update the translations using ```python rebuild_lang.py --update --lang LANGUAGE_CODE```.
2525
3. You can edit the translations of the files in the src/i18n folder using the [Poedit](https://poedit.net/) software.
2626
4. Once the work is complete, compile to machine format using this command: ```python rebuild_lang.py --compile --lang LANGUAGE_CODE```.

0 commit comments

Comments
 (0)