List of language tags according to RFC 5646
Based on this gist.
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)', ...
This project uses node and npm.
$ npm install rfc5646-tags
$ # OR
$ yarn add rfc5646-tags
- 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
MIT