From 5d7ec87cb9462647abbab3e04b9b1a894cf79d15 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 30 Sep 2004 13:17:57 +0000 Subject: filter indic locales on the console (#134198) --- rc.d/init.d/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d') diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index 0f6dbfe6..8bd2dba8 100755 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -22,7 +22,7 @@ if [ -f /etc/sysconfig/i18n -a -z "${NOLOCALE:-}" ] ; then . /etc/sysconfig/i18n if [ "$CONSOLETYPE" != "pty" ]; then case "${LANG:-}" in - ja_JP*|ko_KR*|zh_CN*|zh_TW*) + ja_JP*|ko_KR*|zh_CN*|zh_TW*|bn_*|bd_*|pa_*|hi_*|ta_*|gu_*) export LC_MESSAGES=en_US export LANG ;; -- cgit v1.2.1