Gadi Cohen
Gadi Cohen
If I'm not mistaken, the following should work (but I've never used real Handlebars): ``` js // Without locale it will use the native language. Params optional OriginalHandlebars.registerHelper('mf', function(key, message,...
haha. yay!
Ok this has a working implementation, for [cmather:handlebars-server](https://github.com/cmather/meteor-handlebars-server). For future, we can see if we can avoid things like `NAME=NAME` by playing around with the OrignialHandlebars context functions. But there's...
Not yet, I definitely want to relook at this. It's milestoned for v2.1 though.
Can you give an example of what you're trying to do? It doesn't really make sense to use `mf()` in shared/common code? mf() on the client will reactively update when...
I don't know tabular, but the problem is that you're initting once in the beginning (for the data in the 'columns' property). What happens if the user changes languages? If...
On the server? No. What you really want is to do that stuff reactively on the client. If it's being sent from the server to the client, I guess you'd...
Hey, agree those helpers make things a lot easier, but I'm reluctant to encourage strings that wouldn't work in regular messageformat. We could maybe introduce a new messageformat extension like:...
Hey, I'm happy you figured out you can still get to the other languages by hand :> That actually tells me a lot. This is all on the stable v0...
Re the theme, it's fixed on the v2 branch.