Handle translations of GUI elements defined in .ui files. See README.md for details. Fixes QubesOS/qubes-issues#2599
495 B
495 B
Qubes Manager
Managing translations
Adding new language
- Add
i18n/qubesmanager_LANGUAGECODE.ts(replaceLANGUAGECODEwith actual code, for examplees) toqubesmanager.pro-TRANSLATIONSsetting. - Run
make res update_ts
Regenerating translation source files (.ts)
make res update_ts
This will keep translated strings, but will add new ones.
Updating translations
Commit updated .ts files into i18n directory.