formatjs / handlebars-intl

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

Expose IntlMessageFormat constructor is dist bundle #38

Closed ericf closed 10 years ago

ericf commented 10 years ago

The dist bundle for browsers does not provide access to the IntlMessageFormat constructor, which means that people cannot optimize their usage of this package without also including intl-messageformat on the page.

To avoid code duplication, we can expose the intlMessageFormat constructor along side the registerWith() function for the dist bundled version of this package.

ericf commented 10 years ago

I've changed course on how I think this problem should be solved. See #40.

ericf commented 10 years ago

Closing, we're going with the direction in #41.