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 f5bf794e23
Update translations binary files
1 week 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 Update translations binary files 1 week ago
main.cpp Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT 4 months ago
mywidget.cpp Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT 4 months ago
mywidget.h Automated update from Qt3 12 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) 3 years ago
mywidget_ru.qm Update translations binary files 4 years ago
mywidget_ru.ts Translated using Weblate (Russian) 4 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 Update translations binary files 1 week ago
mywidget_tr.ts Added translation using Weblate (Turkish) 11 months ago
mywidget_zh.qm Update translations binary files 1 week ago
mywidget_zh.ts Translated using Weblate (Chinese (zh)) 10 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.