mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-17 11:27:31 +08:00
10 lines
244 B
JavaScript
10 lines
244 B
JavaScript
|
|
$.fullCalendar.lang("fr", {
|
|
buttonText: {
|
|
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
|
|
}); |