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:
parent
6c9fa2913b
commit
13e111a89a
1 changed files with 1 additions and 1 deletions
|
@ -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) ||
|
||||
|
|
Loading…
Reference in a new issue