Go to file
Marta Marczykowska-Górecka 3d841cf14f
Checked too-many-returns error
Checked both places with a 'too-many-return-statements' warning, both
were sensible, marked them as such.
2017-11-09 17:41:09 +01:00
.tx
icons
qubesmanager Checked too-many-returns error 2017-11-09 17:41:09 +01:00
rpm_spec rpm: do not reload qubes-manager process - it doesn't exist anymore 2017-10-08 17:07:43 +02:00
ui Fixed invalid names 2017-11-09 16:18:16 +01:00
.gitignore
.pylintrc Fixed invalid names 2017-11-09 16:18:16 +01:00
.travis.yml Fixed travis.yml 2017-11-05 13:54:05 +01:00
build-deps.list
Makefile spring cleaning part 5: more python3 fixes 2017-07-12 14:54:14 +02:00
Makefile.builder
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
README.md
resources.qrc
setup.py Added gui for booting VM from CDROM/block device. 2017-09-13 23:30:45 +02:00
version version 4.0.8 2017-10-21 01:48: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.