Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zbraniecki/intllocale
Polyfill for Intl.Locale
https://github.com/zbraniecki/intllocale
Last synced: about 2 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-09T04:11:58.000Z (over 9 years ago)
- Last Synced: 2024-10-14T16:14:34.337Z (3 months 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.