Use default (instead of system) locale to be more flexible (Qt client)

This commit is contained in:
Mike Gelfand 2017-02-07 02:24:47 +03:00
parent 6c9fa2913b
commit 13e111a89a
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ Application::loadTranslations ()
QLatin1String ("qtbase");
#endif
const QLocale locale = QLocale::system ();
const QLocale locale;
const QLocale englishLocale (QLocale::English, QLocale::UnitedStates);
if (loadTranslation (myQtTranslator, qtFileName, locale, qtQmDirs) ||