aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
diff options
context:
space:
mode:
Diffstat (limited to 'lang.csh')
-rwxr-xr-xlang.csh6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang.csh b/lang.csh
index a22c12df..dfc4bad5 100755
--- a/lang.csh
+++ b/lang.csh
@@ -11,6 +11,12 @@ end
if ($?GDM_LANG) then
set sourced=1
setenv LANG $GDM_LANG
+ if ($?LANGUAGE) then
+ unsetenv LANGUAGE
+ endif
+ if ("$GDM_LANG" == "zh_CN.GB18030") then
+ setenv LANGUAGE "zh_CN.GB18030:zh_CN.GB2312:zh_CN"
+ endif
endif
if ($sourced == 1) then