UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

20 lines (19 loc) 1.03 kB
/* http://keith-wood.name/calendars.html Hebrew localisation for Hebrew calendar for jQuery. Amir Hardon (ahardon at gmail dot com). */ (function($) { $.calendars.calendars.hebrew.prototype.regional['he'] = { name: 'הלוח העברי', // The calendar name epochs: ['BAM', 'AM'], monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני', 'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'], monthNamesShort: ['1','2','3','4','5','6', '7','8','9','10','11','12'], dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'], dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], dateFormat: 'dd/mm/yyyy', // See format options on BaseCalendar.formatDate firstDay: 0, // The first day of the week, Sun = 0, Mon = 1, ... isRTL: true // True if right-to-left language, false if left-to-right }; })(jQuery);