Gadi Cohen
Gadi Cohen
Hey, thanks for the detailed report! I've never tested in Cordova, I'll be interested to know how it works. Sounds like it should be ok if you use a `settings.json`...
Hey, thanks for this! Umm, need to understand the use-case a bit better. Are you saying each isolated app instance has it's own set of strings? Usually for multi-tenant, the...
thanks, how often does this happen? could anything by touching / saving / modifying these files multiple times? that's my only suspicion now, I'll add some code in the next...
This is something I'd like to aim for in the long term. Two main problems I foresee: - We won't be able to replace the existing modules-runtime as easily. Will...
Yup! A locale can always be specified on the client (the current locale is used if not): - JS: `mf(key [,params] [,message] [,locale]);` - Blaze: `{{#mf KEY='key' LOCALE='en_US'}}...{{/mf}}` - React...
Thanks for the detailed report. If this is what I think, it's fixed in the latest react-hot-loader version. Also, I just changed the docs to make this a real dependency...
Thanks for confirming. For this and #88, I need some help. Is the code for your app cloneable on github? Or can you make a small reproduction? I don't use...
Thanks for figuring out where the actual problem is! Great help! I've cloned the repo, but this is going to take some work. I'm going to focus for now on...
That's annoying :) Since this would be hard to fix in regexp, maybe this will help. > ## v2.0.0-preview.24 (2017-05-04) > > ### Added > > * Allow `mf('key', 'text',...
Thanks, @txs. Can you paste the the full template where this error is occurring? Hopefully that will be enough for me to figure out what's going on, otherwise I might...