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:
parent
1744c00ea7
commit
5fb5c9b45a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user