diff options
author | Bill Nottingham <notting@redhat.com> | 2006-11-03 15:43:53 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-11-03 15:43:53 +0000 |
commit | 249b328eb1306925214465d1ad56758ccdcbd7a3 (patch) | |
tree | 56f2ad883848c6f8c5d5ce87aefd306c3000b56e /lang.csh | |
parent | 72445b30d6166aa27b937b2e9d2078e853401cd0 (diff) | |
download | initscripts-249b328eb1306925214465d1ad56758ccdcbd7a3.tar initscripts-249b328eb1306925214465d1ad56758ccdcbd7a3.tar.gz initscripts-249b328eb1306925214465d1ad56758ccdcbd7a3.tar.bz2 initscripts-249b328eb1306925214465d1ad56758ccdcbd7a3.tar.xz initscripts-249b328eb1306925214465d1ad56758ccdcbd7a3.zip |
handle sinhalese as well (#212438)
Diffstat (limited to 'lang.csh')
-rwxr-xr-x | lang.csh | 2 |
1 files changed, 2 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 |