Gadi Cohen
Gadi Cohen
Oh yeah, sorry, I should have mentioned it's [fixed](http://messageformat-v2.meteor.com/msgfmt/locale/all/0) but not published yet. It will be in msgfmt:[email protected]. I'll have to think what could cause this situation (with no languages)...
No, setLocale() should persist, either by localStorage or from Meteor user record if the user is logged in. You're calling `msgfmt.init('en');` in your common code, right? Can you maybe also...
All good :) I'm happy they're all public and address issues that others can benefit from, and only regret how limited my time is on this atm (would have loved...
I hear you. I've thought about it before. I guess it would be nice to offer it up as a choice to developers if they've read the http://messageformat.meteor.com/docs#whyusekeys doc. To...
Oh, you asked for best practices, so, some example keynames :) MENU_HOME MENU_PROFILE DASHBOARD_WELCOME NOTIFY_EMAIL NUM_RESULTS SUBSCRIBE_TOOLTIP For a lot of these, it's quite obvious what the keytext will be....
Not in the UI, but you could update the `mfStrings` database directly, and also mfExtracts.js and mfAll.js.
Mmm, it's something we could look at but the idea is that IDs should never change :) We looked into doing fuzzy matching like gettext instead of using IDs, which...
Yeah, I agree... would be nice to have an easy way to rename all occurrences of a key (definitely in the database, and maybe even in user's source code). Will...
Thanks for the invite to that. Looks interesting, a lot of reading :) I added a note about meteor-messageformat, it sounds like he's interested in doing his own implementation though....
Hey @brylie. `mf_extract` will add a `removed: true` property to keys in mfExtract.js that no longer exist in your code. (As a heads up, v2 doesn't use mf_extract / mfExtract.js...