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.
This commit is contained in:
Jung-uk Kim 2016-09-07 23:35:38 +00:00
parent 4605bf63c4
commit fd59353302
2 changed files with 26 additions and 26 deletions

@ -4,18 +4,18 @@
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# #
# Short month names # Short month names
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 10
11 11
12 12
# #
# Long month names (as in a date) # Long month names (as in a date)
1월 1월
@ -53,7 +53,7 @@
%H시 %M분 %S초 %H시 %M분 %S초
# #
# x_fmt # x_fmt
%Y년 %b월 %e일 %Y년 %_m월 %e일
# #
# c_fmt # c_fmt
%x %A %X %x %A %X

@ -4,18 +4,18 @@
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# #
# Short month names # Short month names
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 10
11 11
12 12
# #
# Long month names (as in a date) # Long month names (as in a date)
1월 1월
@ -53,7 +53,7 @@
%H시 %M분 %S초 %H시 %M분 %S초
# #
# x_fmt # x_fmt
%Y년 %b월 %e일 %Y년 %_m월 %e일
# #
# c_fmt # c_fmt
%x %A %X %x %A %X