mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-17 11:27:31 +08:00
10 lines
144 B
JavaScript
10 lines
144 B
JavaScript
|
|
$.fullCalendar.lang("sl", {
|
|
buttonText: {
|
|
month: "Mesec",
|
|
week: "Teden",
|
|
day: "Dan",
|
|
list: "Dnevni red"
|
|
},
|
|
allDayText: "Ves dan"
|
|
}); |