mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-30 12:10:25 +08:00
10 lines
153 B
JavaScript
10 lines
153 B
JavaScript
|
|
$.fullCalendar.lang("pt-br", {
|
|
buttonText: {
|
|
month: "Mês",
|
|
week: "Semana",
|
|
day: "Dia",
|
|
list: "Compromissos"
|
|
},
|
|
allDayText: "dia inteiro"
|
|
}); |