Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

About

This folder contains the iso-639-3 language codes

Files

This is a description of the files in this folder

This file contains a simple dictonary that puts the ISO-Codes directly in relation to the language name: {language_code:language_name}

This file is a minified version of the iso_simp.json file. Normally this is what you will need most of the times

This file contains a more complex dictionary that contains extra information in the following form:

{
  "language_code":
    {
      "name":"language_name",
      "type": "[living|historical|extinct|ancient|constructed|special]",
      "scope": "[individual|macrolanguage|special]"
    }
}

This is again the minified version of iso_full.json