@fullcalendar/web-component
Version:
Custom Element for FullCalendar
22 lines (20 loc) • 562 B
JavaScript
var 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',
};
export { l30 as l };