diff --git a/doc/images/qmldesigner-new-project.png b/doc/images/qmldesigner-new-project.png index bd6679aa08a..a5c34a42790 100644 Binary files a/doc/images/qmldesigner-new-project.png and b/doc/images/qmldesigner-new-project.png differ diff --git a/doc/src/howto/creator-only/creator-external-tools.qdoc b/doc/src/howto/creator-only/creator-external-tools.qdoc index a5038a65918..546efaf72a3 100644 --- a/doc/src/howto/creator-only/creator-external-tools.qdoc +++ b/doc/src/howto/creator-only/creator-external-tools.qdoc @@ -52,7 +52,11 @@ code and translations. The lrelease tool is used to create run-time translation files for use by the released application. - To synchronize translation source (TS) files from a translator with the + When you \l{Creating Projects}{create a new project}, you can automatically + generate a translation source file (TS) for one language. You can add other + languages later by editing the project file. + + To synchronize TS files from a translator with the application code, select \uicontrol Tools > \uicontrol External > \uicontrol Linguist > \uicontrol {Update Translations (lupdate)}. diff --git a/doc/src/qtquick/creator-only/qtquick-creating.qdoc b/doc/src/qtquick/creator-only/qtquick-creating.qdoc index 560d3a7671c..d37992ed2ee 100644 --- a/doc/src/qtquick/creator-only/qtquick-creating.qdoc +++ b/doc/src/qtquick/creator-only/qtquick-creating.qdoc @@ -128,6 +128,16 @@ \li Select \uicontrol Next. + \li In the \uicontrol Language field, select a language that you plan + to \l {Using Qt Linguist}{translate} the application to. You can + add other languages later by editing the project file. + + \li In the \uicontrol {Translation file} field, you can edit the + name for the translation source file that will be generated + for the selected language. + + \li Select \uicontrol Next. + \li Select \l{glossary-buildandrun-kit}{kits} for running and building your project, and then click \uicontrol Next. diff --git a/doc/src/qtquick/qtquick-properties.qdoc b/doc/src/qtquick/qtquick-properties.qdoc index 4218edb04af..add17138c4f 100644 --- a/doc/src/qtquick/qtquick-properties.qdoc +++ b/doc/src/qtquick/qtquick-properties.qdoc @@ -181,6 +181,12 @@ For more information, see \l {Internationalization and Localization with Qt Quick}. + \if defined(qtcreator) + When you \l{Creating Qt Quick Projects}{create a new project}, you can + automatically generate a translation source file (TS) for one language. + You can add other languages later by editing the project file. + \endif + \section1 Loading Placeholder Data The Design mode supports views, models, and delegates, so that when you add