@fullcalendar/web-component
Version:
Custom Element for FullCalendar
21 lines (19 loc) • 507 B
JavaScript
var l36 = {
code: 'hu',
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: 'Vissza',
nextText: 'Előre',
todayText: 'Ma',
yearText: 'Év',
monthText: 'Hónap',
weekTextLong: 'Hét',
dayText: 'Nap',
listText: 'Lista',
allDayText: 'Egész\nnap',
moreLinkText: 'további',
noEventsText: 'Nincs megjeleníthető esemény',
};
export { l36 as l };