aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard D. Worth <rdworth@gmail.com>2010-05-11 05:23:38 -0400
committerRichard D. Worth <rdworth@gmail.com>2010-05-11 05:23:38 -0400
commitb53b48b61834fc09fdcd0e27e6f0d9aa5a2c1cd4 (patch)
tree2de0a131ca89fb8a0560b75c9cc56cb6c93003ac
parent4b36cce683eb6e21342ec9801c8d5f18a4502aea (diff)
downloadjquery-ui-b53b48b61834fc09fdcd0e27e6f0d9aa5a2c1cd4.tar.gz
jquery-ui-b53b48b61834fc09fdcd0e27e6f0d9aa5a2c1cd4.zip
Datepicker: i18n SK changed firstDay to 1 instead of 0. Fixed #5600 - Datepicker localization SK. Thanks borsuk
-rw-r--r--ui/i18n/jquery.ui.datepicker-sk.js2
1 files changed, 1 insertions, 1 deletions
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: ''};