diff --git a/core/qt-init.cpp b/core/qt-init.cpp index 1979ec63d..7f8af8379 100644 --- a/core/qt-init.cpp +++ b/core/qt-init.cpp @@ -69,6 +69,9 @@ void init_qt_late() } else if (loc.language() == QLocale::Spanish) { loc.setDefault(QLocale("es_ES")); loc = QLocale(); + } else if (loc.language() == QLocale::German && loc.country() != QLocale::Switzerland) { + loc.setDefault(QLocale("de_DE")); + loc = QLocale(); } initUiLanguage(); QString uiLang = getUiLanguage();