Gadi Cohen
Gadi Cohen
That is... surprising. The function looks like this: ```js function mf(key, params, message, locale) { if (!locale) { // 1st line! ... log.warn("You called mf() with the key '" +...
Oh I was referring to the fact that even after adding the `locale` parameter you still get the warning... it shouldn't be possible :) So was wondering if you're running...
That all sounds right, good job! There is a bunch of stuff that is configured only when Meteor loads though, so you'll have to restart it. Before doing that, make...
Mmm. I think this might be a caching issue then. You can check by typing `msgfmt.resetStorage()` in your browser console followed by Ctrl-Shift-R. I think to fix this for all...
I'm really happy so many people are still getting so much from a pre-release with little documentation, I wish I had more time to work on this :/ If your...
Feel like this should be covered in the docs :)
Thanks, @Sabst! The docs for v2 are next up on my list as we're getting closer to the final release. This is a great help, and I bet future users...
Hey @1u :) Did @sbalmer already start on this? I can only see zh_TW on the language list. There also seems to be a weird loop when changing languages (any...
Thanks! Track back to https://github.com/gadicc/meteor-messageformat/issues/137#issuecomment-119281856 and milestoning.
Hi again @monitz87, thanks for reporting this. You're absolutely right. I regret however that unless this bug receives more traction, I probably won't have a chance to get to it...