Sha256: 3267f4417e830f490274bd59155736146ca05bf3780e5c5a4bbaed10f6be8103
Contents?: true
Size: 738 Bytes
Versions: 5
Compression:
Stored size: 738 Bytes
Contents
/* Arabic locals for flatpickr */ var Flatpickr = Flatpickr || { l10ns: {} }; Flatpickr.l10ns.ar = {}; Flatpickr.l10ns.ar.weekdays = { shorthand: ["أحد", "اثنين", "ثلاثاء", "أربعاء", "خميس", "جمعة", "سبت"], longhand: ["الأحد", "الاثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت"] }; Flatpickr.l10ns.ar.months = { shorthand: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"], longhand: ["يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"] }; if (typeof module !== "undefined") module.exports = Flatpickr.l10ns;
Version data entries
5 entries across 5 versions & 2 rubygems