-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Great to have a way to generate en_NL but unfortunately it does not work for me on OpenSuse and the reason seems to be that "locale-gen" is missing, it seems to be Debian/Ubuntu specific.
Found here a work-around in using /etc/locale.conf
cp -f en_NL /usr/share/i18n/locales/
localedef -i /usr/share/i18n/locales/en_NL -f UTF-8 en_NL.UTF-8
echo "en_NL.UTF-8" > /etc/locale.conf
After the reboot I do not see an errors being reported executing "locale" so that is good.
Things that I see in the boot log are:
kwin_x11[2297]: kwin_xkbcommon: XKB: couldn't find a Compose file for locale "en_NL.UTF-8"
tracker-extract[3609]: Could not insert metadata for item "file:///home/user/Documents/xxxx.pdf": 22.49: invalid UTF-8 character
Metadata
Metadata
Assignees
Labels
No labels