https://bugs.kde.org/show_bug.cgi?id=464694
--- Comment #4 from Ingo Klöcker <kloec...@kde.org> --- Git commit b614a60a2e5bcca6c40675e3a1a9de3000911066 by Ingo Klöcker, on behalf of Ingo Klöcker. Committed on 30/01/2023 at 14:35. Pushed by kloecker into branch 'fix-language-override-on-win-and-mac'. Load translations for application-specific language also on Win and Mac On Windows and Apple OSs, we cannot use QLocale::system() because on those OSs Qt ignores LANGUAGE (which is set by kxmlgui to the application-specific languages configured by the user). We need to check LANGUAGE ourselves. M +19 -1 src/i18n/main.cpp https://invent.kde.org/frameworks/ki18n/commit/b614a60a2e5bcca6c40675e3a1a9de3000911066 -- You are receiving this mail because: You are watching all bug changes.