diff options
-rwxr-xr-x | lang.csh | 6 | ||||
-rwxr-xr-x | lang.sh | 6 |
2 files changed, 12 insertions, 0 deletions
@@ -42,6 +42,9 @@ if ($sourced == 1) then case ko*: case si*: case zh*: + case ar*: + case fa*: + case he*: case *_IN*: setenv LANG en_US.UTF-8 breaksw @@ -61,6 +64,9 @@ if ($sourced == 1) then case ko*: case si*: case zh*: + case ar*: + case fa*: + case he*: case *_IN*: setenv LANG en_US breaksw @@ -55,6 +55,9 @@ if [ "$sourced" = 1 ]; then ko*) LANG=en_US.UTF-8 ;; si*) LANG=en_US.UTF-8 ;; zh*) LANG=en_US.UTF-8 ;; + ar*) LANG=en_US.UTF-8 ;; + fa*) LANG=en_US.UTF-8 ;; + he*) LANG=en_US.UTF-8 ;; en_IN*) ;; *_IN*) LANG=en_US.UTF-8 ;; esac @@ -69,6 +72,9 @@ if [ "$sourced" = 1 ]; then ko*) LANG=en_US ;; si*) LANG=en_US ;; zh*) LANG=en_US ;; + ar*) LANG=en_US ;; + fa*) LANG=en_US ;; + he*) LANG=en_US ;; en_IN*) ;; *_IN*) LANG=en_US ;; esac |