fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
32 lines (27 loc) • 794 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __pt$l58 = {
code: 'pt',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
prevText: 'Anterior',
nextText: 'Seguinte',
todayText: 'Hoje',
yearText: 'Ano',
monthText: 'Mês',
weekTextLong: 'Semana',
weekTextShort: 'Sem',
dayText: 'Dia',
listText: 'Agenda',
allDayText: 'Todo\no dia',
moreLinkText: 'mais',
noEventsText: 'Não há eventos para mostrar',
};
globalLocales.push(__pt$l58);
})(FullCalendar.Shared);