summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-04-04 12:24:05 +0000
committertjr <tjr@FreeBSD.org>2004-04-04 12:24:05 +0000
commit76dcd1b254f44ac8900007a9520eb0570fb87141 (patch)
tree6bb41a579c81beed9850ba37743625c90d95ea49 /share
parent3de845ed0aca3e9740cfb383e0f35cf33f6cec15 (diff)
downloadFreeBSD-src-76dcd1b254f44ac8900007a9520eb0570fb87141.zip
FreeBSD-src-76dcd1b254f44ac8900007a9520eb0570fb87141.tar.gz
Add data for missing categories to zh_HK.Big5HKSCS locale.
Diffstat (limited to 'share')
-rw-r--r--share/colldef/Makefile2
-rw-r--r--share/monetdef/Makefile2
-rw-r--r--share/msgdef/Makefile2
-rw-r--r--share/numericdef/Makefile2
-rw-r--r--share/timedef/Makefile2
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 <bsd.prog.mk>
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 <bsd.prog.mk>
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud