https://bugs.kde.org/show_bug.cgi?id=509902
--- Comment #4 from Marcus Gama <[email protected]> --- I ran some more tests today, and the issue seems to only occur with pt_BR. I specifically tested languages with code longer than two characters (en_GB and ca@valencia, for example), and it seems that the bug only occurs when I set pt_BR as default language. The workaround I've been using (individually changing the language settings for each app) isn't 100% effective, as libraries and some apps continue to respect the system's default setting (which in this case is the one mentioned above - primary: pt, fallback: pt_BR; fallback 2: pt, fallback 3: pt). A more complete workaround was to manually delete (or rename) the entire 'pt' translation from my system (/usr/share/locale/pt) to force the system to use the fallback (pt_BR). By doing this, I fixed several translation issues I had already noticed. By searching the KDE code, I saw that the regional settings module is in the plasma-workspace package. I noticed that there are some specific lines of code that manipulate pt_BR in the languagelistmodel.cpp file (plasma-workspace/kcms/region_language/). Could this have anything to do with the bug? -- You are receiving this mail because: You are watching all bug changes.
