Path: blob/main/src/resources/library/dayjs/locale/es-do.js
12923 views
// Spanish (Dominican Republic) [es-do]12const locale = {3name: 'es-do',4weekdays: 'domingo_lunes_martes_miércoles_jueves_viernes_sábado'.split('_'),5weekdaysShort: 'dom._lun._mar._mié._jue._vie._sáb.'.split('_'),6weekdaysMin: 'do_lu_ma_mi_ju_vi_sá'.split('_'),7months: 'enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre'.split('_'),8monthsShort: 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('_'),9weekStart: 1,10relativeTime: {11future: 'en %s',12past: 'hace %s',13s: 'unos segundos',14m: 'un minuto',15mm: '%d minutos',16h: 'una hora',17hh: '%d horas',18d: 'un día',19dd: '%d días',20M: 'un mes',21MM: '%d meses',22y: 'un año',23yy: '%d años'24},25ordinal: n => `${n}º`,26formats: {27LT: 'h:mm A',28LTS: 'h:mm:ss A',29L: 'DD/MM/YYYY',30LL: 'D [de] MMMM [de] YYYY',31LLL: 'D [de] MMMM [de] YYYY h:mm A',32LLLL: 'dddd, D [de] MMMM [de] YYYY h:mm A'33}34}353637export default locale383940