mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-17 11:27:31 +08:00
10 lines
157 B
JavaScript
10 lines
157 B
JavaScript
|
|
$.fullCalendar.lang("fi", {
|
|
buttonText: {
|
|
month: "Kuukausi",
|
|
week: "Viikko",
|
|
day: "Päivä",
|
|
list: "Tapahtumat"
|
|
},
|
|
allDayText: "Koko päivä"
|
|
}); |