formatjs / handlebars-intl

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

another approach to get this library working in node.js #8

Closed drewfish closed 10 years ago

drewfish commented 10 years ago

This is an alternate approach to PR #6 .

apipkin commented 10 years ago

Great! :shipit:

ericf commented 10 years ago

It seems like when working at this higher level we want to assume Intl is present in the environment. Why can't we just have this package look for Intl on the global object?

apipkin commented 10 years ago

intl maps to IntlPolyfill not to Intl on the global object

drewfish commented 10 years ago

Closing in favor of PR #9.