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
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user