flatpickr
Version:
A lightweight, powerful javascript datetime picker
16 lines (12 loc) • 772 B
JavaScript
/* Farsi (Persian) locals for flatpickr */
flatpickr.init.prototype.l10n.weekdays = {
shorthand: ['یک', 'دو', 'سه', 'چهار', 'پنج', 'آدینه', 'شنبه'],
longhand: ['یکشنبه', 'دوشنبه', 'سهشنبه', 'چهارشنبه', 'پنچشنبه', 'آدینه', 'شنبه']
};
flatpickr.init.prototype.l10n.months = {
shorthand: ['ژانویه', 'فوریه', 'مارس', 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر'],
longhand: ['ژانویه', 'فوریه', 'مارس', 'آوریل', 'مه', 'ژوئن', 'ژوئیه', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر']
};
flatpickr.init.prototype.l10n.ordinal = () => {
return "";
};