diff options
author | Bill Nottingham <notting@redhat.com> | 2003-01-20 20:24:43 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-01-20 20:24:43 +0000 |
commit | 470b4c6be8d72bbc310a173ea42f3afc582c253a (patch) | |
tree | 28ed324c89d4189108607d38fab78240900c14c6 | |
parent | 24f13d59e24d5578fee4aa158366e1e8ca0222e4 (diff) | |
download | initscripts-470b4c6be8d72bbc310a173ea42f3afc582c253a.tar initscripts-470b4c6be8d72bbc310a173ea42f3afc582c253a.tar.gz initscripts-470b4c6be8d72bbc310a173ea42f3afc582c253a.tar.bz2 initscripts-470b4c6be8d72bbc310a173ea42f3afc582c253a.tar.xz initscripts-470b4c6be8d72bbc310a173ea42f3afc582c253a.zip |
add zh_TW, match all variants of those locales
-rwxr-xr-x | rc.d/init.d/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index a69a81de..77ee8bd1 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*) export LC_MESSAGES=en_US ;; *) |