Няма описание

Marta Marczykowska-Górecka 5f1e4803fe Applied corrections from @marmarek преди 6 години
.tx c8e237490b i18n: add configuration for transifex client преди 7 години
ci 135060dfe7 Final corrections преди 6 години
icons 7cd1afbb3c Implemented 'Restart' button преди 8 години
qubesmanager 5f1e4803fe Applied corrections from @marmarek преди 6 години
rpm_spec f918af115e rpm: do not reload qubes-manager process - it doesn't exist anymore преди 6 години
test-packages 5f1e4803fe Applied corrections from @marmarek преди 6 години
ui 6e5d611f70 Fixed invalid names преди 6 години
.gitignore fdf0fd1870 gitignore преди 9 години
.travis.yml 5f1e4803fe Applied corrections from @marmarek преди 6 години
Makefile 2c3df7bd67 spring cleaning part 5: more python3 fixes преди 7 години
Makefile.builder d9afe881c9 Add Makefile.builder преди 11 години
README.md cf8b99c763 i18n: add basic support for translations преди 7 години
build-deps.list 9e4275b2a6 Remove obsolete entries from build-deps.list преди 11 години
qubes-global-settings.desktop e2f6c00817 fixes to system menu преди 7 години
qubes-vm-create.desktop e2f6c00817 fixes to system menu преди 7 години
qubesmanager.pro a023fb708e spring cleaning part 2 преди 7 години
resources.qrc 7cd1afbb3c Implemented 'Restart' button преди 8 години
setup.py 2ac9b1d182 Added gui for booting VM from CDROM/block device. преди 6 години
version f0e363a054 version 4.0.8 преди 6 години

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.