mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Datepicker: Fixed Icelandic locale. Fixes #9431 - Datepicker: Wrong dateformat for Icelandic datepicker locale.
(cherry picked from commit 369c76d9e6
)
This commit is contained in:
parent
251e5a1ae4
commit
94be965cd2
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'],
|
dayNamesShort: ['Sun','Mán','Þri','Mið','Fim','Fös','Lau'],
|
||||||
dayNamesMin: ['Su','Má','Þr','Mi','Fi','Fö','La'],
|
dayNamesMin: ['Su','Má','Þr','Mi','Fi','Fö','La'],
|
||||||
weekHeader: 'Vika',
|
weekHeader: 'Vika',
|
||||||
dateFormat: 'dd/mm/yy',
|
dateFormat: 'dd.mm.yy',
|
||||||
firstDay: 0,
|
firstDay: 0,
|
||||||
isRTL: false,
|
isRTL: false,
|
||||||
showMonthAfterYear: false,
|
showMonthAfterYear: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user