@fullcalendar/web-component
Version:
Custom Element for FullCalendar
24 lines (22 loc) • 566 B
JavaScript
var l49 = {
code: 'lv',
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: 'Iepr.',
nextText: 'Nāk.',
todayText: 'Šodien',
yearText: 'Gads',
monthText: 'Mēnesis',
weekTextLong: 'Nedēļa',
weekTextShort: 'Ned.',
dayText: 'Diena',
listText: 'Dienas kārtība',
allDayText: 'Visu\ndienu',
moreLinkText(n) {
return '+vēl ' + n;
},
noEventsText: 'Nav notikumu',
};
export { l49 as l };