-
-
Notifications
You must be signed in to change notification settings - Fork 56
Contributing Translations
Lorenz Hoffmann edited this page Oct 23, 2022
·
3 revisions
- Qt Linguist
- Cloned repository
- Run
./scripts/build_ui.shfrom the repo root. - Copy the
pyside6-lupdatecommand, and replace the*inyin_yang.*.tswith your country and language code, similar to the other files under./resources/translations/. - Open the newly created file with Qt Linguist, it should be under
./resources/translations/ - Write your translation and save them.
- Run
./scripts/build_ui.shonce again.
You are finished! You can now test everything by running python main.py to see if everything worked. If you want, you can also translate the README. Finally, create a new pull request to the beta branch!