i18n/qubesmanager_LANGUAGECODE.ts
(replace LANGUAGECODE
with actual code,
for example es
) to qubesmanager.pro
- TRANSLATIONS
setting.make res update_ts
.ts
)make res update_ts
This will keep translated strings, but will add new ones.
Commit updated .ts
files into i18n
directory.
Located in the tests/ directory.
To run qube manager and backup tests:
python3 test_name.py -v
To run global settings tests:
sudo systemctl stop qubesd; sudo -E python3 test_global_settings.py -v ; sudo systemctl start qubesd