aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/photoviewer/i18n/qml_en.qm
Commit message (Collapse)AuthorAgeFilesLines
* i18n examples: Add en translation dummiesKai Koehne2018-07-171-0/+0
We endorse using QTranslator::install(const QLocale&...), because it tries loading translations from all QLocale::uiLanguages() instead of the commonly used QLocale::system().name() setup. Anyhow, the first method requires an English translation - otherwise a second favorite language might be used. Pave the way to making the switch by adding (empty) English translations to our examples. Task-number: QTBUG-69196 Change-Id: Ie85be875e34e29e80c1693bbf477b962e35a7d87 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>