Go to file
2017-07-12 15:12:44 +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 settings: devices 2017-07-12 15:12:44 +02:00
rpm_spec qubes-global-settings executable 2017-07-12 15:12:44 +02:00
ui settings: dir_path, config_path 2017-07-12 15:05:05 +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
Makefile spring cleaning part 5: more python3 fixes 2017-07-12 14:54:14 +02:00
Makefile.builder
org.qubesos.QubesManager.conf
org.qubesos.QubesManager.xml
qubes-manager.desktop
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 qubes-global-settings executable 2017-07-12 15:12:44 +02:00
version version 3.2.12 2017-05-31 13:10:44 +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.