formatjs / handlebars-intl

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

Add intl-messageformat as a dependency #25

Closed ericf closed 10 years ago

ericf commented 10 years ago

A proper PR for #24

drewfish commented 10 years ago

Don't forget to update bower.json.

ericf commented 10 years ago

Don't forget to update bower.json.

We need to register intl-messageformat with Bower. The trouble is that means we need to either a) checkin the build files or b) take the approach we're doing with Pure and use a separate repo: https://github.com/yui/pure-release

caridy commented 10 years ago

+1

Tests are failing though.

ericf commented 10 years ago

@caridy the tests are fixed on master to not have the timezone issue.

caridy commented 10 years ago

ok

clarle commented 10 years ago

:+1: and I added the Bower update as well.