iso-639-3-to-1
Advanced tools
Convert iso 639-3 to 639-1 language code
Weekly downloads
Readme
Converting between iso-639-3 to iso-639-1 language codes. For languages without iso-639-1 which have a "macro language", It will return the "macro language" iso-639-1 code (if exists)
npm:
npm install --save iso-639-3-to-1
const convert3To1 = require('iso-639-3-to-1')
let iso639code = 'cmn';
let result = convert3To1(iso639code);
// result = 'zh'
FAQs
Convert iso 639-3 to 639-1 language code
The npm package iso-639-3-to-1 receives a total of 944 weekly downloads. As such, iso-639-3-to-1 popularity was classified as not popular.
We found that iso-639-3-to-1 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.