]> git.ipfire.org Git - thirdparty/babel.git/commit
Add support for date-time skeletons 265/head
authorMichael Birtwell <michael.birtwell@starleaf.com>
Mon, 28 Sep 2015 16:44:30 +0000 (17:44 +0100)
committerMichael Birtwell <michael.birtwell@starleaf.com>
Mon, 4 Jan 2016 17:56:36 +0000 (17:56 +0000)
commit65e20c11bd8c8edececd54b20795e6a4f42d966e
treec61c754f647e78b812d775466a773aa9cb703c16
parent07aa84fa41faa75a8d595685ab873c34e2875edd
Add support for date-time skeletons

The skeletons for dates and times are described on
http://cldr.unicode.org/translation/date-time-patterns under
Additional Date-Time Formats. And are useful when you want to some more
control over formatting dates and times but don't want to force all
locales to use the same pattern.
babel/core.py
babel/dates.py
scripts/import_cldr.py
tests/test_core.py
tests/test_dates.py