From: Alexander Barton Date: Mon, 3 Feb 2014 19:57:02 +0000 (+0100) Subject: Do not set LC_MESSAGES=C any longer; let the user decide X-Git-Url: https://arthur.barton.de/gitweb/?p=ConfigScripts.git;a=commitdiff_plain;h=39f5717c95e7282f880fe75fd37662df9b3ba87b Do not set LC_MESSAGES=C any longer; let the user decide --- diff --git a/sys/profile b/sys/profile index b94d875..3369081 100644 --- a/sys/profile +++ b/sys/profile @@ -39,10 +39,6 @@ fi [ "$LANG" = "${LANG#*.}" -a "$LANG" != "C" ] \ && export LANG="${LANG:-de_DE}.${LC_encoding}" [ -e ~/.ConfigScripts.debug ] && echo " - LANG=\"$LANG\" (new)" -# All system messages should still be in "native" ("C") language for -# non-X11 sessions: -[ -z "$GDMSESSION" -a -z "$DESKTOP_SESSION" -a -z "$SESSION_MANAGER" ] \ - && export LC_MESSAGES="C" # Clean up ... unset LC_CTYPE LC_encoding 2>/dev/null