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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305571
2 changed files with 26 additions and 26 deletions

View file

@ -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

View file

@ -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