bobisjan / ember-format

Internationalize ambitious web applications
http://bobisjan.com/ember-format
MIT License
13 stars 2 forks source link

Lazily bring in Intl polyfill #33

Closed jasonmit closed 9 years ago

jasonmit commented 9 years ago

The IntlJS shim adds a lot of overhead, we should check for the presence of window.Intl and load the shim if needed.

I can take this on, already implemented it on my implementation.

bakura10 commented 9 years ago

Hi,

Why closing this? This would be highly useful :).