diff options
author | Xin LI <delphij@FreeBSD.org> | 2018-12-30 23:04:02 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2018-12-30 23:04:02 +0000 |
commit | 55d621a104bfae28508303a1d769842382b47122 (patch) | |
tree | c09cfd82ac7cb64ada7c869d906f2c442ee0b0c0 /share/timedef/zh_TW.UTF-8.src | |
parent | 9d35d9a12a01d82f29ec08ea3396e4fef1689979 (diff) |
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
Notes
Notes:
svn path=/head/; revision=342633
Diffstat (limited to 'share/timedef/zh_TW.UTF-8.src')
-rw-r--r-- | share/timedef/zh_TW.UTF-8.src | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/share/timedef/zh_TW.UTF-8.src b/share/timedef/zh_TW.UTF-8.src index 3affab634a21..602840256bc1 100644 --- a/share/timedef/zh_TW.UTF-8.src +++ b/share/timedef/zh_TW.UTF-8.src @@ -32,13 +32,13 @@ 12月 # # Short weekday names -週日 -週一 -週二 -週三 -週四 -週五 -週六 +日 +一 +二 +三 +四 +五 +六 # # Long weekday names 星期日 |