mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-02 17:00:06 +08:00
11 lines
153 B
JavaScript
11 lines
153 B
JavaScript
|
|
$.fullCalendar.lang("es", {
|
|
defaultButtonText: {
|
|
month: "Mes",
|
|
week: "Semana",
|
|
day: "Día",
|
|
list: "Agenda"
|
|
},
|
|
allDayText: "Todo el día"
|
|
});
|