Files
hrm_eva/wwwroot/lib/jquery.calendars/js/jquery.calendars.islamic-ar.js
2020-08-11 16:13:02 +07:00

21 lines
1.1 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/* http://keith-wood.name/calendars.html
Arabic localisation for Islamic calendar for jQuery v2.1.0.
Written by Keith Wood (wood.keith{at}optusnet.com.au) August 2009.
Updated by Fahad Alqahtani April 2016. */
(function($) {
'use strict';
$.calendars.calendars.islamic.prototype.regionalOptions.ar = {
name: 'Islamic',
epochs: ['BAM', 'AM'],
monthNames: 'محرم_صفر_ربيع الأول_ربيع الثاني_جمادى الأول_جمادى الآخر_رجب_شعبان_رمضان_شوال_ذو القعدة_ذو الحجة'.split('_'),
monthNamesShort: 'محرم_صفر_ربيع1_ربيع2_جمادى1_جمادى2_رجب_شعبان_رمضان_شوال_القعدة_الحجة'.split('_'),
dayNames: ['الأحد', 'الإثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
dayNamesShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),
dayNamesMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),
digits: $.calendars.substituteDigits(['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩']),
dateFormat: 'yyyy/mm/dd',
firstDay: 1,
isRTL: true
};
})(jQuery);