mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Datepicker: Fixed firstDay in Faroese locale. Fixes #8815 - Datepicker: Faroese locale has incorrect firstDay.
This commit is contained in:
parent
ca0df6b900
commit
3d96f20506
2
ui/i18n/jquery.ui.datepicker-fo.js
vendored
2
ui/i18n/jquery.ui.datepicker-fo.js
vendored
@ -15,7 +15,7 @@ jQuery(function($){
|
||||
dayNamesMin: ['Su','Má','Tý','Mi','Hó','Fr','Le'],
|
||||
weekHeader: 'Vk',
|
||||
dateFormat: 'dd-mm-yy',
|
||||
firstDay: 0,
|
||||
firstDay: 1,
|
||||
isRTL: false,
|
||||
showMonthAfterYear: false,
|
||||
yearSuffix: ''};
|
||||
|
Loading…
Reference in New Issue
Block a user