UNPKG

pickadate

Version:

The composable date & time picker.

23 lines (19 loc) 1.01 kB
/* pickadate v5.0.0-alpha.3, @license MIT */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global = global || self, (global.pickadate = global.pickadate || {}, global.pickadate.translations = global.pickadate.translations || {}, global.pickadate.translations.es_ES = factory())); }(this, function () { 'use strict'; // Spanish var translation = { firstDayOfWeek: 1, template: 'DDDD D de MMMM de YYYY', templateHookWords: { MMM: ['ene', 'feb', 'mar', 'abr', 'may', 'jun', 'jul', 'ago', 'sep', 'oct', 'nov', 'dic'], MMMM: ['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre'], DDD: ['dom', 'lun', 'mar', 'mié', 'jue', 'vie', 'sáb'], DDDD: ['Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado'] } }; return translation; }));