mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-30 16:40:34 +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"
|
|
});
|