Skip to content

Commit

Permalink
feat: Update Korean shortMonthDay
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKraljevicD2L authored and dlockhart committed Oct 20, 2020
1 parent 74b849f commit b56276d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dateTime.js
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ export function getDateTimeDescriptor() {
days[0] = days[1] = days[2] = ['日', '月', '火', '水', '木', '金', '土'];
break;
case 'ko':
dateFormats = ['yyyy년 M월 d일 dddd', 'yyyy년 M월 d일', 'yyyy-MM-dd', 'yyyy년 M월', 'M월 d일', 'M월 d일'];
dateFormats = ['yyyy년 M월 d일 dddd', 'yyyy년 M월 d일', 'yyyy-MM-dd', 'yyyy년 M월', 'M월 d일', 'MMM d일'];
dayPeriods = ['오전', '오후'];
months[0] = months[1] = ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'];
days[0] = ['일요일', '월요일', '화요일', '수요일', '목요일', '금요일', '토요일'];
Expand Down

0 comments on commit b56276d

Please sign in to comment.