Go to file
Marek Marczykowski-Górecki 6fe0668b22
Merge remote-tracking branch 'qubesos/pr/74'
* qubesos/pr/74:
  Apply changes in global settings only when actual changes occurred
  Fix pylint's critique
  Fixed minor error in previous fix
  Replaced single check vm updates checkbox
  Restored check-dom0-updates functionality in Global Settings
  De-uglify kernel selection in Global Settings
  De-uglify default template in Global Settings
  Allow setting default NetVM to None in Global Settings
  Fixed error in setting Clockvm to None in Global Settings
  Fixed error in setting Updatevm to None in Global Settings
2018-03-14 21:32:45 +01:00
.tx i18n: add configuration for transifex client 2017-02-03 17:22:02 +01:00
ci Pylint corrections 2018-01-08 04:22:54 +01:00
icons Repaired manager icons 2018-01-28 20:54:10 +01:00
qubesmanager Apply changes in global settings only when actual changes occurred 2018-03-02 14:30:56 +01:00
rpm_spec Merge remote-tracking branch 'qubesos/pr/55' 2018-01-19 03:01:57 +01:00
test-packages Suggested changes 2018-01-06 02:21:07 +01:00
ui Replaced single check vm updates checkbox 2018-02-22 22:24:34 +01:00
.gitignore gitignore 2015-05-04 00:45:11 +02:00
.travis.yml Applied corrections from @marmarek 2017-11-17 17:42:19 +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-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 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 Qube Manager in working order 2018-01-08 04:22:35 +01:00
version version 4.0.16 2018-02-27 21:06:57 +01: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.