Go to file
2018-05-03 11:34:11 +02:00
.tx
ci Pylint corrections 2018-01-08 04:22:54 +01:00
icons
qubesmanager Removed progress wait when updating template 2018-05-03 11:34:11 +02:00
rpm_spec
test-packages
ui Improved descriptions in Global Settings window 2018-04-12 22:10:37 +02:00
.gitignore
.travis.yml Applied corrections from @marmarek 2017-11-17 17:42:19 +01:00
build-deps.list
Makefile Added make clean to Makefile 2018-04-12 22:10:37 +02:00
Makefile.builder
qubes-backup-restore.desktop
qubes-backup.desktop
qubes-global-settings.desktop
qubes-qube-manager.desktop Qube Manager in working order 2018-01-08 04:22:35 +01:00
qubes-vm-create.desktop
qubesmanager.pro
README.md
resources.qrc
setup.py
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.