mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-09 00:20:27 +08:00
10 lines
145 B
JavaScript
10 lines
145 B
JavaScript
|
|
$.fullCalendar.lang("cs", {
|
|
buttonText: {
|
|
month: "Měsíc",
|
|
week: "Týden",
|
|
day: "Den",
|
|
list: "Agenda"
|
|
},
|
|
allDayText: "Celý den"
|
|
}); |