fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
32 lines (27 loc) • 883 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __si_lk$l61 = {
code: 'si-lk',
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: 'පෙර',
nextText: 'පසු',
todayText: 'අද',
yearText: 'අවුරුදු',
monthText: 'මාසය',
weekTextLong: 'සතිය',
weekTextShort: 'සති',
dayText: 'දවස',
listText: 'ලැයිස්තුව',
allDayText: 'සියලු',
moreLinkText: 'තවත්',
noEventsText: 'මුකුත් නැත',
};
globalLocales.push(__si_lk$l61);
})(FullCalendar.Shared);