1.0.0 • Published 5 years ago

iso639-1-tags v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

iso639-1-tags

package version package downloads standard-readme compliant package license make a pull request

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

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am "Add some feature"
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT