You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt/examples/i18n
Slávek Banko 1ebfddae32
Update translations binary files
because they are not generated during build.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 months ago
..
README Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 15 years ago
i18n.doc Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 15 years ago
i18n.pro Update translations binary files 4 months ago
main.cpp Replace TRUE/FALSE with boolean values true/false - part 2 8 months ago
mywidget.cpp Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* 1 year ago
mywidget.h Rename main window nt* related files to equivalent tq*. The file 2 years ago
mywidget.ts The translation file mywidget_en.ts in examples/i18n renamed 6 years ago
mywidget_ar.qm Update translations binary files 6 years ago
mywidget_ar.ts Repair damaged UTF-8 characters in TS files 8 years ago
mywidget_cs.qm Update translations binary files 6 years ago
mywidget_cs.ts Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h) 2 years ago
mywidget_de.qm Update translations binary files 6 years ago
mywidget_de.ts Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h) 2 years ago
mywidget_el.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 15 years ago
mywidget_el.ts Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 15 years ago
mywidget_en.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 15 years ago
mywidget_eo.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 15 years ago
mywidget_eo.ts Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 15 years ago
mywidget_es.qm Update translations binary files 4 months ago
mywidget_es.ts Added translation using Weblate (Spanish) 9 months ago
mywidget_es_AR.qm Update translations binary files 11 months ago
mywidget_es_AR.ts Added translation using Weblate (Spanish (Argentina)) 12 months ago
mywidget_fr.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 15 years ago
mywidget_fr.ts Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 15 years ago
mywidget_it.qm Update translations binary files 5 years ago
mywidget_it.ts Translated using Weblate (Italian) 6 years ago
mywidget_jp.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 15 years ago
mywidget_jp.ts Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 15 years ago
mywidget_ko.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 15 years ago
mywidget_ko.ts Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 15 years ago
mywidget_no.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 15 years ago
mywidget_no.ts Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 15 years ago
mywidget_pt.qm Update translations binary files 4 years ago
mywidget_pt.ts Added translation using Weblate (Portuguese) 5 years ago
mywidget_ru.qm Update translations binary files 6 years ago
mywidget_ru.ts Translated using Weblate (Russian) 6 years ago
mywidget_sk.qm Update translations binary files 6 years ago
mywidget_sk.ts Translated using Weblate (Slovak) 6 years ago
mywidget_tr.qm Update translations binary files 2 years ago
mywidget_tr.ts Added translation using Weblate (Turkish) 3 years ago
mywidget_zh.qm Update translations binary files 2 years ago
mywidget_zh.ts Translated using Weblate (Chinese (zh)) 3 years ago
mywidget_zh_Hans.qm Update translations binary files 11 months ago
mywidget_zh_Hans.ts Added translation using Weblate (Chinese (Simplified)) 1 year 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.