summaryrefslogtreecommitdiffstats
path: root/examples/linguist/i18n/translations
Commit message (Collapse)AuthorAgeFilesLines
* Move i18n example to qttoolsKai Köhne2022-11-0714-0/+826
Move i18n example out of qtbase, into qttools. Improve by - removing hard-coded .qm files and .qrc file. Instead, use CMake / qmake API. - Add target language in .ts files - Make file names match the locale (no->nb, jp->ja) - Using QLocale::uiLanguages() instead of QLocale::system.name() Change-Id: Ie7d496f38dd13078afab76eca3f7cff13ca27b68 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>