Skip to content

Load translations for application-specific language also on Win and Mac

Ingo Klöcker requested to merge work/cherry-pick-bc92a861 into kf5

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.

CCBUG: 464694

(cherry picked from commit bc92a861)

Merge request reports