mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Datepicker: Fixed Icelandic locale. Fixes #9431 - Datepicker: Wrong dateformat for Icelandic datepicker locale.
This commit is contained in:
committed by
Scott González
parent
787d607f8e
commit
369c76d9e6
2
ui/i18n/jquery.ui.datepicker-is.js
vendored
2
ui/i18n/jquery.ui.datepicker-is.js
vendored
@@ -14,7 +14,7 @@ jQuery(function($){
|
||||
dayNamesShort: ['Sun','Mán','Þri','Mið','Fim','Fös','Lau'],
|
||||
dayNamesMin: ['Su','Má','Þr','Mi','Fi','Fö','La'],
|
||||
weekHeader: 'Vika',
|
||||
dateFormat: 'dd/mm/yy',
|
||||
dateFormat: 'dd.mm.yy',
|
||||
firstDay: 0,
|
||||
isRTL: false,
|
||||
showMonthAfterYear: false,
|
||||
|
||||
Reference in New Issue
Block a user