Sha256: d8e181b9e442398e8330b6277d77a969f75131d7747d6b0cc2392c64a2af186b
Contents?: true
Size: 887 Bytes
Versions: 32
Compression:
Stored size: 887 Bytes
Contents
/* Farsi (Persian) locals for flatpickr */ var Flatpickr = Flatpickr || { l10ns: {} }; Flatpickr.l10ns.fa = {}; Flatpickr.l10ns.fa.weekdays = { shorthand: ['یک', 'دو', 'سه', 'چهار', 'پنج', 'آدینه', 'شنبه'], longhand: ['یکشنبه', 'دوشنبه', 'سهشنبه', 'چهارشنبه', 'پنچشنبه', 'آدینه', 'شنبه'] }; Flatpickr.l10ns.fa.months = { shorthand: ['ژانویه', 'فوریه', 'مارس', 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر'], longhand: ['ژانویه', 'فوریه', 'مارس', 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر'] }; Flatpickr.l10ns.fa.ordinal = function () { return ""; }; if (typeof module !== "undefined") { module.exports = Flatpickr.l10ns; }
Version data entries
32 entries across 32 versions & 2 rubygems