From 74be324290a932455ed6c75eb6f8aa88c1b8eac5 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 29 Jul 2003 16:12:56 +0000 Subject: Add GB18030 locale PR: 51729 Submitted by: Kang Liu --- share/timedef/Makefile | 1 + share/timedef/zh_CN.GB18030.src | 102 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 103 insertions(+) create mode 100644 share/timedef/zh_CN.GB18030.src (limited to 'share/timedef') 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 -- cgit v1.1