#4612 closed bug (wontfix)
localization.html demos
Reported by: | 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()]
)
);
Note: See
TracTickets for help on using
tickets.
All localisations are expected to implement all the regional settings. Thus applying any of them overwrites any previous localisation settings.