]> source.dussan.org Git - jquery-ui.git/commitdiff
Datepicker: Fixed firstDay in Faroese locale. Fixes #8815 - Datepicker: Faroese local...
authorScott González <scott.gonzalez@gmail.com>
Wed, 14 Nov 2012 20:06:37 +0000 (15:06 -0500)
committerScott González <scott.gonzalez@gmail.com>
Wed, 14 Nov 2012 20:06:52 +0000 (15:06 -0500)
(cherry picked from commit 3d96f20506bd20f4cdbf5c1dc33149ad6ea5f62c)

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

index 9c848a04be271bdad901d72dd0cdc4b8b92fd6e3..cb0e3def70f2fe196612a85d025b423e95523afe 100644 (file)
@@ -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: ''};