From 5fb5c9b45aaf892ee4ef79a5482f297b8aec502e Mon Sep 17 00:00:00 2001 From: jkim Date: Wed, 7 Sep 2016 23:35:38 +0000 Subject: [PATCH] =?UTF-8?q?Suffix=20short=20month=20names=20with=20"?= =?UTF-8?q?=EC=9B=94"=20and=20replace=20%b=20with=20%=5Fm=20for=20date=20f?= =?UTF-8?q?ormats.=20This=20change=20is=20analogous=20to=20r199179,=20r199?= =?UTF-8?q?271,=20and=20r289041=20for=20japanese=20and=20chinese=20locales?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- share/timedef/ko_KR.UTF-8.src | 26 +++++++++++++------------- share/timedef/ko_KR.eucKR.src | 26 +++++++++++++------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/share/timedef/ko_KR.UTF-8.src b/share/timedef/ko_KR.UTF-8.src index 98e512a7761e..84f17a6acf57 100644 --- a/share/timedef/ko_KR.UTF-8.src +++ b/share/timedef/ko_KR.UTF-8.src @@ -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 diff --git a/share/timedef/ko_KR.eucKR.src b/share/timedef/ko_KR.eucKR.src index b85195371a95..920f710d2251 100644 --- a/share/timedef/ko_KR.eucKR.src +++ b/share/timedef/ko_KR.eucKR.src @@ -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