Go to file
Marek Marczykowski-Górecki 43576d786c
Fix setting include_in_balancing checkbox
Generally vm.features values are strings, need to cast them to boot to
use in such context.
Additionally fix typo in feature name ('services' -> 'service').

Fixes QubesOS/qubes-issues#2947
Fixes QubesOS/qubes-issues#3104
2017-10-16 03:18:27 +02:00
.tx i18n: add configuration for transifex client 2017-02-03 17:22:02 +01:00
icons Implemented 'Restart' button 2016-06-05 22:19:18 +03:00
qubesmanager Fix setting include_in_balancing checkbox 2017-10-16 03:18:27 +02:00
rpm_spec rpm: do not reload qubes-manager process - it doesn't exist anymore 2017-10-08 17:07:43 +02:00
ui Merge remote-tracking branch 'qubesos/pr/41' 2017-09-14 00:28:39 +02:00
.gitignore gitignore 2015-05-04 00:45:11 +02:00
.travis.yml travis: drop debootstrap workaround 2016-12-14 23:46:44 +01:00
build-deps.list Remove obsolete entries from build-deps.list 2013-03-09 00:15:03 +01:00
Makefile spring cleaning part 5: more python3 fixes 2017-07-12 14:54:14 +02:00
Makefile.builder Add Makefile.builder 2013-03-19 15:06:14 +01:00
qubes-global-settings.desktop fixes to system menu 2017-07-16 16:36:36 +02:00
qubes-vm-create.desktop fixes to system menu 2017-07-16 16:36:36 +02:00
qubesmanager.pro spring cleaning part 2 2017-07-12 14:54:12 +02:00
README.md i18n: add basic support for translations 2017-01-22 13:22:16 +01:00
resources.qrc Implemented 'Restart' button 2016-06-05 22:19:18 +03:00
setup.py Added gui for booting VM from CDROM/block device. 2017-09-13 23:30:45 +02:00
version version 4.0.6 2017-10-08 17:09:18 +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.