mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-02 17:00:06 +08:00
14 lines
236 B
JavaScript
14 lines
236 B
JavaScript
|
|
$.fullCalendar.lang("sr", {
|
|
defaultButtonText: {
|
|
month: "Месец",
|
|
week: "Недеља",
|
|
day: "Дан",
|
|
list: "Планер"
|
|
},
|
|
allDayText: "Цео дан",
|
|
eventLimitText: function(n) {
|
|
return "+ још " + n;
|
|
}
|
|
});
|