FIX: force date-picker to work with english locale

This commit is contained in:
Régis Hanol
2016-05-18 20:58:33 +02:00
parent d6ab54378c
commit d43231da92
98 changed files with 762 additions and 180 deletions

8
lib/javascripts/moment_locale/ko.js Normal file → Executable file
View File

@ -39,17 +39,17 @@
relativeTime : {
future : '%s 후',
past : '%s 전',
s : '몇초',
s : '몇 초',
ss : '%d초',
m : '일분',
mm : '%d분',
h : '한시간',
h : '한 시간',
hh : '%d시간',
d : '하루',
dd : '%d일',
M : '한달',
M : '한 달',
MM : '%d달',
y : '일년',
y : '일 년',
yy : '%d년'
},
ordinalParse : /\d{1,2}일/,