mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-09 00:20:27 +08:00
14 lines
230 B
JavaScript
14 lines
230 B
JavaScript
|
|
$.fullCalendar.lang("iw", {
|
|
defaultButtonText: {
|
|
month: "חודש",
|
|
week: "שבוע",
|
|
day: "יום",
|
|
list: "סדר יום"
|
|
},
|
|
allDayText: "כל היום",
|
|
eventLimitText: function(n) {
|
|
return "+עוד " + n;
|
|
}
|
|
});
|