View Single Post
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#81
Originally Posted by pichlo View Post
It is obvious that I must have made a mistake in shrinking the locales cache. I followed reinob's guide in post #39, with my /etc/locale.gen containing:
Code:
en_GB.UTF-8 UTF-8
en_GB ISO-8859-1
(I found that the second line was necessary to render all strings and labels.)

So what should my locales look like to have my cake and eat it, so to speak?
In /etc/locale.gen I have "en_US UTF-8" and "de_DE UTF-8" and have no problems with it.

Could you post the output of
Code:
$ env | grep -e ^LANG -e ^LC_
or,
Code:
$ env | grep -e ^LANG -e ^LC_ | cut -d= -f2 | sort -u
I get "en_US" and "de_DE", which matches my locale.gen
 

The Following User Says Thank You to reinob For This Useful Post: