1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-30 19:46:56 +00:00

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

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) ||