Skip to content

Commit

Permalink
fix: locale ko-KR uses dayFormat 'D' instead of 'Do' (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhyeok15 authored Apr 4, 2024
1 parent f1ff13e commit ac9c87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/ko_KR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const locale: Locale = {
decadeSelect: '연대 선택',
yearFormat: 'YYYY년',
dateFormat: 'YYYY-MM-DD',
dayFormat: 'Do',
dayFormat: 'D',
dateTimeFormat: 'YYYY-MM-DD HH:mm:ss',
monthBeforeYear: false,
previousMonth: '이전 달 (PageUp)',
Expand Down

0 comments on commit ac9c87b

Please sign in to comment.