LaravelTest
28 строк · 621.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var fr = {5code: 'fr',6week: {7dow: 1, // Monday is the first day of the week.8doy: 4, // The week that contains Jan 4th is the first week of the year.9},10buttonText: {11prev: 'Précédent',12next: 'Suivant',13today: "Aujourd'hui",14year: 'Année',15month: 'Mois',16week: 'Semaine',17day: 'Jour',18list: 'Planning',19},20weekText: 'Sem.',21allDayText: 'Toute la journée',22moreLinkText: 'en plus',23noEventsText: 'Aucun événement à afficher',24};25
26return fr;27
28}());29