Skip to main content

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()]

)

);

Attachments (0)
Change History (2)

Changed June 22, 2009 02:26AM UTC by kbwood comment:1

resolution: → wontfix
status: newclosed

All localisations are expected to implement all the regional settings. Thus applying any of them overwrites any previous localisation settings.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted