Go to file
Marek Marczykowski-Górecki cf8b99c763
i18n: add basic support for translations
Handle translations of GUI elements defined in .ui files.
See README.md for details.

Fixes QubesOS/qubes-issues#2599
2017-01-22 13:22:16 +01:00
i18n i18n: add basic support for translations 2017-01-22 13:22:16 +01:00
icons Implemented 'Restart' button 2016-06-05 22:19:18 +03:00
qubesmanager i18n: add basic support for translations 2017-01-22 13:22:16 +01:00
rpm_spec i18n: add basic support for translations 2017-01-22 13:22:16 +01:00
.gitignore gitignore 2015-05-04 00:45:11 +02:00
.travis.yml travis: drop debootstrap workaround 2016-12-14 23:46:44 +01:00
about.ui Create custom 'About' dialog, with 'release notes' viewer (#1259) 2015-10-01 22:34:49 +02:00
backupdlg.ui Fix awkward phrasing in backup dialog 2016-12-14 17:36:09 -05:00
build-deps.list Remove obsolete entries from build-deps.list 2013-03-09 00:15:03 +01:00
globalsettingsdlg.ui typo fix 2014-05-11 13:56:30 +02:00
logdlg.ui Use monospace font for log viewer. 2013-02-26 17:00:52 +01:00
mainwindow.ui Merge remote-tracking branch 'qubesos/pr/20' 2016-12-20 03:01:02 +01:00
Makefile i18n: add basic support for translations 2017-01-22 13:22:16 +01:00
Makefile.builder Add Makefile.builder 2013-03-19 15:06:14 +01:00
multiselectwidget.ui Ensure list box resizes with window 2015-12-13 20:41:19 +00:00
newappvmdlg.ui use new icon from qubes-artwork 2014-07-09 18:21:56 +02:00
newfwruledlg.ui Firewall tab accepts protocols (ticket #447). 2012-03-04 17:36:25 +01:00
org.qubesos.QubesManager.conf dbus interface for error icon notify (#615) 2012-07-05 01:11:23 +02:00
org.qubesos.QubesManager.xml Show running instance when started the second time (#632) 2012-07-24 23:46:03 +02:00
qubes-manager use any python2, not explicit python2.6 2013-01-23 15:55:14 +01:00
qubes-manager.desktop use new icon from qubes-artwork 2014-07-09 18:21:56 +02:00
qubes-vm-settings bring back to work appmenu select/VM settings standalone app (#548) 2012-06-21 11:58:25 +02:00
qubesmanager.pro i18n: add basic support for translations 2017-01-22 13:22:16 +01:00
README.md i18n: add basic support for translations 2017-01-22 13:22:16 +01:00
releasenotes.ui Create custom 'About' dialog, with 'release notes' viewer (#1259) 2015-10-01 22:34:49 +02:00
resources.qrc Implemented 'Restart' button 2016-06-05 22:19:18 +03:00
restoredlg.ui Fix awkward phrasing in backup dialog 2016-12-14 17:36:09 -05:00
settingsdlg.ui Clarified that unlisted services will take on *default* values, not the values from some default VM. 2016-02-19 19:14:11 +01:00
version version 3.2.6 2017-01-22 01:46:34 +01:00

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.