Sin descripción

Marta Marczykowska-Górecka 0b954ff686 Repaired manager icons hace 6 años
.tx c8e237490b i18n: add configuration for transifex client hace 7 años
ci 899ca6d394 Pylint corrections hace 6 años
icons 0b954ff686 Repaired manager icons hace 6 años
qubesmanager 71090b9e72 Change default Qube Manager size hace 6 años
rpm_spec 81413907bf Merge remote-tracking branch 'qubesos/pr/55' hace 6 años
test-packages bb8abff988 Suggested changes hace 6 años
ui cf34e438b0 Removed 'Seamless GUI' checkbox from VM settings hace 6 años
.gitignore fdf0fd1870 gitignore hace 9 años
.travis.yml 5f1e4803fe Applied corrections from @marmarek hace 6 años
Makefile 2c3df7bd67 spring cleaning part 5: more python3 fixes hace 6 años
Makefile.builder d9afe881c9 Add Makefile.builder hace 11 años
README.md cf8b99c763 i18n: add basic support for translations hace 7 años
build-deps.list 9e4275b2a6 Remove obsolete entries from build-deps.list hace 11 años
qubes-backup-restore.desktop a84c5aba65 Fixed useless menu item hace 6 años
qubes-backup.desktop a84c5aba65 Fixed useless menu item hace 6 años
qubes-global-settings.desktop a84c5aba65 Fixed useless menu item hace 6 años
qubes-qube-manager.desktop 8b5e2a8d66 Qube Manager in working order hace 6 años
qubes-vm-create.desktop e2f6c00817 fixes to system menu hace 6 años
qubesmanager.pro a023fb708e spring cleaning part 2 hace 6 años
resources.qrc 7cd1afbb3c Implemented 'Restart' button hace 8 años
setup.py 8b5e2a8d66 Qube Manager in working order hace 6 años
version 80aa99b3af version 4.0.12 hace 6 años

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.