No Description

Wojtek Porczyk 933a4b82db spring cleaning part 1 6 years ago
.tx c8e237490b i18n: add configuration for transifex client 7 years ago
i18n 9a0f555bfc Update translation 7 years ago
icons 7cd1afbb3c Implemented 'Restart' button 8 years ago
qubesmanager fb3dc6ecf7 update qubesmanager to compile under python3. 6 years ago
rpm_spec 933a4b82db spring cleaning part 1 6 years ago
ui 933a4b82db spring cleaning part 1 6 years ago
.gitignore fdf0fd1870 gitignore 9 years ago
.travis.yml d128ffd133 travis: drop debootstrap workaround 7 years ago
Makefile 933a4b82db spring cleaning part 1 6 years ago
Makefile.builder d9afe881c9 Add Makefile.builder 11 years ago
README.md cf8b99c763 i18n: add basic support for translations 7 years ago
build-deps.list 9e4275b2a6 Remove obsolete entries from build-deps.list 11 years ago
org.qubesos.QubesManager.conf 8fbea00975 dbus interface for error icon notify (#615) 11 years ago
org.qubesos.QubesManager.xml e5b070646b Show running instance when started the second time (#632) 11 years ago
qubes-manager 69a2ac62fb use any python2, not explicit python2.6 11 years ago
qubes-manager.desktop 060b16900a use new icon from qubes-artwork 9 years ago
qubes-vm-settings bc451a9673 bring back to work appmenu select/VM settings standalone app (#548) 12 years ago
qubesmanager.pro 933a4b82db spring cleaning part 1 6 years ago
resources.qrc 7cd1afbb3c Implemented 'Restart' button 8 years ago
version 812c71f855 version 3.2.12 7 years ago

README.md

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.