fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
32 lines (27 loc) • 805 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __lt$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',
};
globalLocales.push(__lt$l48);
})(FullCalendar.Shared);