Closed jzaefferer closed 12 years ago
There are issues with printf style messages. Just ask Alex :-)
This ticket was supposed to not be specific to printf-style message, not sure though what a better title could be.
This is out of scope of Globalize, at least until we get a grip on all the issues we have within our existing scope. There's other projects working on this, like Jed: https://github.com/SlexAxton/Jed
As if localization isn't fun enough already, we should consider venturing into the minefield of string interpolation. This ticket should host some discussion around that, gathering resources and the like.
From #72, an example how string interpolation, printf-style, could be used:
Resulting in:
An interesting reference implementation is Alex Sexton's messageformat.js: https://github.com/SlexAxton/messageformat.js