fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
34 lines (29 loc) • 944 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __hy_am$l37 = {
code: 'hy-am',
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(n) {
return '+ ևս ' + n;
},
noEventsText: 'Բացակայում է իրադարձությունը ցուցադրելու',
};
globalLocales.push(__hy_am$l37);
})(FullCalendar.Shared);