https://bugs.kde.org/show_bug.cgi?id=431292
--- Comment #12 from Harald Sitter <sit...@kde.org> --- Related: https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/560 I'm not quite sure how the Formats KCM factors into this though. It doesn't really need language-support, what it needs is locale definitions and I believe those only need compiling via locale-gen (which in turn is simply a wrapper for localedef). Someone would need to do research how all this ought to __actually__ work. Like, currently the formats KCM models QLocale's locale list but I'm sure that internally relies on Qt's embedded locale data not the system's theoretically generatable ones (/usr/share/i18n/locales). Then the locales need generating if they don't already exist (locale -a). Once the locale is generated it'd need adding to some file in /etc presumably (locale.gen?) https://man7.org/linux/man-pages/man1/locale.1.html https://man7.org/linux/man-pages/man1/localedef.1.html https://www.unix.com/man-page/linux/8/locale-gen/ https://wiki.archlinux.org/title/locale https://github.com/systemd/systemd/blob/5efbd0bf897a990ebe43d7dc69141d87c404ac9a/src/locale/localed.c#L440 >From glancing over the documention I don't expect the formats KCM needs distro specific code at all, it just needs to actually wire into the system-level locale infrastructure properly via a privileged kauth helper. -- You are receiving this mail because: You are watching all bug changes.