@fullcalendar/web-component
Version:
Custom Element for FullCalendar
22 lines (20 loc) • 534 B
JavaScript
var 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',
};
export { l58 as l };