rfc5646-tags
List of language tags according to RFC 5646
Table of Contents
About
Based on this gist.
Usage
const RFC5646 = console// {// '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