Revert "Set default locale". Closes #6436 and #6459.

This reverts commit 75ef6356d3.
This commit is contained in:
sledgehammer999 2017-03-07 15:35:42 +02:00
commit 1e28bbb47e
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -512,7 +512,6 @@ void Application::initializeTranslation()
Preferences* const pref = Preferences::instance();
// Load translation
QString localeStr = pref->getLocale();
QLocale::setDefault(QLocale(localeStr));
if (
#ifdef QBT_USES_QT5