iso639-1-tags
v1.0.0
Published
List of language tags according to ISO 639-1
Downloads
21
Maintainers
Readme
iso639-1-tags
List of language tags according to ISO 639-1
Table of Contents
About
Based on this gist.
Usage
const ISO6391 = require('./')
console.log(ISO6391)
// {
// ab: 'Abkhazian',
// aa: 'Afar',
// af: 'Afrikaans',
// ak: 'Akan',
// sq: 'Albanian',
// am: 'Amharic',
// ar: 'Arabic',
// an: 'Aragonese',
// hy: 'Armenian',
// as: 'Assamese',
// av: 'Avaric',
// ae: 'Avestan', ...
Install
This project uses node and npm.
$ npm install iso639-1-tags
$ # OR
$ yarn add iso639-1-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