mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-05 12:13:33 +09:00
메인페이지 달력 작업
This commit is contained in:
1
src/main/resources/static/css/fullcalendar.main.min.css
vendored
Normal file
1
src/main/resources/static/css/fullcalendar.main.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6
src/main/resources/static/js/fullcalendar.main.min.js
vendored
Normal file
6
src/main/resources/static/js/fullcalendar.main.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
23
src/main/resources/static/js/ko.js
Normal file
23
src/main/resources/static/js/ko.js
Normal file
@@ -0,0 +1,23 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var ko = {
|
||||
code: 'ko',
|
||||
buttonText: {
|
||||
prev: '이전달',
|
||||
next: '다음달',
|
||||
today: '오늘',
|
||||
month: '월',
|
||||
week: '주',
|
||||
day: '일',
|
||||
list: '일정목록',
|
||||
},
|
||||
weekText: '주',
|
||||
allDayText: '종일',
|
||||
moreLinkText: '개',
|
||||
noEventsText: '일정이 없습니다',
|
||||
};
|
||||
|
||||
return ko;
|
||||
|
||||
}());
|
||||
Reference in New Issue
Block a user