Closed grulja closed 1 week ago
Using QLocale::system() gives the correct locale, but uiLanguages() can give us language we don't want to. Instead just construct a new QLocale with the language reported as primary by QLocale::system().
Fixes #271
Using QLocale::system() gives the correct locale, but uiLanguages() can give us language we don't want to. Instead just construct a new QLocale with the language reported as primary by QLocale::system().
Fixes #271