We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b776b22 commit dd55ee2Copy full SHA for dd55ee2
src/locale/ko.js
@@ -8,7 +8,7 @@ const locale = {
8
weekdaysMin: '일_월_화_수_목_금_토'.split('_'),
9
months: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
10
monthsShort: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
11
- ordinal: n => n,
+ ordinal: n => `${n}일`,
12
formats: {
13
LT: 'A h:mm',
14
LTS: 'A h:mm:ss',
0 commit comments