PHP Classes

File: modules/system/assets/ui/vendor/moment/locale/yo.js

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/assets/ui/vendor/moment/locale/yo.js   Download  
File: modules/system/assets/ui/vendor/moment/locale/yo.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 2,234 bytes
 

Contents

Class file image Download
//! moment.js locale configuration v2.22.2 ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : typeof define === 'function' && define.amd ? define(['../moment'], factory) : factory(global.moment) }(this, (function (moment) { 'use strict'; var yo = moment.defineLocale('yo', { months : 'S??r??_Èrèlè_?r??nà_Ìgbé_Èbibi_Òkùdu_Ag?mo_Ògún_Owewe_??wàrà_Bélú_??p???'.split('_'), monthsShort : 'S??r_Èrl_?rn_Ìgb_Èbi_Òkù_Ag?_Ògú_Owe_??wà_Bél_??p???'.split('_'), weekdays : 'Àìkú_Ajé_Ìs??gun_?j??rú_?j??b?_?tì_Àbám??ta'.split('_'), weekdaysShort : 'Àìk_Ajé_Ìs??_?jr_?jb_?tì_Àbá'.split('_'), weekdaysMin : 'Àì_Aj_Ìs_?r_?b_?t_Àb'.split('_'), longDateFormat : { LT : 'h:mm A', LTS : 'h:mm:ss A', L : 'DD/MM/YYYY', LL : 'D MMMM YYYY', LLL : 'D MMMM YYYY h:mm A', LLLL : 'dddd, D MMMM YYYY h:mm A' }, calendar : { sameDay : '[Ònì ni] LT', nextDay : '[??la ni] LT', nextWeek : 'dddd [?s?? tón\'b?] [ni] LT', lastDay : '[Àna ni] LT', lastWeek : 'dddd [?s?? tól??] [ni] LT', sameElse : 'L' }, relativeTime : { future : 'ní %s', past : '%s k?já', s : 'ìs?jú aayá die', ss :'aayá %d', m : 'ìs?jú kan', mm : 'ìs?jú %d', h : 'wákati kan', hh : 'wákati %d', d : '?j?? kan', dd : '?j?? %d', M : 'osù kan', MM : 'osù %d', y : '?dún kan', yy : '?dún %d' }, dayOfMonthOrdinalParse : /?j??\s\d{1,2}/, ordinal : '?j?? %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. } }); return yo; })));