Stephen

Results 39 comments of Stephen

@gregveres my current plan (not yet implemented) is to add a plugin to webpack that will let me merge my various files into a single one that I will import...

hm, upon further inspection, this may be a duplicate of https://github.com/intlify/bundle-tools/issues/124

Is there any movement on this? For now, I have had to change every instance that contains html from something like this: `` to `{"en-GB":{"description":"Some HTML stuff"}}` which completley screws...

I say default to round up, but of course it is always nice to be able to choose.

I was able to solve this by moving my import outside my index file, but this still seems to point to something odd (to me) in the way that matomo...

Just in case this helps someone else, I was able to work around this problem with this bit of code in my loop: ``` ``` They key is to get...

I'm sorry, but unless I am missing something, the changelog is not an actual migration guide, and as far as I can tell it has not changed since I first...

Does anyone have a fix for this yet? it would be really useful if we could set empty strings to be considered fallback. Thanks!

I just updated to 4.4.0 from 4.3.1, and it seems to have fixed it? I will watch this for a couple of days and come back here to close if...

I spoke too soon the problem is still happening. Comment posting and caching is not working properly. Any suggestions?