mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-04 17:20:06 +08:00
12 lines
173 B
JavaScript
12 lines
173 B
JavaScript
|
|
$.fullCalendar.lang("ko", {
|
|
defaultButtonText: {
|
|
month: "월",
|
|
week: "주",
|
|
day: "일",
|
|
list: "일정목록"
|
|
},
|
|
allDayText: "종일",
|
|
eventLimitText: "개"
|
|
});
|