Sha256: ba8ef4aaa875e00eaf5c61bdb6e1f688ce81add4802854eaf42dcd5b4be9e8e7

Contents?: true

Size: 806 Bytes

Versions: 41

Compression:

Stored size: 806 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

41 entries across 40 versions & 9 rubygems

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