Commit aabb8330 authored by Kai Koehne's avatar Kai Koehne Committed by Oswald Buddenhagen
Browse files

Add English translations


Automatically generate empty _en.qm files. This allows the user to
use the QTranslator::load(QLocale) overload, e.g.

  translator.load(QLocale(), "qt", "_", QLibraryInfo::location(QLibraryInfo::TranslationsPath));

So far this has been using a non-English translation even if English
has a higher priority (for instance by setting LANGUAGE=en:de on Linux).

[ChangeLog][Translations] Qt modules now include an English translation
(_en.qm) file. This fixes the behavior of QTranslator::load(QLocale) if
English is just one of the configured languages.

Change-Id: Ibb9e721ef501fbf5cb231671e3b89ef27a68f0a2
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
parent 33434668
Showing with 14 additions and 2 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment