aboutsummaryrefslogtreecommitdiffstats
path: root/core/qt-init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/qt-init.cpp')
-rw-r--r--core/qt-init.cpp3
1 files changed, 3 insertions, 0 deletions
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();