First Commit

This commit is contained in:
2025-11-02 22:52:08 +01:00
commit 73fbbf1be2
5821 changed files with 977526 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var fr = {
code: "fr",
week: {
dow: 1,
doy: 4
},
buttonText: {
prev: "Pr\xE9c\xE9dent",
next: "Suivant",
today: "Aujourd'hui",
year: "Ann\xE9e",
month: "Mois",
week: "Semaine",
day: "Jour",
list: "Planning"
},
weekText: "Sem.",
allDayText: "Toute la journ\xE9e",
moreLinkText: "en plus",
noEventsText: "Aucun \xE9v\xE9nement \xE0 afficher"
};
return fr;
}());