@i2/nunjucks-lang
v1.3.0
Published
nunjucks filter to format date and numbers
Downloads
28
Readme
nunjucks-i18n
nunjucks filter to format date and numbers
Installation
$ npm install --save nunjucks-i18nUsage
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
