Go to file
2018-02-06 14:40:45 +01: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 Merge remote-tracking branch 'qubesos/pr/60' 2018-01-29 23:55:07 +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 Added warning to backup gui that password is saved in plain text. 2018-02-06 14:40:45 +01:00
.gitignore
.travis.yml
build-deps.list
Makefile
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.13 2018-01-30 00:24:37 +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.