Ticket #11934 (confirmed Feature Request)

Opened 5 years ago

Last modified 4 years ago

Make plone.app.i18n use date formats for all variants available in zope.i18n.locales

Reported by: djay Owned by: vincentfretin
Priority: minor Milestone: 4.x
Component: Internationalization Version:
Keywords: Cc:

Description

UK and AU etc use date formats like dd mm yyyy, not mm dd yyyy. Plone lets users select those varients but doesn't yet localise the date formats. Implementation-wise it looks like zope.i18n.locales contains all the date formats for all the varients already so perhaps plone.app.i18n should use that when no specific plone locale information is available?

Change History

comment:1 Changed 4 years ago by kleist

  • Status changed from new to confirmed

comment:2 Changed 4 years ago by kleist

  • Milestone set to 4.x
  • Type changed from Bug to Feature Request
  • Summary changed from Date formats should be different for english language variants like en_UK to Make plone.app.i18n use date formats for all variants available in zope.i18n.locales

Note that from Plone 4.3, date settings can be overridden from the configuration registry control panel.

Note: See TracTickets for help on using tickets.