Go to file
donoban edbc4c4469
Fix misspelling on Updates Timer() and better timeout
This func is pretty cheap, less than 0.1ms adding two calls to print(time)
so I think 30s is a reasonable timeout and better for user experience
2018-05-11 10:27:19 +02:00
.tx
ci Pylint corrections 2018-01-08 04:22:54 +01:00
icons Repaired manager icons 2018-01-28 20:54:10 +01:00
qubesmanager Fix misspelling on Updates Timer() and better timeout 2018-05-11 10:27:19 +02:00
rpm_spec spec.in: change to 'noarch' rpm package 2018-04-07 04:46:56 -04:00
test-packages Check if VM needs killing before murdering it 2018-03-25 12:29:05 +02:00
ui More elegant fix for settings size 2018-05-09 19:56:43 +02:00
.gitignore
.travis.yml
build-deps.list
Makefile Added make clean to Makefile 2018-04-12 22:10:37 +02:00
Makefile.builder
qubes-backup-restore.desktop Fixed useless menu item 2018-01-06 02:51:00 +01:00
qubes-backup.desktop Fixed useless menu item 2018-01-06 02:51:00 +01:00
qubes-global-settings.desktop Fixed useless menu item 2018-01-06 02:51:00 +01:00
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 Qube Manager in working order 2018-01-08 04:22:35 +01:00
version version 4.0.17 2018-03-28 18:03:56 +02:00

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.