This package has been deprecated

Author message:

Please use intl-pluralrules instead

fluent-intl-polyfill

0.1.0 • Public • Published

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:

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.

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.

Dependents (1)

Package Sidebar

Install

npm i fluent-intl-polyfill

Weekly Downloads

73

Version

0.1.0

License

Apache-2.0

Last publish

Collaborators

  • mozpike
  • stasm
  • zbraniecki