Sha256: 8e81b3d4dda1feba1c07bd8fd41d2dc0e4f9b438f105faea3709eb52ebd492b4

Contents?: true

Size: 1.93 KB

Versions: 33

Compression:

Stored size: 1.93 KB

Contents

//! moment.js locale configuration
//! locale : Maori [mi]
//! author : John Corrigan <robbiecloset@gmail.com> : https://github.com/johnideal

import moment from '../moment';

export default moment.defineLocale('mi', {
    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('_'),
    monthsShort: 'Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki'.split('_'),
    monthsRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,
    monthsStrictRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,
    monthsShortRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,
    monthsShortStrictRegex: /(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,
    weekdays: 'Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei'.split('_'),
    weekdaysShort: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),
    weekdaysMin: 'Ta_Ma_Tū_We_Tāi_Pa_Hā'.split('_'),
    longDateFormat: {
        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'
    },
    calendar: {
        sameDay: '[i teie mahana, i] LT',
        nextDay: '[apopo i] LT',
        nextWeek: 'dddd [i] LT',
        lastDay: '[inanahi i] LT',
        lastWeek: 'dddd [whakamutunga i] LT',
        sameElse: 'L'
    },
    relativeTime: {
        future: 'i roto i %s',
        past: '%s i mua',
        s: 'te hēkona ruarua',
        ss: '%d hēkona',
        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'
    },
    dayOfMonthOrdinalParse: /\d{1,2}º/,
    ordinal: '%dº',
    week : {
        dow : 1, // Monday is the first day of the week.
        doy : 4  // The week that contains Jan 4th is the first week of the year.
    }
});

Version data entries

33 entries across 33 versions & 4 rubygems

Version Path
card-1.100.0 mod/date/vendor/moment/src/locale/mi.js
card-1.99.6 mod/date/vendor/moment/src/locale/mi.js
card-1.99.5 mod/date/vendor/moment/src/locale/mi.js
card-1.99.4 mod/date/vendor/moment/src/locale/mi.js
card-1.99.3 mod/date/vendor/moment/src/locale/mi.js
card-1.99.2 mod/date/vendor/moment/src/locale/mi.js
ilog-0.4.1 node_modules/moment/src/locale/mi.js
ilog-0.4.0 node_modules/moment/src/locale/mi.js
ilog-0.3.3 node_modules/moment/src/locale/mi.js
card-1.99.1 mod/date/vendor/moment/src/locale/mi.js
card-1.99.0 mod/date/vendor/moment/src/locale/mi.js
jester-data-8.0.0 node_modules/moment/src/locale/mi.js
ezii-os-5.2.1 node_modules/moment/src/locale/mi.js
ezii-os-2.0.1 node_modules/moment/src/locale/mi.js
card-1.98.3 mod/date/vendor/moment/src/locale/mi.js
card-1.98.2 mod/date/vendor/moment/src/locale/mi.js
card-1.98.1 mod/date/vendor/moment/src/locale/mi.js
card-1.98.0 mod/date/vendor/moment/src/locale/mi.js
card-1.97.0.1 mod/date/vendor/moment/src/locale/mi.js
card-1.97.0 mod/date/vendor/moment/src/locale/mi.js