formatjs / handlebars-intl

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

Cache {{inltMessage}} strings as IntlMessageFormat instances #41

Closed ericf closed 10 years ago

ericf commented 10 years ago

This caches string messages passed to the {{intlMessage}} helper as IntlMessageFormat instances that can be reused with other templates or during re-renders.

yahoocla commented 10 years ago

CLA is valid!

ericf commented 10 years ago

This replaces #40

caridy commented 10 years ago

+1