Current state
This commit is contained in:
13
public/legacy/assets/plugins/pickadate/translations/es_ES.js
Normal file
13
public/legacy/assets/plugins/pickadate/translations/es_ES.js
Normal file
@@ -0,0 +1,13 @@
|
||||
// Spanish
|
||||
|
||||
jQuery.extend( jQuery.fn.pickadate.defaults, {
|
||||
monthsFull: [ 'Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre' ],
|
||||
monthsShort: [ 'Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic' ],
|
||||
weekdaysFull: [ 'domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado' ],
|
||||
weekdaysShort: [ 'dom', 'lun', 'mar', 'mié', 'jue', 'vie', 'sab' ],
|
||||
today: 'hoy',
|
||||
clear: 'borrar',
|
||||
firstDay: 1,
|
||||
format: 'dddd d !de mmmm !de yyyy',
|
||||
formatSubmit: 'yyyy/mm/dd'
|
||||
});
|
||||
Reference in New Issue
Block a user