@fullcalendar/web-component
Version:
Custom Element for FullCalendar
22 lines (20 loc) • 545 B
JavaScript
var l48 = {
code: 'lt',
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: 'Atgal',
nextText: 'Pirmyn',
todayText: 'Šiandien',
yearText: 'Metai',
monthText: 'Mėnuo',
weekTextLong: 'Savaitė',
weekTextShort: 'SAV',
dayText: 'Diena',
listText: 'Darbotvarkė',
allDayText: 'Visą\ndieną',
moreLinkText: 'daugiau',
noEventsText: 'Nėra įvykių rodyti',
};
export { l48 as l };