Search and Top Navigation
#4612 closed bug (wontfix)
Opened June 17, 2009 09:14AM UTC
Closed June 22, 2009 02:26AM UTC
Last modified October 11, 2012 09:15PM UTC
localization.html demos
Reported by: | antonello.pasella@gmail.com | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | [meta] ui.demos | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Extension would reset from the $.datepicker.regional[''] avoiding that incomplete i18n-s could extend from the previous regional
$('#datepicker').datepicker('option',
$.extend({showMonthAfterYear: false},
$.datepicker.regional[''],
$.datepicker.regional[$(this).val()]
)
);
All localisations are expected to implement all the regional settings. Thus applying any of them overwrites any previous localisation settings.