Author: delphij Date: Sun Jan 13 08:46:06 2019 New Revision: 342996 URL: https://svnweb.freebsd.org/changeset/base/342996
Log: MFC r342614, r342633 r342614: Properly set svn:mimetype for zh_CN.UTF-8.src. r342633: 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 Differential Revision: https://reviews.freebsd.org/D18689 Modified: stable/12/share/timedef/zh_CN.GB2312.src stable/12/share/timedef/zh_CN.GBK.src stable/12/share/timedef/zh_CN.UTF-8.src (contents, props changed) stable/12/share/timedef/zh_HK.UTF-8.src stable/12/share/timedef/zh_TW.UTF-8.src Directory Properties: stable/12/ (props changed) Modified: stable/12/share/timedef/zh_CN.GB2312.src ============================================================================== --- stable/12/share/timedef/zh_CN.GB2312.src Sun Jan 13 07:25:55 2019 (r342995) +++ stable/12/share/timedef/zh_CN.GB2312.src Sun Jan 13 08:46:06 2019 (r342996) @@ -4,41 +4,41 @@ # ----------------------------------------------------------------------------- # # Short month names -!!#1TB -!!#2TB -!!#3TB -!!#4TB -!!#5TB -!!#6TB -!!#7TB -!!#8TB -!!#9TB -#1#0TB -#1#1TB -#1#2TB + 1�� + 2�� + 3�� + 4�� + 5�� + 6�� + 7�� + 8�� + 9�� +10�� +11�� +12�� # # Long month names (as in a date) -һ�� -���� -���� -���� -���� -���� -���� -���� -���� -ʮ�� -ʮһ�� -ʮ���� +1�� +2�� +3�� +4�� +5�� +6�� +7�� +8�� +9�� +10�� +11�� +12�� # # Short weekday names -���� -��һ -�ܶ� -���� -���� -���� -���� +�� +һ +�� +�� +�� +�� +�� # # Long weekday names ������ @@ -66,18 +66,18 @@ %Y��%_m��%e�� %A %X %Z # # Long month names (without case ending) -һ�� -���� -���� -���� -���� -���� -���� -���� -���� -ʮ�� -ʮһ�� -ʮ���� +1�� +2�� +3�� +4�� +5�� +6�� +7�� +8�� +9�� +10�� +11�� +12�� # # md_order md Modified: stable/12/share/timedef/zh_CN.GBK.src ============================================================================== --- stable/12/share/timedef/zh_CN.GBK.src Sun Jan 13 07:25:55 2019 (r342995) +++ stable/12/share/timedef/zh_CN.GBK.src Sun Jan 13 08:46:06 2019 (r342996) @@ -18,27 +18,27 @@ 12�� # # Long month names (as in a date) -һ�� -���� -���� -���� -���� -���� -���� -���� -���� -ʮ�� -ʮһ�� -ʮ���� +1�� +2�� +3�� +4�� +5�� +6�� +7�� +8�� +9�� +10�� +11�� +12�� # # Short weekday names -���� -��һ -�ܶ� -���� -���� -���� -���� +�� +һ +�� +�� +�� +�� +�� # # Long weekday names ������ @@ -66,18 +66,18 @@ %Y��%_m��%e�� %A %X %Z # # Long month names (without case ending) -һ�� -���� -���� -���� -���� -���� -���� -���� -���� -ʮ�� -ʮһ�� -ʮ���� +1�� +2�� +3�� +4�� +5�� +6�� +7�� +8�� +9�� +10�� +11�� +12�� # # md_order md Modified: stable/12/share/timedef/zh_CN.UTF-8.src ============================================================================== Binary file (source and/or target). No diff available. Modified: stable/12/share/timedef/zh_HK.UTF-8.src ============================================================================== --- stable/12/share/timedef/zh_HK.UTF-8.src Sun Jan 13 07:25:55 2019 (r342995) +++ stable/12/share/timedef/zh_HK.UTF-8.src Sun Jan 13 08:46:06 2019 (r342996) @@ -32,13 +32,13 @@ 12月 # # Short weekday names -週日 -週一 -週二 -週三 -週四 -週五 -週六 +日 +一 +二 +三 +四 +五 +六 # # Long weekday names 星期日 Modified: stable/12/share/timedef/zh_TW.UTF-8.src ============================================================================== --- stable/12/share/timedef/zh_TW.UTF-8.src Sun Jan 13 07:25:55 2019 (r342995) +++ stable/12/share/timedef/zh_TW.UTF-8.src Sun Jan 13 08:46:06 2019 (r342996) @@ -32,13 +32,13 @@ 12月 # # Short weekday names -週日 -週一 -週二 -週三 -週四 -週五 -週六 +日 +一 +二 +三 +四 +五 +六 # # Long weekday names 星期日
_______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"