|
tuned-switcher 1.1.0
Performance profile manager
|
The program will try to find and load translations from the following directories:
translations relative to current binary$DATAROOTDIR/tuned-switcher/translations/usr/share/tuned-switcher/translationsStarting with the first, the program will attempt to traverse all directories down to the last one. If a directory exists, it will be used for loading translations. If no directories exist, the function will be disabled.
A special helper script i18n_update.sh must be used for all operations with translations to ensure consistency with other parts of the project.
In order to use this script, the Qt Linguist package must be installed.
*.ts files and make changes using the Qt Linguist tool.i18n_update.sh helper script again:assets/i18n:lupdate-qt6 tool to generate a new translation for en (replace it with the desired two-letter lowercase ISO 639 language name; do not use the country name here):*.ts file and make changes using the Qt Linguist tool.i18n_update.sh helper script:assets/desktop/tuned-switcher.desktop.in file in any text editor and add translations for the GenericName and Comment sections:Replace en with the desired two-letter lowercase language name, as in the commands above.