diff options
author | Bill Nottingham <notting@redhat.com> | 2003-01-20 20:23:29 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-01-20 20:23:29 +0000 |
commit | 24f13d59e24d5578fee4aa158366e1e8ca0222e4 (patch) | |
tree | 1928a0f3c243c1346ee7c0290cbfd7536264ed26 /rc.d/init.d | |
parent | ff780b804125b30eca290043fe8f150e10f42a03 (diff) | |
download | initscripts-24f13d59e24d5578fee4aa158366e1e8ca0222e4.tar initscripts-24f13d59e24d5578fee4aa158366e1e8ca0222e4.tar.gz initscripts-24f13d59e24d5578fee4aa158366e1e8ca0222e4.tar.bz2 initscripts-24f13d59e24d5578fee4aa158366e1e8ca0222e4.tar.xz initscripts-24f13d59e24d5578fee4aa158366e1e8ca0222e4.zip |
add zh_TW (#82235)
Diffstat (limited to 'rc.d/init.d')
-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 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 ;; *) |