1.5.3 • Published 4 years ago

@f-fjs/intl-pluralrules v1.5.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

intl-pluralrules

A spec-compliant polyfill/ponyfill for Intl.PluralRules fully tested by the official ECMAScript Conformance test suite

npm Version size

Installation

npm install @f-fjs/intl-pluralrules

Usage

import '@f-fjs/intl-pluralrules/polyfill';
import '@f-fjs/intl-pluralrules/dist/locale-data/en'; // locale-data for en

TO polyfill w/ ALL locales:

import '@f-fjs/intl-pluralrules/polyfill-locales';