UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

19 lines 1.69 kB
/* http://keith-wood.name/calendars.html Farsi/Persian localisation for Islamic calendar for jQuery. Written by Keith Wood (kbwood{at}iinet.com.au) August 2009. */ (function($) { $.calendars.calendars.islamic.prototype.regional['fa'] = { name: 'Islamic', // The calendar name epochs: ['BAM', 'AM'], monthNames: ['محرّم', 'صفر', 'ربيع الأول', 'ربيع الآخر أو ربيع الثاني', 'جمادى الاول', 'جمادى الآخر أو جمادى الثاني', 'رجب', 'شعبان', 'رمضان', 'شوّال', 'ذو القعدة', 'ذو الحجة'], monthNamesShort: ['محرّم', 'صفر', 'ربيع الأول', 'ربيع الآخر أو ربيع الثاني', 'جمادى الاول', 'جمادى الآخر أو جمادى الثاني', 'رجب', 'شعبان', 'رمضان', 'شوّال', 'ذو القعدة', 'ذو الحجة'], dayNames: ['يوم الأحد', 'يوم الإثنين', 'يوم الثلاثاء', 'يوم الأربعاء', 'يوم الخميس', 'يوم الجمعة', 'يوم السبت'], dayNamesShort: ['يوم الأحد', 'يوم الإثنين', 'يوم الثلاثاء', 'يوم الأربعاء', 'يوم الخميس', 'يوم الجمعة', 'يوم السبت'], dayNamesMin: ['يوم الأحد', 'يوم الإثنين', 'يوم الثلاثاء', 'يوم الأربعاء', 'يوم الخميس', 'يوم الجمعة', 'يوم السبت'], dateFormat: 'yyyy/mm/dd', // See format options on BaseCalendar.formatDate firstDay: 6, // The first day of the week, Sun = 0, Mon = 1, ... isRTL: true // True if right-to-left language, false if left-to-right }; })(jQuery);