From 76dcd1b254f44ac8900007a9520eb0570fb87141 Mon Sep 17 00:00:00 2001 From: tjr Date: Sun, 4 Apr 2004 12:24:05 +0000 Subject: Add data for missing categories to zh_HK.Big5HKSCS locale. --- share/colldef/Makefile | 2 +- share/monetdef/Makefile | 2 ++ share/msgdef/Makefile | 2 ++ share/numericdef/Makefile | 2 +- share/timedef/Makefile | 2 ++ 5 files changed, 8 insertions(+), 2 deletions(-) diff --git a/share/colldef/Makefile b/share/colldef/Makefile index 064a1c9..42dcc18 100644 --- a/share/colldef/Makefile +++ b/share/colldef/Makefile @@ -46,7 +46,7 @@ LOCALEDIR= ${DESTDIR}/usr/share/locale ASCIILINKS= am_ET.UTF-8 en_AU.US-ASCII en_CA.US-ASCII en_GB.US-ASCII \ en_NZ.US-ASCII en_US.US-ASCII ko_KR.CP949 ko_KR.eucKR \ ja_JP.eucJP ja_JP.SJIS tr_TR.ISO8859-9 zh_CN.eucCN \ - zh_CN.GB18030 zh_CN.GB2312 zh_CN.GBK + zh_CN.GB18030 zh_CN.GB2312 zh_CN.GBK zh_HK.Big5HKSCS DELINKS= de_AT de_CH ZHLINKS= zh_TW.Big5 diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 70f52c8..0c3e5a1 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -155,5 +155,7 @@ afterinstall: .endfor ln -sf ../zh_TW.Big5/LC_MONETARY \ ${LOCALEDIR}/zh_TW.UTF-8/LC_MONETARY + ln -sf ../zh_HK.UTF-8/LC_MONETARY \ + ${LOCALEDIR}/zh_HK.Big5HKSCS/LC_MONETARY .include diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 6a52512..941fcbc 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -207,5 +207,7 @@ afterinstall: ${LOCALEDIR}/ko_KR.UTF-8/LC_MESSAGES ln -sf ../zh_TW.UTF-8/LC_MESSAGES \ ${LOCALEDIR}/zh_HK.UTF-8/LC_MESSAGES + ln -sf ../zh_TW.Big5/LC_MESSAGES \ + ${LOCALEDIR}/zh_HK.Big5HKSCS/LC_MESSAGES .include diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index df4e4a4..3d916b8 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -69,7 +69,7 @@ BE_LINKS= nl_BE RU_LINKS= ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5 UA_LINKS= uk_UA.ISO8859-5 BY_LINKS= be_BY.CP1131 be_BY.ISO8859-5 -CN_LINKS= zh_CN.GB18030 zh_CN.GB2312 zh_CN.GBK zh_TW.Big5 +CN_LINKS= zh_CN.GB18030 zh_CN.GB2312 zh_CN.GBK zh_HK.Big5HKSCS zh_TW.Big5 .SUFFIXES: .src .out diff --git a/share/timedef/Makefile b/share/timedef/Makefile index 6ee5b48..4c69793 100644 --- a/share/timedef/Makefile +++ b/share/timedef/Makefile @@ -211,5 +211,7 @@ afterinstall: ${LOCALEDIR}/af_ZA.UTF-8/LC_TIME ln -fs ../zh_TW.UTF-8/LC_TIME \ ${LOCALEDIR}/zh_HK.UTF-8/LC_TIME + ln -fs ../zh_TW.UTF-8/LC_TIME \ + ${LOCALEDIR}/zh_HK.Big5HKSCS/LC_TIME .include -- cgit v1.1