Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 543 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 543 Bytes

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