Fix various issues with Chinese locales:
- Change short weekday names to use only one Chinese character. (note: this is a somewhat misunfortunate compromise due to the fact that some applications are using short buffer for weekday names, and in ~1905 when 星期 system was created to replace the traditional 七曜 system, which can use 日月火水木金土 to represent Sunday through Saturday with just one character without any confusion). - for zh_CN locales: use Arabic numerals for month names, matching the practice of all other CJK locales - Regenerate zh_CN.{GB2312,GBK} locales from zh_CN.UTF-8. Reported by: ygy Reviewed by: kevlo MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D18689
This commit is contained in:
parent
dc60c4ef39
commit
9fb7ecb077
@ -4,41 +4,41 @@
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Short month names
|
# Short month names
|
||||||
!!#1TB
|
1月
|
||||||
!!#2TB
|
2月
|
||||||
!!#3TB
|
3月
|
||||||
!!#4TB
|
4月
|
||||||
!!#5TB
|
5月
|
||||||
!!#6TB
|
6月
|
||||||
!!#7TB
|
7月
|
||||||
!!#8TB
|
8月
|
||||||
!!#9TB
|
9月
|
||||||
#1#0TB
|
10月
|
||||||
#1#1TB
|
11月
|
||||||
#1#2TB
|
12月
|
||||||
#
|
#
|
||||||
# Long month names (as in a date)
|
# Long month names (as in a date)
|
||||||
一月
|
1月
|
||||||
二月
|
2月
|
||||||
三月
|
3月
|
||||||
四月
|
4月
|
||||||
五月
|
5月
|
||||||
六月
|
6月
|
||||||
七月
|
7月
|
||||||
八月
|
8月
|
||||||
九月
|
9月
|
||||||
十月
|
10月
|
||||||
十一月
|
11月
|
||||||
十二月
|
12月
|
||||||
#
|
#
|
||||||
# Short weekday names
|
# Short weekday names
|
||||||
周日
|
日
|
||||||
周一
|
一
|
||||||
周二
|
二
|
||||||
周三
|
三
|
||||||
周四
|
四
|
||||||
周五
|
五
|
||||||
周六
|
六
|
||||||
#
|
#
|
||||||
# Long weekday names
|
# Long weekday names
|
||||||
星期日
|
星期日
|
||||||
@ -66,18 +66,18 @@
|
|||||||
%Y年%_m月%e日 %A %X %Z
|
%Y年%_m月%e日 %A %X %Z
|
||||||
#
|
#
|
||||||
# Long month names (without case ending)
|
# Long month names (without case ending)
|
||||||
一月
|
1月
|
||||||
二月
|
2月
|
||||||
三月
|
3月
|
||||||
四月
|
4月
|
||||||
五月
|
5月
|
||||||
六月
|
6月
|
||||||
七月
|
7月
|
||||||
八月
|
8月
|
||||||
九月
|
9月
|
||||||
十月
|
10月
|
||||||
十一月
|
11月
|
||||||
十二月
|
12月
|
||||||
#
|
#
|
||||||
# md_order
|
# md_order
|
||||||
md
|
md
|
||||||
|
@ -18,27 +18,27 @@
|
|||||||
12月
|
12月
|
||||||
#
|
#
|
||||||
# Long month names (as in a date)
|
# Long month names (as in a date)
|
||||||
一月
|
1月
|
||||||
二月
|
2月
|
||||||
三月
|
3月
|
||||||
四月
|
4月
|
||||||
五月
|
5月
|
||||||
六月
|
6月
|
||||||
七月
|
7月
|
||||||
八月
|
8月
|
||||||
九月
|
9月
|
||||||
十月
|
10月
|
||||||
十一月
|
11月
|
||||||
十二月
|
12月
|
||||||
#
|
#
|
||||||
# Short weekday names
|
# Short weekday names
|
||||||
周日
|
日
|
||||||
周一
|
一
|
||||||
周二
|
二
|
||||||
周三
|
三
|
||||||
周四
|
四
|
||||||
周五
|
五
|
||||||
周六
|
六
|
||||||
#
|
#
|
||||||
# Long weekday names
|
# Long weekday names
|
||||||
星期日
|
星期日
|
||||||
@ -66,18 +66,18 @@
|
|||||||
%Y年%_m月%e日 %A %X %Z
|
%Y年%_m月%e日 %A %X %Z
|
||||||
#
|
#
|
||||||
# Long month names (without case ending)
|
# Long month names (without case ending)
|
||||||
一月
|
1月
|
||||||
二月
|
2月
|
||||||
三月
|
3月
|
||||||
四月
|
4月
|
||||||
五月
|
5月
|
||||||
六月
|
6月
|
||||||
七月
|
7月
|
||||||
八月
|
8月
|
||||||
九月
|
9月
|
||||||
十月
|
10月
|
||||||
十一月
|
11月
|
||||||
十二月
|
12月
|
||||||
#
|
#
|
||||||
# md_order
|
# md_order
|
||||||
md
|
md
|
||||||
|
@ -18,27 +18,27 @@
|
|||||||
12月
|
12月
|
||||||
#
|
#
|
||||||
# Long month names (as in a date)
|
# Long month names (as in a date)
|
||||||
一月
|
1月
|
||||||
二月
|
2月
|
||||||
三月
|
3月
|
||||||
四月
|
4月
|
||||||
五月
|
5月
|
||||||
六月
|
6月
|
||||||
七月
|
7月
|
||||||
八月
|
8月
|
||||||
九月
|
9月
|
||||||
十月
|
10月
|
||||||
十一月
|
11月
|
||||||
十二月
|
12月
|
||||||
#
|
#
|
||||||
# Short weekday names
|
# Short weekday names
|
||||||
周日
|
日
|
||||||
周一
|
一
|
||||||
周二
|
二
|
||||||
周三
|
三
|
||||||
周四
|
四
|
||||||
周五
|
五
|
||||||
周六
|
六
|
||||||
#
|
#
|
||||||
# Long weekday names
|
# Long weekday names
|
||||||
星期日
|
星期日
|
||||||
@ -66,18 +66,18 @@
|
|||||||
%Y年%_m月%e日 %A %X %Z
|
%Y年%_m月%e日 %A %X %Z
|
||||||
#
|
#
|
||||||
# Long month names (without case ending)
|
# Long month names (without case ending)
|
||||||
一月
|
1月
|
||||||
二月
|
2月
|
||||||
三月
|
3月
|
||||||
四月
|
4月
|
||||||
五月
|
5月
|
||||||
六月
|
6月
|
||||||
七月
|
7月
|
||||||
八月
|
8月
|
||||||
九月
|
9月
|
||||||
十月
|
10月
|
||||||
十一月
|
11月
|
||||||
十二月
|
12月
|
||||||
#
|
#
|
||||||
# md_order
|
# md_order
|
||||||
md
|
md
|
||||||
|
@ -32,13 +32,13 @@
|
|||||||
12月
|
12月
|
||||||
#
|
#
|
||||||
# Short weekday names
|
# Short weekday names
|
||||||
週日
|
日
|
||||||
週一
|
一
|
||||||
週二
|
二
|
||||||
週三
|
三
|
||||||
週四
|
四
|
||||||
週五
|
五
|
||||||
週六
|
六
|
||||||
#
|
#
|
||||||
# Long weekday names
|
# Long weekday names
|
||||||
星期日
|
星期日
|
||||||
|
@ -32,13 +32,13 @@
|
|||||||
12月
|
12月
|
||||||
#
|
#
|
||||||
# Short weekday names
|
# Short weekday names
|
||||||
週日
|
日
|
||||||
週一
|
一
|
||||||
週二
|
二
|
||||||
週三
|
三
|
||||||
週四
|
四
|
||||||
週五
|
五
|
||||||
週六
|
六
|
||||||
#
|
#
|
||||||
# Long weekday names
|
# Long weekday names
|
||||||
星期日
|
星期日
|
||||||
|
Loading…
Reference in New Issue
Block a user