From: Richard D. Worth Date: Tue, 11 May 2010 09:23:38 +0000 (-0400) Subject: Datepicker: i18n SK changed firstDay to 1 instead of 0. Fixed #5600 - Datepicker... X-Git-Tag: 1.8.2~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b53b48b61834fc09fdcd0e27e6f0d9aa5a2c1cd4;p=jquery-ui.git Datepicker: i18n SK changed firstDay to 1 instead of 0. Fixed #5600 - Datepicker localization SK. Thanks borsuk --- diff --git a/ui/i18n/jquery.ui.datepicker-sk.js b/ui/i18n/jquery.ui.datepicker-sk.js index e8e73e671..8a6771c1e 100644 --- a/ui/i18n/jquery.ui.datepicker-sk.js +++ b/ui/i18n/jquery.ui.datepicker-sk.js @@ -15,7 +15,7 @@ jQuery(function($){ dayNamesMin: ['Ne','Po','Ut','St','Å t','Pia','So'], weekHeader: 'Ty', dateFormat: 'dd.mm.yy', - firstDay: 0, + firstDay: 1, isRTL: false, showMonthAfterYear: false, yearSuffix: ''};