From d1608b447da4541603a796072e8089a68ce71d11 Mon Sep 17 00:00:00 2001 From: foxfair Date: Tue, 8 Jun 1999 02:25:19 +0000 Subject: Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5. It makes compatible with IANA charset defination, and let existent I18N app happier. Ref: --- share/mklocale/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/mklocale/Makefile') diff --git a/share/mklocale/Makefile b/share/mklocale/Makefile index a3e817d..2ef612c 100644 --- a/share/mklocale/Makefile +++ b/share/mklocale/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.17 1998/12/14 02:59:15 dillon Exp $ +# $Id: Makefile,v 1.18 1999/06/05 03:04:00 julian Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} @@ -13,7 +13,7 @@ LOCALES= ja_JP.EUC \ ru_SU.CP866 \ ru_SU.KOI8-R \ zh_CN.EUC \ - zh_TW.BIG5 + zh_TW.Big5 LOCALEDIR= ${DESTDIR}/usr/share/locale -- cgit v1.1