Sha256: 8e89d1d0db607bdfd992a7217b7bfcdff2dddec674622c95827e199f680683e2

Contents?: true

Size: 829 Bytes

Versions: 19

Compression:

Stored size: 829 Bytes

Contents

// Side effect imports
import './prototype';

import {
    getSetGlobalLocale,
    defineLocale,
    updateLocale,
    getLocale,
    listLocales,
} from './locales';

import {
    listMonths,
    listMonthsShort,
    listWeekdays,
    listWeekdaysShort,
    listWeekdaysMin,
} from './lists';

export {
    getSetGlobalLocale,
    defineLocale,
    updateLocale,
    getLocale,
    listLocales,
    listMonths,
    listMonthsShort,
    listWeekdays,
    listWeekdaysShort,
    listWeekdaysMin,
};

import { deprecate } from '../utils/deprecate';
import { hooks } from '../utils/hooks';

hooks.lang = deprecate(
    'moment.lang is deprecated. Use moment.locale instead.',
    getSetGlobalLocale
);
hooks.langData = deprecate(
    'moment.langData is deprecated. Use moment.localeData instead.',
    getLocale
);

import './en';

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
card-mod-date-0.15.6 vendor/moment/src/lib/locale/locale.js
card-mod-date-0.15.0 vendor/moment/src/lib/locale/locale.js
card-mod-date-0.14.2 vendor/moment/src/lib/locale/locale.js
card-mod-date-0.14.1 vendor/moment/src/lib/locale/locale.js
card-mod-date-0.14.0 vendor/moment/src/lib/locale/locale.js
card-mod-date-0.13.4 vendor/moment/src/lib/locale/locale.js
card-mod-date-0.13.3 vendor/moment/src/lib/locale/locale.js
card-mod-date-0.13.2 vendor/moment/src/lib/locale/locale.js
card-mod-date-0.13.1 vendor/moment/src/lib/locale/locale.js
card-mod-date-0.13.0 vendor/moment/src/lib/locale/locale.js
card-mod-date-0.11.7 vendor/moment/src/lib/locale/locale.js
card-mod-date-0.12.0 vendor/moment/src/lib/locale/locale.js
card-mod-date-0.11.6 vendor/moment/src/lib/locale/locale.js
card-mod-date-0.11.5 vendor/moment/src/lib/locale/locale.js
card-mod-date-0.11.4 vendor/moment/src/lib/locale/locale.js
card-mod-date-0.11.3 vendor/moment/src/lib/locale/locale.js
card-mod-date-0.11.2 vendor/moment/src/lib/locale/locale.js
card-mod-date-0.11.1 vendor/moment/src/lib/locale/locale.js
card-mod-date-0.11.0 vendor/moment/src/lib/locale/locale.js