# koa-cheerio-l20n

> L20n for Koa with Cheerio

Latest version **1.0.0** (published 2015-09-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install koa-cheerio-l20n
pnpm add koa-cheerio-l20n
yarn add koa-cheerio-l20n
bun add koa-cheerio-l20n
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-09-25 |
| First published | 2015-09-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Korbai, Zoltan |
| Maintainers | korbai |
| Keywords | l10n, l20n, koa, cheerio |

## Links

- npm: https://www.npmjs.com/package/koa-cheerio-l20n
- Repository: https://github.com/korbai/koa-cheerio-l20n
- Issues: https://github.com/korbai/koa-cheerio-l20n/issues
- npm.io page: https://npm.io/package/koa-cheerio-l20n

## Dependencies (2)

- [l20n](https://npm.io/package/l20n.md) ^1.0.2
- [debug](https://npm.io/package/debug.md) ^2.2.0

## Alternatives

- [@tsparticles/shape-image](https://npm.io/package/@tsparticles/shape-image.md) — 303.7K weekly downloads
- [@tsparticles/shape-line](https://npm.io/package/@tsparticles/shape-line.md) — 233.7K weekly downloads
- [stringify-attributes](https://npm.io/package/stringify-attributes.md) — 58.6K weekly downloads
- [mobile-drag-drop](https://npm.io/package/mobile-drag-drop.md) — 46.3K weekly downloads
- [@comunica/actor-rdf-parse-html](https://npm.io/package/@comunica/actor-rdf-parse-html.md) — 29.2K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-09-25

## README

# koa-cheerio-l20n

[L20n](http://l20n.org/) server side localizer for [koa-cheerio-template](https://www.npmjs.com/package/koa-cheerio-template)

# Features
- no code
- via data-l10n-id html attribute

# Installation
```
npm install koa-cheerio-l20n
```

# Example

index.html
```html

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

```

locales/en.l20n
```

<hello "Hi!">

```

main-app.js
```js

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

```
see [L20n](http://l20n.org/) for more information
```
# License

  MIT

---
_Source: https://npm.io/package/koa-cheerio-l20n · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
