diff options
-rwxr-xr-x | lang.csh | 2 | ||||
-rwxr-xr-x | lang.sh | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -78,6 +78,7 @@ if ($sourced == 1) then breaksw case ja*: case ko*: + case si*: case zh*: case *_IN*: setenv LANG en_US.UTF-8 @@ -107,6 +108,7 @@ if ($sourced == 1) then breaksw case ja*: case ko*: + case si*: case zh*: case *_IN*: setenv LANG en_US @@ -68,6 +68,7 @@ if [ "$sourced" = 1 ]; then case $LANG in ja*) LANG=en_US.UTF-8 ;; ko*) LANG=en_US.UTF-8 ;; + si*) LANG=en_US.UTF-8 ;; zh*) LANG=en_US.UTF-8 ;; en_IN*) ;; *_IN*) LANG=en_US.UTF-8 ;; @@ -82,6 +83,7 @@ if [ "$sourced" = 1 ]; then case $LANG in ja*) LANG=en_US ;; ko*) LANG=en_US ;; + si*) LANG=en_US ;; zh*) LANG=en_US ;; en_IN*) ;; *_IN*) LANG=en_US ;; |