From 888a02ec4a338f3edefe6e4287173a600cd2dd37 Mon Sep 17 00:00:00 2001 From: Xingtao Zhang Date: Tue, 8 Jan 2013 23:34:22 +0000 Subject: Doc: Updated docs for examples and etc - Corrected several \snippet paths and \example paths. - Added missing example images. - Marked several commands as code. - Updated the exampledirs variable for qtqml. Done-with: Venugopal Shivashankar Task-number: QTBUG-28898 Change-Id: I24aac17821f54de4bd5129c45b5bf96dc0f114b2 Reviewed-by: Liang Qi --- examples/qml/i18n/doc/src/i18n.qdoc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'examples/qml/i18n/doc/src/i18n.qdoc') 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_.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 + */ -- cgit v1.2.3