npm.io
1.0.0 • Published 10 years ago

koa-cheerio-l20n

Licence
MIT
Version
1.0.0
Deps
2
Vulns
0
Weekly
0

koa-cheerio-l20n

L20n server side localizer for koa-cheerio-template

Features

  • no code
  • via data-l10n-id html attribute

Installation

npm install koa-cheerio-l20n

Example

index.html


<p data-l10n-id="hello"></p>

locales/en.l20n


<hello "Hi!">

main-app.js


let localizer = require('koa-cheerio-l20n');
app.use(localizer({root: 'locales/'}));

see L20n for more information

# License

  MIT

Keywords