@fullcalendar/web-component
Version:
Custom Element for FullCalendar
22 lines (20 loc) • 617 B
JavaScript
var 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: 'මුකුත් නැත',
};
export { l61 as l };