summaryrefslogtreecommitdiffstats
path: root/share/monetdef
diff options
context:
space:
mode:
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