We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6b891 commit 317fd3eCopy full SHA for 317fd3e
src/locale/ko.js
@@ -3,6 +3,7 @@ import dayjs from 'dayjs'
3
const locale = {
4
name: 'ko',
5
weekdays: '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),
6
+ weekdaysShort: '일_월_화_수_목_금_토'.split('_'),
7
months: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
8
ordinal: n => n,
9
formats: {
0 commit comments