diff options
Diffstat (limited to 'lang.csh')
-rwxr-xr-x | lang.csh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |