Gadi Cohen

Results 637 comments of Gadi Cohen

That's strange. For debugging purposes, does `msgfmt.resetStorage();` in the client console make any difference? Otherwise does other reactive stuff work (say, showing/changing a session variable) work in that section of...

That last command reloaded the page too, right? What is the value of `msgfmt.strings.es.postHarvestFungicideApplication` in the console? `undefined` ? Does that key appear in http://localhost:3000/msgfmt/locale/es/0? I'm trying to figure out...

I still have access :) thanks. on staging it looks like it's working? can you confirm? i'm talking about that particular string. back to http://localhost:3000/msgfmt/locale/es/0 on dev, do you see...

Hey, I'm happy it's working on production/staging but I'm concerned about it not working no dev. I'm going to leave this open to look at, and (non-urgently) let me know...

Yeah unfortunately dynamic data is not supported like this. But even with the other package I mentioned, I don't plan to support moving translations of dynamic data from production back...

Do you see the same behaviour if you specify a locale? I don't recall the exact behaviour in v1... on the server you need to specify the locale, although in...

Just had a quick look at the v0 code, this should be working fine. Is it possible you're using that line super early before the database has fully loaded? Where...

If you type `console.log(mf('more-title'));` in the JavaScript console, does it work? I think you're just trying to access the lang data before it's had a chance to load. What if...

Oh and thanks, the code helped... I was going in the totally wrong direction until I saw exactly what you were trying to do.

Hey, thanks for your patience. So you're saying that the template displays correctly, but then after using the console.log line, the template then breaks? That definitely sounds like something quite...