Skip to content

Commit 317fd3e

Browse files
y0ciamkun
authored andcommitted
fix: Update ko locale weekdaysShort (#543)
1 parent be6b891 commit 317fd3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/locale/ko.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import dayjs from 'dayjs'
33
const locale = {
44
name: 'ko',
55
weekdays: '일요일_월요일_화요일_수요일_목요일_금요일_토요일'.split('_'),
6+
weekdaysShort: '일_월_화_수_목_금_토'.split('_'),
67
months: '1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월'.split('_'),
78
ordinal: n => n,
89
formats: {

0 commit comments

Comments
 (0)