# @nightingales/lingui-core

> I18n tools for javascript

Latest version **2.0.6-sl.1** (published 2018-05-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install @nightingales/lingui-core
pnpm add @nightingales/lingui-core
yarn add @nightingales/lingui-core
bun add @nightingales/lingui-core
```

## Health

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

Positive: no vulnerabilities; high maintenance score.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.0.6-sl.1 |
| Published | 2018-05-08 |
| First published | 2018-05-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4.0 |
| Dependencies | 3 |
| Unpacked size | 23 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5864 |
| Author | Tomáš Ehrlich |
| Maintainers | tnightingale |
| Keywords | i18n, i10n, i9n, internationalization, localization, translation |

## Links

- npm: https://www.npmjs.com/package/@nightingales/lingui-core
- Repository: https://github.com/lingui/js-lingui
- Homepage: https://github.com/lingui/js-lingui#readme
- Issues: https://github.com/lingui/js-lingui/issues
- npm.io page: https://npm.io/package/@nightingales/lingui-core

## Dependencies (3)

- [make-plural](https://npm.io/package/make-plural.md) ^4.1.1
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.0.0-beta.38
- [messageformat-parser](https://npm.io/package/messageformat-parser.md) ^2.0.0

## Alternatives

- [messageformat](https://npm.io/package/messageformat.md) — 329.7K weekly downloads
- [@mintlify/scraping](https://npm.io/package/@mintlify/scraping.md) — 294.8K weekly downloads
- [@mintlify/previewing](https://npm.io/package/@mintlify/previewing.md) — 209.5K weekly downloads
- [@mintlify/prebuild](https://npm.io/package/@mintlify/prebuild.md) — 209.5K weekly downloads
- [@mintlify/link-rot](https://npm.io/package/@mintlify/link-rot.md) — 206.3K weekly downloads

## Recent versions

- 2.0.6-sl.1 (latest) — 2018-05-08
- 2.0.6-sl.5 (fork) — 2018-05-08
- 2.0.6-sl.4 — 2018-05-08
- 2.0.6-sl.3 — 2018-05-08
- 2.0.6-sl.2 — 2018-05-08
- 2.0.6-sl.1-sl.1-sl.2 — 2018-05-08
- 2.0.6-sl.1-sl.1 — 2018-05-08

## README

[![License][Badge-License]][License]
[![Version][Badge-Version]][Package]
[![Downloads][Badge-Downloads]][Package]

# lingui-i18n 

> Javascript API for internationalization

`lingui-i18n` is part of [js-lingui][jsLingui]. See the [documentation][Documentation] for all information, tutorials and examples.

## Installation

```bash
yarn add lingui-i18n
# npm install --save lingui-i18n
```

## Usage

See the [tutorial][Tutorial] or [reference][Reference] documenation.

## License

[MIT][License]

[License]: https://github.com/lingui/js-lingui/blob/master/LICENSE
[jsLingui]: https://github.com/lingui/js-lingui
[Documentation]: https://lingui.github.io/js-lingui/
[Tutorial]: https://lingui.github.io/js-lingui/tutorials/js.html
[Reference]: https://lingui.github.io/js-lingui/ref/js.html
[Package]: https://www.npmjs.com/package/lingui-i18n
[Badge-Downloads]: https://img.shields.io/npm/dw/lingui-i18n.svg
[Badge-Version]: https://img.shields.io/npm/v/lingui-i18n.svg 
[Badge-License]: https://img.shields.io/npm/l/lingui-i18n.svg

---
_Source: https://npm.io/package/@nightingales/lingui-core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
