first commit

This commit is contained in:
Warunee Tamkoo 2023-09-06 14:51:44 +07:00
commit eb2f504652
32490 changed files with 5731109 additions and 0 deletions

19
node_modules/@fullcalendar/core/locales/ko.js generated vendored Normal file
View file

@ -0,0 +1,19 @@
var l45 = {
code: 'ko',
buttonText: {
prev: '이전달',
next: '다음달',
today: '오늘',
year: '년도',
month: '월',
week: '주',
day: '일',
list: '일정목록',
},
weekText: '주',
allDayText: '종일',
moreLinkText: '개',
noEventsText: '일정이 없습니다',
};
export { l45 as default };