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.
59 lines
1.9 KiB
59 lines
1.9 KiB
!(function (e, a) {
|
|
if ('object' == typeof exports && 'undefined' != typeof module) {
|
|
module.exports = a(require('dayjs'));
|
|
} else {
|
|
if ('function' == typeof define && define.amd) {
|
|
define(['dayjs'], a);
|
|
} else {
|
|
(e = 'undefined' != typeof globalThis ? globalThis : e || self).dayjs_locale_mi = a(e.dayjs);
|
|
}
|
|
}
|
|
})(this, function (e) {
|
|
'use strict';
|
|
|
|
function a(e) {
|
|
return e && 'object' == typeof e && 'default' in e
|
|
? e
|
|
: {
|
|
default: e
|
|
};
|
|
}
|
|
var i = a(e);
|
|
var t = {
|
|
name: 'mi',
|
|
weekdays: 'Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei'.split('_'),
|
|
months: 'Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea'.split('_'),
|
|
weekStart: 1,
|
|
weekdaysShort: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),
|
|
monthsShort: 'Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki'.split('_'),
|
|
weekdaysMin: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),
|
|
ordinal: function (e) {
|
|
return e;
|
|
},
|
|
formats: {
|
|
LT: 'HH:mm',
|
|
LTS: 'HH:mm:ss',
|
|
L: 'DD/MM/YYYY',
|
|
LL: 'D MMMM YYYY',
|
|
LLL: 'D MMMM YYYY [i] HH:mm',
|
|
LLLL: 'dddd, D MMMM YYYY [i] HH:mm'
|
|
},
|
|
relativeTime: {
|
|
future: 'i roto i %s',
|
|
past: '%s i mua',
|
|
s: 'te hēkona ruarua',
|
|
m: 'he meneti',
|
|
mm: '%d meneti',
|
|
h: 'te haora',
|
|
hh: '%d haora',
|
|
d: 'he ra',
|
|
dd: '%d ra',
|
|
M: 'he marama',
|
|
MM: '%d marama',
|
|
y: 'he tau',
|
|
yy: '%d tau'
|
|
}
|
|
};
|
|
i.default.locale(t, null, true);
|
|
return t;
|
|
});
|
|
|