mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
11 lines
151 B
JavaScript
11 lines
151 B
JavaScript
|
|
$.fullCalendar.lang("pt", {
|
|
defaultButtonText: {
|
|
month: "Mês",
|
|
week: "Semana",
|
|
day: "Dia",
|
|
list: "Agenda"
|
|
},
|
|
allDayText: "Todo o dia"
|
|
});
|