You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/examples/i18n
Slávek Banko 73c9765982
Merge translation files from master branch.
2 months ago
..
README Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
i18n.doc Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
i18n.pro Merge translation files from master branch. 2 months ago
main.cpp Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT 5 months ago
mywidget.cpp Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT 5 months ago
mywidget.h Automated update from Qt3 13 years ago
mywidget.ts The translation file mywidget_en.ts in examples/i18n renamed 4 years ago
mywidget_ar.qm Update translations binary files 4 years ago
mywidget_ar.ts Repair damaged UTF-8 characters in TS files 6 years ago
mywidget_cs.qm Update translations binary files 4 years ago
mywidget_cs.ts Translated using Weblate (Czech) 6 years ago
mywidget_de.qm Update translations binary files 4 years ago
mywidget_de.ts Translated using Weblate (German) 5 years ago
mywidget_el.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
mywidget_el.ts Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
mywidget_en.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
mywidget_eo.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
mywidget_eo.ts Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
mywidget_fr.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
mywidget_fr.ts Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
mywidget_it.qm Update translations binary files 4 years ago
mywidget_it.ts Translated using Weblate (Italian) 4 years ago
mywidget_jp.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
mywidget_jp.ts Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
mywidget_ko.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
mywidget_ko.ts Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
mywidget_no.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
mywidget_no.ts Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
mywidget_pt.qm Update translations binary files 2 years ago
mywidget_pt.ts Added translation using Weblate (Portuguese) 4 years ago
mywidget_ru.qm Update translations binary files 4 years ago
mywidget_ru.ts Translated using Weblate (Russian) 5 years ago
mywidget_sk.qm Update translations binary files 4 years ago
mywidget_sk.ts Translated using Weblate (Slovak) 4 years ago
mywidget_tr.qm Merge translation files from master branch. 2 months ago
mywidget_tr.ts Merge translation files from master branch. 2 months ago
mywidget_zh.qm Merge translation files from master branch. 2 months ago
mywidget_zh.ts Merge translation files from master branch. 2 months ago

README

To add a language "XX":

 1. Add mywidget_XX.ts to the TRANSLATIONS entry of i18n.pro.
 2. Run 'lupdate i18n.pro'.
 3. Run 'linguist mywidget_XX.ts' and translate the strings.
 4. Run 'lrelease i18n.pro'.
 5. Run './i18n XX'.

Contributions are welcome. Send them to qt-bugs@trolltech.com.