Skip to content

Commit b53b48b

Browse files
committed
Datepicker: i18n SK changed firstDay to 1 instead of 0. Fixed #5600 - Datepicker localization SK. Thanks borsuk
1 parent 4b36cce commit b53b48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jQuery(function($){
1515
dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'],
1616
weekHeader: 'Ty',
1717
dateFormat: 'dd.mm.yy',
18-
firstDay: 0,
18+
firstDay: 1,
1919
isRTL: false,
2020
showMonthAfterYear: false,
2121
yearSuffix: ''};

0 commit comments

Comments
 (0)