summaryrefslogtreecommitdiffstats
path: root/share/numericdef
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2003-07-29 16:12:56 +0000
committerache <ache@FreeBSD.org>2003-07-29 16:12:56 +0000
commit74be324290a932455ed6c75eb6f8aa88c1b8eac5 (patch)
tree546b351b29469749ec7a4fd7d9d841c22a29fb68 /share/numericdef
parent46edc7497d2258dc665970daf2105672a2292607 (diff)
downloadFreeBSD-src-74be324290a932455ed6c75eb6f8aa88c1b8eac5.zip
FreeBSD-src-74be324290a932455ed6c75eb6f8aa88c1b8eac5.tar.gz
Add GB18030 locale
PR: 51729 Submitted by: Kang Liu <liukang@bjpu.edu.cn>
Diffstat (limited to 'share/numericdef')
-rw-r--r--share/numericdef/Makefile5
-rw-r--r--share/numericdef/zh_TW.Big5.src12
2 files changed, 2 insertions, 15 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile
index 4cfd064..d0fb279 100644
--- a/share/numericdef/Makefile
+++ b/share/numericdef/Makefile
@@ -39,8 +39,7 @@ LOCALES= af_ZA.ISO8859-1 \
sv_SE.ISO8859-1 \
tr_TR.ISO8859-9 \
uk_UA.KOI8-U \
- zh_CN.eucCN \
- zh_TW.Big5
+ zh_CN.eucCN
LOCALEDIR= ${DESTDIR}/usr/share/locale
@@ -56,7 +55,7 @@ IT_LINKS= it_CH
BE_LINKS= nl_BE
RU_LINKS= ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5
UA_LINKS= uk_UA.ISO8859-5
-CN_LINKS= zh_CN.GBK
+CN_LINKS= zh_CN.GB18030 zh_CN.GBK zh_TW.Big5
.SUFFIXES: .src .out
diff --git a/share/numericdef/zh_TW.Big5.src b/share/numericdef/zh_TW.Big5.src
deleted file mode 100644
index cd49d36..0000000
--- a/share/numericdef/zh_TW.Big5.src
+++ /dev/null
@@ -1,12 +0,0 @@
-# $FreeBSD$
-#
-# WARNING: spaces may be essential at the end of lines
-# WARNING: empty lines are essential too
-#
-# decimal_point
-.
-# thousands_sep
-,
-# grouping, separated by ;
-3;3
-# EOF
OpenPOWER on IntegriCloud