Add GB18030 locale

PR:             51729
Submitted by:   Kang Liu <liukang@bjpu.edu.cn>
This commit is contained in:
ache 2003-07-29 16:12:56 +00:00
parent 46edc7497d
commit 74be324290
10 changed files with 7257 additions and 12 deletions

View File

@ -40,7 +40,7 @@ LOCALEDIR= ${DESTDIR}/usr/share/locale
ASCIILINKS= en_AU.US-ASCII en_CA.US-ASCII en_GB.US-ASCII en_NZ.US-ASCII \
en_US.US-ASCII ko_KR.eucKR ja_JP.eucJP ja_JP.SJIS \
tr_TR.ISO8859-9 zh_CN.eucCN zh_CN.GBK
tr_TR.ISO8859-9 zh_CN.eucCN zh_CN.GB18030 zh_CN.GBK
DELINKS= de_AT de_CH
ZHLINKS= zh_TW.Big5

View File

@ -21,6 +21,7 @@ LOCALES= bg_BG.CP1251 \
ru_RU.KOI8-R \
uk_UA.KOI8-U \
zh_CN.eucCN \
zh_CN.GB18030 \
zh_CN.GBK \
zh_TW.Big5

File diff suppressed because it is too large Load Diff

View File

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

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

@ -45,8 +45,9 @@ LOCALES= af_ZA.ISO8859-1 \
ko_KR.eucKR \
ja_JP.eucJP \
ja_JP.SJIS \
zh_TW.Big5 \
zh_CN.eucCN
zh_CN.eucCN \
zh_CN.GB18030 \
zh_TW.Big5
LOCALEDIR= ${DESTDIR}/usr/share/locale

View File

@ -3,10 +3,12 @@
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# decimal_point
.
# thousands_sep
,
# grouping, separated by ;
3;3
# yesexpr
^[yY是].*
# noexpr
^[nN不否].*
# yesstr
# nostr
# EOF

View File

@ -39,8 +39,7 @@ LOCALES= af_ZA.ISO8859-1 \
sv_SE.ISO8859-1 \
tr_TR.ISO8859-9 \
uk_UA.KOI8-U \
zh_CN.eucCN \
zh_TW.Big5
zh_CN.eucCN
LOCALEDIR= ${DESTDIR}/usr/share/locale
@ -56,7 +55,7 @@ IT_LINKS= it_CH
BE_LINKS= nl_BE
RU_LINKS= ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5
UA_LINKS= uk_UA.ISO8859-5
CN_LINKS= zh_CN.GBK
CN_LINKS= zh_CN.GB18030 zh_CN.GBK zh_TW.Big5
.SUFFIXES: .src .out

View File

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

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