mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-05 17:30:12 +08:00
12 lines
182 B
JavaScript
12 lines
182 B
JavaScript
|
|
$.fullCalendar.lang("es", {
|
|
defaultButtonText: {
|
|
month: "Mes",
|
|
week: "Semana",
|
|
day: "Día",
|
|
list: "Agenda"
|
|
},
|
|
allDayHtml: "Todo<br/>el día",
|
|
eventLimitText: "más"
|
|
});
|