svn commit: r305571 - head/share/timedef

Jung-uk Kim jkim at FreeBSD.org
Wed Sep 7 23:35:39 UTC 2016


Author: jkim
Date: Wed Sep  7 23:35:38 2016
New Revision: 305571
URL: https://svnweb.freebsd.org/changeset/base/305571

Log:
  Suffix short month names with "ì›”" and replace %b with %_m for date formats.
  This change is analogous to r199179, r199271, and r289041 for japanese and
  chinese locales.

Modified:
  head/share/timedef/ko_KR.UTF-8.src
  head/share/timedef/ko_KR.eucKR.src

Modified: head/share/timedef/ko_KR.UTF-8.src
==============================================================================
--- head/share/timedef/ko_KR.UTF-8.src	Wed Sep  7 21:14:35 2016	(r305570)
+++ head/share/timedef/ko_KR.UTF-8.src	Wed Sep  7 23:35:38 2016	(r305571)
@@ -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ì›”
@@ -53,7 +53,7 @@
 %H시 %M분 %S초
 #
 # x_fmt
-%Y년 %b월 %e일
+%Y년 %_m월 %e일
 #
 # c_fmt
 %x %A %X

Modified: head/share/timedef/ko_KR.eucKR.src
==============================================================================
--- head/share/timedef/ko_KR.eucKR.src	Wed Sep  7 21:14:35 2016	(r305570)
+++ head/share/timedef/ko_KR.eucKR.src	Wed Sep  7 23:35:38 2016	(r305571)
@@ -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¿ù
@@ -53,7 +53,7 @@
 %H½Ã %MºÐ %SÃÊ
 #
 # x_fmt
-%Y³â %b¿ù %eÀÏ
+%Y³â %_m¿ù %eÀÏ
 #
 # c_fmt
 %x %A %X


More information about the svn-src-head mailing list