rfc5646-tags
v1.0.1
Published
List of language tags according to RFC 5646
Downloads
216
Maintainers
Readme
rfc5646-tags
List of language tags according to RFC 5646
Table of Contents
About
Based on this gist.
Usage
const RFC5646 = require('./')
console.log(RFC5646)
// {
// 'af-ZA': 'Afrikaans (South Africa)',
// 'ar-AE': 'Arabic (U.A.E.)',
// 'ar-BH': 'Arabic (Bahrain)',
// 'ar-DZ': 'Arabic (Algeria)',
// 'ar-EG': 'Arabic (Egypt)',
// 'ar-IQ': 'Arabic (Iraq)',
// 'ar-JO': 'Arabic (Jordan)',
// 'ar-KW': 'Arabic (Kuwait)', ...
Install
This project uses node and npm.
$ npm install rfc5646-tags
$ # OR
$ yarn add rfc5646-tags
Contribute
- Fork it and create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am "Add some feature"
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
License
MIT