mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-10 00:30:28 +08:00
10 lines
153 B
JavaScript
10 lines
153 B
JavaScript
|
|
$.fullCalendar.lang("de", {
|
|
buttonText: {
|
|
month: "Monat",
|
|
week: "Woche",
|
|
day: "Tag",
|
|
list: "Terminübersicht"
|
|
},
|
|
allDayText: "Ganztägig"
|
|
}); |