diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-01-10 10:51:10 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-01-10 10:51:57 -0500 |
commit | 6ec452cc63313ec03f58942ce896036c7a2fcf3f (patch) | |
tree | f51780673f60bd647af44fbf97a48bd710b276f4 /ui | |
parent | e15d8cc232743a343950b420f31e6f2cf85366c3 (diff) | |
download | jquery-ui-6ec452cc63313ec03f58942ce896036c7a2fcf3f.tar.gz jquery-ui-6ec452cc63313ec03f58942ce896036c7a2fcf3f.zip |
Datepicker: Fix Spanish locale data
Fixes #9735
Closes gh-1166
Diffstat (limited to 'ui')
-rw-r--r-- | ui/i18n/jquery.ui.datepicker-es.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-es.js b/ui/i18n/jquery.ui.datepicker-es.js index 763d4cedd..ae32124e7 100644 --- a/ui/i18n/jquery.ui.datepicker-es.js +++ b/ui/i18n/jquery.ui.datepicker-es.js @@ -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', |