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