From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- examples/i18n/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/i18n/README (limited to 'examples/i18n/README') diff --git a/examples/i18n/README b/examples/i18n/README new file mode 100644 index 0000000..2f740f4 --- /dev/null +++ b/examples/i18n/README @@ -0,0 +1,9 @@ +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. -- cgit v1.2.1