# ember-i18n

> Internationalization for Ember

Latest version **5.3.1** (published 2019-01-29) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install ember-i18n
pnpm add ember-i18n
yarn add ember-i18n
bun add ember-i18n
```

## 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 | 5.3.1 |
| Published | 2019-01-29 |
| First published | 2013-05-18 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | ^4.5 \|\| 6.* \|\| >= 7.* |
| Dependencies | 4 |
| Unpacked size | 38 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 760 |
| Maintainers | cibernox, jamesarosen, locks, patrickberkeley, pjmorse |
| Keywords | ember-addon, i18n |

## Links

- npm: https://www.npmjs.com/package/ember-i18n
- Repository: https://github.com/jamesarosen/ember-i18n
- Homepage: https://github.com/jamesarosen/ember-i18n#readme
- Issues: https://github.com/jamesarosen/ember-i18n/issues
- npm.io page: https://npm.io/package/ember-i18n

## Dependencies (4)

- [broccoli-funnel](https://npm.io/package/broccoli-funnel.md) ^2.0.1
- [ember-cli-babel](https://npm.io/package/ember-cli-babel.md) ^6.11.0
- [ember-getowner-polyfill](https://npm.io/package/ember-getowner-polyfill.md) ^2.2.0
- [ember-cli-version-checker](https://npm.io/package/ember-cli-version-checker.md) ^2.1.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

- 5.3.1 (latest) — 2019-01-29
- 5.3.0 — 2018-10-22
- 5.2.1 — 2018-04-05
- 5.2.0 — 2018-03-06
- 5.1.0 — 2017-12-20
- 5.0.2 — 2017-07-06
- 5.0.1 — 2017-04-17
- 5.0.0 — 2017-02-13
- 4.5.0 — 2016-12-20
- 4.4.0 — 2016-12-20
- 4.3.2 — 2016-09-15
- 4.3.1 — 2016-09-13
- 4.3.0 — 2016-09-09
- 4.2.2 — 2016-06-17
- 4.2.1 — 2016-04-29
- … 23 more at https://npm.io/package/ember-i18n/versions

## README

## Ember-I18n - Internationalization for Ember

[![Build Status](https://travis-ci.org/jamesarosen/ember-i18n.svg?branch=master)](https://travis-ci.org/jamesarosen/ember-i18n)

Documentation is in the [wiki](https://github.com/jamesarosen/ember-i18n/wiki). Recommended reading:

 * [Installation](https://github.com/jamesarosen/ember-i18n/wiki/Doc:-Installation)
 * [Defining Translations](https://github.com/jamesarosen/ember-i18n/wiki/Doc:-Defining-Translations)
 * The [service:i18n](https://github.com/jamesarosen/ember-i18n/wiki/Doc:-i18n-Service) object
 * [Setting the Locale](https://github.com/jamesarosen/ember-i18n/wiki/Doc:-Setting-the-Locale)
 * [Translating Text](https://github.com/jamesarosen/ember-i18n/wiki/Doc:-Translating-Text)
 * [Pluralization](https://github.com/jamesarosen/ember-i18n/wiki/Doc:-Pluralization)
 * The [Translation Compiler](https://github.com/jamesarosen/ember-i18n/wiki/Doc:-Translation-Compiler)
 * [Missing Translations](https://github.com/jamesarosen/ember-i18n/wiki/Doc:-Missing-Translations)
 * [Testing with ember-i18n](https://github.com/jamesarosen/ember-i18n/wiki/Doc:-Testing)

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