summaryrefslogtreecommitdiffstats
path: root/share/monetdef
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/monetdef
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/monetdef')
-rw-r--r--share/monetdef/Makefile1
-rw-r--r--share/monetdef/zh_CN.GB18030.src36
2 files changed, 37 insertions, 0 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index 0c61fb7..ba8be87 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/Makefile
@@ -52,6 +52,7 @@ LOCALES= af_ZA.ISO8859-1 \
uk_UA.ISO8859-5 \
uk_UA.KOI8-U \
zh_CN.eucCN \
+ zh_CN.GB18030 \
zh_TW.Big5
LOCALEDIR= ${DESTDIR}/usr/share/locale
diff --git a/share/monetdef/zh_CN.GB18030.src b/share/monetdef/zh_CN.GB18030.src
new file mode 100644
index 0000000..e1c0ef2
--- /dev/null
+++ b/share/monetdef/zh_CN.GB18030.src
@@ -0,0 +1,36 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# int_curr_symbol (last character always SPACE)
+CNY
+# currency_symbol
+гд
+# mon_decimal_point
+.
+# mon_thousands_sep
+,
+# mon_grouping, separated by ;
+3;3
+# positive_sign
+
+# negative_sign
+-
+# int_frac_digits
+0
+# frac_digits
+0
+# p_cs_precedes
+1
+# p_sep_by_space
+0
+# n_cs_precedes
+1
+# n_sep_by_space
+0
+# p_sign_posn
+1
+# n_sign_posn
+4
+# EOF
OpenPOWER on IntegriCloud