Skip to content

ISO-639-3 language codes in JSON format

License

Notifications You must be signed in to change notification settings

freearhey/iso-639-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iso-639-3

ISO 639-3 language codes in JSON format.

Install

npm install @freearhey/iso-639-3

Usage

import iso6393 from '@freearhey/iso-639-3'

const language = iso6393.find(lang => lang.code === 'eng')

/*
{
  name: 'English',
  code: 'eng'
}
*/

License

MIT