]> source.dussan.org Git - jquery-ui.git/commitdiff
Datepicker: Fix Spanish locale data
authorScott González <scott.gonzalez@gmail.com>
Fri, 10 Jan 2014 15:51:10 +0000 (10:51 -0500)
committerScott González <scott.gonzalez@gmail.com>
Fri, 10 Jan 2014 15:51:57 +0000 (10:51 -0500)
Fixes #9735
Closes gh-1166

ui/i18n/jquery.ui.datepicker-es.js

index 763d4ceddbd26fb9043010337156ec4a732a9f9f..ae32124e76b151c2b091907d29b2da07a3e05d7f 100644 (file)
@@ -9,9 +9,9 @@ jQuery(function($){
                monthNames: ['enero','febrero','marzo','abril','mayo','junio',
                'julio','agosto','septiembre','octubre','noviembre','diciembre'],
                monthNamesShort: ['ene','feb','mar','abr','may','jun',
-               'jul','ogo','sep','oct','nov','dic'],
+               'jul','ago','sep','oct','nov','dic'],
                dayNames: ['domingo','lunes','martes','miércoles','jueves','viernes','sábado'],
-               dayNamesShort: ['dom','lun','mar','mié','juv','vie','sáb'],
+               dayNamesShort: ['dom','lun','mar','mié','jue','vie','sáb'],
                dayNamesMin: ['D','L','M','X','J','V','S'],
                weekHeader: 'Sm',
                dateFormat: 'dd/mm/yy',