Skip to main content

Search and Top Navigation

#9232 closed feature (notabug)

Opened April 16, 2013 04:43PM UTC

Closed April 16, 2013 04:50PM UTC

Translation in spanish for DatePicker.UI

Reported by: robirenz Owned by:
Priority: minor Milestone: none
Component: ui.datepicker Version: 1.10.2
Keywords: Cc:
Blocked by: Blocking:
Description

jQuery(function($){

$.datepicker.regional['es'] = {clearText: 'Limpiar', clearStatus: '',

closeText: 'Cerrar', closeStatus: 'Cerrar sin Modificar',

prevText: '<Prev', prevStatus: 'Mostrar Mes Previo',

nextText: 'Sig.>', nextStatus: 'Mostrar Mes Siguiente',

currentText: 'Mes', currentStatus: 'Mostrar el Mes de hoy',

monthNames: ['Enero','Febrero','Marzo','Abril','May','Jun',

'Julio','Ago','Septiembre','Octubre','Noviembre','Diciembre'],

monthNamesShort: ['Ene','Feb','Mar','Abr','May','Jun',

'Jul','Ago','Sep','Oct','Nov','Dic'],

monthStatus: 'Mostrar Mes Distinto', yearStatus: 'Mostrar Año Distinto',

weekHeader: 'Sm', weekStatus: 'Semana del Año',

dayNames: ['Domingo','Lunes','Mates','Miercoles','Jueves','Viernes','Sábado'],

dayNamesShort: ['Dom','Lun','Mar','Mie','Jue','Vie','Sáb'],

dayNamesMin: ['Do','Lu','Ma','Mi','Ju','Vi','Sa'],

dayStatus: 'Seleccione Día Mes Año', dateStatus: 'Seleccione DD, MM d',

dateFormat: 'dd/mm/aa', firstDay: 0,

initStatus: 'Seleccione una Fecha', isRTL: false};

$.datepicker.setDefaults($.datepicker.regional['es']);

});

Attachments (0)
Change History (1)

Changed April 16, 2013 04:50PM UTC by scottgonzalez comment:1

resolution: → notabug
status: newclosed

We've had a Spanish locale file for several years already: https://github.com/jquery/jquery-ui/blob/master/ui/i18n/jquery.ui.datepicker-es.js