UNPKG

476 BJavaScriptView Raw
1FullCalendar.globalLocales.push(function () {
2 'use strict';
3
4 var he = {
5 code: "he",
6 direction: 'rtl',
7 buttonText: {
8 prev: "הקודם",
9 next: "הבא",
10 today: "היום",
11 month: "חודש",
12 week: "שבוע",
13 day: "יום",
14 list: "סדר יום"
15 },
16 allDayText: "כל היום",
17 moreLinkText: "אחר",
18 noEventsText: "אין אירועים להצגה",
19 weekText: "שבוע"
20 };
21
22 return he;
23
24}());