# lingui_core

> I18n tools for javascript

Latest version **3.13.4-1** (published 2022-05-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install lingui_core
pnpm add lingui_core
yarn add lingui_core
bun add lingui_core
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 3.13.4-1 |
| Published | 2022-05-08 |
| First published | 2022-05-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=10.0.0 |
| Dependencies | 3 |
| Unpacked size | 122.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5870 |
| Author | Tomáš Ehrlich |
| Maintainers | evmcompatible |
| Keywords | i18n, i10n, i9n, internationalization, localization, translation |

## Links

- npm: https://www.npmjs.com/package/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/lingui_core

## Dependencies (3)

- [make-plural](https://npm.io/package/make-plural.md) ^6.2.2
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.11.2
- [messageformat-parser](https://npm.io/package/messageformat-parser.md) ^4.1.3

## 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

- 3.13.4-1 (latest) — 2022-05-08
- 3.13.4 — 2022-05-08
- 3.13.2 — 2022-05-08
- 3.13.3 — 2022-05-08

## README

[![License][badge-license]][license]
[![Version][badge-version]][package]
[![Downloads][badge-downloads]][package]

# @lingui/core

> Internationalization API for JavaScript apps

`@lingui/core` is part of [LinguiJS][linguijs]. See the [documentation][documentation] for all information, tutorials and examples.

## Installation

```sh
npm install --save @lingui/core
# yarn add @lingui/core
```

## Usage

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

## License

This package is licensed under [MIT][license] license.

[license]: https://github.com/lingui/js-lingui/blob/main/LICENSE
[linguijs]: https://github.com/lingui/js-lingui
[documentation]: https://lingui.js.org/
[tutorial]: https://lingui.js.org/tutorials/js.html
[reference]: https://lingui.js.org/ref/core.html
[package]: https://www.npmjs.com/package/@lingui/core
[badge-downloads]: https://img.shields.io/npm/dw/@lingui/core.svg
[badge-version]: https://img.shields.io/npm/v/@lingui/core.svg
[badge-license]: https://img.shields.io/npm/l/@lingui/core.svg

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