formatjs / handlebars-intl

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

Take advantage of latest Handlebars features #11

Closed ericf closed 10 years ago

ericf commented 10 years ago

There have been lots of interesting features added to Handlebars over the last few minor version releases. I think that we can use these newer features to handle some of the harder aspects of this package:

https://github.com/wycats/handlebars.js/blob/master/release-notes.md

ericf commented 10 years ago

The simplified refactor now uses options.data which persists down to all helpers and partials.