Skip to content

Commit

Permalink
Merge pull request #309 from sunghwan2789/locale-ko
Browse files Browse the repository at this point in the history
Fix Korean grammar
  • Loading branch information
iamkun committed Sep 25, 2018
2 parents 9336f15 + 9954bbd commit cf130f4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/locale/ko.js
Expand Up @@ -6,19 +6,19 @@ const locale = {
months: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
ordinal: n => n,
relativeTime: {
future: '%s 이내',
future: '%s ',
past: '%s 전',
s: '몇 초',
m: '1 분',
mm: '%d 분',
h: '1 시간',
hh: '%d 시간',
d: '1 일',
dd: '%d 일',
M: '1 개월',
MM: '%d 개월',
y: '1 년',
yy: '%d 년'
m: '1분',
mm: '%d분',
h: ' 시간',
hh: '%d시간',
d: '하루',
dd: '%d일',
M: '한 달',
MM: '%d달',
y: ' 년',
yy: '%d년'
}
}

Expand Down

0 comments on commit cf130f4

Please sign in to comment.