mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-13 01:00:49 +08:00
10 lines
157 B
JavaScript
10 lines
157 B
JavaScript
|
|
$.fullCalendar.lang("pl", {
|
|
buttonText: {
|
|
month: "Miesiąc",
|
|
week: "Tydzień",
|
|
day: "Dzień",
|
|
list: "Plan dnia"
|
|
},
|
|
allDayText: "Cały dzień"
|
|
}); |