1.0.0 • Published 9 years ago

koa-cheerio-l20n v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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