Datepicker: Fixed firstDay in Faroese locale. Fixes #8815 - Datepicker: Faroese locale has incorrect firstDay.

(cherry picked from commit 3d96f20506)
This commit is contained in:
Scott González 2012-11-14 15:06:37 -05:00
parent d7ee9569e1
commit a1f629f3e8

View File

@ -15,7 +15,7 @@ jQuery(function($){
dayNamesMin: ['Su','Má','Tý','Mi','Hó','Fr','Le'], dayNamesMin: ['Su','Má','Tý','Mi','Hó','Fr','Le'],
weekHeader: 'Vk', weekHeader: 'Vk',
dateFormat: 'dd-mm-yy', dateFormat: 'dd-mm-yy',
firstDay: 0, firstDay: 1,
isRTL: false, isRTL: false,
showMonthAfterYear: false, showMonthAfterYear: false,
yearSuffix: ''}; yearSuffix: ''};