# fluent-intl-polyfill

> A polyfill for ECMA 402 proposals

Latest version **0.1.0** (published 2017-04-21) · Apache-2.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install fluent-intl-polyfill
pnpm add fluent-intl-polyfill
yarn add fluent-intl-polyfill
bun add fluent-intl-polyfill
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2017-04-21 |
| First published | 2017-02-22 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1008 |
| Author | Mozilla |
| Maintainers | stasm, zbraniecki |
| Keywords | localization, l10n |

## Links

- npm: https://www.npmjs.com/package/fluent-intl-polyfill
- Repository: https://github.com/projectfluent/fluent.js
- Homepage: http://projectfluent.io
- Issues: https://github.com/projectfluent/fluent.js/issues
- npm.io page: https://npm.io/package/fluent-intl-polyfill

## Dependencies (1)

- [intl-pluralrules](https://npm.io/package/intl-pluralrules.md) github:projectfluent/IntlPluralRules#module

## Recent versions

- 0.1.0 (latest) — 2017-04-21
- 0.0.1 — 2017-02-22

## README

# fluent-intl-polyfill

`fluent-intl-polyfill` is a polyfill for some of the [Stage 3+ proposals][] to
the ECMA 402 standard required by the `fluent` package.  Project Fluent is
a localization framework designed to unleash the expressive power of the
natural language.

Currenly the polyfill provides implementations for the following proposals:

  - [Intl.PluralRules][], as implemented by [intl-pluralrules][]


## Installation

`fluent-intl-polyfill` can be used both on the client-side and the server-side.
You can install it from the npm registry or use it as a standalone script.

    npm install fluent-intl-polyfill


## How to use

Simply `import` or `require` the package somewhere in your code.

```javascript
import 'fluent-intl-polyfill';

// Intl.PluralRules is now available.
```


## Learn more

Find out more about Project Fluent at [projectfluent.io][], including
documentation of the Fluent file format ([FTL][]), links to other packages and
implementations, and information about how to get involved.


[Stage 3+ proposals]: https://github.com/tc39/ecma402#current-proposals
[Intl.PluralRules]:https://github.com/tc39/proposal-intl-plural-rules
[intl-pluralrules]: https://www.npmjs.com/package/intl-pluralrules
[projectfluent.io]: http://projectfluent.io
[FTL]: http://projectfluent.io/fluent/guide/

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