William Dizon a1896ac389 fixed misspelling in dialog box of success | il y a 4 ans | |
---|---|---|
.tx | il y a 4 ans | |
ci | il y a 6 ans | |
debian | il y a 4 ans | |
icons | il y a 6 ans | |
qubesmanager | il y a 4 ans | |
rpm_spec | il y a 4 ans | |
test-packages | il y a 5 ans | |
ui | il y a 4 ans | |
.gitignore | il y a 4 ans | |
.travis.yml | il y a 4 ans | |
Makefile | il y a 4 ans | |
Makefile.builder | il y a 4 ans | |
README.md | il y a 4 ans | |
build-deps.list | il y a 5 ans | |
qubes-backup-restore.desktop | il y a 5 ans | |
qubes-backup.desktop | il y a 5 ans | |
qubes-global-settings.desktop | il y a 5 ans | |
qubes-qube-manager.desktop | il y a 5 ans | |
qubes-template-manager.desktop | il y a 5 ans | |
qubes-tools.directory | il y a 5 ans | |
qubes-tools.menu | il y a 5 ans | |
qubes-vm-create.desktop | il y a 5 ans | |
qubesmanager.pro | il y a 5 ans | |
rel | il y a 4 ans | |
resources.qrc | il y a 8 ans | |
setup.py | il y a 6 ans | |
version | il y a 4 ans |
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