formatjs/formatjs-site

Nunjucks integration

KSDaemon opened this issue · 2 comments

Hi all!
I've made an internationalization helpers for nunjucks templater, nunjucks-intl.
Nunjucks is developed by Mozilla, and it is a rich and powerful templating language for JavaScript.
If you know about Jinja in Python world or Twig in PHP/Symfony, than Nunjucks is just the same thing, but in JavaScript. It works in browser and node.js env.
Will be great, if someone could check it out and add mention to format.js site. Actually it's based on handlebars-intl at base level, but of course is adapted to nunjucks enviroment. It's covered with tests. The last thing, that my lib is missing for now — is a #intl block, due to some problems in nunjucks itself and will be fixed in future, but beside that, it is working great!
Any feedback is welcome!

Right now, README just sends to format.js site for more info. But i can extend examples in my docs, or is it better to add info to format.js site?
How it should be done best? What do you think?

Hi all! Any thoughts about issue?