Fix length-related bugs
Submitted by: Choi Jun Ho <choi.junho@jazz.snu.ac.kr>
This commit is contained in:
parent
37a333e82c
commit
8254bc427b
@ -1,24 +1,25 @@
|
||||
# $Id: ru_SU.KOI8-R.src,v 1.7 1997/02/22 13:56:47 peter Exp $
|
||||
#
|
||||
# Choi Jun Ho <jazz.snu.ac.kr>
|
||||
# 26 Mar 1997
|
||||
# 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월
|
||||
# it must be 3 char
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
||||
10
|
||||
11
|
||||
12
|
||||
#
|
||||
# Long month names
|
||||
#
|
||||
@ -37,13 +38,15 @@
|
||||
#
|
||||
# Short weekday names
|
||||
#
|
||||
일
|
||||
월
|
||||
화
|
||||
수
|
||||
목
|
||||
금
|
||||
토
|
||||
# it must be 3 char also
|
||||
# two char is our weekday name, and be careful one space is in the last
|
||||
일
|
||||
월
|
||||
화
|
||||
수
|
||||
목
|
||||
금
|
||||
토
|
||||
#
|
||||
# Long weekday names
|
||||
#
|
||||
@ -65,16 +68,22 @@
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
%Y년 %b %e일 %a요일 %X
|
||||
# just following tradition...
|
||||
# %Y년 %b월 %e일 %a요일 %X
|
||||
%a %b %e %H:%M:%S %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
오전
|
||||
# it must be 2 char
|
||||
#오전
|
||||
AM
|
||||
#
|
||||
# pm
|
||||
#
|
||||
오후
|
||||
# it must be 2 char
|
||||
#오후
|
||||
PM
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%Y년 %b %e일 %a요일 %X %Z
|
||||
%Y년 %b월 %e일 %a요일 %X %Z
|
||||
|
@ -1,24 +1,25 @@
|
||||
# $Id: ru_SU.KOI8-R.src,v 1.7 1997/02/22 13:56:47 peter Exp $
|
||||
#
|
||||
# Choi Jun Ho <jazz.snu.ac.kr>
|
||||
# 26 Mar 1997
|
||||
# 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월
|
||||
# it must be 3 char
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
||||
10
|
||||
11
|
||||
12
|
||||
#
|
||||
# Long month names
|
||||
#
|
||||
@ -37,13 +38,15 @@
|
||||
#
|
||||
# Short weekday names
|
||||
#
|
||||
일
|
||||
월
|
||||
화
|
||||
수
|
||||
목
|
||||
금
|
||||
토
|
||||
# it must be 3 char also
|
||||
# two char is our weekday name, and be careful one space is in the last
|
||||
일
|
||||
월
|
||||
화
|
||||
수
|
||||
목
|
||||
금
|
||||
토
|
||||
#
|
||||
# Long weekday names
|
||||
#
|
||||
@ -65,16 +68,22 @@
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
%Y년 %b %e일 %a요일 %X
|
||||
# just following tradition...
|
||||
# %Y년 %b월 %e일 %a요일 %X
|
||||
%a %b %e %H:%M:%S %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
오전
|
||||
# it must be 2 char
|
||||
#오전
|
||||
AM
|
||||
#
|
||||
# pm
|
||||
#
|
||||
오후
|
||||
# it must be 2 char
|
||||
#오후
|
||||
PM
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%Y년 %b %e일 %a요일 %X %Z
|
||||
%Y년 %b월 %e일 %a요일 %X %Z
|
||||
|
@ -1,24 +1,25 @@
|
||||
# $Id: ru_SU.KOI8-R.src,v 1.7 1997/02/22 13:56:47 peter Exp $
|
||||
#
|
||||
# Choi Jun Ho <jazz.snu.ac.kr>
|
||||
# 26 Mar 1997
|
||||
# 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월
|
||||
# it must be 3 char
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
||||
10
|
||||
11
|
||||
12
|
||||
#
|
||||
# Long month names
|
||||
#
|
||||
@ -37,13 +38,15 @@
|
||||
#
|
||||
# Short weekday names
|
||||
#
|
||||
일
|
||||
월
|
||||
화
|
||||
수
|
||||
목
|
||||
금
|
||||
토
|
||||
# it must be 3 char also
|
||||
# two char is our weekday name, and be careful one space is in the last
|
||||
일
|
||||
월
|
||||
화
|
||||
수
|
||||
목
|
||||
금
|
||||
토
|
||||
#
|
||||
# Long weekday names
|
||||
#
|
||||
@ -65,16 +68,22 @@
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
%Y년 %b %e일 %a요일 %X
|
||||
# just following tradition...
|
||||
# %Y년 %b월 %e일 %a요일 %X
|
||||
%a %b %e %H:%M:%S %Y
|
||||
#
|
||||
# am
|
||||
#
|
||||
오전
|
||||
# it must be 2 char
|
||||
#오전
|
||||
AM
|
||||
#
|
||||
# pm
|
||||
#
|
||||
오후
|
||||
# it must be 2 char
|
||||
#오후
|
||||
PM
|
||||
#
|
||||
# date_fmt
|
||||
#
|
||||
%Y년 %b %e일 %a요일 %X %Z
|
||||
%Y년 %b월 %e일 %a요일 %X %Z
|
||||
|
Loading…
Reference in New Issue
Block a user