C
TranslationFiles.MCU.omitSourceLanguage
Indicates whether to include or exclude source language strings.
Description
This node can be used to either enable or disable embedding the translations in the application. If set to true
, only the localized strings are included, ignoring the source language strings. It is useful when it's required to generate a application binary with a single localization file.
Usage
TranslationFiles { MCU.omitSourceLanguage: false }
Since
This property was introduced in QmlProject API 1.3 .
Available under certain Qt licenses.
Find out more.