From 11f67bfc4a89671fb3cf961bbc363d6f0ac86389 Mon Sep 17 00:00:00 2001 From: keith Date: Sat, 17 Feb 2001 18:45:08 +0000 Subject: Add LC_MESSAGES, LC_MONETARY, and LC_NUMERIC supports to both zh_TW.Big5 and zh_CN.EUC locales. Approved by: ache --- share/numericdef/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'share/numericdef/Makefile') diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 14f7d1b..423cd83 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -19,7 +19,9 @@ LOCALES= af_ZA.ISO_8859-1 \ sv_SE.ISO_8859-1 \ uk_UA.KOI8-U \ ko_KR.EUC \ - ja_JP.EUC + ja_JP.EUC \ + zh_TW.Big5 \ + zh_CN.EUC LOCALEDIR= ${DESTDIR}/usr/share/locale USENGLISH= en_US.ISO_8859-1 -- cgit v1.1