diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-11-14 15:06:37 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-11-14 15:06:37 -0500 |
commit | 3d96f20506bd20f4cdbf5c1dc33149ad6ea5f62c (patch) | |
tree | debbc532b92ccc980c727073f09f8d03c15c688b /ui | |
parent | ca0df6b9007a13dabdf7e78acb3d30bdb0928a97 (diff) | |
download | jquery-ui-3d96f20506bd20f4cdbf5c1dc33149ad6ea5f62c.tar.gz jquery-ui-3d96f20506bd20f4cdbf5c1dc33149ad6ea5f62c.zip |
Datepicker: Fixed firstDay in Faroese locale. Fixes #8815 - Datepicker: Faroese locale has incorrect firstDay.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/i18n/jquery.ui.datepicker-fo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-fo.js b/ui/i18n/jquery.ui.datepicker-fo.js index 9c848a04b..cb0e3def7 100644 --- a/ui/i18n/jquery.ui.datepicker-fo.js +++ b/ui/i18n/jquery.ui.datepicker-fo.js @@ -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: ''}; |