summaryrefslogtreecommitdiffstats
path: root/lang.sh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-11-03 15:43:53 +0000
committerBill Nottingham <notting@redhat.com>2006-11-03 15:43:53 +0000
commit249b328eb1306925214465d1ad56758ccdcbd7a3 (patch)
tree56f2ad883848c6f8c5d5ce87aefd306c3000b56e /lang.sh
parent72445b30d6166aa27b937b2e9d2078e853401cd0 (diff)
handle sinhalese as well (#212438)
Diffstat (limited to 'lang.sh')
-rwxr-xr-xlang.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang.sh b/lang.sh
index c7847849..475f3f20 100755
--- a/lang.sh
+++ b/lang.sh
@@ -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 ;;