aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-01-20 20:23:29 +0000
committerBill Nottingham <notting@redhat.com>2003-01-20 20:23:29 +0000
commit24f13d59e24d5578fee4aa158366e1e8ca0222e4 (patch)
tree1928a0f3c243c1346ee7c0290cbfd7536264ed26
parentff780b804125b30eca290043fe8f150e10f42a03 (diff)
downloadinitscripts-24f13d59e24d5578fee4aa158366e1e8ca0222e4.tar
initscripts-24f13d59e24d5578fee4aa158366e1e8ca0222e4.tar.gz
initscripts-24f13d59e24d5578fee4aa158366e1e8ca0222e4.tar.bz2
initscripts-24f13d59e24d5578fee4aa158366e1e8ca0222e4.tar.xz
initscripts-24f13d59e24d5578fee4aa158366e1e8ca0222e4.zip
add zh_TW (#82235)
-rwxr-xr-xrc.d/init.d/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions
index 45691a6e..a69a81de 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.*)
+ ja_JP.*|ko_KR.*|zh_CN.*|zh_TW.*)
export LC_MESSAGES=en_US
;;
*)