You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
478 B
24 lines
478 B
FullCalendar.globalLocales.push(function () { |
|
'use strict'; |
|
|
|
var he = { |
|
code: 'he', |
|
direction: 'rtl', |
|
buttonText: { |
|
prev: 'הקודם', |
|
next: 'הבא', |
|
today: 'היום', |
|
month: 'חודש', |
|
week: 'שבוע', |
|
day: 'יום', |
|
list: 'סדר יום', |
|
}, |
|
allDayText: 'כל היום', |
|
moreLinkText: 'אחר', |
|
noEventsText: 'אין אירועים להצגה', |
|
weekText: 'שבוע', |
|
}; |
|
|
|
return he; |
|
|
|
}());
|
|
|