prsctrl_gui.translation#
Translations for the app.
Translations are provided using QT’s built-in translation feature. Since some labels are generated from dataclass keys, an english translation file is also provided, despite the source generally being in english (the QT key-based translation system is not available in PyQT6, so we have to use these keys as source text and provide an english translation file).
Run make update in the project directory to update the human-readable translation .ts files, which you can then edit using QT Linguist make translate.
Afterwards, run make release to convert them into the required .qm files.
Manual list of translation keys to be picked up by |