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