aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/i18n/doc/src/i18n.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/i18n/doc/src/i18n.qdoc')
-rw-r--r--examples/qml/i18n/doc/src/i18n.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/qml/i18n/doc/src/i18n.qdoc b/examples/qml/i18n/doc/src/i18n.qdoc
index 888a98105b..b04c38e645 100644
--- a/examples/qml/i18n/doc/src/i18n.qdoc
+++ b/examples/qml/i18n/doc/src/i18n.qdoc
@@ -35,14 +35,21 @@
The files are created/updated by running:
+\code
lupdate i18n.qml -ts i18n/base.ts
+\endcode
Translations for new languages are created by copying i18n/base.ts to i18n/qml_<lang>.ts
The .ts files can then be edited with Linguist:
+\code
linguist i18n/qml_fr.ts
+\endcode
The run-time translation files are then generated by running:
+\code
lrelease i18n/*.ts
+\endcode
+
*/