5
;(function (global, factory) {
6
typeof exports === 'object' && typeof module !== 'undefined'
7
&& typeof require === 'function' ? factory(require('../moment')) :
8
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
10
}(this, (function (moment) { 'use strict';
14
var yo = moment.defineLocale('yo', {
15
months: 'Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀'.split(
18
monthsShort: 'Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀'.split('_'),
19
weekdays: 'Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta'.split('_'),
20
weekdaysShort: 'Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá'.split('_'),
21
weekdaysMin: 'Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb'.split('_'),
27
LLL: 'D MMMM YYYY h:mm A',
28
LLLL: 'dddd, D MMMM YYYY h:mm A',
31
sameDay: '[Ònì ni] LT',
32
nextDay: '[Ọ̀la ni] LT',
33
nextWeek: "dddd [Ọsẹ̀ tón'bọ] [ni] LT",
34
lastDay: '[Àna ni] LT',
35
lastWeek: 'dddd [Ọsẹ̀ tólọ́] [ni] LT',
41
s: 'ìsẹjú aayá die',
54
dayOfMonthOrdinalParse: /ọjọ́\s\d{1,2}/,