Danny Milosavljevic <dan...@scratchpost.org> skribis: > Hi Ludo, > > On Thu, 29 Sep 2016 14:39:00 +0200 > l...@gnu.org (Ludovic Courtès) wrote: >> Danny Milosavljevic <dan...@scratchpost.org> skribis: >> >> > so I've updated to 947a5d47a50252cb0b87b78a8f83f274dec593e2 git guix and >> > now I don't have any useful locales. >> > >> > $ locale -a >> > C >> > POSIX >> >> I think this has always been the case because this command only lists >> statically-known locales, strangely enough. > > Ok, but I also get: > > /gnu/store/ybwj3wmsjjqyszc1jclbg7l36pdwkrl3-xonsh-0.4.6/lib/python3.4/site-packages/xonsh/__amalgam__.py:12122: > RuntimeWarning: Failed to set locale 'LC_TIME' to 'de_DE.UTF-8' > warnings.warn(msg, RuntimeWarning)
Did you try “de_DE.utf8”? See the bit about “normalized codeset” at <https://www.gnu.org/software/guix/manual/html_node/Locales.html>. Ludo’.