mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:21:18 +08:00
FIX: force date-picker to work with english locale
This commit is contained in:
8
lib/javascripts/moment_locale/ko.js
Normal file → Executable file
8
lib/javascripts/moment_locale/ko.js
Normal file → Executable 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}일/,
|
||||
|
Reference in New Issue
Block a user