https://bugs.kde.org/show_bug.cgi?id=507258
--- Comment #2 from Andreas Schneider <a...@cryptomilk.org> --- kcm_formats writes the file `.config/plasma-localerc` with locales from libicu, however those are system variables which only work with glibc locales! You need to configure the plasma languages and what you export as locales for glibc seperately! `.config/plasma-localerc` ``` [Formats] LANG=en_US.UTF-8 LC_ADDRESS=de_DE.UTF-8 LC_MEASUREMENT=de_DE.UTF-8 LC_MONETARY=de_DE.UTF-8 LC_NAME=en_DK.UTF-8 LC_NUMERIC=de_DE.UTF-8 LC_PAPER=de_DE.UTF-8 LC_TELEPHONE=de_DE.UTF-8 LC_TIME=en_SE.UTF-8 ``` -- You are receiving this mail because: You are watching all bug changes.