mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Datepicker: i18n SK changed firstDay to 1 instead of 0. Fixed #5600 - Datepicker localization SK. Thanks borsuk
This commit is contained in:
parent
4b36cce683
commit
b53b48b618
2
ui/i18n/jquery.ui.datepicker-sk.js
vendored
2
ui/i18n/jquery.ui.datepicker-sk.js
vendored
@ -15,7 +15,7 @@ jQuery(function($){
|
|||||||
dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'],
|
dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'],
|
||||||
weekHeader: 'Ty',
|
weekHeader: 'Ty',
|
||||||
dateFormat: 'dd.mm.yy',
|
dateFormat: 'dd.mm.yy',
|
||||||
firstDay: 0,
|
firstDay: 1,
|
||||||
isRTL: false,
|
isRTL: false,
|
||||||
showMonthAfterYear: false,
|
showMonthAfterYear: false,
|
||||||
yearSuffix: ''};
|
yearSuffix: ''};
|
||||||
|
Loading…
Reference in New Issue
Block a user