Added a README for translators, since people already want to do
[quassel.git] / i18n / README.Translations
1 NOTE: Translations are not yet used in Quassel, but will be soon!
2
3 In order to create or update a translatable file, run the following command
4 in the directory i18n/:
5
6 lupdate ../src -ts quassel_xx.ts
7
8 where xx is the two-letter language code according to ISO 639 (which,
9 if needed, may be suffixed by a country code according to ISO 3166).
10 Quassel will automatically load these translation files based on the
11 system locale. Examples for valid file names:
12
13 quassel_de.ts
14 quassel_en_US.ts
15
16 You can open these files with the Qt Linguist and add/edit translated strings.
17
18 The *.ts files can and should be kept in sync with the source code by running
19 lupdate regularly (existing translations won't be removed).