summaryrefslogtreecommitdiffstats
path: root/share/timedef
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/timedef
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/timedef')
-rw-r--r--share/timedef/Makefile1
-rw-r--r--share/timedef/zh_CN.GB18030.src102
2 files changed, 103 insertions, 0 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile
index 02045d8..53f4bd0 100644
--- a/share/timedef/Makefile
+++ b/share/timedef/Makefile
@@ -47,6 +47,7 @@ LOCALES= bg_BG.CP1251 \
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/timedef/zh_CN.GB18030.src b/share/timedef/zh_CN.GB18030.src
new file mode 100644
index 0000000..3aef210
--- /dev/null
+++ b/share/timedef/zh_CN.GB18030.src
@@ -0,0 +1,102 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# Short month names
+#
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+10
+11
+12
+#
+# Long month names
+#
+一月
+二月
+三月
+四月
+五月
+六月
+七月
+八月
+九月
+十月
+十一月
+十二月
+#
+# Short weekday names
+#
+周日
+周一
+周二
+周三
+周四
+周五
+周六
+#
+# Long weekday names
+#
+星期日
+星期一
+星期二
+星期三
+星期四
+星期五
+星期六
+#
+# X_fmt
+#
+%H时%M分%S秒
+#
+# x_fmt
+#
+%Y/%m/%d
+#
+# c_fmt
+#
+%a %b/%e %T %Y
+#
+# am
+#
+上午
+#
+# pm
+#
+下午
+#
+# date_fmt
+#
+%Y年%b月%e日 %A %X %Z
+#
+# Long month names (alternative)
+#
+一月
+二月
+三月
+四月
+五月
+六月
+七月
+八月
+九月
+十月
+十一月
+十二月
+#
+# md_order
+#
+md
+#
+# ampm_fmt
+#
+%I:%M:%S %p
+# EOF
OpenPOWER on IntegriCloud