deprecated-oc-search/static/fullcalendar/locales/he.js

25 lines
476 B
JavaScript
Raw Normal View History

2023-08-26 22:04:56 +02:00
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;
}());