Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joonhocho/ios-locale
- Owner: joonhocho
- License: mit
- Created: 2017-12-02T11:33:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T11:48:43.000Z (about 7 years ago)
- Last Synced: 2024-10-06T14:35:32.117Z (3 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ios-locale
iOS Locales in JavaScriptCredit: 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)'},
...
]
```