Marek Marczykowski-Górecki 59dd11e137 Merge remote-tracking branch 'origin/pr/148' | 5 years ago | |
---|---|---|
.tx | 7 years ago | |
ci | 6 years ago | |
icons | 6 years ago | |
qubesmanager | 5 years ago | |
rpm_spec | 5 years ago | |
test-packages | 6 years ago | |
ui | 5 years ago | |
.gitignore | 9 years ago | |
.travis.yml | 7 years ago | |
Makefile | 6 years ago | |
Makefile.builder | 11 years ago | |
README.md | 6 years ago | |
build-deps.list | 11 years ago | |
qubes-backup-restore.desktop | 6 years ago | |
qubes-backup.desktop | 6 years ago | |
qubes-global-settings.desktop | 6 years ago | |
qubes-qube-manager.desktop | 6 years ago | |
qubes-template-manager.desktop | 6 years ago | |
qubes-vm-create.desktop | 7 years ago | |
qubesmanager.pro | 6 years ago | |
resources.qrc | 8 years ago | |
setup.py | 6 years ago | |
version | 5 years ago |
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