iso-639-2-english
v1.2.0
Published
List of iso-639-2 languages in English.
Downloads
23
Maintainers
Readme
List of ISO-639-2 languages
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",
...
}