i18n-msg
i18n-msg copied to clipboard
Polymer element for i18n string replacement
Hi, I rewrote my code according to your suggestion of using chrome.i18n API and this time I managed to not only make it works alike but include a demo and...
Hi Eric, I've redone [benjaminpg's](https://github.com/benjaminpg) changes on latest clone with minor changes and slight variation on demo and test cases. You may want to checkout. Cheers//rohit
for example in i18next it is: data-i18n="[placeholder]placeTransl" Is it possible with i18n-msg?
I need translated strings with placeholders, so I looked at the i18n chrome spec(https://developer.chrome.com/extensions/i18n-messages) and created this based on it: https://github.com/ebidel/i18n-msg/pull/25 I'm trying to follow the spec without implementing all...
Without setting `I18nMsg.url`, ``` html fallback text ``` doesn't seem to override the default `locales` path.
**Update** As mentioned further down the thread, I created a new project called [i18-n](https://github.com/pkaske/i18-n) because I work with it in a quite big project and changes are also quite massive....