fullcalendar
Version:
FullCalendar Vanilla JS package for rendering a calendar
32 lines (27 loc) • 828 B
JavaScript
/*!
FullCalendar (Vanilla JS) v7.0.2
Docs & License: https://fullcalendar.io
(c) 2026 Adam Shaw
*/
(function ({ F: globalLocales }) {
var __fr_ch$l30 = {
code: 'fr-ch',
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: 'Précédent',
nextText: 'Suivant',
todayText: 'Courant',
yearText: 'Année',
monthText: 'Mois',
weekTextLong: 'Semaine',
weekTextShort: 'Sm',
dayText: 'Jour',
listText: 'Mon planning',
allDayText: 'Toute la\njournée',
moreLinkText: 'en plus',
noEventsText: 'Aucun évènement à afficher',
};
globalLocales.push(__fr_ch$l30);
})(FullCalendar.Shared);