bs-intl

BuckleScript bindings to Intl


Keywords
i18n, reason, reasonml, ocaml, bucklescript, intl
License
MIT
Install
npm install bs-intl@1.1.0

Documentation

bs-intl

NPM CircleCI

A port of the Intl utilities of JS to Reason.

Documentation

API docs are hosted at https://jimberlage.github.io/bs-intl/. Documentation comes with examples on how to use each function.

Installation

yarn add bs-intl

In your bsconfig.json file, add a reference to this library:

{
    "bs-dependencies": ["bs-intl"]
}

Status

The following pieces of the API are completed:

Intl.Collator

Intl.DateTimeFormat

Intl.ListFormat

Intl.NumberFormat

Intl.PluralRules

Intl.RelativeTimeFormat