diff options
author | Christian Klinger | 2016-07-05 11:01:36 +0200 |
---|---|---|
committer | Christian Klinger | 2016-07-05 11:01:36 +0200 |
commit | c13625b75d44093253222e605ea11b1fcb6b4247 (patch) | |
tree | b2f2ec6783709f374b879c398f1e65c07001db97 /modules-available/bootstrap_datepicker/lang/bootstrap-datepicker.ar.js | |
parent | Merge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into mo... (diff) | |
download | slx-admin-c13625b75d44093253222e605ea11b1fcb6b4247.tar.gz slx-admin-c13625b75d44093253222e605ea11b1fcb6b4247.tar.xz slx-admin-c13625b75d44093253222e605ea11b1fcb6b4247.zip |
i18n for bootstrap_datepicker.
Diffstat (limited to 'modules-available/bootstrap_datepicker/lang/bootstrap-datepicker.ar.js')
-rw-r--r-- | modules-available/bootstrap_datepicker/lang/bootstrap-datepicker.ar.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/modules-available/bootstrap_datepicker/lang/bootstrap-datepicker.ar.js b/modules-available/bootstrap_datepicker/lang/bootstrap-datepicker.ar.js new file mode 100644 index 00000000..12ae1821 --- /dev/null +++ b/modules-available/bootstrap_datepicker/lang/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)); |