Marek Marczykowski-Górecki 2b69bf5599 Merge remote-tracking branch 'origin/pr/236' | před 4 roky | |
---|---|---|
.tx | před 4 roky | |
ci | před 6 roky | |
icons | před 6 roky | |
qubesmanager | před 4 roky | |
rpm_spec | před 4 roky | |
test-packages | před 5 roky | |
ui | před 4 roky | |
.gitignore | před 9 roky | |
.travis.yml | před 4 roky | |
Makefile | před 5 roky | |
Makefile.builder | před 5 roky | |
README.md | před 4 roky | |
build-deps.list | před 5 roky | |
qubes-backup-restore.desktop | před 5 roky | |
qubes-backup.desktop | před 5 roky | |
qubes-global-settings.desktop | před 5 roky | |
qubes-qube-manager.desktop | před 5 roky | |
qubes-template-manager.desktop | před 5 roky | |
qubes-tools.directory | před 5 roky | |
qubes-tools.menu | před 5 roky | |
qubes-vm-create.desktop | před 5 roky | |
qubesmanager.pro | před 5 roky | |
resources.qrc | před 8 roky | |
setup.py | před 6 roky | |
version | před 4 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.
You'll need a token (for your own transifex acount, to configure it just run tx config once).
tx push -s
tx pull
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