formatjs / handlebars-intl

Handlebars helpers for internationalization.
http://formatjs.io/handlebars/
Other
265 stars 28 forks source link

Add {{intlTime}} helper #43

Closed ericf closed 9 years ago

ericf commented 9 years ago

This helper delegates to {{intlDate}}, but will first reference any String named format from data.intl.formats.time.

Since the pre-defined/named formats are used by IntlMessageFormat — which distingishes between "date" and "time" — we need a separate time helper to match.

ericf commented 9 years ago

See IntlMessageFormat's default formats to see the structure we need: https://github.com/yahoo/intl-messageformat/blob/master/src/core.js#L48-119

caridy commented 9 years ago

+1