Skip to content

Commit

Permalink
Datepicker: Fixed firstDay in Faroese locale. Fixes #8815 - Datepicke…
Browse files Browse the repository at this point in the history
…r: Faroese locale has incorrect firstDay.
  • Loading branch information
scottgonzalez committed Nov 14, 2012
1 parent ca0df6b commit 3d96f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/i18n/jquery.ui.datepicker-fo.js
Expand Up @@ -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: ''};
Expand Down

0 comments on commit 3d96f20

Please sign in to comment.