UNPKG

fullcalendar

Version:

FullCalendar Vanilla JS package for rendering a calendar

32 lines (27 loc) 817 B
/*! FullCalendar (Vanilla JS) v7.0.2 Docs & License: https://fullcalendar.io (c) 2026 Adam Shaw */ (function ({ F: globalLocales }) { var __fi$l28 = { code: 'fi', 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: 'Edellinen', nextText: 'Seuraava', todayText: 'Tänään', yearText: 'Vuosi', monthText: 'Kuukausi', weekTextLong: 'Viikko', weekTextShort: 'Vk', dayText: 'Päivä', listText: 'Tapahtumat', allDayText: 'Koko\npäivä', moreLinkText: 'lisää', noEventsText: 'Ei näytettäviä tapahtumia', }; globalLocales.push(__fi$l28); })(FullCalendar.Shared);