Skip to content

Commit 3d96f20

Browse files
committed
Datepicker: Fixed firstDay in Faroese locale. Fixes #8815 - Datepicker: Faroese locale has incorrect firstDay.
1 parent ca0df6b commit 3d96f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jQuery(function($){
1515
dayNamesMin: ['Su','Má','Tý','Mi','Hó','Fr','Le'],
1616
weekHeader: 'Vk',
1717
dateFormat: 'dd-mm-yy',
18-
firstDay: 0,
18+
firstDay: 1,
1919
isRTL: false,
2020
showMonthAfterYear: false,
2121
yearSuffix: ''};

0 commit comments

Comments
 (0)