mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-18 12:20:32 +08:00
10 lines
162 B
JavaScript
10 lines
162 B
JavaScript
|
|
$.fullCalendar.lang("iw", {
|
|
buttonText: {
|
|
month: "חודש",
|
|
week: "שבוע",
|
|
day: "יום",
|
|
list: "סדר יום"
|
|
},
|
|
allDayText: "כל היום"
|
|
}); |