tiaanduplessis / iso639-1-tags

List of language tags according to ISO 639-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

List of language tags according to ISO 639-1

License:MIT License


Languages

Language:JavaScript 100.0%