manager/README.md
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

22 lines
495 B
Markdown

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.