1.3.0 • Published 6 years ago

@i2/nunjucks-lang v1.3.0

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
6 years ago

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

1.3.0

6 years ago

1.2.0

6 years ago