From 1edf3ccaf2250a42f75b6e56db0a1df3dbcd9c23 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 19 Jun 2008 10:53:12 +0200 Subject: [PATCH] also set $LANGUAGE --- .zsh/zprofile/10_locale | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zsh/zprofile/10_locale b/.zsh/zprofile/10_locale index 07cbf44..9280f7a 100644 --- a/.zsh/zprofile/10_locale +++ b/.zsh/zprofile/10_locale @@ -98,6 +98,8 @@ if [ -x =locale ]; then unset _LOCALE fi +export LANGUAGE="${LANG}:en" + unfunction _set_regional_locale unfunction _set_locale -- 2.39.2