freebsd-dev/share/timedef/ko_KR.UTF-8.src
Jung-uk Kim 31b6da64c7 Long long time ago, several utilities in base used to parse %c output and
we were not able to change c_fmt without breaking these utilities.  Since
ache fixed all known issues 8 years ago, now we make ko_KR more usable.
Better late than never...
2009-06-15 18:49:06 +00:00

105 lines
772 B
Plaintext

# $FreeBSD$
#
# Originally by CHOI Junho <cjh@FreeBSD.org>
# 27 Mar 1997
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# Short month names
1
2
3
4
5
6
7
8
9
10
11
12
#
# Long month names (as in a date)
#
1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
#
# Short weekday names
#
#
# Long weekday names
#
일요일
월요일
화요일
수요일
목요일
금요일
토요일
#
# X_fmt
#
%H시 %M분 %S초
#
# x_fmt
#
%Y년 %b월 %e일
#
# c_fmt
#
%x %A %X
#
# am
#
오전
#
# pm
#
오후
#
# date_fmt
#
%c %Z
#
# Long month names (without case ending)
#
1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
#
# md_order
#
md
#
# ampm_fmt
#
%p %I:%M:%S
# EOF