PATH: /home/hwyuvbry/sahabat.waroenkhoki123.web.id/blacklist/assets/libs/moment/locale
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
π af.js
β
X
π ar-dz.js
β
X
π ar-kw.js
β
X
π ar-ly.js
β
X
π ar-ma.js
β
X
π ar-sa.js
β
X
π ar-tn.js
β
X
π ar.js
β
X
π az.js
β
X
π be.js
β
X
π bg.js
β
X
π bm.js
β
X
π bn.js
β
X
π bo.js
β
X
π br.js
β
X
π bs.js
β
X
π ca.js
β
X
π cs.js
β
X
π cv.js
β
X
π cy.js
β
X
π da.js
β
X
π de-at.js
β
X
π de-ch.js
β
X
π de.js
β
X
π dv.js
β
X
π el.js
β
X
π en-au.js
β
X
π en-ca.js
β
X
π en-gb.js
β
X
π en-ie.js
β
X
π en-il.js
β
X
π en-nz.js
β
X
π eo.js
β
X
π es-do.js
β
X
π es-us.js
β
X
π es.js
β
X
π et.js
β
X
π eu.js
β
X
π fa.js
β
X
π fi.js
β
X
π fo.js
β
X
π fr-ca.js
β
X
π fr-ch.js
β
X
π fr.js
β
X
π fy.js
β
X
π gd.js
β
X
π gl.js
β
X
π gom-latn.js
β
X
π gu.js
β
X
π he.js
β
X
π hi.js
β
X
π hr.js
β
X
π hu.js
β
X
π hy-am.js
β
X
π id.js
β
X
π is.js
β
X
π it.js
β
X
π ja.js
β
X
π jv.js
β
X
π ka.js
β
X
π kk.js
β
X
π km.js
β
X
π kn.js
β
X
π ko.js
β
X
π ky.js
β
X
π lb.js
β
X
π lo.js
β
X
π lt.js
β
X
π lv.js
β
X
π me.js
β
X
π mi.js
β
X
π mk.js
β
X
π ml.js
β
X
π mn.js
β
X
π mr.js
β
X
π ms-my.js
β
X
π ms.js
β
X
π mt.js
β
X
π my.js
β
X
π nb.js
β
X
π ne.js
β
X
π nl-be.js
β
X
π nl.js
β
X
π nn.js
β
X
π pa-in.js
β
X
π pl.js
β
X
π pt-br.js
β
X
π pt.js
β
X
π ro.js
β
X
π ru.js
β
X
π sd.js
β
X
π se.js
β
X
π si.js
β
X
π sk.js
β
X
π sl.js
β
X
π sq.js
β
X
π sr-cyrl.js
β
X
π sr.js
β
X
π ss.js
β
X
π sv.js
β
X
π sw.js
β
X
π ta.js
β
X
π te.js
β
X
π tet.js
β
X
π tg.js
β
X
π th.js
β
X
π tl-ph.js
β
X
π tlh.js
β
X
π tr.js
β
X
π tzl.js
β
X
π tzm-latn.js
β
X
π tzm.js
β
X
π ug-cn.js
β
X
π uk.js
β
X
π ur.js
β
X
π uz-latn.js
β
X
π uz.js
β
X
π vi.js
β
X
π x-pseudo.js
β
X
π yo.js
β
X
π zh-cn.js
β
X
π zh-hk.js
β
X
π zh-tw.js
β
X
SAVING...
BERHASIL DIUBAH!
EDITING: es.js
//! moment.js locale configuration ;(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 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 monthsParse = [/^ene/i, /^feb/i, /^mar/i, /^abr/i, /^may/i, /^jun/i, /^jul/i, /^ago/i, /^sep/i, /^oct/i, /^nov/i, /^dic/i]; var monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i; var es = moment.defineLocale('es', { months : 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split('_'), monthsShort : function (m, format) { if (!m) { return monthsShortDot; } else if (/-MMM-/.test(format)) { return monthsShort[m.month()]; } else { return monthsShortDot[m.month()]; } }, monthsRegex : monthsRegex, monthsShortRegex : monthsRegex, monthsStrictRegex : /^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i, monthsShortStrictRegex : /^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i, monthsParse : monthsParse, longMonthsParse : monthsParse, shortMonthsParse : monthsParse, 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('_'), weekdaysParseExact : true, longDateFormat : { LT : 'H:mm', LTS : 'H:mm:ss', L : 'DD/MM/YYYY', LL : 'D [de] MMMM [de] YYYY', LLL : 'D [de] MMMM [de] YYYY H:mm', LLLL : 'dddd, D [de] MMMM [de] YYYY H:mm' }, 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', ss : '%d 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' }, dayOfMonthOrdinalParse : /\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; })));
SIMPAN PERUBAHAN