1 //! moment.js locale configuration
2 //! locale : Yoruba Nigeria [yo]
3 //! author : Atolagbe Abisoye : https://github.com/andela-batolagbe
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';
12 //! moment.js locale configuration
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}/,
57 dow: 1, // Monday is the first day of the week.
58 doy: 4, // The week that contains Jan 4th is the first week of the year.