mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-10 00:30:28 +08:00
10 lines
154 B
JavaScript
10 lines
154 B
JavaScript
|
|
$.fullCalendar.lang("it", {
|
|
buttonText: {
|
|
month: "Mese",
|
|
week: "Settimana",
|
|
day: "Giorno",
|
|
list: "Agenda"
|
|
},
|
|
allDayText: "Tutto il giorno"
|
|
}); |