thoughtbot / ember-formulaic

Simplify form filling in acceptance tests
MIT License
2 stars 1 forks source link

Investigate replacing `ember-i18n` with `ember-intl` #13

Open seanpdoyle opened 9 years ago

seanpdoyle commented 9 years ago

We're currently using the ember-i18n addon.

The ember-intl addon uses Format.js under the hood.

Format.js looks like it could possibly be a more robust translation toolkit.

cea2k commented 8 years ago

Hi @seanpdoyle, have you any update on this? Right now I'm having issues with 'i18n' and considering to use 'intl' instead. Any insight is welcome. Thanks

seanpdoyle commented 8 years ago

Personally, I haven't done much Ember work recently, which has caused this issue to sit unaddressed for so long.

It's likely to stay that way for some time, but if you have interested in helping resolve it, we'd love to review any PRs!

Thanks for your interested @cea2k, and we'll be sure to ping you on any progress made.