暫無描述

Marta Marczykowska-Górecka 027abd8ac3 Pylint corrections 5 年之前
.tx c8e237490b i18n: add configuration for transifex client 7 年之前
ci 899ca6d394 Pylint corrections 6 年之前
icons 0b954ff686 Repaired manager icons 6 年之前
qubesmanager 027abd8ac3 Pylint corrections 5 年之前
rpm_spec 6b206d2050 Log dialog viewer as a separate tool 5 年之前
test-packages 027abd8ac3 Pylint corrections 5 年之前
ui 63a202f3bd Add a list of Suggested Services to VM settings 5 年之前
.gitignore fdf0fd1870 gitignore 9 年之前
.travis.yml 5f1e4803fe Applied corrections from @marmarek 6 年之前
Makefile 3ec089f827 Added make clean to Makefile 6 年之前
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 6 年之前
qubesmanager.pro a023fb708e spring cleaning part 2 6 年之前
resources.qrc 7cd1afbb3c Implemented 'Restart' button 8 年之前
setup.py 6b206d2050 Log dialog viewer as a separate tool 5 年之前
version 9d62468ff2 version 4.0.18 5 年之前

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.