iso-639-2-english
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

List of ISO-639-2 languages

npm version renovate-app Known Vulnerabilities codecov travis

This library constains list of ISO-639-2 languages. It is simple object where key is code and value is english name of language. It is divited to 6 types - living, ancient, constructed, extinct, historical and other.

Source of languages is wikipedia https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes. Where was more names for languages, only the first was used. Years was scraped from names.

You can use package as npm module. Just install it:

npm install iso-639-2-english --save

and use it in you project:

var livingISO6392 = require('iso-639-2-english').living;
console.log(livingISO6392);

It can be also used with RequireJS, CommonJS, Browserify or Webpack.

Format

{
  "aar": "Afar",
  "abk": "Abkhazian",
  "ace": "Achinese",
  "ach": "Acoli",
  "ada": "Adangme",
  "ady": "Adyghe",
  "afr": "Afrikaans",
  "ain": "Ainu",
  "aka": "Akan",
  ...
}

Package Sidebar

Install

npm i iso-639-2-english

Weekly Downloads

20

Version

1.2.0

License

Apache-2.0

Unpacked Size

92.7 kB

Total Files

27

Last publish

Collaborators

  • fabulator