PHP Classes

File: vendors/gentelella/vendors/moment/src/lib/locale/locale.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/gentelella/vendors/moment/src/lib/locale/locale.js   Download  
File: vendors/gentelella/vendors/moment/src/lib/locale/locale.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 806 bytes
 

Contents

Class file image Download
// 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';