nunjucks-i18n
nunjucks filter to format date and numbers
Installation
$ npm install --save nunjucks-i18n
Usage
If you want to configure and use your own nunjucks environment, you can pass it through
var nunjucks = require('nunjucks'),
var env = nunjucks.configure('.', { custom: 'options' }),
var filters = require('nunjucks-i18n');
filters(env);
License
Copyright © 2015 Inet2