Go to file
Marta Marczykowska-Górecka fabd601f49
Added more description to applications in VM Settings
Sometimes only the .desktop filename distinguishes between applications,
so now the tooltip will list that filename
2020-07-14 21:22:41 +02:00
.tx
ci
debian debian: add packaging 2020-06-16 17:52:16 +02:00
icons
qubesmanager Added more description to applications in VM Settings 2020-07-14 21:22:41 +02:00
rpm_spec debian: add packaging 2020-06-16 17:52:16 +02:00
test-packages/qubesadmin
ui
.gitignore debian: add packaging 2020-06-16 17:52:16 +02:00
.travis.yml travis: switch to dom0 Fedora 31 2020-01-11 11:41:18 +01:00
build-deps.list
Makefile debian: add packaging 2020-06-16 17:52:16 +02:00
Makefile.builder debian: add packaging 2020-06-16 17:52:16 +02:00
qubes-backup-restore.desktop
qubes-backup.desktop
qubes-global-settings.desktop Added menu position with Qubes Tools to XFCE Menu 2019-05-20 17:48:56 +02:00
qubes-qube-manager.desktop
qubes-template-manager.desktop
qubes-tools.directory
qubes-tools.menu
qubes-vm-create.desktop Added menu position with Qubes Tools to XFCE Menu 2019-05-20 17:48:56 +02:00
qubesmanager.pro Re-enabled translation support for Qt5 2019-10-29 00:49:22 +01:00
README.md
rel debian: add packaging 2020-06-16 17:52:16 +02:00
resources.qrc
setup.py Initial template manager 2018-12-03 18:25:49 +01:00
version

Qubes Manager

Managing translations

Adding new language

  1. Add i18n/qubesmanager_LANGUAGECODE.ts (replace LANGUAGECODE with actual code, for example es) to qubesmanager.pro - TRANSLATIONS setting.
  2. Run make res update_ts

Regenerating translation source files (.ts)

make res update_ts

This will keep translated strings, but will add new ones.

Updating translations

Commit updated .ts files into i18n directory.

Pushing translations to transifex

You'll need a token (for your own transifex acount, to configure it just run tx config once).

tx push -s

Getting translation from transifex

tx pull

Tests

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