对接烟台app的h5页面
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

43 lines
1.9 KiB

!(function (_, e) {
if ('object' == typeof exports && 'undefined' != typeof module) {
module.exports = e(require('dayjs'));
} else {
if ('function' == typeof define && define.amd) {
define(['dayjs'], e);
} else {
(_ = 'undefined' != typeof globalThis ? globalThis : _ || self).dayjs_locale_mr = e(_.dayjs);
}
}
})(this, function (_) {
'use strict';
function e(_) {
return _ && 'object' == typeof _ && 'default' in _
? _
: {
default: _
};
}
var t = e(_);
var n = {
name: 'mr',
weekdays: 'रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),
months: 'जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर'.split('_'),
weekdaysShort: 'रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि'.split('_'),
monthsShort: 'जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.'.split('_'),
weekdaysMin: 'र_सो_मं_बु_गु_शु_श'.split('_'),
ordinal: function (_) {
return _;
},
formats: {
LT: 'A h:mm वाजता',
LTS: 'A h:mm:ss वाजता',
L: 'DD/MM/YYYY',
LL: 'D MMMM YYYY',
LLL: 'D MMMM YYYY, A h:mm वाजता',
LLLL: 'dddd, D MMMM YYYY, A h:mm वाजता'
}
};
t.default.locale(n, null, true);
return n;
});