diff options
Diffstat (limited to 'public/js/locales/bootstrap-datepicker.ar.js')
-rw-r--r-- | public/js/locales/bootstrap-datepicker.ar.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/public/js/locales/bootstrap-datepicker.ar.js b/public/js/locales/bootstrap-datepicker.ar.js new file mode 100644 index 0000000000..12ae1821d5 --- /dev/null +++ b/public/js/locales/bootstrap-datepicker.ar.js @@ -0,0 +1,15 @@ +/** + * Arabic translation for bootstrap-datepicker + * Mohammed Alshehri <alshehri866@gmail.com> + */ +;(function($){ + $.fn.datepicker.dates['ar'] = { + days: ["الأحد", "الاثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت", "الأحد"], + daysShort: ["أحد", "اثنين", "ثلاثاء", "أربعاء", "خميس", "جمعة", "سبت", "أحد"], + daysMin: ["ح", "ن", "ث", "ع", "خ", "ج", "س", "ح"], + months: ["يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"], + monthsShort: ["يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"], + today: "هذا اليوم", + rtl: true + }; +}(jQuery)); |