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/README

10 lines
290 B

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.