fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
32 lines (27 loc) • 788 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __tr$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',
};
globalLocales.push(__tr$l71);
})(FullCalendar.Shared);