PATH:
home
/
letacommog
/
crmleta
/
layouts
/
v7
/
lib
/
jquery
/
handsontable
/
moment
/
locale
//! moment.js locale configuration //! locale : spanish (es) //! author : Julio Napurí : https://github.com/julionc (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('../moment')) : typeof define === 'function' && define.amd ? define(['moment'], factory) : factory(global.moment) }(this, function (moment) { 'use strict'; var monthsShortDot = 'Ene._Feb._Mar._Abr._May._Jun._Jul._Ago._Sep._Oct._Nov._Dic.'.split('_'), monthsShort = 'Ene_Feb_Mar_Abr_May_Jun_Jul_Ago_Sep_Oct_Nov_Dic'.split('_'); var es = moment.defineLocale('es', { months : 'Enero_Febrero_Marzo_Abril_Mayo_Junio_Julio_Agosto_Septiembre_Octubre_Noviembre_Diciembre'.split('_'), monthsShort : function (m, format) { if (/-MMM-/.test(format)) { return monthsShort[m.month()]; } else { return monthsShortDot[m.month()]; } }, weekdays : 'Domingo_Lunes_Martes_Miércoles_Jueves_Viernes_Sábado'.split('_'), weekdaysShort : 'Dom._Lun._Mar._Mié._Jue._Vie._Sáb.'.split('_'), weekdaysMin : 'Do_Lu_Ma_Mi_Ju_Vi_Sá'.split('_'), longDateFormat : { LT : 'H:mm', LTS : 'LT:ss', L : 'DD/MM/YYYY', LL : 'D [de] MMMM [de] YYYY', LLL : 'D [de] MMMM [de] YYYY LT', LLLL : 'dddd, D [de] MMMM [de] YYYY LT' }, calendar : { sameDay : function () { return '[hoy a la' + ((this.hours() !== 1) ? 's' : '') + '] LT'; }, nextDay : function () { return '[mañana a la' + ((this.hours() !== 1) ? 's' : '') + '] LT'; }, nextWeek : function () { return 'dddd [a la' + ((this.hours() !== 1) ? 's' : '') + '] LT'; }, lastDay : function () { return '[ayer a la' + ((this.hours() !== 1) ? 's' : '') + '] LT'; }, lastWeek : function () { return '[el] dddd [pasado a la' + ((this.hours() !== 1) ? 's' : '') + '] LT'; }, sameElse : 'L' }, relativeTime : { future : 'en %s', past : 'hace %s', s : 'unos segundos', m : 'un minuto', mm : '%d minutos', h : 'una hora', hh : '%d horas', d : 'un día', dd : '%d días', M : 'un mes', MM : '%d meses', y : 'un año', yy : '%d años' }, ordinalParse : /\d{1,2}º/, ordinal : '%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 es; }));
[+]
..
[-] fr.js
[edit]
[-] ar.js
[edit]
[-] el.js
[edit]
[-] mk.js
[edit]
[-] hr.js
[edit]
[-] zh-cn.js
[edit]
[-] he.js
[edit]
[-] sr.js
[edit]
[-] tr.js
[edit]
[-] pl.js
[edit]
[-] km.js
[edit]
[-] zh-tw.js
[edit]
[-] it.js
[edit]
[-] ru.js
[edit]
[-] ko.js
[edit]
[-] ar-ma.js
[edit]
[-] vi.js
[edit]
[-] bo.js
[edit]
[-] eo.js
[edit]
[-] ar-tn.js
[edit]
[-] sq.js
[edit]
[-] bn.js
[edit]
[-] en-gb.js
[edit]
[-] af.js
[edit]
[-] tzm-latn.js
[edit]
[-] ne.js
[edit]
[-] is.js
[edit]
[-] id.js
[edit]
[-] de-at.js
[edit]
[-] hu.js
[edit]
[-] ml.js
[edit]
[-] sv.js
[edit]
[-] fa.js
[edit]
[-] tl-ph.js
[edit]
[-] cy.js
[edit]
[-] ms-my.js
[edit]
[-] my.js
[edit]
[-] ta.js
[edit]
[-] en-au.js
[edit]
[-] nn.js
[edit]
[-] ka.js
[edit]
[-] fi.js
[edit]
[-] ro.js
[edit]
[-] ar-sa.js
[edit]
[-] hi.js
[edit]
[-] th.js
[edit]
[-] tzm.js
[edit]
[-] fr-ca.js
[edit]
[-] si.js
[edit]
[-] lv.js
[edit]
[-] lb.js
[edit]
[-] lt.js
[edit]
[-] hy-am.js
[edit]
[-] cs.js
[edit]
[-] de.js
[edit]
[-] uz.js
[edit]
[-] et.js
[edit]
[-] pt-br.js
[edit]
[-] sk.js
[edit]
[-] me.js
[edit]
[-] mr.js
[edit]
[-] gl.js
[edit]
[-] eu.js
[edit]
[-] nl.js
[edit]
[-] pt.js
[edit]
[-] jv.js
[edit]
[-] bg.js
[edit]
[-] cv.js
[edit]
[-] fy.js
[edit]
[-] fo.js
[edit]
[-] da.js
[edit]
[-] ca.js
[edit]
[-] sr-cyrl.js
[edit]
[-] ja.js
[edit]
[-] br.js
[edit]
[-] az.js
[edit]
[-] uk.js
[edit]
[-] es.js
[edit]
[-] en-ca.js
[edit]
[-] sl.js
[edit]
[-] be.js
[edit]
[-] bs.js
[edit]