@fullcalendar/web-component
Version:
Custom Element for FullCalendar
22 lines (20 loc) • 528 B
JavaScript
var l71 = {
code: 'tr',
week: {
dow: 1, // Monday is the first day of the week.
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
prevText: 'geri',
nextText: 'ileri',
todayText: 'bugün',
yearText: 'Yıl',
monthText: 'Ay',
weekTextLong: 'Hafta',
weekTextShort: 'Hf',
dayText: 'Gün',
listText: 'Ajanda',
allDayText: 'Tüm gün',
moreLinkText: 'daha fazla',
noEventsText: 'Gösterilecek etkinlik yok',
};
export { l71 as l };