설명 없음

Marta Marczykowska-Górecka 7f4d6e8f77 Improved descriptions in Global Settings window 6 년 전
.tx c8e237490b i18n: add configuration for transifex client 7 년 전
ci 899ca6d394 Pylint corrections 6 년 전
icons 0b954ff686 Repaired manager icons 6 년 전
qubesmanager 5cfa0bb9c0 Fix bug in Qube Manager 6 년 전
rpm_spec d6c8f7b79f spec.in: change to 'noarch' rpm package 6 년 전
test-packages 20cabb5563 Check if VM needs killing before murdering it 6 년 전
ui 7f4d6e8f77 Improved descriptions in Global Settings window 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-backup-restore.desktop a84c5aba65 Fixed useless menu item 6 년 전
qubes-backup.desktop a84c5aba65 Fixed useless menu item 6 년 전
qubes-global-settings.desktop a84c5aba65 Fixed useless menu item 6 년 전
qubes-qube-manager.desktop 8b5e2a8d66 Qube Manager in working order 6 년 전
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 8b5e2a8d66 Qube Manager in working order 6 년 전
version efa3de0171 version 4.0.17 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.