mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-16 01:20:25 +08:00
10 lines
145 B
JavaScript
10 lines
145 B
JavaScript
|
|
$.fullCalendar.lang("es", {
|
|
buttonText: {
|
|
month: "Mes",
|
|
week: "Semana",
|
|
day: "Día",
|
|
list: "Agenda"
|
|
},
|
|
allDayText: "Todo el día"
|
|
}); |