Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2016 23:35:38 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r305571 - head/share/timedef
Message-ID:  <201609072335.u87NZc9D033319@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609072335.u87NZc9D033319>