5
;(function (global, factory) {
6
typeof exports === 'object' && typeof module !== 'undefined'
7
&& typeof require === 'function' ? factory(require('../moment')) :
8
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
10
}(this, (function (moment) { 'use strict';
14
var mi = moment.defineLocale('mi', {
15
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(
18
monthsShort: 'Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki'.split(
21
monthsRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,
22
monthsStrictRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,
23
monthsShortRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,
24
monthsShortStrictRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,
25
weekdays: 'Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei'.split('_'),
26
weekdaysShort: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),
27
weekdaysMin: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),
33
LLL: 'D MMMM YYYY [i] HH:mm',
34
LLLL: 'dddd, D MMMM YYYY [i] HH:mm',
37
sameDay: '[i teie mahana, i] LT',
38
nextDay: '[apopo i] LT',
39
nextWeek: 'dddd [i] LT',
40
lastDay: '[inanahi i] LT',
41
lastWeek: 'dddd [whakamutunga i] LT',
45
future: 'i roto i %s',
47
s: 'te hēkona ruarua',
60
dayOfMonthOrdinalParse: /\d{1,2}º/,