Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zbraniecki/intlstringformat
Polyfill for Intl.StringFormat
https://github.com/zbraniecki/intlstringformat
Last synced: about 2 months ago
JSON representation
Polyfill for Intl.StringFormat
- Host: GitHub
- URL: https://github.com/zbraniecki/intlstringformat
- Owner: zbraniecki
- License: mpl-2.0
- Created: 2015-10-25T16:18:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T16:18:43.000Z (about 9 years ago)
- Last Synced: 2024-10-14T16:14:39.969Z (3 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Intl.StringFormat
================A polyfill for the upcoming [Intl.StringFormat](https://github.com/zbraniecki/intl-stringformat-spec)
specification.## Installation
```
npm install intl-listformat
```
_or_
```
git clone https://github.com/zbraniecki/IntlStringFormat.git
cd IntlStringFormat
npm install
make
```
_or_ download the latest release from
[here](https://github.com/zbraniecki/IntlStringFormat/releases/latest)## Usage
The package's `polyfill.js` contains an UMD wrapper, so you can include or
require it pretty much anywhere. When included, it'll set `Intl.StringFormat`
according to the spec.This version follows the Oct 2015 spec.