Andrew Kirwin

Results 137 comments of Andrew Kirwin

Here is a reproduction app https://github.com/amk221/-ember-intl-embroider/commit/61bb48fe5ac2632fb52d4998155f6fef1c977e73#diff-be9bc2296e644e9cc4c783e51a6a231716c251353aca253effd68264bae589fbR7 Currently, it works, because it's a _classic_ app. Set `embroiderBuild` to `true` to build it as an _Embroider_ app (which will fail to translate.)...

I've had a look, but there is nothing for me to do. It's as I mentioned [here](https://github.com/ember-intl/ember-intl/issues/1829#issuecomment-1961192230) > The translation files are not part of the webpack app (so we...

Hi, just checking in, does this make sense?

> I added a warning to the documentation Good idea. > Can you help me by looking into what a migration path could be? I'm not sure how, I would...

Hi, now that v7 is out, could this get some attention?

Indeed it does! It leaves some duplicates around, but I can live with that. Thank you!

Would be interesting to see it with await import `assert: { type: 'json' }`

Hi, I think it's because `ember-intl` uses `formatjs` under the hood, and that the bug probably lies there

Thanks... I did consider this, as it would help in our application too. (It would allow us to use our `` component as the trigger, rather than hackily adding `class="button"`...