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
Michele Calgaro c03a480087
Replace TRUE/FALSE with boolean values true/false - part 2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 months ago
..
README Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 14 years ago
i18n.doc Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 14 years ago
i18n.pro Update translations binary files 1 year ago
main.cpp Replace TRUE/FALSE with boolean values true/false - part 2 3 months ago
mywidget.cpp Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* 11 months ago
mywidget.h Rename main window nt* related files to equivalent tq*. The file 1 year 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 7 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) 1 year 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) 1 year ago
mywidget_el.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 14 years ago
mywidget_el.ts Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 14 years ago
mywidget_en.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 14 years ago
mywidget_eo.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 14 years ago
mywidget_eo.ts Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 14 years ago
mywidget_es.ts Added translation using Weblate (Spanish) 3 months ago
mywidget_es_AR.qm Update translations binary files 5 months ago
mywidget_es_AR.ts Added translation using Weblate (Spanish (Argentina)) 6 months ago
mywidget_fr.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 14 years ago
mywidget_fr.ts Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 14 years ago
mywidget_it.qm Update translations binary files 5 years ago
mywidget_it.ts Translated using Weblate (Italian) 5 years ago
mywidget_jp.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 14 years ago
mywidget_jp.ts Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 14 years ago
mywidget_ko.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 14 years ago
mywidget_ko.ts Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 14 years ago
mywidget_no.qm Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 14 years ago
mywidget_no.ts Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 14 years ago
mywidget_pt.qm Update translations binary files 3 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 1 year ago
mywidget_tr.ts Added translation using Weblate (Turkish) 2 years ago
mywidget_zh.qm Update translations binary files 1 year ago
mywidget_zh.ts Translated using Weblate (Chinese (zh)) 2 years ago
mywidget_zh_Hans.qm Update translations binary files 5 months ago
mywidget_zh_Hans.ts Added translation using Weblate (Chinese (Simplified)) 7 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.