C

TranslationFiles

Description

Use this node to add the translation files to your project. You can use more than one TranslationFiles node to add the translation files (.ts). qmlprojectexporter calls the corresponding tool to convert these translation files into .qm files, which is a binary format used by Qt for managing the translations.

In the QML sources, the function tr() can be used to wrap the translatable strings that are going to be referenced by the files provided here.

Since

This node was introduced in QmlProject API 1.3 .

Available under certain Qt licenses.
Find out more.