Skip to content

Commit ac9c87b

Browse files
authored
fix: locale ko-KR uses dayFormat 'D' instead of 'Do' (#786)
1 parent f1ff13e commit ac9c87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/locale/ko_KR.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const locale: Locale = {
1616
decadeSelect: '연대 선택',
1717
yearFormat: 'YYYY년',
1818
dateFormat: 'YYYY-MM-DD',
19-
dayFormat: 'Do',
19+
dayFormat: 'D',
2020
dateTimeFormat: 'YYYY-MM-DD HH:mm:ss',
2121
monthBeforeYear: false,
2222
previousMonth: '이전 달 (PageUp)',

0 commit comments

Comments
 (0)