mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
11 lines
252 B
JavaScript
11 lines
252 B
JavaScript
|
|
$.fullCalendar.lang("fr", {
|
|
defaultButtonText: {
|
|
month: "Mois",
|
|
week: "Semaine",
|
|
day: "Jour",
|
|
list: "Mon planning"
|
|
},
|
|
allDayHTML: "Toute la journée" // allDayHTML is discouraged but used here as a hack to get the breaking correct
|
|
});
|