mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-07 00:05:49 +08:00
12 lines
193 B
JavaScript
12 lines
193 B
JavaScript
|
|
$.fullCalendar.lang("fi", {
|
|
defaultButtonText: {
|
|
month: "Kuukausi",
|
|
week: "Viikko",
|
|
day: "Päivä",
|
|
list: "Tapahtumat"
|
|
},
|
|
allDayText: "Koko päivä",
|
|
eventLimitText: "lisää"
|
|
});
|