Marek Marczykowski-Górecki fece3693f6 Merge remote-tracking branch 'origin/pr/284' | před 3 roky | |
---|---|---|
.tx | před 5 roky | |
ci | před 4 roky | |
debian | před 3 roky | |
icons | před 4 roky | |
qubesmanager | před 3 roky | |
rpm_spec | před 3 roky | |
test-packages | před 3 roky | |
ui | před 3 roky | |
.gitignore | před 4 roky | |
.gitlab-ci.yml | před 4 roky | |
.pylintrc | před 4 roky | |
.travis.yml | před 4 roky | |
Makefile | před 4 roky | |
Makefile.builder | před 4 roky | |
README.md | před 5 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 4 roky | |
rel | před 4 roky | |
resources.qrc | před 4 roky | |
setup.py | před 4 roky | |
version | před 3 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