diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/kconfig.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/core/kconfig.cpp b/src/core/kconfig.cpp index ea9746c0..cfa6c207 100644 --- a/src/core/kconfig.cpp +++ b/src/core/kconfig.cpp @@ -95,7 +95,7 @@ KConfigPrivate::KConfigPrivate(KConfig::OpenFlags flags,  //        mappingsRegistered = true;  //    } -    setLocale(QLocale::system().name()); +    setLocale(QLocale().name().split(QStringLiteral("_")).at(0));  }  bool KConfigPrivate::lockLocal() | 
