C locale for messages
This commit is contained in:
parent
54f3d90ca2
commit
5567cbf563
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export HISTIGNORE=" *:ls:cd:pwd:exit:[bf]g:clear:reset:mplayer *";
|
|||
# aber nur wenn die locale gesetzt werden kann
|
||||
if [ -x /usr/bin/locale ]
|
||||
then
|
||||
export LC_MESSAGES="en_US.UTF-8"
|
||||
export LC_MESSAGES="C"
|
||||
export LC_COLLATE="C"
|
||||
export LANG="de_DE.UTF-8"
|
||||
export LC_CTYPE="de_DE.UTF-8"
|
||||
|
|
Reference in a new issue