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.sh | |
| parent | 72445b30d6166aa27b937b2e9d2078e853401cd0 (diff) | |
handle sinhalese as well (#212438)
Diffstat (limited to 'lang.sh')
| -rwxr-xr-x | lang.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ;; |
