mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-03 17:10:06 +08:00
12 lines
193 B
JavaScript
12 lines
193 B
JavaScript
|
|
$.fullCalendar.lang("pl", {
|
|
defaultButtonText: {
|
|
month: "Miesiąc",
|
|
week: "Tydzień",
|
|
day: "Dzień",
|
|
list: "Plan dnia"
|
|
},
|
|
allDayText: "Cały dzień",
|
|
eventLimitText: "więcej"
|
|
});
|