Aucune description

Marek Marczykowski-Górecki 14b6eed25b version 4.0.6 il y a 7 ans
.tx c8e237490b i18n: add configuration for transifex client il y a 7 ans
icons 7cd1afbb3c Implemented 'Restart' button il y a 8 ans
qubesmanager 0c5a2b1dcc Fix resizing root volume il y a 7 ans
rpm_spec f918af115e rpm: do not reload qubes-manager process - it doesn't exist anymore il y a 7 ans
ui 54b45a91af Merge remote-tracking branch 'qubesos/pr/41' il y a 7 ans
.gitignore fdf0fd1870 gitignore il y a 9 ans
.travis.yml d128ffd133 travis: drop debootstrap workaround il y a 7 ans
Makefile 2c3df7bd67 spring cleaning part 5: more python3 fixes il y a 7 ans
Makefile.builder d9afe881c9 Add Makefile.builder il y a 11 ans
README.md cf8b99c763 i18n: add basic support for translations il y a 7 ans
build-deps.list 9e4275b2a6 Remove obsolete entries from build-deps.list il y a 11 ans
qubes-global-settings.desktop e2f6c00817 fixes to system menu il y a 7 ans
qubes-vm-create.desktop e2f6c00817 fixes to system menu il y a 7 ans
qubesmanager.pro a023fb708e spring cleaning part 2 il y a 7 ans
resources.qrc 7cd1afbb3c Implemented 'Restart' button il y a 8 ans
setup.py 2ac9b1d182 Added gui for booting VM from CDROM/block device. il y a 7 ans
version 14b6eed25b version 4.0.6 il y a 7 ans

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.