Author: jkim
Date: Tue Aug 16 00:15:15 2016
New Revision: 304192
URL: https://svnweb.freebsd.org/changeset/base/304192

Log:
  Fix ko_KR, zh_CN, zh_HK, and zh_TW locales.  r304045 did not fully revert
  date/time formats for these locales.

Modified:
  head/share/timedef/ko_KR.UTF-8.src
  head/share/timedef/ko_KR.eucKR.src   (contents, props changed)
  head/share/timedef/zh_CN.GB2312.src   (contents, props changed)
  head/share/timedef/zh_CN.GBK.src   (contents, props changed)
  head/share/timedef/zh_CN.UTF-8.src
  head/share/timedef/zh_CN.eucCN.src   (contents, props changed)
  head/share/timedef/zh_HK.UTF-8.src   (contents, props changed)
  head/share/timedef/zh_TW.Big5.src   (contents, props changed)
  head/share/timedef/zh_TW.UTF-8.src   (contents, props changed)

Modified: head/share/timedef/ko_KR.UTF-8.src
==============================================================================
--- head/share/timedef/ko_KR.UTF-8.src  Mon Aug 15 23:20:55 2016        
(r304191)
+++ head/share/timedef/ko_KR.UTF-8.src  Tue Aug 16 00:15:15 2016        
(r304192)
@@ -4,18 +4,18 @@
 # -----------------------------------------------------------------------------
 #
 # Short month names
- 1월
- 2월
- 3월
- 4월
- 5월
- 6월
- 7월
- 8월
- 9월
-10월
-11월
-12월
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+10
+11
+12
 #
 # Long month names (as in a date)
 1월

Modified: head/share/timedef/ko_KR.eucKR.src
==============================================================================
--- head/share/timedef/ko_KR.eucKR.src  Mon Aug 15 23:20:55 2016        
(r304191)
+++ head/share/timedef/ko_KR.eucKR.src  Tue Aug 16 00:15:15 2016        
(r304192)
@@ -4,18 +4,18 @@
 # -----------------------------------------------------------------------------
 #
 # Short month names
- 1��
- 2��
- 3��
- 4��
- 5��
- 6��
- 7��
- 8��
- 9��
-10��
-11��
-12��
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+10
+11
+12
 #
 # Long month names (as in a date)
 1��

Modified: head/share/timedef/zh_CN.GB2312.src
==============================================================================
--- head/share/timedef/zh_CN.GB2312.src Mon Aug 15 23:20:55 2016        
(r304191)
+++ head/share/timedef/zh_CN.GB2312.src Tue Aug 16 00:15:15 2016        
(r304192)
@@ -4,53 +4,53 @@
 # -----------------------------------------------------------------------------
 #
 # 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)
-R;TB
-6~TB
-H}TB
-KDTB
-NeTB
-AyTB
-F_TB
-0KTB
->ETB
-J.TB
-J.R;TB
-J.6~TB
+һ��
+����
+����
+����
+����
+����
+����
+����
+����
+ʮ��
+ʮһ��
+ʮ����
 #
 # Short weekday names
-V\HU
-V\R;
-V\6~
-V\H}
-V\KD
-V\Ne
-V\Ay
+����
+��һ
+�ܶ�
+����
+����
+����
+����
 #
 # Long weekday names
-PGFZHU
-PGFZR;
-PGFZ6~
-PGFZH}
-PGFZKD
-PGFZNe
-PGFZAy
+������
+����һ
+���ڶ�
+������
+������
+������
+������
 #
 # X_fmt
-%Hʱ%M·Ö%SÃë
+%Hʱ%M��%S��
 #
 # x_fmt
 %Y/%m/%d
@@ -59,25 +59,25 @@ PGFZAy
 %a %b/%e %T %Y
 #
 # AM/PM
-IONg
-OBNg
+����
+����
 #
 # date_fmt
-%YÄê%bÔÂ%eÈÕ %A %X %Z
+%Y��%b��%e�� %A %X %Z
 #
 # Long month names (without case ending)
-R;TB
-6~TB
-H}TB
-KDTB
-NeTB
-AyTB
-F_TB
-0KTB
->ETB
-J.TB
-J.R;TB
-J.6~TB
+һ��
+����
+����
+����
+����
+����
+����
+����
+����
+ʮ��
+ʮһ��
+ʮ����
 #
 # md_order
 md

Modified: head/share/timedef/zh_CN.GBK.src
==============================================================================
--- head/share/timedef/zh_CN.GBK.src    Mon Aug 15 23:20:55 2016        
(r304191)
+++ head/share/timedef/zh_CN.GBK.src    Tue Aug 16 00:15:15 2016        
(r304192)
@@ -4,18 +4,18 @@
 # -----------------------------------------------------------------------------
 #
 # Short month names
- 1��
- 2��
- 3��
- 4��
- 5��
- 6��
- 7��
- 8��
- 9��
-10��
-11��
-12��
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+10
+11
+12
 #
 # Long month names (as in a date)
 һ��

Modified: head/share/timedef/zh_CN.UTF-8.src
==============================================================================
Binary file (source and/or target). No diff available.

Modified: head/share/timedef/zh_CN.eucCN.src
==============================================================================
--- head/share/timedef/zh_CN.eucCN.src  Mon Aug 15 23:20:55 2016        
(r304191)
+++ head/share/timedef/zh_CN.eucCN.src  Tue Aug 16 00:15:15 2016        
(r304192)
@@ -4,18 +4,18 @@
 # -----------------------------------------------------------------------------
 #
 # Short month names
-������
-������
-������
-������
-������
-������
-������
-������
-������
-������
-������
-������
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+10
+11
+12
 #
 # Long month names (as in a date)
 һ��

Modified: head/share/timedef/zh_HK.UTF-8.src
==============================================================================
--- head/share/timedef/zh_HK.UTF-8.src  Mon Aug 15 23:20:55 2016        
(r304191)
+++ head/share/timedef/zh_HK.UTF-8.src  Tue Aug 16 00:15:15 2016        
(r304192)
@@ -4,18 +4,18 @@
 # -----------------------------------------------------------------------------
 #
 # Short month names
- 1月
- 2月
- 3月
- 4月
- 5月
- 6月
- 7月
- 8月
- 9月
-10月
-11月
-12月
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+10
+11
+12
 #
 # Long month names (as in a date)
 1月

Modified: head/share/timedef/zh_TW.Big5.src
==============================================================================
--- head/share/timedef/zh_TW.Big5.src   Mon Aug 15 23:20:55 2016        
(r304191)
+++ head/share/timedef/zh_TW.Big5.src   Tue Aug 16 00:15:15 2016        
(r304192)
@@ -4,32 +4,32 @@
 # -----------------------------------------------------------------------------
 #
 # Short month names
-�@����
-�@����
-�@����
-�@����
-�@����
-�@����
-�@����
-�@����
-�@����
-������
-������
-������
+ 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
 �g��
@@ -62,21 +62,22 @@
 �W��
 �U��
 #
+# date_fmt
 %Y�~%b��%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: head/share/timedef/zh_TW.UTF-8.src
==============================================================================
--- head/share/timedef/zh_TW.UTF-8.src  Mon Aug 15 23:20:55 2016        
(r304191)
+++ head/share/timedef/zh_TW.UTF-8.src  Tue Aug 16 00:15:15 2016        
(r304192)
@@ -4,18 +4,18 @@
 # -----------------------------------------------------------------------------
 #
 # Short month names
- 1月
- 2月
- 3月
- 4月
- 5月
- 6月
- 7月
- 8月
- 9月
-10月
-11月
-12月
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+10
+11
+12
 #
 # Long month names (as in a date)
 1月
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to