https://github.com/zbraniecki/intllocale
Polyfill for Intl.Locale
https://github.com/zbraniecki/intllocale
Last synced: about 1 month ago
JSON representation
Polyfill for Intl.Locale
- Host: GitHub
- URL: https://github.com/zbraniecki/intllocale
- Owner: zbraniecki
- License: mpl-2.0
- Created: 2015-10-09T02:42:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-09T04:11:58.000Z (over 10 years ago)
- Last Synced: 2025-01-25T06:41:28.823Z (over 1 year ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Intl.Locale
================
A polyfill for the upcoming [Intl.Locale](https://github.com/zbraniecki/intl-locale-spec)
specification.
## Installation
```
npm install intl-locale
```
_or_
```
git clone https://github.com/zbraniecki/IntlLocale.git
cd IntlLocale
npm install
make
```
_or_ download the latest release from
[here](https://github.com/zbraniecki/IntlLocale/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.Locale`
according to the spec.
This version follows the Oct 2015 spec.