aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Wood <kbwood.au@gmail.com>2009-07-05 05:15:33 +0000
committerKeith Wood <kbwood.au@gmail.com>2009-07-05 05:15:33 +0000
commita84392c270a2b1a4638be9e4af44166587f9bf83 (patch)
treed8c1f3e059ad81eb0d802588e33dfeb6ff401e87
parent44ec979713c1bf7aff7284127e451ee1b88fb680 (diff)
downloadjquery-ui-a84392c270a2b1a4638be9e4af44166587f9bf83.tar.gz
jquery-ui-a84392c270a2b1a4638be9e4af44166587f9bf83.zip
Datepicker: Fixed #4646 Localization error in ui.datepicker-es.js
-rw-r--r--ui/i18n/ui.datepicker-es.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/i18n/ui.datepicker-es.js b/ui/i18n/ui.datepicker-es.js
index f629e75d2..8ca3711d4 100644
--- a/ui/i18n/ui.datepicker-es.js
+++ b/ui/i18n/ui.datepicker-es.js
@@ -1,4 +1,4 @@
-/* Inicializaci�n en espa�ol para la extensi�n 'UI date picker' para jQuery. */
+/* Inicialización en español para la extensión 'UI date picker' para jQuery. */
/* Traducido por Vester (xvester@gmail.com). */
jQuery(function($){
$.datepicker.regional['es'] = {
@@ -14,7 +14,7 @@ jQuery(function($){
dayNamesShort: ['Dom','Lun','Mar','Mi&eacute;','Juv','Vie','S&aacute;b'],
dayNamesMin: ['Do','Lu','Ma','Mi','Ju','Vi','S&aacute;'],
dateFormat: 'dd/mm/yy',
- firstDay: 0,
+ firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''};