1 //! moment.js locale configuration
2 //! locale : Pseudo [x-pseudo]
3 //! author : Andrew Hood : https://github.com/andrewhood125
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 xPseudo = moment.defineLocale('x-pseudo', {
15 months: 'J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér'.split(
18 monthsShort: 'J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc'.split(
21 monthsParseExact: true,
22 weekdays: 'S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý'.split(
25 weekdaysShort: 'S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát'.split('_'),
26 weekdaysMin: 'S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá'.split('_'),
27 weekdaysParseExact: true,
32 LLL: 'D MMMM YYYY HH:mm',
33 LLLL: 'dddd, D MMMM YYYY HH:mm',
36 sameDay: '[T~ódá~ý át] LT',
37 nextDay: '[T~ómó~rró~w át] LT',
38 nextWeek: 'dddd [át] LT',
39 lastDay: '[Ý~ést~érdá~ý át] LT',
40 lastWeek: '[L~ást] dddd [át] LT',
46 s: 'á ~féw ~sécó~ñds',
59 dayOfMonthOrdinalParse: /\d{1,2}(th|st|nd|rd)/,
60 ordinal: function (number) {
63 ~~((number % 100) / 10) === 1
72 return number + output;
75 dow: 1, // Monday is the first day of the week.
76 doy: 4, // The week that contains Jan 4th is the first week of the year.