Marta Marczykowska-Górecka f0357623e6 Refresh Apps in vm settings now refreshes the vm and template both | před 6 roky | |
---|---|---|
.tx | před 7 roky | |
ci | před 6 roky | |
icons | před 6 roky | |
qubesmanager | před 6 roky | |
rpm_spec | před 6 roky | |
test-packages | před 6 roky | |
ui | před 6 roky | |
.gitignore | před 9 roky | |
.travis.yml | před 7 roky | |
Makefile | před 6 roky | |
Makefile.builder | před 11 roky | |
README.md | před 6 roky | |
build-deps.list | před 11 roky | |
qubes-backup-restore.desktop | před 6 roky | |
qubes-backup.desktop | před 6 roky | |
qubes-global-settings.desktop | před 6 roky | |
qubes-qube-manager.desktop | před 6 roky | |
qubes-vm-create.desktop | před 7 roky | |
qubesmanager.pro | před 6 roky | |
resources.qrc | před 8 roky | |
setup.py | před 6 roky | |
version | před 6 roky |
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