Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joonhocho/ios-locale

iOS Locales in JavaScript
https://github.com/joonhocho/ios-locale

Last synced: about 1 month ago
JSON representation

iOS Locales in JavaScript

Awesome Lists containing this project

README

        

# ios-locale
iOS Locales in JavaScript

Credit: https://gist.github.com/xta/6e9b63db1fa662bb3910b680f9ebd458

### Install
```
npm install --save ios-locale
```

### Usage
```javascript
import locales from 'ios-locale';

// locales has the following format:
[
{code: 'eu', name: 'Basque'},
{code: 'hr_BA', name: 'Croatian (Bosnia & Herzegovina)'},
{code: 'en_CM', name: 'English (Cameroon)'},
...
]
```