UNPKG

date-object

Version:

JavaScript library for working with Date and Time in different calendars and locals

48 lines (42 loc) 1.54 kB
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.arabic_fa = factory()); })(this, (function () { 'use strict'; function getDefaultExportFromCjs (x) { return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x; } var arabic_fa = { name: "arabic_fa", months: [ ["محرم", "محرم"], ["صفر", "صفر"], ["ربیع الاول", "ربیع الاول"], ["ربیع الثانی", "ربیع الثانی"], ["جمادی الاول", "جمادی الاول"], ["جمادی الثانی", "جمادی الثانی"], ["رجب", "رجب"], ["شعبان", "شعبان"], ["رمضان", "رمضان"], ["شوال", "شوال"], ["ذیقعده ", "ذیقعده"], ["ذیحجه", "ذیحجه"], ], weekDays: [ ["شنبه", "شن"], ["یکشنبه", "یک"], ["دوشنبه", "دو"], ["سه شنبه", "سه"], ["چهارشنبه", "چهار"], ["پنجشنبه", "پنج"], ["جمعه", "جم"], ], digits: ["۰", "۱", "۲", "۳", "۴", "۵", "۶", "۷", "۸", "۹"], meridiems: [ ["قبل از ظهر", "ق.ظ"], ["بعد از ظهر", "ب.ظ"], ], }; var arabic_fa$1 = /*@__PURE__*/getDefaultExportFromCjs(arabic_fa); return arabic_fa$1; }));