summaryrefslogtreecommitdiff
path: root/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.ar.js
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.ar.js')
-rw-r--r--xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.ar.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.ar.js b/xstatic/pkg/bootstrap_datepicker/data/locales/bootstrap-datepicker.ar.js
new file mode 100644
index 0000000..12ae182
--- /dev/null
+++ b/xstatic/pkg/bootstrap_datepicker/data/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));