PHP Classes

File: upload/themes/bb_simple/assets/moment/locale/yo.js

Recommend this page to a friend!
  Classes of James Brows   PHP Bulletin Board   upload/themes/bb_simple/assets/moment/locale/yo.js   Download  
File: upload/themes/bb_simple/assets/moment/locale/yo.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Bulletin Board
Manage and post messages in multi-user forums
Author: By
Last change:
Date: 2 years ago
Size: 2,183 bytes
 

Contents

Class file image Download
//! moment.js locale configuration //! locale : Yoruba Nigeria [yo] //! author : Atolagbe Abisoye : https://github.com/andela-batolagbe ;(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??_E?re?le?_?r??na?_I?gbe?_E?bibi_O?ku?du_Ag?mo_O?gu?n_Owewe_??wa?ra?_Be?lu?_??p???'.split('_'), monthsShort : 'S??r_E?rl_?rn_I?gb_E?bi_O?ku?_Ag?_O?gu?_Owe_??wa?_Be?l_??p???'.split('_'), weekdays : 'A?i?ku?_Aje?_I?s??gun_?j??ru?_?j??b?_?ti?_A?ba?m??ta'.split('_'), weekdaysShort : 'A?i?k_Aje?_I?s??_?jr_?jb_?ti?_A?ba?'.split('_'), weekdaysMin : 'A?i?_Aj_I?s_?r_?b_?t_A?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 : '[O?ni? ni] LT', nextDay : '[??la ni] LT', nextWeek : 'dddd [?s?? to?n\'b?] [ni] LT', lastDay : '[A?na ni] LT', lastWeek : 'dddd [?s?? to?l??] [ni] LT', sameElse : 'L' }, relativeTime : { future : 'ni? %s', past : '%s k?ja?', s : 'i?s?ju? aaya? die', m : 'i?s?ju? kan', mm : 'i?s?ju? %d', h : 'wa?kati kan', hh : 'wa?kati %d', d : '?j?? kan', dd : '?j?? %d', M : 'osu? kan', MM : 'osu? %d', y : '?du?n kan', yy : '?du?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; })));