Add GB2312 locale files.

This commit is contained in:
David Xu 2003-11-05 22:59:02 +00:00
parent d87d498bdf
commit 403c77c073
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122147
3 changed files with 152 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,14 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[yY是].*
# noexpr
^[nN不否].*
# yesstr
# nostr
# EOF

View File

@ -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