diff --git a/Makefile b/Makefile index 876254f2..0e73dfc0 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,18 @@ JSONSCHEMA ?= jsonschema SHELLCHECK ?= shellcheck PYTHON ?= python3 +CURL ?= curl +BSDTAR ?= bsdtar +MKDIRP ?= mkdir -p +RMRF ?= rm -rf # TODO: Extend `validate` to take a directory as argument SCHEMAS = $(shell find schemas/ -type f -name '*.json') TESTS = $(shell find test/ -type f -name '*.json') all: common test - $(JSONSCHEMA) fmt schemas test meta --verbose + $(JSONSCHEMA) fmt schemas meta --verbose + $(JSONSCHEMA) fmt test --verbose --default-dialect "https://json-schema.org/draft/2020-12/schema" .PHONY: common common: @@ -20,7 +25,8 @@ common: .PHONY: lint lint: common - $(JSONSCHEMA) fmt schemas test meta --verbose --check + $(JSONSCHEMA) fmt schemas meta --verbose --check + $(JSONSCHEMA) fmt test --verbose --default-dialect "https://json-schema.org/draft/2020-12/schema" .PHONY: test test: @@ -28,4 +34,6 @@ test: .PHONY: external include generate/iso/currency/include.mk +include generate/iso/language/include.mk external: $(EXTERNAL) +generate: $(GENERATE) diff --git a/external/iso/currency/list-one.json b/external/iso/currency/list-one.json new file mode 100644 index 00000000..458bcdde --- /dev/null +++ b/external/iso/currency/list-one.json @@ -0,0 +1,2002 @@ +{ + "ISO_4217": { + "@attributes": { + "Pblshd": "2025-05-12" + }, + "CcyTbl": { + "CcyNtry": [ + { + "CtryNm": "AFGHANISTAN", + "CcyNm": "Afghani", + "Ccy": "AFN", + "CcyNbr": "971", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "\u00c5LAND ISLANDS", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ALBANIA", + "CcyNm": "Lek", + "Ccy": "ALL", + "CcyNbr": "008", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ALGERIA", + "CcyNm": "Algerian Dinar", + "Ccy": "DZD", + "CcyNbr": "012", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "AMERICAN SAMOA", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ANDORRA", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ANGOLA", + "CcyNm": "Kwanza", + "Ccy": "AOA", + "CcyNbr": "973", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ANGUILLA", + "CcyNm": "East Caribbean Dollar", + "Ccy": "XCD", + "CcyNbr": "951", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ANTARCTICA", + "CcyNm": "No universal currency" + }, + { + "CtryNm": "ANTIGUA AND BARBUDA", + "CcyNm": "East Caribbean Dollar", + "Ccy": "XCD", + "CcyNbr": "951", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ARAB MONETARY FUND", + "CcyNm": "Arab Accounting Dinar", + "Ccy": "XAD", + "CcyNbr": "396", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ARGENTINA", + "CcyNm": "Argentine Peso", + "Ccy": "ARS", + "CcyNbr": "032", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ARMENIA", + "CcyNm": "Armenian Dram", + "Ccy": "AMD", + "CcyNbr": "051", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ARUBA", + "CcyNm": "Aruban Florin", + "Ccy": "AWG", + "CcyNbr": "533", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "AUSTRALIA", + "CcyNm": "Australian Dollar", + "Ccy": "AUD", + "CcyNbr": "036", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "AUSTRIA", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "AZERBAIJAN", + "CcyNm": "Azerbaijan Manat", + "Ccy": "AZN", + "CcyNbr": "944", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BAHAMAS (THE)", + "CcyNm": "Bahamian Dollar", + "Ccy": "BSD", + "CcyNbr": "044", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BAHRAIN", + "CcyNm": "Bahraini Dinar", + "Ccy": "BHD", + "CcyNbr": "048", + "CcyMnrUnts": "3" + }, + { + "CtryNm": "BANGLADESH", + "CcyNm": "Taka", + "Ccy": "BDT", + "CcyNbr": "050", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BARBADOS", + "CcyNm": "Barbados Dollar", + "Ccy": "BBD", + "CcyNbr": "052", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BELARUS", + "CcyNm": "Belarusian Ruble", + "Ccy": "BYN", + "CcyNbr": "933", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BELGIUM", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BELIZE", + "CcyNm": "Belize Dollar", + "Ccy": "BZD", + "CcyNbr": "084", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BENIN", + "CcyNm": "CFA Franc BCEAO", + "Ccy": "XOF", + "CcyNbr": "952", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "BERMUDA", + "CcyNm": "Bermudian Dollar", + "Ccy": "BMD", + "CcyNbr": "060", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BHUTAN", + "CcyNm": "Indian Rupee", + "Ccy": "INR", + "CcyNbr": "356", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BHUTAN", + "CcyNm": "Ngultrum", + "Ccy": "BTN", + "CcyNbr": "064", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BOLIVIA (PLURINATIONAL STATE OF)", + "CcyNm": "Boliviano", + "Ccy": "BOB", + "CcyNbr": "068", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BOLIVIA (PLURINATIONAL STATE OF)", + "CcyNm": { + "@attributes": { + "IsFund": "true" + }, + "@text": "Mvdol" + }, + "Ccy": "BOV", + "CcyNbr": "984", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BONAIRE, SINT EUSTATIUS AND SABA", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BOSNIA AND HERZEGOVINA", + "CcyNm": "Convertible Mark", + "Ccy": "BAM", + "CcyNbr": "977", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BOTSWANA", + "CcyNm": "Pula", + "Ccy": "BWP", + "CcyNbr": "072", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BOUVET ISLAND", + "CcyNm": "Norwegian Krone", + "Ccy": "NOK", + "CcyNbr": "578", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BRAZIL", + "CcyNm": "Brazilian Real", + "Ccy": "BRL", + "CcyNbr": "986", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BRITISH INDIAN OCEAN TERRITORY (THE)", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BRUNEI DARUSSALAM", + "CcyNm": "Brunei Dollar", + "Ccy": "BND", + "CcyNbr": "096", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BULGARIA", + "CcyNm": "Bulgarian Lev", + "Ccy": "BGN", + "CcyNbr": "975", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "BURKINA FASO", + "CcyNm": "CFA Franc BCEAO", + "Ccy": "XOF", + "CcyNbr": "952", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "BURUNDI", + "CcyNm": "Burundi Franc", + "Ccy": "BIF", + "CcyNbr": "108", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "CABO VERDE", + "CcyNm": "Cabo Verde Escudo", + "Ccy": "CVE", + "CcyNbr": "132", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "CAMBODIA", + "CcyNm": "Riel", + "Ccy": "KHR", + "CcyNbr": "116", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "CAMEROON", + "CcyNm": "CFA Franc BEAC", + "Ccy": "XAF", + "CcyNbr": "950", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "CANADA", + "CcyNm": "Canadian Dollar", + "Ccy": "CAD", + "CcyNbr": "124", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "CAYMAN ISLANDS (THE)", + "CcyNm": "Cayman Islands Dollar", + "Ccy": "KYD", + "CcyNbr": "136", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "CENTRAL AFRICAN REPUBLIC (THE)", + "CcyNm": "CFA Franc BEAC", + "Ccy": "XAF", + "CcyNbr": "950", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "CHAD", + "CcyNm": "CFA Franc BEAC", + "Ccy": "XAF", + "CcyNbr": "950", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "CHILE", + "CcyNm": "Chilean Peso", + "Ccy": "CLP", + "CcyNbr": "152", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "CHILE", + "CcyNm": { + "@attributes": { + "IsFund": "true" + }, + "@text": "Unidad de Fomento" + }, + "Ccy": "CLF", + "CcyNbr": "990", + "CcyMnrUnts": "4" + }, + { + "CtryNm": "CHINA", + "CcyNm": "Yuan Renminbi", + "Ccy": "CNY", + "CcyNbr": "156", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "CHRISTMAS ISLAND", + "CcyNm": "Australian Dollar", + "Ccy": "AUD", + "CcyNbr": "036", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "COCOS (KEELING) ISLANDS (THE)", + "CcyNm": "Australian Dollar", + "Ccy": "AUD", + "CcyNbr": "036", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "COLOMBIA", + "CcyNm": "Colombian Peso", + "Ccy": "COP", + "CcyNbr": "170", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "COLOMBIA", + "CcyNm": { + "@attributes": { + "IsFund": "true" + }, + "@text": "Unidad de Valor Real" + }, + "Ccy": "COU", + "CcyNbr": "970", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "COMOROS (THE)", + "CcyNm": "Comorian Franc", + "Ccy": "KMF", + "CcyNbr": "174", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "CONGO (THE DEMOCRATIC REPUBLIC OF THE)", + "CcyNm": "Congolese Franc", + "Ccy": "CDF", + "CcyNbr": "976", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "CONGO (THE)", + "CcyNm": "CFA Franc BEAC", + "Ccy": "XAF", + "CcyNbr": "950", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "COOK ISLANDS (THE)", + "CcyNm": "New Zealand Dollar", + "Ccy": "NZD", + "CcyNbr": "554", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "COSTA RICA", + "CcyNm": "Costa Rican Colon", + "Ccy": "CRC", + "CcyNbr": "188", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "C\u00d4TE D'IVOIRE", + "CcyNm": "CFA Franc BCEAO", + "Ccy": "XOF", + "CcyNbr": "952", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "CROATIA", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "CUBA", + "CcyNm": "Cuban Peso", + "Ccy": "CUP", + "CcyNbr": "192", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "CURA\u00c7AO", + "CcyNm": "Caribbean Guilder", + "Ccy": "XCG", + "CcyNbr": "532", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "CYPRUS", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "CZECHIA", + "CcyNm": "Czech Koruna", + "Ccy": "CZK", + "CcyNbr": "203", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "DENMARK", + "CcyNm": "Danish Krone", + "Ccy": "DKK", + "CcyNbr": "208", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "DJIBOUTI", + "CcyNm": "Djibouti Franc", + "Ccy": "DJF", + "CcyNbr": "262", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "DOMINICA", + "CcyNm": "East Caribbean Dollar", + "Ccy": "XCD", + "CcyNbr": "951", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "DOMINICAN REPUBLIC (THE)", + "CcyNm": "Dominican Peso", + "Ccy": "DOP", + "CcyNbr": "214", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ECUADOR", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "EGYPT", + "CcyNm": "Egyptian Pound", + "Ccy": "EGP", + "CcyNbr": "818", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "EL SALVADOR", + "CcyNm": "El Salvador Colon", + "Ccy": "SVC", + "CcyNbr": "222", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "EL SALVADOR", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "EQUATORIAL GUINEA", + "CcyNm": "CFA Franc BEAC", + "Ccy": "XAF", + "CcyNbr": "950", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "ERITREA", + "CcyNm": "Nakfa", + "Ccy": "ERN", + "CcyNbr": "232", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ESTONIA", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ESWATINI", + "CcyNm": "Lilangeni", + "Ccy": "SZL", + "CcyNbr": "748", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ETHIOPIA", + "CcyNm": "Ethiopian Birr", + "Ccy": "ETB", + "CcyNbr": "230", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "EUROPEAN UNION", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "FALKLAND ISLANDS (THE) [MALVINAS]", + "CcyNm": "Falkland Islands Pound", + "Ccy": "FKP", + "CcyNbr": "238", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "FAROE ISLANDS (THE)", + "CcyNm": "Danish Krone", + "Ccy": "DKK", + "CcyNbr": "208", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "FIJI", + "CcyNm": "Fiji Dollar", + "Ccy": "FJD", + "CcyNbr": "242", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "FINLAND", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "FRANCE", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "FRENCH GUIANA", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "FRENCH POLYNESIA", + "CcyNm": "CFP Franc", + "Ccy": "XPF", + "CcyNbr": "953", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "FRENCH SOUTHERN TERRITORIES (THE)", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "GABON", + "CcyNm": "CFA Franc BEAC", + "Ccy": "XAF", + "CcyNbr": "950", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "GAMBIA (THE)", + "CcyNm": "Dalasi", + "Ccy": "GMD", + "CcyNbr": "270", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "GEORGIA", + "CcyNm": "Lari", + "Ccy": "GEL", + "CcyNbr": "981", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "GERMANY", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "GHANA", + "CcyNm": "Ghana Cedi", + "Ccy": "GHS", + "CcyNbr": "936", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "GIBRALTAR", + "CcyNm": "Gibraltar Pound", + "Ccy": "GIP", + "CcyNbr": "292", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "GREECE", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "GREENLAND", + "CcyNm": "Danish Krone", + "Ccy": "DKK", + "CcyNbr": "208", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "GRENADA", + "CcyNm": "East Caribbean Dollar", + "Ccy": "XCD", + "CcyNbr": "951", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "GUADELOUPE", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "GUAM", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "GUATEMALA", + "CcyNm": "Quetzal", + "Ccy": "GTQ", + "CcyNbr": "320", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "GUERNSEY", + "CcyNm": "Pound Sterling", + "Ccy": "GBP", + "CcyNbr": "826", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "GUINEA", + "CcyNm": "Guinean Franc", + "Ccy": "GNF", + "CcyNbr": "324", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "GUINEA-BISSAU", + "CcyNm": "CFA Franc BCEAO", + "Ccy": "XOF", + "CcyNbr": "952", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "GUYANA", + "CcyNm": "Guyana Dollar", + "Ccy": "GYD", + "CcyNbr": "328", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "HAITI", + "CcyNm": "Gourde", + "Ccy": "HTG", + "CcyNbr": "332", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "HAITI", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "HEARD ISLAND AND McDONALD ISLANDS", + "CcyNm": "Australian Dollar", + "Ccy": "AUD", + "CcyNbr": "036", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "HOLY SEE (THE)", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "HONDURAS", + "CcyNm": "Lempira", + "Ccy": "HNL", + "CcyNbr": "340", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "HONG KONG", + "CcyNm": "Hong Kong Dollar", + "Ccy": "HKD", + "CcyNbr": "344", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "HUNGARY", + "CcyNm": "Forint", + "Ccy": "HUF", + "CcyNbr": "348", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ICELAND", + "CcyNm": "Iceland Krona", + "Ccy": "ISK", + "CcyNbr": "352", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "INDIA", + "CcyNm": "Indian Rupee", + "Ccy": "INR", + "CcyNbr": "356", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "INDONESIA", + "CcyNm": "Rupiah", + "Ccy": "IDR", + "CcyNbr": "360", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "INTERNATIONAL MONETARY FUND (IMF)", + "CcyNm": "SDR (Special Drawing Right)", + "Ccy": "XDR", + "CcyNbr": "960", + "CcyMnrUnts": "N.A." + }, + { + "CtryNm": "IRAN (ISLAMIC REPUBLIC OF)", + "CcyNm": "Iranian Rial", + "Ccy": "IRR", + "CcyNbr": "364", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "IRAQ", + "CcyNm": "Iraqi Dinar", + "Ccy": "IQD", + "CcyNbr": "368", + "CcyMnrUnts": "3" + }, + { + "CtryNm": "IRELAND", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ISLE OF MAN", + "CcyNm": "Pound Sterling", + "Ccy": "GBP", + "CcyNbr": "826", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ISRAEL", + "CcyNm": "New Israeli Sheqel", + "Ccy": "ILS", + "CcyNbr": "376", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ITALY", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "JAMAICA", + "CcyNm": "Jamaican Dollar", + "Ccy": "JMD", + "CcyNbr": "388", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "JAPAN", + "CcyNm": "Yen", + "Ccy": "JPY", + "CcyNbr": "392", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "JERSEY", + "CcyNm": "Pound Sterling", + "Ccy": "GBP", + "CcyNbr": "826", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "JORDAN", + "CcyNm": "Jordanian Dinar", + "Ccy": "JOD", + "CcyNbr": "400", + "CcyMnrUnts": "3" + }, + { + "CtryNm": "KAZAKHSTAN", + "CcyNm": "Tenge", + "Ccy": "KZT", + "CcyNbr": "398", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "KENYA", + "CcyNm": "Kenyan Shilling", + "Ccy": "KES", + "CcyNbr": "404", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "KIRIBATI", + "CcyNm": "Australian Dollar", + "Ccy": "AUD", + "CcyNbr": "036", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "KOREA (THE DEMOCRATIC PEOPLE\u2019S REPUBLIC OF)", + "CcyNm": "North Korean Won", + "Ccy": "KPW", + "CcyNbr": "408", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "KOREA (THE REPUBLIC OF)", + "CcyNm": "Won", + "Ccy": "KRW", + "CcyNbr": "410", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "KUWAIT", + "CcyNm": "Kuwaiti Dinar", + "Ccy": "KWD", + "CcyNbr": "414", + "CcyMnrUnts": "3" + }, + { + "CtryNm": "KYRGYZSTAN", + "CcyNm": "Som", + "Ccy": "KGS", + "CcyNbr": "417", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "LAO PEOPLE\u2019S DEMOCRATIC REPUBLIC (THE)", + "CcyNm": "Lao Kip", + "Ccy": "LAK", + "CcyNbr": "418", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "LATVIA", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "LEBANON", + "CcyNm": "Lebanese Pound", + "Ccy": "LBP", + "CcyNbr": "422", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "LESOTHO", + "CcyNm": "Loti", + "Ccy": "LSL", + "CcyNbr": "426", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "LESOTHO", + "CcyNm": "Rand", + "Ccy": "ZAR", + "CcyNbr": "710", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "LIBERIA", + "CcyNm": "Liberian Dollar", + "Ccy": "LRD", + "CcyNbr": "430", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "LIBYA", + "CcyNm": "Libyan Dinar", + "Ccy": "LYD", + "CcyNbr": "434", + "CcyMnrUnts": "3" + }, + { + "CtryNm": "LIECHTENSTEIN", + "CcyNm": "Swiss Franc", + "Ccy": "CHF", + "CcyNbr": "756", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "LITHUANIA", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "LUXEMBOURG", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MACAO", + "CcyNm": "Pataca", + "Ccy": "MOP", + "CcyNbr": "446", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "NORTH MACEDONIA", + "CcyNm": "Denar", + "Ccy": "MKD", + "CcyNbr": "807", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MADAGASCAR", + "CcyNm": "Malagasy Ariary", + "Ccy": "MGA", + "CcyNbr": "969", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MALAWI", + "CcyNm": "Malawi Kwacha", + "Ccy": "MWK", + "CcyNbr": "454", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MALAYSIA", + "CcyNm": "Malaysian Ringgit", + "Ccy": "MYR", + "CcyNbr": "458", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MALDIVES", + "CcyNm": "Rufiyaa", + "Ccy": "MVR", + "CcyNbr": "462", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MALI", + "CcyNm": "CFA Franc BCEAO", + "Ccy": "XOF", + "CcyNbr": "952", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "MALTA", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MARSHALL ISLANDS (THE)", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MARTINIQUE", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MAURITANIA", + "CcyNm": "Ouguiya", + "Ccy": "MRU", + "CcyNbr": "929", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MAURITIUS", + "CcyNm": "Mauritius Rupee", + "Ccy": "MUR", + "CcyNbr": "480", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MAYOTTE", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MEMBER COUNTRIES OF THE AFRICAN DEVELOPMENT BANK GROUP", + "CcyNm": "ADB Unit of Account", + "Ccy": "XUA", + "CcyNbr": "965", + "CcyMnrUnts": "N.A." + }, + { + "CtryNm": "MEXICO", + "CcyNm": "Mexican Peso", + "Ccy": "MXN", + "CcyNbr": "484", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MEXICO", + "CcyNm": { + "@attributes": { + "IsFund": "true" + }, + "@text": "Mexican Unidad de Inversion (UDI)" + }, + "Ccy": "MXV", + "CcyNbr": "979", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MICRONESIA (FEDERATED STATES OF)", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MOLDOVA (THE REPUBLIC OF)", + "CcyNm": "Moldovan Leu", + "Ccy": "MDL", + "CcyNbr": "498", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MONACO", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MONGOLIA", + "CcyNm": "Tugrik", + "Ccy": "MNT", + "CcyNbr": "496", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MONTENEGRO", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MONTSERRAT", + "CcyNm": "East Caribbean Dollar", + "Ccy": "XCD", + "CcyNbr": "951", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MOROCCO", + "CcyNm": "Moroccan Dirham", + "Ccy": "MAD", + "CcyNbr": "504", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MOZAMBIQUE", + "CcyNm": "Mozambique Metical", + "Ccy": "MZN", + "CcyNbr": "943", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "MYANMAR", + "CcyNm": "Kyat", + "Ccy": "MMK", + "CcyNbr": "104", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "NAMIBIA", + "CcyNm": "Namibia Dollar", + "Ccy": "NAD", + "CcyNbr": "516", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "NAMIBIA", + "CcyNm": "Rand", + "Ccy": "ZAR", + "CcyNbr": "710", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "NAURU", + "CcyNm": "Australian Dollar", + "Ccy": "AUD", + "CcyNbr": "036", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "NEPAL", + "CcyNm": "Nepalese Rupee", + "Ccy": "NPR", + "CcyNbr": "524", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "NETHERLANDS (THE)", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "NEW CALEDONIA", + "CcyNm": "CFP Franc", + "Ccy": "XPF", + "CcyNbr": "953", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "NEW ZEALAND", + "CcyNm": "New Zealand Dollar", + "Ccy": "NZD", + "CcyNbr": "554", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "NICARAGUA", + "CcyNm": "Cordoba Oro", + "Ccy": "NIO", + "CcyNbr": "558", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "NIGER (THE)", + "CcyNm": "CFA Franc BCEAO", + "Ccy": "XOF", + "CcyNbr": "952", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "NIGERIA", + "CcyNm": "Naira", + "Ccy": "NGN", + "CcyNbr": "566", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "NIUE", + "CcyNm": "New Zealand Dollar", + "Ccy": "NZD", + "CcyNbr": "554", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "NORFOLK ISLAND", + "CcyNm": "Australian Dollar", + "Ccy": "AUD", + "CcyNbr": "036", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "NORTHERN MARIANA ISLANDS (THE)", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "NORWAY", + "CcyNm": "Norwegian Krone", + "Ccy": "NOK", + "CcyNbr": "578", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "OMAN", + "CcyNm": "Rial Omani", + "Ccy": "OMR", + "CcyNbr": "512", + "CcyMnrUnts": "3" + }, + { + "CtryNm": "PAKISTAN", + "CcyNm": "Pakistan Rupee", + "Ccy": "PKR", + "CcyNbr": "586", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "PALAU", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "PALESTINE, STATE OF", + "CcyNm": "No universal currency" + }, + { + "CtryNm": "PANAMA", + "CcyNm": "Balboa", + "Ccy": "PAB", + "CcyNbr": "590", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "PANAMA", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "PAPUA NEW GUINEA", + "CcyNm": "Kina", + "Ccy": "PGK", + "CcyNbr": "598", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "PARAGUAY", + "CcyNm": "Guarani", + "Ccy": "PYG", + "CcyNbr": "600", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "PERU", + "CcyNm": "Sol", + "Ccy": "PEN", + "CcyNbr": "604", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "PHILIPPINES (THE)", + "CcyNm": "Philippine Peso", + "Ccy": "PHP", + "CcyNbr": "608", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "PITCAIRN", + "CcyNm": "New Zealand Dollar", + "Ccy": "NZD", + "CcyNbr": "554", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "POLAND", + "CcyNm": "Zloty", + "Ccy": "PLN", + "CcyNbr": "985", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "PORTUGAL", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "PUERTO RICO", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "QATAR", + "CcyNm": "Qatari Rial", + "Ccy": "QAR", + "CcyNbr": "634", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "R\u00c9UNION", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ROMANIA", + "CcyNm": "Romanian Leu", + "Ccy": "RON", + "CcyNbr": "946", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "RUSSIAN FEDERATION (THE)", + "CcyNm": "Russian Ruble", + "Ccy": "RUB", + "CcyNbr": "643", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "RWANDA", + "CcyNm": "Rwanda Franc", + "Ccy": "RWF", + "CcyNbr": "646", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "SAINT BARTH\u00c9LEMY", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SAINT HELENA, ASCENSION AND TRISTAN DA CUNHA", + "CcyNm": "Saint Helena Pound", + "Ccy": "SHP", + "CcyNbr": "654", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SAINT KITTS AND NEVIS", + "CcyNm": "East Caribbean Dollar", + "Ccy": "XCD", + "CcyNbr": "951", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SAINT LUCIA", + "CcyNm": "East Caribbean Dollar", + "Ccy": "XCD", + "CcyNbr": "951", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SAINT MARTIN (FRENCH PART)", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SAINT PIERRE AND MIQUELON", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SAINT VINCENT AND THE GRENADINES", + "CcyNm": "East Caribbean Dollar", + "Ccy": "XCD", + "CcyNbr": "951", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SAMOA", + "CcyNm": "Tala", + "Ccy": "WST", + "CcyNbr": "882", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SAN MARINO", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SAO TOME AND PRINCIPE", + "CcyNm": "Dobra", + "Ccy": "STN", + "CcyNbr": "930", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SAUDI ARABIA", + "CcyNm": "Saudi Riyal", + "Ccy": "SAR", + "CcyNbr": "682", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SENEGAL", + "CcyNm": "CFA Franc BCEAO", + "Ccy": "XOF", + "CcyNbr": "952", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "SERBIA", + "CcyNm": "Serbian Dinar", + "Ccy": "RSD", + "CcyNbr": "941", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SEYCHELLES", + "CcyNm": "Seychelles Rupee", + "Ccy": "SCR", + "CcyNbr": "690", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SIERRA LEONE", + "CcyNm": "Leone", + "Ccy": "SLE", + "CcyNbr": "925", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SINGAPORE", + "CcyNm": "Singapore Dollar", + "Ccy": "SGD", + "CcyNbr": "702", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SINT MAARTEN (DUTCH PART)", + "CcyNm": "Caribbean Guilder", + "Ccy": "XCG", + "CcyNbr": "532", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SISTEMA UNITARIO DE COMPENSACION REGIONAL DE PAGOS \"SUCRE\"", + "CcyNm": "Sucre", + "Ccy": "XSU", + "CcyNbr": "994", + "CcyMnrUnts": "N.A." + }, + { + "CtryNm": "SLOVAKIA", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SLOVENIA", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SOLOMON ISLANDS", + "CcyNm": "Solomon Islands Dollar", + "Ccy": "SBD", + "CcyNbr": "090", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SOMALIA", + "CcyNm": "Somali Shilling", + "Ccy": "SOS", + "CcyNbr": "706", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SOUTH AFRICA", + "CcyNm": "Rand", + "Ccy": "ZAR", + "CcyNbr": "710", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS", + "CcyNm": "No universal currency" + }, + { + "CtryNm": "SOUTH SUDAN", + "CcyNm": "South Sudanese Pound", + "Ccy": "SSP", + "CcyNbr": "728", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SPAIN", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SRI LANKA", + "CcyNm": "Sri Lanka Rupee", + "Ccy": "LKR", + "CcyNbr": "144", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SUDAN (THE)", + "CcyNm": "Sudanese Pound", + "Ccy": "SDG", + "CcyNbr": "938", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SURINAME", + "CcyNm": "Surinam Dollar", + "Ccy": "SRD", + "CcyNbr": "968", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SVALBARD AND JAN MAYEN", + "CcyNm": "Norwegian Krone", + "Ccy": "NOK", + "CcyNbr": "578", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SWEDEN", + "CcyNm": "Swedish Krona", + "Ccy": "SEK", + "CcyNbr": "752", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SWITZERLAND", + "CcyNm": "Swiss Franc", + "Ccy": "CHF", + "CcyNbr": "756", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SWITZERLAND", + "CcyNm": { + "@attributes": { + "IsFund": "true" + }, + "@text": "WIR Euro" + }, + "Ccy": "CHE", + "CcyNbr": "947", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SWITZERLAND", + "CcyNm": { + "@attributes": { + "IsFund": "true" + }, + "@text": "WIR Franc" + }, + "Ccy": "CHW", + "CcyNbr": "948", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "SYRIAN ARAB REPUBLIC", + "CcyNm": "Syrian Pound", + "Ccy": "SYP", + "CcyNbr": "760", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "TAIWAN (PROVINCE OF CHINA)", + "CcyNm": "New Taiwan Dollar", + "Ccy": "TWD", + "CcyNbr": "901", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "TAJIKISTAN", + "CcyNm": "Somoni", + "Ccy": "TJS", + "CcyNbr": "972", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "TANZANIA, UNITED REPUBLIC OF", + "CcyNm": "Tanzanian Shilling", + "Ccy": "TZS", + "CcyNbr": "834", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "THAILAND", + "CcyNm": "Baht", + "Ccy": "THB", + "CcyNbr": "764", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "TIMOR-LESTE", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "TOGO", + "CcyNm": "CFA Franc BCEAO", + "Ccy": "XOF", + "CcyNbr": "952", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "TOKELAU", + "CcyNm": "New Zealand Dollar", + "Ccy": "NZD", + "CcyNbr": "554", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "TONGA", + "CcyNm": "Pa\u2019anga", + "Ccy": "TOP", + "CcyNbr": "776", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "TRINIDAD AND TOBAGO", + "CcyNm": "Trinidad and Tobago Dollar", + "Ccy": "TTD", + "CcyNbr": "780", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "TUNISIA", + "CcyNm": "Tunisian Dinar", + "Ccy": "TND", + "CcyNbr": "788", + "CcyMnrUnts": "3" + }, + { + "CtryNm": "T\u00dcRK\u0130YE", + "CcyNm": "Turkish Lira", + "Ccy": "TRY", + "CcyNbr": "949", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "TURKMENISTAN", + "CcyNm": "Turkmenistan New Manat", + "Ccy": "TMT", + "CcyNbr": "934", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "TURKS AND CAICOS ISLANDS (THE)", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "TUVALU", + "CcyNm": "Australian Dollar", + "Ccy": "AUD", + "CcyNbr": "036", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "UGANDA", + "CcyNm": "Uganda Shilling", + "Ccy": "UGX", + "CcyNbr": "800", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "UKRAINE", + "CcyNm": "Hryvnia", + "Ccy": "UAH", + "CcyNbr": "980", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "UNITED ARAB EMIRATES (THE)", + "CcyNm": "UAE Dirham", + "Ccy": "AED", + "CcyNbr": "784", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "UNITED KINGDOM OF GREAT BRITAIN AND NORTHERN IRELAND (THE)", + "CcyNm": "Pound Sterling", + "Ccy": "GBP", + "CcyNbr": "826", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "UNITED STATES MINOR OUTLYING ISLANDS (THE)", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "UNITED STATES OF AMERICA (THE)", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "UNITED STATES OF AMERICA (THE)", + "CcyNm": { + "@attributes": { + "IsFund": "true" + }, + "@text": "US Dollar (Next day)" + }, + "Ccy": "USN", + "CcyNbr": "997", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "URUGUAY", + "CcyNm": "Peso Uruguayo", + "Ccy": "UYU", + "CcyNbr": "858", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "URUGUAY", + "CcyNm": { + "@attributes": { + "IsFund": "true" + }, + "@text": "Uruguay Peso en Unidades Indexadas (UI)" + }, + "Ccy": "UYI", + "CcyNbr": "940", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "URUGUAY", + "CcyNm": "Unidad Previsional", + "Ccy": "UYW", + "CcyNbr": "927", + "CcyMnrUnts": "4" + }, + { + "CtryNm": "UZBEKISTAN", + "CcyNm": "Uzbekistan Sum", + "Ccy": "UZS", + "CcyNbr": "860", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "VANUATU", + "CcyNm": "Vatu", + "Ccy": "VUV", + "CcyNbr": "548", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "VENEZUELA (BOLIVARIAN REPUBLIC OF)", + "CcyNm": "Bol\u00edvar Soberano", + "Ccy": "VES", + "CcyNbr": "928", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "VENEZUELA (BOLIVARIAN REPUBLIC OF)", + "CcyNm": "Bol\u00edvar Soberano", + "Ccy": "VED", + "CcyNbr": "926", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "VIET NAM", + "CcyNm": "Dong", + "Ccy": "VND", + "CcyNbr": "704", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "VIRGIN ISLANDS (BRITISH)", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "VIRGIN ISLANDS (U.S.)", + "CcyNm": "US Dollar", + "Ccy": "USD", + "CcyNbr": "840", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "WALLIS AND FUTUNA", + "CcyNm": "CFP Franc", + "Ccy": "XPF", + "CcyNbr": "953", + "CcyMnrUnts": "0" + }, + { + "CtryNm": "WESTERN SAHARA", + "CcyNm": "Moroccan Dirham", + "Ccy": "MAD", + "CcyNbr": "504", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "YEMEN", + "CcyNm": "Yemeni Rial", + "Ccy": "YER", + "CcyNbr": "886", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ZAMBIA", + "CcyNm": "Zambian Kwacha", + "Ccy": "ZMW", + "CcyNbr": "967", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ZIMBABWE", + "CcyNm": "Zimbabwe Gold", + "Ccy": "ZWG", + "CcyNbr": "924", + "CcyMnrUnts": "2" + }, + { + "CtryNm": "ZZ01_Bond Markets Unit European_EURCO", + "CcyNm": "Bond Markets Unit European Composite Unit (EURCO)", + "Ccy": "XBA", + "CcyNbr": "955", + "CcyMnrUnts": "N.A." + }, + { + "CtryNm": "ZZ02_Bond Markets Unit European_EMU-6", + "CcyNm": "Bond Markets Unit European Monetary Unit (E.M.U.-6)", + "Ccy": "XBB", + "CcyNbr": "956", + "CcyMnrUnts": "N.A." + }, + { + "CtryNm": "ZZ03_Bond Markets Unit European_EUA-9", + "CcyNm": "Bond Markets Unit European Unit of Account 9 (E.U.A.-9)", + "Ccy": "XBC", + "CcyNbr": "957", + "CcyMnrUnts": "N.A." + }, + { + "CtryNm": "ZZ04_Bond Markets Unit European_EUA-17", + "CcyNm": "Bond Markets Unit European Unit of Account 17 (E.U.A.-17)", + "Ccy": "XBD", + "CcyNbr": "958", + "CcyMnrUnts": "N.A." + }, + { + "CtryNm": "ZZ06_Testing_Code", + "CcyNm": "Codes specifically reserved for testing purposes", + "Ccy": "XTS", + "CcyNbr": "963", + "CcyMnrUnts": "N.A." + }, + { + "CtryNm": "ZZ07_No_Currency", + "CcyNm": "The codes assigned for transactions where no currency is involved", + "Ccy": "XXX", + "CcyNbr": "999", + "CcyMnrUnts": "N.A." + }, + { + "CtryNm": "ZZ08_Gold", + "CcyNm": "Gold", + "Ccy": "XAU", + "CcyNbr": "959", + "CcyMnrUnts": "N.A." + }, + { + "CtryNm": "ZZ09_Palladium", + "CcyNm": "Palladium", + "Ccy": "XPD", + "CcyNbr": "964", + "CcyMnrUnts": "N.A." + }, + { + "CtryNm": "ZZ10_Platinum", + "CcyNm": "Platinum", + "Ccy": "XPT", + "CcyNbr": "962", + "CcyMnrUnts": "N.A." + }, + { + "CtryNm": "ZZ11_Silver", + "CcyNm": "Silver", + "Ccy": "XAG", + "CcyNbr": "961", + "CcyMnrUnts": "N.A." + } + ] + } + } +} diff --git a/external/iso/currency/list-three.json b/external/iso/currency/list-three.json new file mode 100644 index 00000000..82484c9c --- /dev/null +++ b/external/iso/currency/list-three.json @@ -0,0 +1,1194 @@ +{ + "ISO_4217": { + "@attributes": { + "Pblshd": "2025-03-31" + }, + "HstrcCcyTbl": { + "HstrcCcyNtry": [ + { + "CtryNm": "AFGHANISTAN", + "CcyNm": "Afghani", + "Ccy": "AFA", + "CcyNbr": "004", + "WthdrwlDt": "2003-01" + }, + { + "CtryNm": "\u00c5LAND ISLANDS", + "CcyNm": "Markka", + "Ccy": "FIM", + "CcyNbr": "246", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "ALBANIA", + "CcyNm": "Old Lek", + "Ccy": "ALK", + "CcyNbr": "008", + "WthdrwlDt": "1989-12" + }, + { + "CtryNm": "ANDORRA", + "CcyNm": "Andorran Peseta", + "Ccy": "ADP", + "CcyNbr": "020", + "WthdrwlDt": "2003-07" + }, + { + "CtryNm": "ANDORRA", + "CcyNm": "Spanish Peseta", + "Ccy": "ESP", + "CcyNbr": "724", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "ANDORRA", + "CcyNm": "French Franc", + "Ccy": "FRF", + "CcyNbr": "250", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "ANGOLA", + "CcyNm": "Kwanza", + "Ccy": "AOK", + "CcyNbr": "024", + "WthdrwlDt": "1991-03" + }, + { + "CtryNm": "ANGOLA", + "CcyNm": "New Kwanza", + "Ccy": "AON", + "CcyNbr": "024", + "WthdrwlDt": "2000-02" + }, + { + "CtryNm": "ANGOLA", + "CcyNm": "Kwanza Reajustado", + "Ccy": "AOR", + "CcyNbr": "982", + "WthdrwlDt": "2000-02" + }, + { + "CtryNm": "ARGENTINA", + "CcyNm": "Austral", + "Ccy": "ARA", + "CcyNbr": "032", + "WthdrwlDt": "1992-01" + }, + { + "CtryNm": "ARGENTINA", + "CcyNm": "Peso Argentino", + "Ccy": "ARP", + "CcyNbr": "032", + "WthdrwlDt": "1985-07" + }, + { + "CtryNm": "ARGENTINA", + "CcyNm": "Peso", + "Ccy": "ARY", + "CcyNbr": "032", + "WthdrwlDt": "1989 to 1990" + }, + { + "CtryNm": "ARMENIA", + "CcyNm": "Russian Ruble", + "Ccy": "RUR", + "CcyNbr": "810", + "WthdrwlDt": "1994-08" + }, + { + "CtryNm": "AUSTRIA", + "CcyNm": "Schilling", + "Ccy": "ATS", + "CcyNbr": "040", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "AZERBAIJAN", + "CcyNm": "Azerbaijan Manat", + "Ccy": "AYM", + "CcyNbr": "945", + "WthdrwlDt": "2005-10" + }, + { + "CtryNm": "AZERBAIJAN", + "CcyNm": "Azerbaijanian Manat", + "Ccy": "AZM", + "CcyNbr": "031", + "WthdrwlDt": "2005-12" + }, + { + "CtryNm": "AZERBAIJAN", + "CcyNm": "Russian Ruble", + "Ccy": "RUR", + "CcyNbr": "810", + "WthdrwlDt": "1994-08" + }, + { + "CtryNm": "BELARUS", + "CcyNm": "Belarusian Ruble", + "Ccy": "BYB", + "CcyNbr": "112", + "WthdrwlDt": "2001-01" + }, + { + "CtryNm": "BELARUS", + "CcyNm": "Belarusian Ruble", + "Ccy": "BYR", + "CcyNbr": "974", + "WthdrwlDt": "2017-01" + }, + { + "CtryNm": "BELARUS", + "CcyNm": "Russian Ruble", + "Ccy": "RUR", + "CcyNbr": "810", + "WthdrwlDt": "1994-06" + }, + { + "CtryNm": "BELGIUM", + "CcyNm": "Convertible Franc", + "Ccy": "BEC", + "CcyNbr": "993", + "WthdrwlDt": "1990-03" + }, + { + "CtryNm": "BELGIUM", + "CcyNm": "Belgian Franc", + "Ccy": "BEF", + "CcyNbr": "056", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "BELGIUM", + "CcyNm": "Financial Franc", + "Ccy": "BEL", + "CcyNbr": "992", + "WthdrwlDt": "1990-03" + }, + { + "CtryNm": "BOLIVIA", + "CcyNm": "Peso boliviano", + "Ccy": "BOP", + "CcyNbr": "068", + "WthdrwlDt": "1987-02" + }, + { + "CtryNm": "BOSNIA AND HERZEGOVINA", + "CcyNm": "Dinar", + "Ccy": "BAD", + "CcyNbr": "070", + "WthdrwlDt": "1998-07" + }, + { + "CtryNm": "BRAZIL", + "CcyNm": "Cruzeiro", + "Ccy": "BRB", + "CcyNbr": "076", + "WthdrwlDt": "1986-03" + }, + { + "CtryNm": "BRAZIL", + "CcyNm": "Cruzado", + "Ccy": "BRC", + "CcyNbr": "076", + "WthdrwlDt": "1989-02" + }, + { + "CtryNm": "BRAZIL", + "CcyNm": "Cruzeiro", + "Ccy": "BRE", + "CcyNbr": "076", + "WthdrwlDt": "1993-03" + }, + { + "CtryNm": "BRAZIL", + "CcyNm": "New Cruzado", + "Ccy": "BRN", + "CcyNbr": "076", + "WthdrwlDt": "1990-03" + }, + { + "CtryNm": "BRAZIL", + "CcyNm": "Cruzeiro Real", + "Ccy": "BRR", + "CcyNbr": "987", + "WthdrwlDt": "1994-07" + }, + { + "CtryNm": "BULGARIA", + "CcyNm": "Lev A/52", + "Ccy": "BGJ", + "CcyNbr": "100", + "WthdrwlDt": "1989 to 1990" + }, + { + "CtryNm": "BULGARIA", + "CcyNm": "Lev A/62", + "Ccy": "BGK", + "CcyNbr": "100", + "WthdrwlDt": "1989 to 1990" + }, + { + "CtryNm": "BULGARIA", + "CcyNm": "Lev", + "Ccy": "BGL", + "CcyNbr": "100", + "WthdrwlDt": "2003-11" + }, + { + "CtryNm": "BURMA", + "CcyNm": "Kyat", + "Ccy": "BUK", + "CcyNbr": "104", + "WthdrwlDt": "1990-02" + }, + { + "CtryNm": "CROATIA", + "CcyNm": "Croatian Dinar", + "Ccy": "HRD", + "CcyNbr": "191", + "WthdrwlDt": "1995-01" + }, + { + "CtryNm": "CROATIA", + "CcyNm": "Croatian Kuna", + "Ccy": "HRK", + "CcyNbr": "191", + "WthdrwlDt": "2015-06" + }, + { + "CtryNm": "CROATIA", + "CcyNm": "Kuna", + "Ccy": "HRK", + "CcyNbr": "191", + "WthdrwlDt": "2023-01" + }, + { + "CtryNm": "CUBA", + "CcyNm": "Peso Convertible", + "Ccy": "CUC", + "CcyNbr": "931", + "WthdrwlDt": "2021-06" + }, + { + "CtryNm": "CURA\u00c7AO", + "CcyNm": "Netherlands Antillean Guilder", + "Ccy": "ANG", + "CcyNbr": "532", + "WthdrwlDt": "2025-03" + }, + { + "CtryNm": "CYPRUS", + "CcyNm": "Cyprus Pound", + "Ccy": "CYP", + "CcyNbr": "196", + "WthdrwlDt": "2008-01" + }, + { + "CtryNm": "CZECHOSLOVAKIA", + "CcyNm": "Krona A/53", + "Ccy": "CSJ", + "CcyNbr": "203", + "WthdrwlDt": "1989 to 1990" + }, + { + "CtryNm": "CZECHOSLOVAKIA", + "CcyNm": "Koruna", + "Ccy": "CSK", + "CcyNbr": "200", + "WthdrwlDt": "1993-03" + }, + { + "CtryNm": "ECUADOR", + "CcyNm": "Sucre", + "Ccy": "ECS", + "CcyNbr": "218", + "WthdrwlDt": "2000-09" + }, + { + "CtryNm": "ECUADOR", + "CcyNm": "Unidad de Valor Constante (UVC)", + "Ccy": "ECV", + "CcyNbr": "983", + "WthdrwlDt": "2000-09" + }, + { + "CtryNm": "EQUATORIAL GUINEA", + "CcyNm": "Ekwele", + "Ccy": "GQE", + "CcyNbr": "226", + "WthdrwlDt": "1986-06" + }, + { + "CtryNm": "ESTONIA", + "CcyNm": "Kroon", + "Ccy": "EEK", + "CcyNbr": "233", + "WthdrwlDt": "2011-01" + }, + { + "CtryNm": "EUROPEAN MONETARY CO-OPERATION FUND (EMCF)", + "CcyNm": "European Currency Unit (E.C.U)", + "Ccy": "XEU", + "CcyNbr": "954", + "WthdrwlDt": "1999-01" + }, + { + "CtryNm": "FINLAND", + "CcyNm": "Markka", + "Ccy": "FIM", + "CcyNbr": "246", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "FRANCE", + "CcyNm": "French Franc", + "Ccy": "FRF", + "CcyNbr": "250", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "FRENCH GUIANA", + "CcyNm": "French Franc", + "Ccy": "FRF", + "CcyNbr": "250", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "FRENCH SOUTHERN TERRITORIES", + "CcyNm": "French Franc", + "Ccy": "FRF", + "CcyNbr": "250", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "GEORGIA", + "CcyNm": "Georgian Coupon", + "Ccy": "GEK", + "CcyNbr": "268", + "WthdrwlDt": "1995-10" + }, + { + "CtryNm": "GEORGIA", + "CcyNm": "Russian Ruble", + "Ccy": "RUR", + "CcyNbr": "810", + "WthdrwlDt": "1994-04" + }, + { + "CtryNm": "GERMAN DEMOCRATIC REPUBLIC", + "CcyNm": "Mark der DDR", + "Ccy": "DDM", + "CcyNbr": "278", + "WthdrwlDt": "1990-07 to 1990-09" + }, + { + "CtryNm": "GERMANY", + "CcyNm": "Deutsche Mark", + "Ccy": "DEM", + "CcyNbr": "276", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "GHANA", + "CcyNm": "Cedi", + "Ccy": "GHC", + "CcyNbr": "288", + "WthdrwlDt": "2008-01" + }, + { + "CtryNm": "GHANA", + "CcyNm": "Ghana Cedi", + "Ccy": "GHP", + "CcyNbr": "939", + "WthdrwlDt": "2007-06" + }, + { + "CtryNm": "GREECE", + "CcyNm": "Drachma", + "Ccy": "GRD", + "CcyNbr": "300", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "GUADELOUPE", + "CcyNm": "French Franc", + "Ccy": "FRF", + "CcyNbr": "250", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "GUINEA", + "CcyNm": "Syli", + "Ccy": "GNE", + "CcyNbr": "324", + "WthdrwlDt": "1989-12" + }, + { + "CtryNm": "GUINEA", + "CcyNm": "Syli", + "Ccy": "GNS", + "CcyNbr": "324", + "WthdrwlDt": "1986-02" + }, + { + "CtryNm": "GUINEA-BISSAU", + "CcyNm": "Guinea Escudo", + "Ccy": "GWE", + "CcyNbr": "624", + "WthdrwlDt": "1978 to 1981" + }, + { + "CtryNm": "GUINEA-BISSAU", + "CcyNm": "Guinea-Bissau Peso", + "Ccy": "GWP", + "CcyNbr": "624", + "WthdrwlDt": "1997-05" + }, + { + "CtryNm": "HOLY SEE (VATICAN CITY STATE)", + "CcyNm": "Italian Lira", + "Ccy": "ITL", + "CcyNbr": "380", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "ICELAND", + "CcyNm": "Old Krona", + "Ccy": "ISJ", + "CcyNbr": "352", + "WthdrwlDt": "1989 to 1990" + }, + { + "CtryNm": "IRELAND", + "CcyNm": "Irish Pound", + "Ccy": "IEP", + "CcyNbr": "372", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "ISRAEL", + "CcyNm": "Pound", + "Ccy": "ILP", + "CcyNbr": "376", + "WthdrwlDt": "1978 to 1981" + }, + { + "CtryNm": "ISRAEL", + "CcyNm": "Old Shekel", + "Ccy": "ILR", + "CcyNbr": "376", + "WthdrwlDt": "1989 to 1990" + }, + { + "CtryNm": "ITALY", + "CcyNm": "Italian Lira", + "Ccy": "ITL", + "CcyNbr": "380", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "KAZAKHSTAN", + "CcyNm": "Russian Ruble", + "Ccy": "RUR", + "CcyNbr": "810", + "WthdrwlDt": "1994-05" + }, + { + "CtryNm": "KYRGYZSTAN", + "CcyNm": "Russian Ruble", + "Ccy": "RUR", + "CcyNbr": "810", + "WthdrwlDt": "1993-01" + }, + { + "CtryNm": "LAO", + "CcyNm": "Pathet Lao Kip", + "Ccy": "LAJ", + "CcyNbr": "418", + "WthdrwlDt": "1979-12" + }, + { + "CtryNm": "LATVIA", + "CcyNm": "Latvian Lats", + "Ccy": "LVL", + "CcyNbr": "428", + "WthdrwlDt": "2014-01" + }, + { + "CtryNm": "LATVIA", + "CcyNm": "Latvian Ruble", + "Ccy": "LVR", + "CcyNbr": "428", + "WthdrwlDt": "1994-12" + }, + { + "CtryNm": "LESOTHO", + "CcyNm": "Loti", + "Ccy": "LSM", + "CcyNbr": "426", + "WthdrwlDt": "1985-05" + }, + { + "CtryNm": "LESOTHO", + "CcyNm": "Financial Rand", + "Ccy": "ZAL", + "CcyNbr": "991", + "WthdrwlDt": "1995-03" + }, + { + "CtryNm": "LITHUANIA", + "CcyNm": "Lithuanian Litas", + "Ccy": "LTL", + "CcyNbr": "440", + "WthdrwlDt": "2014-12" + }, + { + "CtryNm": "LITHUANIA", + "CcyNm": "Talonas", + "Ccy": "LTT", + "CcyNbr": "440", + "WthdrwlDt": "1993-07" + }, + { + "CtryNm": "LUXEMBOURG", + "CcyNm": "Luxembourg Convertible Franc", + "Ccy": "LUC", + "CcyNbr": "989", + "WthdrwlDt": "1990-03" + }, + { + "CtryNm": "LUXEMBOURG", + "CcyNm": "Luxembourg Franc", + "Ccy": "LUF", + "CcyNbr": "442", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "LUXEMBOURG", + "CcyNm": "Luxembourg Financial Franc", + "Ccy": "LUL", + "CcyNbr": "988", + "WthdrwlDt": "1990-03" + }, + { + "CtryNm": "MADAGASCAR", + "CcyNm": "Malagasy Franc", + "Ccy": "MGF", + "CcyNbr": "450", + "WthdrwlDt": "2004-12" + }, + { + "CtryNm": "MALAWI", + "CcyNm": "Kwacha", + "Ccy": "MWK", + "CcyNbr": "454", + "WthdrwlDt": "2016-02" + }, + { + "CtryNm": "MALDIVES", + "CcyNm": "Maldive Rupee", + "Ccy": "MVQ", + "CcyNbr": "462", + "WthdrwlDt": "1989-12" + }, + { + "CtryNm": "MALI", + "CcyNm": "Mali Franc", + "Ccy": "MLF", + "CcyNbr": "466", + "WthdrwlDt": "1984-11" + }, + { + "CtryNm": "MALTA", + "CcyNm": "Maltese Lira", + "Ccy": "MTL", + "CcyNbr": "470", + "WthdrwlDt": "2008-01" + }, + { + "CtryNm": "MALTA", + "CcyNm": "Maltese Pound", + "Ccy": "MTP", + "CcyNbr": "470", + "WthdrwlDt": "1983-06" + }, + { + "CtryNm": "MARTINIQUE", + "CcyNm": "French Franc", + "Ccy": "FRF", + "CcyNbr": "250", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "MAURITANIA", + "CcyNm": "Ouguiya", + "Ccy": "MRO", + "CcyNbr": "478", + "WthdrwlDt": "2017-12" + }, + { + "CtryNm": "MAYOTTE", + "CcyNm": "French Franc", + "Ccy": "FRF", + "CcyNbr": "250", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "MEXICO", + "CcyNm": "Mexican Peso", + "Ccy": "MXP", + "CcyNbr": "484", + "WthdrwlDt": "1993-01" + }, + { + "CtryNm": "MOLDOVA, REPUBLIC OF", + "CcyNm": "Russian Ruble", + "Ccy": "RUR", + "CcyNbr": "810", + "WthdrwlDt": "1993-12" + }, + { + "CtryNm": "MONACO", + "CcyNm": "French Franc", + "Ccy": "FRF", + "CcyNbr": "250", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "MOZAMBIQUE", + "CcyNm": "Mozambique Escudo", + "Ccy": "MZE", + "CcyNbr": "508", + "WthdrwlDt": "1978 to 1981" + }, + { + "CtryNm": "MOZAMBIQUE", + "CcyNm": "Mozambique Metical", + "Ccy": "MZM", + "CcyNbr": "508", + "WthdrwlDt": "2006-06" + }, + { + "CtryNm": "NETHERLANDS", + "CcyNm": "Netherlands Guilder", + "Ccy": "NLG", + "CcyNbr": "528", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "NETHERLANDS ANTILLES", + "CcyNm": "Netherlands Antillean Guilder", + "Ccy": "ANG", + "CcyNbr": "532", + "WthdrwlDt": "2010-10" + }, + { + "CtryNm": "NICARAGUA", + "CcyNm": "Cordoba", + "Ccy": "NIC", + "CcyNbr": "558", + "WthdrwlDt": "1990-10" + }, + { + "CtryNm": "PERU", + "CcyNm": "Sol", + "Ccy": "PEH", + "CcyNbr": "604", + "WthdrwlDt": "1989 to 1990" + }, + { + "CtryNm": "PERU", + "CcyNm": "Inti", + "Ccy": "PEI", + "CcyNbr": "604", + "WthdrwlDt": "1991-07" + }, + { + "CtryNm": "PERU", + "CcyNm": "Nuevo Sol", + "Ccy": "PEN", + "CcyNbr": "604", + "WthdrwlDt": "2015-12" + }, + { + "CtryNm": "PERU", + "CcyNm": "Sol", + "Ccy": "PES", + "CcyNbr": "604", + "WthdrwlDt": "1986-02" + }, + { + "CtryNm": "POLAND", + "CcyNm": "Zloty", + "Ccy": "PLZ", + "CcyNbr": "616", + "WthdrwlDt": "1997-01" + }, + { + "CtryNm": "PORTUGAL", + "CcyNm": "Portuguese Escudo", + "Ccy": "PTE", + "CcyNbr": "620", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "R\u00c9UNION", + "CcyNm": "French Franc", + "Ccy": "FRF", + "CcyNbr": "250", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "ROMANIA", + "CcyNm": "Leu A/52", + "Ccy": "ROK", + "CcyNbr": "642", + "WthdrwlDt": "1989 to 1990" + }, + { + "CtryNm": "ROMANIA", + "CcyNm": "Old Leu", + "Ccy": "ROL", + "CcyNbr": "642", + "WthdrwlDt": "2005-06" + }, + { + "CtryNm": "ROMANIA", + "CcyNm": "New Romanian Leu", + "Ccy": "RON", + "CcyNbr": "946", + "WthdrwlDt": "2015-06" + }, + { + "CtryNm": "RUSSIAN FEDERATION", + "CcyNm": "Russian Ruble", + "Ccy": "RUR", + "CcyNbr": "810", + "WthdrwlDt": "2004-01" + }, + { + "CtryNm": "SAINT MARTIN", + "CcyNm": "French Franc", + "Ccy": "FRF", + "CcyNbr": "250", + "WthdrwlDt": "1999-01" + }, + { + "CtryNm": "SAINT PIERRE AND MIQUELON", + "CcyNm": "French Franc", + "Ccy": "FRF", + "CcyNbr": "250", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "SAINT-BARTH\u00c9LEMY", + "CcyNm": "French Franc", + "Ccy": "FRF", + "CcyNbr": "250", + "WthdrwlDt": "1999-01" + }, + { + "CtryNm": "SAN MARINO", + "CcyNm": "Italian Lira", + "Ccy": "ITL", + "CcyNbr": "380", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "SAO TOME AND PRINCIPE", + "CcyNm": "Dobra", + "Ccy": "STD", + "CcyNbr": "678", + "WthdrwlDt": "2017-12" + }, + { + "CtryNm": "SERBIA AND MONTENEGRO", + "CcyNm": "Serbian Dinar", + "Ccy": "CSD", + "CcyNbr": "891", + "WthdrwlDt": "2006-10" + }, + { + "CtryNm": "SERBIA AND MONTENEGRO", + "CcyNm": "Euro", + "Ccy": "EUR", + "CcyNbr": "978", + "WthdrwlDt": "2006-10" + }, + { + "CtryNm": "SIERRA LEONE", + "CcyNm": "Leone", + "Ccy": "SLL", + "CcyNbr": "694", + "WthdrwlDt": "2023-12" + }, + { + "CtryNm": "SINT MAARTEN (DUTCH PART)", + "CcyNm": "Netherlands Antillean Guilder", + "Ccy": "ANG", + "CcyNbr": "532", + "WthdrwlDt": "2025-03" + }, + { + "CtryNm": "SLOVAKIA", + "CcyNm": "Slovak Koruna", + "Ccy": "SKK", + "CcyNbr": "703", + "WthdrwlDt": "2009-01" + }, + { + "CtryNm": "SLOVENIA", + "CcyNm": "Tolar", + "Ccy": "SIT", + "CcyNbr": "705", + "WthdrwlDt": "2007-01" + }, + { + "CtryNm": "SOUTH AFRICA", + "CcyNm": "Financial Rand", + "Ccy": "ZAL", + "CcyNbr": "991", + "WthdrwlDt": "1995-03" + }, + { + "CtryNm": "SOUTH SUDAN", + "CcyNm": "Sudanese Pound", + "Ccy": "SDG", + "CcyNbr": "938", + "WthdrwlDt": "2012-09" + }, + { + "CtryNm": "SOUTHERN RHODESIA", + "CcyNm": "Rhodesian Dollar", + "Ccy": "RHD", + "CcyNbr": "716", + "WthdrwlDt": "1978 to 1981" + }, + { + "CtryNm": "SPAIN", + "CcyNm": "Spanish Peseta", + "Ccy": "ESA", + "CcyNbr": "996", + "WthdrwlDt": "1978 to 1981" + }, + { + "CtryNm": "SPAIN", + "CcyNm": "\"A\" Account (convertible Peseta Account)", + "Ccy": "ESB", + "CcyNbr": "995", + "WthdrwlDt": "1994-12" + }, + { + "CtryNm": "SPAIN", + "CcyNm": "Spanish Peseta", + "Ccy": "ESP", + "CcyNbr": "724", + "WthdrwlDt": "2002-03" + }, + { + "CtryNm": "SUDAN", + "CcyNm": "Sudanese Dinar", + "Ccy": "SDD", + "CcyNbr": "736", + "WthdrwlDt": "2007-07" + }, + { + "CtryNm": "SUDAN", + "CcyNm": "Sudanese Pound", + "Ccy": "SDP", + "CcyNbr": "736", + "WthdrwlDt": "1998-06" + }, + { + "CtryNm": "SURINAME", + "CcyNm": "Surinam Guilder", + "Ccy": "SRG", + "CcyNbr": "740", + "WthdrwlDt": "2003-12" + }, + { + "CtryNm": "SWAZILAND", + "CcyNm": "Lilangeni", + "Ccy": "SZL", + "CcyNbr": "748", + "WthdrwlDt": "2018-08" + }, + { + "CtryNm": "SWITZERLAND", + "CcyNm": "WIR Franc (for electronic)", + "Ccy": "CHC", + "CcyNbr": "948", + "WthdrwlDt": "2004-11" + }, + { + "CtryNm": "TAJIKISTAN", + "CcyNm": "Russian Ruble", + "Ccy": "RUR", + "CcyNbr": "810", + "WthdrwlDt": "1995-05" + }, + { + "CtryNm": "TAJIKISTAN", + "CcyNm": "Tajik Ruble", + "Ccy": "TJR", + "CcyNbr": "762", + "WthdrwlDt": "2001-04" + }, + { + "CtryNm": "TIMOR-LESTE", + "CcyNm": "Rupiah", + "Ccy": "IDR", + "CcyNbr": "360", + "WthdrwlDt": "2002-07" + }, + { + "CtryNm": "TIMOR-LESTE", + "CcyNm": "Timor Escudo", + "Ccy": "TPE", + "CcyNbr": "626", + "WthdrwlDt": "2002-11" + }, + { + "CtryNm": "TURKEY", + "CcyNm": "Old Turkish Lira", + "Ccy": "TRL", + "CcyNbr": "792", + "WthdrwlDt": "2005-12" + }, + { + "CtryNm": "TURKEY", + "CcyNm": "New Turkish Lira", + "Ccy": "TRY", + "CcyNbr": "949", + "WthdrwlDt": "2009-01" + }, + { + "CtryNm": "TURKMENISTAN", + "CcyNm": "Russian Ruble", + "Ccy": "RUR", + "CcyNbr": "810", + "WthdrwlDt": "1993-10" + }, + { + "CtryNm": "TURKMENISTAN", + "CcyNm": "Turkmenistan Manat", + "Ccy": "TMM", + "CcyNbr": "795", + "WthdrwlDt": "2009-01" + }, + { + "CtryNm": "UGANDA", + "CcyNm": "Uganda Shilling", + "Ccy": "UGS", + "CcyNbr": "800", + "WthdrwlDt": "1987-05" + }, + { + "CtryNm": "UGANDA", + "CcyNm": "Old Shilling", + "Ccy": "UGW", + "CcyNbr": "800", + "WthdrwlDt": "1989 to 1990" + }, + { + "CtryNm": "UKRAINE", + "CcyNm": "Karbovanet", + "Ccy": "UAK", + "CcyNbr": "804", + "WthdrwlDt": "1996-09" + }, + { + "CtryNm": "UNION OF SOVIET SOCIALIST REPUBLICS", + "CcyNm": "Rouble", + "Ccy": "SUR", + "CcyNbr": "810", + "WthdrwlDt": "1990-12" + }, + { + "CtryNm": "UNITED STATES", + "CcyNm": "US Dollar (Same day)", + "Ccy": "USS", + "CcyNbr": "998", + "WthdrwlDt": "2014-03" + }, + { + "CtryNm": "URUGUAY", + "CcyNm": "Old Uruguay Peso", + "Ccy": "UYN", + "CcyNbr": "858", + "WthdrwlDt": "1989-12" + }, + { + "CtryNm": "URUGUAY", + "CcyNm": "Uruguayan Peso", + "Ccy": "UYP", + "CcyNbr": "858", + "WthdrwlDt": "1993-03" + }, + { + "CtryNm": "UZBEKISTAN", + "CcyNm": "Russian Ruble", + "Ccy": "RUR", + "CcyNbr": "810", + "WthdrwlDt": "1994-07" + }, + { + "CtryNm": "VENEZUELA", + "CcyNm": "Bolivar", + "Ccy": "VEB", + "CcyNbr": "862", + "WthdrwlDt": "2008-01" + }, + { + "CtryNm": "VENEZUELA", + "CcyNm": "Bolivar Fuerte", + "Ccy": "VEF", + "CcyNbr": "937", + "WthdrwlDt": "2011-12" + }, + { + "CtryNm": "VENEZUELA (BOLIVARIAN REPUBLIC OF)", + "CcyNm": "Bolivar", + "Ccy": "VEF", + "CcyNbr": "937", + "WthdrwlDt": "2016-02" + }, + { + "CtryNm": "VENEZUELA (BOLIVARIAN REPUBLIC OF)", + "CcyNm": "Bol\u00edvar", + "Ccy": "VEF", + "CcyNbr": "937", + "WthdrwlDt": "2018-08" + }, + { + "CtryNm": "VIETNAM", + "CcyNm": "Old Dong", + "Ccy": "VNC", + "CcyNbr": "704", + "WthdrwlDt": "1989-1990" + }, + { + "CtryNm": "YEMEN, DEMOCRATIC", + "CcyNm": "Yemeni Dinar", + "Ccy": "YDD", + "CcyNbr": "720", + "WthdrwlDt": "1991-09" + }, + { + "CtryNm": "YUGOSLAVIA", + "CcyNm": "New Yugoslavian Dinar", + "Ccy": "YUD", + "CcyNbr": "890", + "WthdrwlDt": "1990-01" + }, + { + "CtryNm": "YUGOSLAVIA", + "CcyNm": "New Dinar", + "Ccy": "YUM", + "CcyNbr": "891", + "WthdrwlDt": "2003-07" + }, + { + "CtryNm": "YUGOSLAVIA", + "CcyNm": "Yugoslavian Dinar", + "Ccy": "YUN", + "CcyNbr": "890", + "WthdrwlDt": "1995-11" + }, + { + "CtryNm": "ZAIRE", + "CcyNm": "New Zaire", + "Ccy": "ZRN", + "CcyNbr": "180", + "WthdrwlDt": "1999-06" + }, + { + "CtryNm": "ZAIRE", + "CcyNm": "Zaire", + "Ccy": "ZRZ", + "CcyNbr": "180", + "WthdrwlDt": "1994-02" + }, + { + "CtryNm": "ZAMBIA", + "CcyNm": "Zambian Kwacha", + "Ccy": "ZMK", + "CcyNbr": "894", + "WthdrwlDt": "2012-12" + }, + { + "CtryNm": "ZIMBABWE", + "CcyNm": "Rhodesian Dollar", + "Ccy": "ZWC", + "CcyNbr": "716", + "WthdrwlDt": "1989-12" + }, + { + "CtryNm": "ZIMBABWE", + "CcyNm": "Zimbabwe Dollar (old)", + "Ccy": "ZWD", + "CcyNbr": "716", + "WthdrwlDt": "2006-08" + }, + { + "CtryNm": "ZIMBABWE", + "CcyNm": "Zimbabwe Dollar", + "Ccy": "ZWD", + "CcyNbr": "716", + "WthdrwlDt": "2008-08" + }, + { + "CtryNm": "ZIMBABWE", + "CcyNm": "Zimbabwe Dollar (new)", + "Ccy": "ZWN", + "CcyNbr": "942", + "WthdrwlDt": "2006-09" + }, + { + "CtryNm": "ZIMBABWE", + "CcyNm": "Zimbabwe Dollar", + "Ccy": "ZWR", + "CcyNbr": "935", + "WthdrwlDt": "2009-06" + }, + { + "CtryNm": "ZIMBABWE", + "CcyNm": "Zimbabwe\u00a0Dollar", + "Ccy": "ZWL", + "CcyNbr": "932", + "WthdrwlDt": "2024-09" + }, + { + "CtryNm": "ZZ01_Gold-Franc", + "CcyNm": "Gold-Franc", + "Ccy": "XFO", + "WthdrwlDt": "2006-10" + }, + { + "CtryNm": "ZZ02_RINET Funds Code", + "CcyNm": { + "@attributes": { + "IsFund": "WAHR" + }, + "@text": "RINET Funds Code" + }, + "Ccy": "XRE", + "WthdrwlDt": "1999-11" + }, + { + "CtryNm": "ZZ05_UIC-Franc", + "CcyNm": { + "@attributes": { + "IsFund": "WAHR" + }, + "@text": "UIC-Franc" + }, + "Ccy": "XFU", + "WthdrwlDt": "2013-11" + } + ] + } + } +} diff --git a/external/iso/language/ISO-639-2_utf-8.txt b/external/iso/language/ISO-639-2_utf-8.txt new file mode 100644 index 00000000..71254709 --- /dev/null +++ b/external/iso/language/ISO-639-2_utf-8.txt @@ -0,0 +1,487 @@ +aar||aa|Afar|afar +abk||ab|Abkhazian|abkhaze +ace|||Achinese|aceh +ach|||Acoli|acoli +ada|||Adangme|adangme +ady|||Adyghe; Adygei|adyghé +afa|||Afro-Asiatic languages|afro-asiatiques, langues +afh|||Afrihili|afrihili +afr||af|Afrikaans|afrikaans +ain|||Ainu|aïnou +aka||ak|Akan|akan +akk|||Akkadian|akkadien +alb|sqi|sq|Albanian|albanais +ale|||Aleut|aléoute +alg|||Algonquian languages|algonquines, langues +alt|||Southern Altai|altai du Sud +amh||am|Amharic|amharique +ang|||English, Old (ca.450-1100)|anglo-saxon (ca.450-1100) +anp|||Angika|angika +apa|||Apache languages|apaches, langues +ara||ar|Arabic|arabe +arc|||Official Aramaic (700-300 BCE); Imperial Aramaic (700-300 BCE)|araméen d'empire (700-300 BCE) +arg||an|Aragonese|aragonais +arm|hye|hy|Armenian|arménien +arn|||Mapudungun; Mapuche|mapudungun; mapuche; mapuce +arp|||Arapaho|arapaho +art|||Artificial languages|artificielles, langues +arw|||Arawak|arawak +asm||as|Assamese|assamais +ast|||Asturian; Bable; Leonese; Asturleonese|asturien; bable; léonais; asturoléonais +ath|||Athapascan languages|athapascanes, langues +aus|||Australian languages|australiennes, langues +ava||av|Avaric|avar +ave||ae|Avestan|avestique +awa|||Awadhi|awadhi +aym||ay|Aymara|aymara +aze||az|Azerbaijani|azéri +bad|||Banda languages|banda, langues +bai|||Bamileke languages|bamiléké, langues +bak||ba|Bashkir|bachkir +bal|||Baluchi|baloutchi +bam||bm|Bambara|bambara +ban|||Balinese|balinais +baq|eus|eu|Basque|basque +bas|||Basa|basa +bat|||Baltic languages|baltes, langues +bej|||Beja; Bedawiyet|bedja +bel||be|Belarusian|biélorusse +bem|||Bemba|bemba +ben||bn|Bengali|bengali +ber|||Berber languages|berbères, langues +bho|||Bhojpuri|bhojpuri +bih|||Bihari languages|langues biharis +bik|||Bikol|bikol +bin|||Bini; Edo|bini; edo +bis||bi|Bislama|bichlamar +bla|||Siksika|blackfoot +bnt|||Bantu languages|bantou, langues +bos||bs|Bosnian|bosniaque +bra|||Braj|braj +bre||br|Breton|breton +btk|||Batak languages|batak, langues +bua|||Buriat|bouriate +bug|||Buginese|bugi +bul||bg|Bulgarian|bulgare +bur|mya|my|Burmese|birman +byn|||Blin; Bilin|blin; bilen +cad|||Caddo|caddo +cai|||Central American Indian languages|amérindiennes de L'Amérique centrale, langues +car|||Galibi Carib|karib; galibi; carib +cat||ca|Catalan; Valencian|catalan; valencien +cau|||Caucasian languages|caucasiennes, langues +ceb|||Cebuano|cebuano +cel|||Celtic languages|celtiques, langues; celtes, langues +cha||ch|Chamorro|chamorro +chb|||Chibcha|chibcha +che||ce|Chechen|tchétchène +chg|||Chagatai|djaghataï +chi|zho|zh|Chinese|chinois +chk|||Chuukese|chuuk +chm|||Mari|mari +chn|||Chinook jargon|chinook, jargon +cho|||Choctaw|choctaw +chp|||Chipewyan; Dene Suline|chipewyan +chr|||Cherokee|cherokee +chu||cu|Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic|slavon d'église; vieux slave; slavon liturgique; vieux bulgare +chv||cv|Chuvash|tchouvache +chy|||Cheyenne|cheyenne +cmc|||Chamic languages|chames, langues +cnr|||Montenegrin|monténégrin +cop|||Coptic|copte +cor||kw|Cornish|cornique +cos||co|Corsican|corse +cpe|||Creoles and pidgins, English based|créoles et pidgins basés sur l'anglais +cpf|||Creoles and pidgins, French-based|créoles et pidgins basés sur le français +cpp|||Creoles and pidgins, Portuguese-based|créoles et pidgins basés sur le portugais +cre||cr|Cree|cree +crh|||Crimean Tatar; Crimean Turkish|tatar de Crimé +crp|||Creoles and pidgins|créoles et pidgins +csb|||Kashubian|kachoube +cus|||Cushitic languages|couchitiques, langues +cze|ces|cs|Czech|tchèque +dak|||Dakota|dakota +dan||da|Danish|danois +dar|||Dargwa|dargwa +day|||Land Dayak languages|dayak, langues +del|||Delaware|delaware +den|||Slave (Athapascan)|esclave (athapascan) +dgr|||Tlicho; Dogrib|tlicho; dogrib +din|||Dinka|dinka +div||dv|Divehi; Dhivehi; Maldivian|maldivien +doi|||Dogri|dogri +dra|||Dravidian languages|dravidiennes, langues +dsb|||Lower Sorbian|bas-sorabe +dua|||Duala|douala +dum|||Dutch, Middle (ca.1050-1350)|néerlandais moyen (ca. 1050-1350) +dut|nld|nl|Dutch; Flemish|néerlandais; flamand +dyu|||Dyula|dioula +dzo||dz|Dzongkha|dzongkha +efi|||Efik|efik +egy|||Egyptian (Ancient)|égyptien +eka|||Ekajuk|ekajuk +elx|||Elamite|élamite +eng||en|English|anglais +enm|||English, Middle (1100-1500)|anglais moyen (1100-1500) +epo||eo|Esperanto|espéranto +est||et|Estonian|estonien +ewe||ee|Ewe|éwé +ewo|||Ewondo|éwondo +fan|||Fang|fang +fao||fo|Faroese|féroïen +fat|||Fanti|fanti +fij||fj|Fijian|fidjien +fil|||Filipino; Pilipino|filipino; pilipino +fin||fi|Finnish|finnois +fiu|||Finno-Ugrian languages|finno-ougriennes, langues +fon|||Fon|fon +fre|fra|fr|French|français +frm|||French, Middle (ca.1400-1600)|français moyen (1400-1600) +fro|||French, Old (842-ca.1400)|français ancien (842-ca.1400) +frr|||Northern Frisian|frison septentrional +frs|||Eastern Frisian|frison oriental +fry||fy|Western Frisian|frison occidental +ful||ff|Fulah|peul +fur|||Friulian|frioulan +gaa|||Ga|ga +gay|||Gayo|gayo +gba|||Gbaya|gbaya +gem|||Germanic languages|germaniques, langues +geo|kat|ka|Georgian|géorgien +ger|deu|de|German|allemand +gez|||Geez|guèze +gil|||Gilbertese|kiribati +gla||gd|Gaelic; Scottish Gaelic|gaélique; gaélique écossais +gle||ga|Irish|irlandais +glg||gl|Galician|galicien +glv||gv|Manx|manx; mannois +gmh|||German, Middle High (ca.1050-1500)|allemand, moyen haut (ca. 1050-1500) +goh|||German, Old High (ca.750-1050)|allemand, vieux haut (ca. 750-1050) +gon|||Gondi|gond +gor|||Gorontalo|gorontalo +got|||Gothic|gothique +grb|||Grebo|grebo +grc|||Greek, Ancient (to 1453)|grec ancien (jusqu'à 1453) +gre|ell|el|Modern Greek (1453-)|grec moderne (1453-) +grn||gn|Guarani|guarani +gsw|||Swiss German; Alemannic; Alsatian|suisse alémanique; alémanique; alsacien +guj||gu|Gujarati|goudjrati +gwi|||Gwich'in|gwich'in +hai|||Haida|haida +hat||ht|Haitian; Haitian Creole|haïtien; créole haïtien +hau||ha|Hausa|haoussa +haw|||Hawaiian|hawaïen +heb||he|Hebrew|hébreu +her||hz|Herero|herero +hil|||Hiligaynon|hiligaynon +him|||Himachali languages; Western Pahari languages|langues himachalis; langues paharis occidentales +hin||hi|Hindi|hindi +hit|||Hittite|hittite +hmn|||Hmong; Mong|hmong +hmo||ho|Hiri Motu|hiri motu +hrv||hr|Croatian|croate +hsb|||Upper Sorbian|haut-sorabe +hun||hu|Hungarian|hongrois +hup|||Hupa|hupa +iba|||Iban|iban +ibo||ig|Igbo|igbo +ice|isl|is|Icelandic|islandais +ido||io|Ido|ido +iii||ii|Sichuan Yi; Nuosu|yi de Sichuan +ijo|||Ijo languages|ijo, langues +iku||iu|Inuktitut|inuktitut +ile||ie|Interlingue; Occidental|interlingue +ilo|||Iloko|ilocano +ina||ia|Interlingua (International Auxiliary Language Association)|interlingua (langue auxiliaire internationale) +inc|||Indic languages|indo-aryennes, langues +ind||id|Indonesian|indonésien +ine|||Indo-European languages|indo-européennes, langues +inh|||Ingush|ingouche +ipk||ik|Inupiaq|inupiaq +ira|||Iranian languages|iraniennes, langues +iro|||Iroquoian languages|iroquoises, langues +ita||it|Italian|italien +jav||jv|Javanese|javanais +jbo|||Lojban|lojban +jpn||ja|Japanese|japonais +jpr|||Judeo-Persian|judéo-persan +jrb|||Judeo-Arabic|judéo-arabe +kaa|||Kara-Kalpak|karakalpak +kab|||Kabyle|kabyle +kac|||Kachin; Jingpho|kachin; jingpho +kal||kl|Kalaallisut; Greenlandic|groenlandais +kam|||Kamba|kamba +kan||kn|Kannada|kannada +kar|||Karen languages|karen, langues +kas||ks|Kashmiri|kashmiri +kau||kr|Kanuri|kanouri +kaw|||Kawi|kawi +kaz||kk|Kazakh|kazakh +kbd|||Kabardian|kabardien +kha|||Khasi|khasi +khi|||Khoisan languages|khoïsan, langues +khm||km|Central Khmer|khmer central +kho|||Khotanese; Sakan|khotanais; sakan +kik||ki|Kikuyu; Gikuyu|kikuyu +kin||rw|Kinyarwanda|rwanda +kir||ky|Kirghiz; Kyrgyz|kirghiz +kmb|||Kimbundu|kimbundu +kok|||Konkani|konkani +kom||kv|Komi|kom +kon||kg|Kongo|kongo +kor||ko|Korean|coréen +kos|||Kosraean|kosrae +kpe|||Kpelle|kpellé +krc|||Karachay-Balkar|karatchai balkar +krl|||Karelian|carélien +kro|||Kru languages|krou, langues +kru|||Kurukh|kurukh +kua||kj|Kuanyama; Kwanyama|kuanyama; kwanyama +kum|||Kumyk|koumyk +kur||ku|Kurdish|kurde +kut|||Kutenai|kutenai +lad|||Ladino|judéo-espagnol +lah|||Lahnda|lahnda +lam|||Lamba|lamba +lao||lo|Lao|lao +lat||la|Latin|latin +lav||lv|Latvian|letton +lez|||Lezghian|lezghien +lim||li|Limburgan; Limburger; Limburgish|limbourgeois +lin||ln|Lingala|lingala +lit||lt|Lithuanian|lituanien +lol|||Mongo|mongo +loz|||Lozi|lozi +ltz||lb|Luxembourgish; Letzeburgesch|luxembourgeois +lua|||Luba-Lulua|luba-lulua +lub||lu|Luba-Katanga|luba-katanga +lug||lg|Ganda|ganda +lui|||Luiseno|luiseno +lun|||Lunda|lunda +luo|||Luo (Kenya and Tanzania)|luo (Kenya et Tanzanie) +lus|||Lushai|lushai +mac|mkd|mk|Macedonian|macédonien +mad|||Madurese|madourais +mag|||Magahi|magahi +mah||mh|Marshallese|marshall +mai|||Maithili|maithili +mak|||Makasar|makassar +mal||ml|Malayalam|malayalam +man|||Mandingo|mandingue +mao|mri|mi|Maori|maori +map|||Austronesian languages|austronésiennes, langues +mar||mr|Marathi|marathe +mas|||Masai|massaï +may|msa|ms|Malay|malais +mdf|||Moksha|moksa +mdr|||Mandar|mandar +men|||Mende|mendé +mga|||Irish, Middle (900-1200)|irlandais moyen (900-1200) +mic|||Mi'kmaq; Micmac|mi'kmaq; micmac +min|||Minangkabau|minangkabau +mis|||Uncoded languages|langues non codées +mkh|||Mon-Khmer languages|môn-khmer, langues +mlg||mg|Malagasy|malgache +mlt||mt|Maltese|maltais +mnc|||Manchu|mandchou +mni|||Manipuri|manipuri +mno|||Manobo languages|manobo, langues +moh|||Mohawk|mohawk +mon||mn|Mongolian|mongol +mos|||Mossi|moré +mul|||Multiple languages|multilingue +mun|||Munda languages|mounda, langues +mus|||Creek|muskogee +mwl|||Mirandese|mirandais +mwr|||Marwari|marvari +myn|||Mayan languages|maya, langues +myv|||Erzya|erza +nah|||Nahuatl languages|nahuatl, langues +nai|||North American Indian languages|nord-amérindiennes, langues +nap|||Neapolitan|napolitain +nau||na|Nauru|nauruan +nav||nv|Navajo; Navaho|navaho +nbl||nr|South Ndebele|ndébélé du Sud +nde||nd|North Ndebele|ndébélé du Nord +ndo||ng|Ndonga|ndonga +nds|||Low German; Low Saxon; German, Low; Saxon, Low|bas allemand; bas saxon; allemand, bas; saxon, bas +nep||ne|Nepali|népalais +new|||Nepal Bhasa; Newar; Newari|nepal bhasa; néwar; newari +nia|||Nias|nias +nic|||Niger-Kordofanian languages|nigéro-kordofaniennes, langues +niu|||Niuean|niué +nno||nn|Norwegian Nynorsk|norvégien nynorsk +nob||nb|Norwegian Bokmål|norvégien bokmål +nog|||Nogai|nogaï; nogay +non|||Norse, Old|norrois, vieux +nor||no|Norwegian|norvégien +nqo|||N'Ko|n'ko +nso|||Pedi; Sepedi; Northern Sotho|pedi; sepedi; sotho du Nord +nub|||Nubian languages|nubiennes, langues +nwc|||Classical Newari; Old Newari; Classical Nepal Bhasa|newari classique +nya||ny|Chichewa; Chewa; Nyanja|chichewa; chewa; nyanja +nym|||Nyamwezi|nyamwezi +nyn|||Nyankole|nyankolé +nyo|||Nyoro|nyoro +nzi|||Nzima|nzema +oci||oc|Occitan (post 1500)|occitan (après 1500) +oji||oj|Ojibwa|ojibwa +ori||or|Oriya|oriya +orm||om|Oromo|galla +osa|||Osage|osage +oss||os|Ossetian; Ossetic|ossète +ota|||Turkish, Ottoman (1500-1928)|turc ottoman (1500-1928) +oto|||Otomian languages|otomi, langues +paa|||Papuan languages|papoues, langues +pag|||Pangasinan|pangasinan +pal|||Pahlavi|pahlavi +pam|||Pampanga; Kapampangan|pampangan +pan||pa|Panjabi; Punjabi|pendjabi +pap|||Papiamento|papiamento +pau|||Palauan|palau +peo|||Persian, Old (ca.600-400 B.C.)|perse, vieux (ca. 600-400 av. J.-C.) +per|fas|fa|Persian|persan +phi|||Philippine languages|philippines, langues +phn|||Phoenician|phénicien +pli||pi|Pali|pali +pol||pl|Polish|polonais +pon|||Pohnpeian|pohnpei +por||pt|Portuguese|portugais +pra|||Prakrit languages|prâkrit, langues +pro|||Provençal, Old (to 1500); Occitan, Old (to 1500)|provençal ancien (jusqu'à 1500); occitan ancien (jusqu'à 1500) +pus||ps|Pushto; Pashto|pachto +qaa-qtz|||Reserved for local use|réservée à l'usage local +que||qu|Quechua|quechua +raj|||Rajasthani|rajasthani +rap|||Rapanui|rapanui +rar|||Rarotongan; Cook Islands Maori|rarotonga; maori des îles Cook +roa|||Romance languages|romanes, langues +roh||rm|Romansh|romanche +rom|||Romany|tsigane +rum|ron|ro|Romanian; Moldavian; Moldovan|roumain; moldave +run||rn|Rundi|rundi +rup|||Aromanian; Arumanian; Macedo-Romanian|aroumain; macédo-roumain +rus||ru|Russian|russe +sad|||Sandawe|sandawe +sag||sg|Sango|sango +sah|||Yakut|iakoute +sai|||South American Indian languages|sud-amérindiennes, langues +sal|||Salishan languages|salishennes, langues +sam|||Samaritan Aramaic|samaritain +san||sa|Sanskrit|sanskrit +sas|||Sasak|sasak +sat|||Santali|santal +scn|||Sicilian|sicilien +sco|||Scots|écossais +sel|||Selkup|selkoupe +sem|||Semitic languages|sémitiques, langues +sga|||Irish, Old (to 900)|irlandais ancien (jusqu'à 900) +sgn|||Sign Languages|langues des signes +shn|||Shan|chan +sid|||Sidamo|sidamo +sin||si|Sinhala; Sinhalese|singhalais +sio|||Siouan languages|sioux, langues +sit|||Sino-Tibetan languages|sino-tibétaines, langues +sla|||Slavic languages|slaves, langues +slo|slk|sk|Slovak|slovaque +slv||sl|Slovenian|slovène +sma|||Southern Sami|sami du Sud +sme||se|Northern Sami|sami du Nord +smi|||Sami languages|sames, langues +smj|||Lule Sami|sami de Lule +smn|||Inari Sami|sami d'Inari +smo||sm|Samoan|samoan +sms|||Skolt Sami|sami skolt +sna||sn|Shona|shona +snd||sd|Sindhi|sindhi +snk|||Soninke|soninké +sog|||Sogdian|sogdien +som||so|Somali|somali +son|||Songhai languages|songhai, langues +sot||st|Sotho, Southern|sotho du Sud +spa||es|Spanish; Castilian|espagnol; castillan +srd||sc|Sardinian|sarde +srn|||Sranan Tongo|sranan tongo +srp||sr|Serbian|serbe +srr|||Serer|sérère +ssa|||Nilo-Saharan languages|nilo-sahariennes, langues +ssw||ss|Swati|swati +suk|||Sukuma|sukuma +sun||su|Sundanese|soundanais +sus|||Susu|soussou +sux|||Sumerian|sumérien +swa||sw|Swahili|swahili +swe||sv|Swedish|suédois +syc|||Classical Syriac|syriaque classique +syr|||Syriac|syriaque +tah||ty|Tahitian|tahitien +tai|||Tai languages|tai, langues +tam||ta|Tamil|tamoul +tat||tt|Tatar|tatar +tel||te|Telugu|télougou +tem|||Timne|temne +ter|||Tereno|tereno +tet|||Tetum|tetum +tgk||tg|Tajik|tadjik +tgl||tl|Tagalog|tagalog +tha||th|Thai|thaï +tib|bod|bo|Tibetan|tibétain +tig|||Tigre|tigré +tir||ti|Tigrinya|tigrigna +tiv|||Tiv|tiv +tkl|||Tokelau|tokelau +tlh|||Klingon; tlhIngan-Hol|klingon +tli|||Tlingit|tlingit +tmh|||Tamashek|tamacheq +tog|||Tonga (Nyasa)|tonga (Nyasa) +ton||to|Tonga (Tonga Islands)|tongan (Îles Tonga) +tpi|||Tok Pisin|tok pisin +tsi|||Tsimshian|tsimshian +tsn||tn|Tswana|tswana +tso||ts|Tsonga|tsonga +tuk||tk|Turkmen|turkmène +tum|||Tumbuka|tumbuka +tup|||Tupi languages|tupi, langues +tur||tr|Turkish|turc +tut|||Altaic languages|altaïques, langues +tvl|||Tuvalu|tuvalu +twi||tw|Twi|twi +tyv|||Tuvinian|touva +udm|||Udmurt|oudmourte +uga|||Ugaritic|ougaritique +uig||ug|Uighur; Uyghur|ouïgour +ukr||uk|Ukrainian|ukrainien +umb|||Umbundu|umbundu +und|||Undetermined|indéterminée +urd||ur|Urdu|ourdou +uzb||uz|Uzbek|ouszbek +vai|||Vai|vaï +ven||ve|Venda|venda +vie||vi|Vietnamese|vietnamien +vol||vo|Volapük|volapük +vot|||Votic|vote +wak|||Wakashan languages|wakashanes, langues +wal|||Wolaitta; Wolaytta|wolaitta; wolaytta +war|||Waray|waray +was|||Washo|washo +wel|cym|cy|Welsh|gallois +wen|||Sorbian languages|sorabes, langues +wln||wa|Walloon|wallon +wol||wo|Wolof|wolof +xal|||Kalmyk; Oirat|kalmouk; oïrat +xho||xh|Xhosa|xhosa +yao|||Yao|yao +yap|||Yapese|yapois +yid||yi|Yiddish|yiddish +yor||yo|Yoruba|yoruba +ypk|||Yupik languages|yupik, langues +zap|||Zapotec|zapotèque +zbl|||Blissymbols; Blissymbolics; Bliss|symboles Bliss; Bliss +zen|||Zenaga|zenaga +zgh|||Standard Moroccan Tamazight|amazighe standard marocain +zha||za|Zhuang; Chuang|zhuang; chuang +znd|||Zande languages|zandé, langues +zul||zu|Zulu|zoulou +zun|||Zuni|zuni +zxx|||No linguistic content; Not applicable|pas de contenu linguistique; non applicable +zza|||Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki|zaza; dimili; dimli; kirdki; kirmanjki; zazaki \ No newline at end of file diff --git a/external/iso/language/iso-639-3_Code_Tables/iso-639-3-macrolanguages.tab b/external/iso/language/iso-639-3_Code_Tables/iso-639-3-macrolanguages.tab new file mode 100644 index 00000000..7433b016 --- /dev/null +++ b/external/iso/language/iso-639-3_Code_Tables/iso-639-3-macrolanguages.tab @@ -0,0 +1,460 @@ +M_Id I_Id I_Status +aka fat A +aka twi A +ara aao A +ara abh A +ara abv A +ara acm A +ara acq A +ara acw A +ara acx A +ara acy A +ara adf A +ara aeb A +ara aec A +ara afb A +ara ajp R +ara apc A +ara apd A +ara arb A +ara arq A +ara ars A +ara ary A +ara arz A +ara auz A +ara avl A +ara ayh A +ara ayl A +ara ayn A +ara ayp A +ara bbz R +ara pga A +ara shu A +ara ssh A +aym ayc A +aym ayr A +aze azb A +aze azj A +bal bcc A +bal bgn A +bal bgp A +bik bcl A +bik bhk R +bik bln A +bik bto A +bik cts A +bik fbl A +bik lbl A +bik rbl A +bik ubl A +bnc ebk A +bnc lbk A +bnc obk A +bnc rbk A +bnc vbk A +bua bxm A +bua bxr A +bua bxu A +chm mhr A +chm mrj A +cre crj A +cre crk A +cre crl A +cre crm A +cre csw A +cre cwd A +del umu A +del unm A +den scs A +den xsl A +din dib A +din dik A +din dip A +din diw A +din dks A +doi dgo A +doi xnr A +est ekk A +est vro A +fas pes A +fas prs A +ful ffm A +ful fub A +ful fuc A +ful fue A +ful fuf A +ful fuh A +ful fui A +ful fuq A +ful fuv A +gba bdt A +gba gbp A +gba gbq A +gba gmm A +gba gso A +gba gya A +gba mdo R +gon esg A +gon ggo R +gon gno A +gon wsg A +grb gbo A +grb gec A +grb grj A +grb grv A +grb gry A +grn gnw A +grn gug A +grn gui A +grn gun A +grn nhd A +hai hax A +hai hdn A +hbs bos A +hbs cnr A +hbs hrv A +hbs srp A +hmn blu R +hmn cqd A +hmn hea A +hmn hma A +hmn hmc A +hmn hmd A +hmn hme A +hmn hmg A +hmn hmh A +hmn hmi A +hmn hmj A +hmn hml A +hmn hmm A +hmn hmp A +hmn hmq A +hmn hms A +hmn hmw A +hmn hmy A +hmn hmz A +hmn hnj A +hmn hrm A +hmn huj A +hmn mmr A +hmn muq A +hmn mww A +hmn sfm A +iku ike A +iku ikt A +ipk esi A +ipk esk A +jrb ajt R +jrb aju A +jrb jye A +jrb yhd A +jrb yud A +kau kby A +kau knc A +kau krt A +kln enb A +kln eyo A +kln niq A +kln oki A +kln pko A +kln sgc A +kln spy A +kln tec A +kln tuy A +kok gom A +kok knn A +kom koi A +kom kpv A +kon kng A +kon kwy A +kon ldi A +kpe gkp A +kpe xpe A +kur ckb A +kur kmr A +kur sdh A +lah hnd A +lah hno A +lah jat A +lah phr A +lah pmu R +lah pnb A +lah skr A +lah xhe A +lav ltg A +lav lvs A +luy bxk A +luy ida A +luy lkb A +luy lko A +luy lks A +luy lri A +luy lrm A +luy lsm A +luy lto A +luy lts A +luy lwg A +luy nle A +luy nyd A +luy rag A +man emk A +man mku A +man mlq A +man mnk A +man msc A +man mwk A +man myq R +mlg bhr A +mlg bjq R +mlg bmm A +mlg bzc A +mlg msh A +mlg plt A +mlg skg A +mlg tdx A +mlg tkg A +mlg txy A +mlg xmv A +mlg xmw A +mon khk A +mon mvf A +msa bjn A +msa btj A +msa bve A +msa bvu A +msa coa A +msa dup A +msa hji A +msa ind A +msa jak A +msa jax A +msa kvb A +msa kvr A +msa kxd A +msa lce A +msa lcf A +msa liw A +msa max A +msa meo A +msa mfa A +msa mfb A +msa min A +msa mly R +msa mqg A +msa msi A +msa mui A +msa orn A +msa ors A +msa pel A +msa pse A +msa tmw A +msa urk A +msa vkk A +msa vkt A +msa xmm A +msa zlm A +msa zmi A +msa zsm A +mwr dhd A +mwr mtr A +mwr mve A +mwr rwr A +mwr swv A +mwr wry A +nep dty A +nep npi A +nor nno A +nor nob A +oji ciw A +oji ojb A +oji ojc A +oji ojg A +oji ojs A +oji ojw A +oji otw A +ori ory A +ori spv A +orm gax A +orm gaz A +orm hae A +orm orc A +pus pbt A +pus pbu A +pus pst A +que cqu R +que qub A +que qud A +que quf A +que qug A +que quh A +que quk A +que qul A +que qup A +que qur A +que qus A +que quw A +que qux A +que quy A +que quz A +que qva A +que qvc A +que qve A +que qvh A +que qvi A +que qvj A +que qvl A +que qvm A +que qvn A +que qvo A +que qvp A +que qvs A +que qvw A +que qvz A +que qwa A +que qwc A +que qwh A +que qws A +que qxa A +que qxc A +que qxh A +que qxl A +que qxn A +que qxo A +que qxp A +que qxr A +que qxt A +que qxu A +que qxw A +raj bgq A +raj gda A +raj gju A +raj hoj A +raj mup A +raj wbr A +rom rmc A +rom rmf A +rom rml A +rom rmn A +rom rmo A +rom rmw A +rom rmy A +san cls A +san vsn A +sqi aae A +sqi aat A +sqi aln A +sqi als A +srd sdc A +srd sdn A +srd src A +srd sro A +swa swc A +swa swh A +syr aii A +syr cld A +tmh taq A +tmh thv A +tmh thz A +tmh ttq A +uzb uzn A +uzb uzs A +yid ydd A +yid yih A +zap zaa A +zap zab A +zap zac A +zap zad A +zap zae A +zap zaf A +zap zai A +zap zam A +zap zao A +zap zaq A +zap zar A +zap zas A +zap zat A +zap zav A +zap zaw A +zap zax A +zap zca A +zap zcd A +zap zoo A +zap zpa A +zap zpb A +zap zpc A +zap zpd A +zap zpe A +zap zpf A +zap zpg A +zap zph A +zap zpi A +zap zpj A +zap zpk A +zap zpl A +zap zpm A +zap zpn A +zap zpo A +zap zpp A +zap zpq A +zap zpr A +zap zps A +zap zpt A +zap zpu A +zap zpv A +zap zpw A +zap zpx A +zap zpy A +zap zpz A +zap zsr A +zap ztc R +zap zte A +zap ztg A +zap ztl A +zap ztm A +zap ztn A +zap ztp A +zap ztq A +zap zts A +zap ztt A +zap ztu A +zap ztx A +zap zty A +zha ccx R +zha ccy R +zha zch A +zha zeh A +zha zgb A +zha zgm A +zha zgn A +zha zhd A +zha zhn A +zha zlj A +zha zln A +zha zlq A +zha zqe A +zha zyb A +zha zyg A +zha zyj A +zha zyn A +zha zzj A +zho cdo A +zho cjy A +zho cmn A +zho cnp A +zho cpx A +zho csp A +zho czh A +zho czo A +zho gan A +zho hak A +zho hnm A +zho hsn A +zho luh A +zho lzh A +zho mnp A +zho nan A +zho sjc A +zho wuu A +zho yue A +zza diq A +zza kiu A diff --git a/external/iso/language/iso-639-3_Code_Tables/iso-639-3.tab b/external/iso/language/iso-639-3_Code_Tables/iso-639-3.tab new file mode 100644 index 00000000..6220a917 --- /dev/null +++ b/external/iso/language/iso-639-3_Code_Tables/iso-639-3.tab @@ -0,0 +1,7926 @@ +Id Part2b Part2t Part1 Scope Language_Type Ref_Name Comment +aaa I L Ghotuo +aab I L Alumu-Tesu +aac I L Ari +aad I L Amal +aae I L Arbëreshë Albanian +aaf I L Aranadan +aag I L Ambrak +aah I L Abu' Arapesh +aai I L Arifama-Miniafia +aak I L Ankave +aal I L Afade +aan I L Anambé +aao I L Algerian Saharan Arabic +aap I L Pará Arára +aaq I E Eastern Abnaki +aar aar aar aa I L Afar +aas I L Aasáx +aat I L Arvanitika Albanian +aau I L Abau +aaw I L Solong +aax I L Mandobo Atas +aaz I L Amarasi +aba I L Abé +abb I L Bankon +abc I L Ambala Ayta +abd I L Manide +abe I L Western Abnaki +abf I L Abai Sungai +abg I L Abaga +abh I L Tajiki Arabic +abi I L Abidji +abj I E Aka-Bea +abk abk abk ab I L Abkhazian +abl I L Lampung Nyo +abm I L Abanyom +abn I L Abua +abo I L Abon +abp I L Abellen Ayta +abq I L Abaza +abr I L Abron +abs I L Ambonese Malay +abt I L Ambulas +abu I L Abure +abv I L Baharna Arabic +abw I L Pal +abx I L Inabaknon +aby I L Aneme Wake +abz I L Abui +aca I L Achagua +acb I L Áncá +acd I L Gikyode +ace ace ace I L Achinese +acf I L Saint Lucian Creole French +ach ach ach I L Acoli +aci I E Aka-Cari +ack I E Aka-Kora +acl I E Akar-Bale +acm I L Mesopotamian Arabic +acn I L Achang +acp I L Eastern Acipa +acq I L Ta'izzi-Adeni Arabic +acr I L Achi +acs I E Acroá +act I L Achterhoeks +acu I L Achuar-Shiwiar +acv I L Achumawi +acw I L Hijazi Arabic +acx I L Omani Arabic +acy I L Cypriot Arabic +acz I L Acheron +ada ada ada I L Adangme +adb I L Atauran +add I L Lidzonka +ade I L Adele +adf I L Dhofari Arabic +adg I L Andegerebinha +adh I L Adhola +adi I L Adi +adj I L Adioukrou +adl I L Galo +adn I L Adang +ado I L Abu +adq I L Adangbe +adr I L Adonara +ads I L Adamorobe Sign Language +adt I L Adnyamathanha +adu I L Aduge +adw I L Amundava +adx I L Amdo Tibetan +ady ady ady I L Adyghe +adz I L Adzera +aea I E Areba +aeb I L Tunisian Arabic +aec I L Saidi Arabic +aed I L Argentine Sign Language +aee I L Northeast Pashai +aek I L Haeke +ael I L Ambele +aem I L Arem +aen I L Armenian Sign Language +aeq I L Aer +aer I L Eastern Arrernte +aes I E Alsea +aeu I L Akeu +aew I L Ambakich +aey I L Amele +aez I L Aeka +afb I L Gulf Arabic +afd I L Andai +afe I L Putukwam +afg I L Afghan Sign Language +afh afh afh I C Afrihili +afi I L Akrukay +afk I L Nanubae +afn I L Defaka +afo I L Eloyi +afp I L Tapei +afr afr afr af I L Afrikaans +afs I L Afro-Seminole Creole +aft I L Afitti +afu I L Awutu +afz I L Obokuitai +aga I E Aguano +agb I L Legbo +agc I L Agatu +agd I L Agarabi +age I L Angal +agf I L Arguni +agg I L Angor +agh I L Ngelima +agi I L Agariya +agj I L Argobba +agk I L Isarog Agta +agl I L Fembe +agm I L Angaataha +agn I L Agutaynen +ago I L Tainae +agq I L Aghem +agr I L Aguaruna +ags I L Esimbi +agt I L Central Cagayan Agta +agu I L Aguacateco +agv I L Remontado Dumagat +agw I L Kahua +agx I L Aghul +agy I L Southern Alta +agz I L Mt. Iriga Agta +aha I L Ahanta +ahb I L Axamb +ahg I L Qimant +ahh I L Aghu +ahi I L Tiagbamrin Aizi +ahk I L Akha +ahl I L Igo +ahm I L Mobumrin Aizi +ahn I L Àhàn +aho I E Ahom +ahp I L Aproumu Aizi +ahr I L Ahirani +ahs I L Ashe +aht I L Ahtena +aia I L Arosi +aib I L Ainu (China) +aic I L Ainbai +aid I E Alngith +aie I L Amara +aif I L Agi +aig I L Antigua and Barbuda Creole English +aih I L Ai-Cham +aii I L Assyrian Neo-Aramaic +aij I L Lishanid Noshan +aik I L Ake +ail I L Aimele +aim I L Aimol +ain ain ain I L Ainu (Japan) +aio I L Aiton +aip I L Burumakok +aiq I L Aimaq +air I L Airoran +ait I E Arikem +aiw I L Aari +aix I L Aighon +aiy I L Ali +aja I L Aja (South Sudan) +ajg I L Aja (Benin) +aji I L Ajië +ajn I L Andajin +ajs I L Algerian Jewish Sign Language +aju I L Judeo-Moroccan Arabic +ajw I E Ajawa +ajz I L Amri Karbi +aka aka aka ak M L Akan +akb I L Batak Angkola +akc I L Mpur +akd I L Ukpet-Ehom +ake I L Akawaio +akf I L Akpa +akg I L Anakalangu +akh I L Angal Heneng +aki I L Aiome +akj I E Aka-Jeru +akk akk akk I H Akkadian +akl I L Aklanon +akm I E Aka-Bo +ako I L Akurio +akp I L Siwu +akq I L Ak +akr I L Araki +aks I L Akaselem +akt I L Akolet +aku I L Akum +akv I L Akhvakh +akw I L Akwa +akx I E Aka-Kede +aky I E Aka-Kol +akz I L Alabama +ala I L Alago +alc I L Qawasqar +ald I L Alladian +ale ale ale I L Aleut +alf I L Alege +alh I L Alawa +ali I L Amaimon +alj I L Alangan +alk I L Alak +all I L Allar +alm I L Amblong +aln I L Gheg Albanian +alo I L Larike-Wakasihu +alp I L Alune +alq I L Algonquin +alr I L Alutor +als I L Tosk Albanian +alt alt alt I L Southern Altai +alu I L 'Are'are +alw I L Alaba-K’abeena +alx I L Amol +aly I L Alyawarr +alz I L Alur +ama I E Amanayé +amb I L Ambo +amc I L Amahuaca +ame I L Yanesha' +amf I L Hamer-Banna +amg I L Amurdak +amh amh amh am I L Amharic +ami I L Amis +amj I L Amdang +amk I L Ambai +aml I L War-Jaintia +amm I L Ama (Papua New Guinea) +amn I L Amanab +amo I L Amo +amp I L Alamblak +amq I L Amahai +amr I L Amarakaeri +ams I L Southern Amami-Oshima +amt I L Amto +amu I L Guerrero Amuzgo +amv I L Ambelau +amw I L Western Neo-Aramaic +amx I L Anmatyerre +amy I L Ami +amz I E Atampaya +ana I E Andaqui +anb I E Andoa +anc I L Ngas +and I L Ansus +ane I L Xârâcùù +anf I L Animere +ang ang ang I H Old English (ca. 450-1100) +anh I L Nend +ani I L Andi +anj I L Anor +ank I L Goemai +anl I L Anu-Hkongso Chin +anm I L Anal +ann I L Obolo +ano I L Andoque +anp anp anp I L Angika +anq I L Jarawa (India) +anr I L Andh +ans I E Anserma +ant I L Antakarinya +anu I L Anuak +anv I L Denya +anw I L Anaang +anx I L Andra-Hus +any I L Anyin +anz I L Anem +aoa I L Angolar +aob I L Abom +aoc I L Pemon +aod I L Andarum +aoe I L Angal Enen +aof I L Bragat +aog I L Angoram +aoi I L Anindilyakwa +aoj I L Mufian +aok I L Arhö +aol I L Alor +aom I L Ömie +aon I L Bumbita Arapesh +aor I E Aore +aos I L Taikat +aot I L Atong (India) +aou I L A'ou +aox I L Atorada +aoz I L Uab Meto +apb I L Sa'a +apc I L Levantine Arabic +apd I L Sudanese Arabic +ape I L Bukiyip +apf I L Pahanan Agta +apg I L Ampanang +aph I L Athpariya +api I L Apiaká +apj I L Jicarilla Apache +apk I L Kiowa Apache +apl I L Lipan Apache +apm I L Mescalero-Chiricahua Apache +apn I L Apinayé +apo I L Ambul +app I L Apma +apq I L A-Pucikwar +apr I L Arop-Lokep +aps I L Arop-Sissano +apt I L Apatani +apu I L Apurinã +apv I E Alapmunte +apw I L Western Apache +apx I L Aputai +apy I L Apalaí +apz I L Safeyoka +aqc I L Archi +aqd I L Ampari Dogon +aqg I L Arigidi +aqk I L Aninka +aqm I L Atohwaim +aqn I L Northern Alta +aqp I E Atakapa +aqr I L Arhâ +aqt I L Angaité +aqz I L Akuntsu +ara ara ara ar M L Arabic +arb I L Standard Arabic +arc arc arc I H Official Aramaic (700-300 BCE) +ard I E Arabana +are I L Western Arrarnta +arg arg arg an I L Aragonese +arh I L Arhuaco +ari I L Arikara +arj I E Arapaso +ark I L Arikapú +arl I L Arabela +arn arn arn I L Mapudungun +aro I L Araona +arp arp arp I L Arapaho +arq I L Algerian Arabic +arr I L Karo (Brazil) +ars I L Najdi Arabic +aru I E Aruá (Amazonas State) +arv I L Arbore +arw arw arw I L Arawak +arx I L Aruá (Rodonia State) +ary I L Moroccan Arabic +arz I L Egyptian Arabic +asa I L Asu (Tanzania) +asb I L Assiniboine +asc I L Casuarina Coast Asmat +ase I L American Sign Language +asf I L Auslan +asg I L Cishingini +ash I E Abishira +asi I L Buruwai +asj I L Sari +ask I L Ashkun +asl I L Asilulu +asm asm asm as I L Assamese +asn I L Xingú Asuriní +aso I L Dano +asp I L Algerian Sign Language +asq I L Austrian Sign Language +asr I L Asuri +ass I L Ipulo +ast ast ast I L Asturian +asu I L Tocantins Asurini +asv I L Asoa +asw I L Australian Aborigines Sign Language +asx I L Muratayak +asy I L Yaosakor Asmat +asz I L As +ata I L Pele-Ata +atb I L Zaiwa +atc I E Atsahuaca +atd I L Ata Manobo +ate I L Atemble +atg I L Ivbie North-Okpela-Arhe +ati I L Attié +atj I L Atikamekw +atk I L Ati +atl I L Mt. Iraya Agta +atm I L Ata +atn I L Ashtiani +ato I L Atong (Cameroon) +atp I L Pudtol Atta +atq I L Aralle-Tabulahan +atr I L Waimiri-Atroari +ats I L Gros Ventre +att I L Pamplona Atta +atu I L Reel +atv I L Northern Altai +atw I L Atsugewi +atx I L Arutani +aty I L Aneityum +atz I L Arta +aua I L Asumboa +aub I L Alugu +auc I L Waorani +aud I L Anuta +aug I L Aguna +auh I L Aushi +aui I L Anuki +auj I L Awjilah +auk I L Heyo +aul I L Aulua +aum I L Asu (Nigeria) +aun I L Molmo One +auo I E Auyokawa +aup I L Makayam +auq I L Anus +aur I L Aruek +aut I L Austral +auu I L Auye +auw I L Awyi +aux I E Aurá +auy I L Awiyaana +auz I L Uzbeki Arabic +ava ava ava av I L Avaric +avb I L Avau +avd I L Alviri-Vidari +ave ave ave ae I H Avestan +avi I L Avikam +avk I C Kotava +avl I L Eastern Egyptian Bedawi Arabic +avm I E Angkamuthi +avn I L Avatime +avo I E Agavotaguerra +avs I E Aushiri +avt I L Au +avu I L Avokaya +avv I L Avá-Canoeiro +awa awa awa I L Awadhi +awb I L Awa (Papua New Guinea) +awc I L Cicipu +awe I L Awetí +awg I E Anguthimri +awh I L Awbono +awi I L Aekyom +awk I E Awabakal +awm I L Arawum +awn I L Awngi +awo I L Awak +awr I L Awera +aws I L South Awyu +awt I L Araweté +awu I L Central Awyu +awv I L Jair Awyu +aww I L Awun +awx I L Awara +awy I L Edera Awyu +axb I E Abipon +axe I E Ayerrerenge +axg I E Mato Grosso Arára +axk I L Yaka (Central African Republic) +axl I E Lower Southern Aranda +axm I H Middle Armenian +axx I L Xârâgurè +aya I L Awar +ayb I L Ayizo Gbe +ayc I L Southern Aymara +ayd I E Ayabadhu +aye I L Ayere +ayg I L Ginyanga +ayh I L Hadrami Arabic +ayi I L Leyigha +ayk I L Akuku +ayl I L Libyan Arabic +aym aym aym ay M L Aymara +ayn I L Sanaani Arabic +ayo I L Ayoreo +ayp I L North Mesopotamian Arabic +ayq I L Ayi (Papua New Guinea) +ayr I L Central Aymara +ays I L Sorsogon Ayta +ayt I L Magbukun Ayta +ayu I L Ayu +ayz I L Mai Brat +aza I L Azha +azb I L South Azerbaijani +azd I L Eastern Durango Nahuatl +aze aze aze az M L Azerbaijani +azg I L San Pedro Amuzgos Amuzgo +azj I L North Azerbaijani +azm I L Ipalapa Amuzgo +azn I L Western Durango Nahuatl +azo I L Awing +azt I L Faire Atta +azz I L Highland Puebla Nahuatl +baa I L Babatana +bab I L Bainouk-Gunyuño +bac I L Badui +bae I E Baré +baf I L Nubaca +bag I L Tuki +bah I L Bahamas Creole English +baj I L Barakai +bak bak bak ba I L Bashkir +bal bal bal M L Baluchi +bam bam bam bm I L Bambara +ban ban ban I L Balinese +bao I L Waimaha +bap I L Bantawa +bar I L Bavarian +bas bas bas I L Basa (Cameroon) +bau I L Bada (Nigeria) +bav I L Vengo +baw I L Bambili-Bambui +bax I L Bamun +bay I L Batuley +bba I L Baatonum +bbb I L Barai +bbc I L Batak Toba +bbd I L Bau +bbe I L Bangba +bbf I L Baibai +bbg I L Barama +bbh I L Bugan +bbi I L Barombi +bbj I L Ghomálá' +bbk I L Babanki +bbl I L Bats +bbm I L Babango +bbn I L Uneapa +bbo I L Northern Bobo Madaré +bbp I L West Central Banda +bbq I L Bamali +bbr I L Girawa +bbs I L Bakpinka +bbt I L Mburku +bbu I L Kulung (Nigeria) +bbv I L Karnai +bbw I L Baba +bbx I L Bubia +bby I L Befang +bca I L Central Bai +bcb I L Bainouk-Samik +bcc I L Southern Balochi +bcd I L North Babar +bce I L Bamenyam +bcf I L Bamu +bcg I L Baga Pokur +bch I L Bariai +bci I L Baoulé +bcj I L Bardi +bck I L Bunuba +bcl I L Central Bikol +bcm I L Bannoni +bcn I L Bali (Nigeria) +bco I L Kaluli +bcp I L Bali (Democratic Republic of Congo) +bcq I L Bench +bcr I L Babine +bcs I L Kohumono +bct I L Bendi +bcu I L Awad Bing +bcv I L Shoo-Minda-Nye +bcw I L Bana +bcy I L Bacama +bcz I L Bainouk-Gunyaamolo +bda I L Bayot +bdb I L Basap +bdc I L Emberá-Baudó +bdd I L Bunama +bde I L Bade +bdf I L Biage +bdg I L Bonggi +bdh I L Baka (South Sudan) +bdi I L Burun +bdj I L Bai (South Sudan) +bdk I L Budukh +bdl I L Indonesian Bajau +bdm I L Buduma +bdn I L Baldemu +bdo I L Morom +bdp I L Bende +bdq I L Bahnar +bdr I L West Coast Bajau +bds I L Burunge +bdt I L Bokoto +bdu I L Oroko +bdv I L Bodo Parja +bdw I L Baham +bdx I L Budong-Budong +bdy I L Bandjalang +bdz I L Badeshi +bea I L Beaver +beb I L Bebele +bec I L Iceve-Maci +bed I L Bedoanas +bee I L Byangsi +bef I L Benabena +beg I L Belait +beh I L Biali +bei I L Bekati' +bej bej bej I L Beja +bek I L Bebeli +bel bel bel be I L Belarusian +bem bem bem I L Bemba (Zambia) +ben ben ben bn I L Bengali +beo I L Beami +bep I L Besoa +beq I L Beembe +bes I L Besme +bet I L Guiberoua Béte +beu I L Blagar +bev I L Daloa Bété +bew I L Betawi +bex I L Jur Modo +bey I L Beli (Papua New Guinea) +bez I L Bena (Tanzania) +bfa I L Bari +bfb I L Pauri Bareli +bfc I L Panyi Bai +bfd I L Bafut +bfe I L Betaf +bff I L Bofi +bfg I L Busang Kayan +bfh I L Blafe +bfi I L British Sign Language +bfj I L Bafanji +bfk I L Ban Khor Sign Language +bfl I L Banda-Ndélé +bfm I L Mmen +bfn I L Bunak +bfo I L Malba Birifor +bfp I L Beba +bfq I L Badaga +bfr I L Bazigar +bfs I L Southern Bai +bft I L Balti +bfu I L Gahri +bfw I L Bondo +bfx I L Bantayanon +bfy I L Bagheli +bfz I L Mahasu Pahari +bga I L Gwamhi-Wuri +bgb I L Bobongko +bgc I L Haryanvi +bgd I L Rathwi Bareli +bge I L Bauria +bgf I L Bangandu +bgg I L Bugun +bgi I L Giangan +bgj I L Bangolan +bgk I L Bit +bgl I L Bo (Laos) +bgn I L Western Balochi +bgo I L Baga Koga +bgp I L Eastern Balochi +bgq I L Bagri +bgr I L Bawm Chin +bgs I L Tagabawa +bgt I L Bughotu +bgu I L Mbongno +bgv I L Warkay-Bipim +bgw I L Bhatri +bgx I L Balkan Gagauz Turkish +bgy I L Benggoi +bgz I L Banggai +bha I L Bharia +bhb I L Bhili +bhc I L Biga +bhd I L Bhadrawahi +bhe I L Bhaya +bhf I L Odiai +bhg I L Binandere +bhh I L Bukharic +bhi I L Bhilali +bhj I L Bahing +bhl I L Bimin +bhm I L Bathari +bhn I L Bohtan Neo-Aramaic +bho bho bho I L Bhojpuri +bhp I L Bima +bhq I L Tukang Besi South +bhr I L Bara Malagasy +bhs I L Buwal +bht I L Bhattiyali +bhu I L Bhunjia +bhv I L Bahau +bhw I L Biak +bhx I L Bhalay +bhy I L Bhele +bhz I L Bada (Indonesia) +bia I L Badimaya +bib I L Bissa +bid I L Bidiyo +bie I L Bepour +bif I L Biafada +big I L Biangai +bik bik bik M L Bikol +bil I L Bile +bim I L Bimoba +bin bin bin I L Bini +bio I L Nai +bip I L Bila +biq I L Bipi +bir I L Bisorio +bis bis bis bi I L Bislama +bit I L Berinomo +biu I L Biete +biv I L Southern Birifor +biw I L Kol (Cameroon) +bix I L Bijori +biy I L Birhor +biz I L Baloi +bja I L Budza +bjb I E Banggarla +bjc I L Bariji +bje I L Biao-Jiao Mien +bjf I L Barzani Jewish Neo-Aramaic +bjg I L Bidyogo +bjh I L Bahinemo +bji I L Burji +bjj I L Kanauji +bjk I L Barok +bjl I L Bulu (Papua New Guinea) +bjm I L Bajelani +bjn I L Banjar +bjo I L Mid-Southern Banda +bjp I L Fanamaket +bjr I L Binumarien +bjs I L Bajan +bjt I L Balanta-Ganja +bju I L Busuu +bjv I L Bedjond +bjw I L Bakwé +bjx I L Banao Itneg +bjy I E Bayali +bjz I L Baruga +bka I L Kyak +bkc I L Baka (Cameroon) +bkd I L Binukid +bkf I L Beeke +bkg I L Buraka +bkh I L Bakoko +bki I L Baki +bkj I L Pande +bkk I L Brokskat +bkl I L Berik +bkm I L Kom (Cameroon) +bkn I L Bukitan +bko I L Kwa' +bkp I L Boko (Democratic Republic of Congo) +bkq I L Bakairí +bkr I L Bakumpai +bks I L Northern Sorsoganon +bkt I L Boloki +bku I L Buhid +bkv I L Bekwarra +bkw I L Bekwel +bkx I L Baikeno +bky I L Bokyi +bkz I L Bungku +bla bla bla I L Siksika +blb I L Bilua +blc I L Bella Coola +bld I L Bolango +ble I L Balanta-Kentohe +blf I L Buol +blh I L Kuwaa +bli I L Bolia +blj I L Bolongan +blk I L Pa'o Karen +bll I E Biloxi +blm I L Beli (South Sudan) +bln I L Southern Catanduanes Bikol +blo I L Anii +blp I L Blablanga +blq I L Baluan-Pam +blr I L Blang +bls I L Balaesang +blt I L Tai Dam +blv I L Kibala +blw I L Balangao +blx I L Mag-Indi Ayta +bly I L Notre +blz I L Balantak +bma I L Lame +bmb I L Bembe +bmc I L Biem +bmd I L Baga Manduri +bme I L Limassa +bmf I L Bom-Kim +bmg I L Bamwe +bmh I L Kein +bmi I L Bagirmi +bmj I L Bote-Majhi +bmk I L Ghayavi +bml I L Bomboli +bmm I L Northern Betsimisaraka Malagasy +bmn I E Bina (Papua New Guinea) +bmo I L Bambalang +bmp I L Bulgebi +bmq I L Bomu +bmr I L Muinane +bms I L Bilma Kanuri +bmt I L Biao Mon +bmu I L Somba-Siawari +bmv I L Bum +bmw I L Bomwali +bmx I L Baimak +bmz I L Baramu +bna I L Bonerate +bnb I L Bookan +bnc M L Bontok +bnd I L Banda (Indonesia) +bne I L Bintauna +bnf I L Masiwang +bng I L Benga +bni I L Bangi +bnj I L Eastern Tawbuid +bnk I L Bierebo +bnl I L Boon +bnm I L Batanga +bnn I L Bunun +bno I L Bantoanon +bnp I L Bola +bnq I L Bantik +bnr I L Butmas-Tur +bns I L Bundeli +bnu I L Bentong +bnv I L Bonerif +bnw I L Bisis +bnx I L Bangubangu +bny I L Bintulu +bnz I L Beezen +boa I L Bora +bob I L Aweer +bod tib bod bo I L Tibetan +boe I L Mundabli +bof I L Bolon +bog I L Bamako Sign Language +boh I L Boma +boi I E Barbareño +boj I L Anjam +bok I L Bonjo +bol I L Bole +bom I L Berom +bon I L Bine +boo I L Tiemacèwè Bozo +bop I L Bonkiman +boq I L Bogaya +bor I L Borôro +bos bos bos bs I L Bosnian +bot I L Bongo +bou I L Bondei +bov I L Tuwuli +bow I E Rema +box I L Buamu +boy I L Bodo (Central African Republic) +boz I L Tiéyaxo Bozo +bpa I L Daakaka +bpc I L Mbuk +bpd I L Banda-Banda +bpe I L Bauni +bpg I L Bonggo +bph I L Botlikh +bpi I L Bagupi +bpj I L Binji +bpk I L Orowe +bpl I L Broome Pearling Lugger Pidgin +bpm I L Biyom +bpn I L Dzao Min +bpo I L Anasi +bpp I L Kaure +bpq I L Banda Malay +bpr I L Koronadal Blaan +bps I L Sarangani Blaan +bpt I E Barrow Point +bpu I L Bongu +bpv I L Bian Marind +bpw I L Bo (Papua New Guinea) +bpx I L Palya Bareli +bpy I L Bishnupriya +bpz I L Bilba +bqa I L Tchumbuli +bqb I L Bagusa +bqc I L Boko (Benin) +bqd I L Bung +bqf I E Baga Kaloum +bqg I L Bago-Kusuntu +bqh I L Baima +bqi I L Bakhtiari +bqj I L Bandial +bqk I L Banda-Mbrès +bql I L Karian +bqm I L Wumboko +bqn I L Bulgarian Sign Language +bqo I L Balo +bqp I L Busa +bqq I L Biritai +bqr I L Burusu +bqs I L Bosngun +bqt I L Bamukumbit +bqu I L Boguru +bqv I L Koro Wachi +bqw I L Buru (Nigeria) +bqx I L Baangi +bqy I L Bengkala Sign Language +bqz I L Bakaka +bra bra bra I L Braj +brb I L Brao +brc I E Berbice Creole Dutch +brd I L Baraamu +bre bre bre br I L Breton +brf I L Bira +brg I L Baure +brh I L Brahui +bri I L Mokpwe +brj I L Bieria +brk I E Birked +brl I L Birwa +brm I L Barambu +brn I L Boruca +bro I L Brokkat +brp I L Barapasi +brq I L Breri +brr I L Birao +brs I L Baras +brt I L Bitare +bru I L Eastern Bru +brv I L Western Bru +brw I L Bellari +brx I L Bodo (India) +bry I L Burui +brz I L Bilbil +bsa I L Abinomn +bsb I L Brunei Bisaya +bsc I L Bassari +bse I L Wushi +bsf I L Bauchi +bsg I L Bashkardi +bsh I L Kati +bsi I L Bassossi +bsj I L Bangwinji +bsk I L Burushaski +bsl I E Basa-Gumna +bsm I L Busami +bsn I L Barasana-Eduria +bso I L Buso +bsp I L Baga Sitemu +bsq I L Bassa +bsr I L Bassa-Kontagora +bss I L Akoose +bst I L Basketo +bsu I L Bahonsuai +bsv I E Baga Sobané +bsw I L Baiso +bsx I L Yangkam +bsy I L Sabah Bisaya +bta I L Bata +btc I L Bati (Cameroon) +btd I L Batak Dairi +bte I E Gamo-Ningi +btf I L Birgit +btg I L Gagnoa Bété +bth I L Biatah Bidayuh +bti I L Burate +btj I L Bacanese Malay +btm I L Batak Mandailing +btn I L Ratagnon +bto I L Rinconada Bikol +btp I L Budibud +btq I L Batek +btr I L Baetora +bts I L Batak Simalungun +btt I L Bete-Bendi +btu I L Batu +btv I L Bateri +btw I L Butuanon +btx I L Batak Karo +bty I L Bobot +btz I L Batak Alas-Kluet +bua bua bua M L Buriat +bub I L Bua +buc I L Bushi +bud I L Ntcham +bue I E Beothuk +buf I L Bushoong +bug bug bug I L Buginese +buh I L Younuo Bunu +bui I L Bongili +buj I L Basa-Gurmana +buk I L Bugawac +bul bul bul bg I L Bulgarian +bum I L Bulu (Cameroon) +bun I L Sherbro +buo I L Terei +bup I L Busoa +buq I L Brem +bus I L Bokobaru +but I L Bungain +buu I L Budu +buv I L Bun +buw I L Bubi +bux I L Boghom +buy I L Bullom So +buz I L Bukwen +bva I L Barein +bvb I L Bube +bvc I L Baelelea +bvd I L Baeggu +bve I L Berau Malay +bvf I L Boor +bvg I L Bonkeng +bvh I L Bure +bvi I L Belanda Viri +bvj I L Baan +bvk I L Bukat +bvl I L Bolivian Sign Language +bvm I L Bamunka +bvn I L Buna +bvo I L Bolgo +bvp I L Bumang +bvq I L Birri +bvr I L Burarra +bvt I L Bati (Indonesia) +bvu I L Bukit Malay +bvv I E Baniva +bvw I L Boga +bvx I L Dibole +bvy I L Baybayanon +bvz I L Bauzi +bwa I L Bwatoo +bwb I L Namosi-Naitasiri-Serua +bwc I L Bwile +bwd I L Bwaidoka +bwe I L Bwe Karen +bwf I L Boselewa +bwg I L Barwe +bwh I L Bishuo +bwi I L Baniwa +bwj I L Láá Láá Bwamu +bwk I L Bauwaki +bwl I L Bwela +bwm I L Biwat +bwn I L Wunai Bunu +bwo I L Boro (Ethiopia) +bwp I L Mandobo Bawah +bwq I L Southern Bobo Madaré +bwr I L Bura-Pabir +bws I L Bomboma +bwt I L Bafaw-Balong +bwu I L Buli (Ghana) +bww I L Bwa +bwx I L Bu-Nao Bunu +bwy I L Cwi Bwamu +bwz I L Bwisi +bxa I L Tairaha +bxb I L Belanda Bor +bxc I L Molengue +bxd I L Pela +bxe I L Birale +bxf I L Bilur +bxg I L Bangala +bxh I L Buhutu +bxi I E Pirlatapa +bxj I L Bayungu +bxk I L Bukusu +bxl I L Jalkunan +bxm I L Mongolia Buriat +bxn I L Burduna +bxo I L Barikanchi +bxp I L Bebil +bxq I L Beele +bxr I L Russia Buriat +bxs I L Busam +bxu I L China Buriat +bxv I L Berakou +bxw I L Bankagooma +bxz I L Binahari +bya I L Batak +byb I L Bikya +byc I L Ubaghara +byd I L Benyadu' +bye I L Pouye +byf I L Bete +byg I E Baygo +byh I L Bhujel +byi I L Buyu +byj I L Bina (Nigeria) +byk I L Biao +byl I L Bayono +bym I L Bidjara +byn byn byn I L Bilin +byo I L Biyo +byp I L Bumaji +byq I E Basay +byr I L Baruya +bys I L Burak +byt I E Berti +byv I L Medumba +byw I L Belhariya +byx I L Qaqet +byz I L Banaro +bza I L Bandi +bzb I L Andio +bzc I L Southern Betsimisaraka Malagasy +bzd I L Bribri +bze I L Jenaama Bozo +bzf I L Boikin +bzg I L Babuza +bzh I L Mapos Buang +bzi I L Bisu +bzj I L Belize Kriol English +bzk I L Nicaragua Creole English +bzl I L Boano (Sulawesi) +bzm I L Bolondo +bzn I L Boano (Maluku) +bzo I L Bozaba +bzp I L Kemberano +bzq I L Buli (Indonesia) +bzr I E Biri +bzs I L Brazilian Sign Language +bzt I C Brithenig +bzu I L Burmeso +bzv I L Naami +bzw I L Basa (Nigeria) +bzx I L Kɛlɛngaxo Bozo +bzy I L Obanliku +bzz I L Evant +caa I L Chortí +cab I L Garifuna +cac I L Chuj +cad cad cad I L Caddo +cae I L Lehar +caf I L Southern Carrier +cag I L Nivaclé +cah I L Cahuarano +caj I E Chané +cak I L Kaqchikel +cal I L Carolinian +cam I L Cemuhî +can I L Chambri +cao I L Chácobo +cap I L Chipaya +caq I L Car Nicobarese +car car car I L Galibi Carib +cas I L Tsimané +cat cat cat ca I L Catalan +cav I L Cavineña +caw I L Callawalla +cax I L Chiquitano +cay I L Cayuga +caz I E Canichana +cbb I L Cabiyarí +cbc I L Carapana +cbd I L Carijona +cbg I L Chimila +cbi I L Chachi +cbj I L Ede Cabe +cbk I L Chavacano +cbl I L Bualkhaw Chin +cbn I L Nyahkur +cbo I L Izora +cbq I L Tsucuba +cbr I L Cashibo-Cacataibo +cbs I L Cashinahua +cbt I L Chayahuita +cbu I L Candoshi-Shapra +cbv I L Cacua +cbw I L Kinabalian +cby I L Carabayo +ccc I L Chamicuro +ccd I L Cafundo Creole +cce I L Chopi +ccg I L Samba Daka +cch I L Atsam +ccj I L Kasanga +ccl I L Cutchi-Swahili +ccm I L Malaccan Creole Malay +cco I L Comaltepec Chinantec +ccp I L Chakma +ccr I E Cacaopera +cda I L Choni +cde I L Chenchu +cdf I L Chiru +cdh I L Chambeali +cdi I L Chodri +cdj I L Churahi +cdm I L Chepang +cdn I L Chaudangsi +cdo I L Min Dong Chinese +cdr I L Cinda-Regi-Tiyal +cds I L Chadian Sign Language +cdy I L Chadong +cdz I L Koda +cea I E Lower Chehalis +ceb ceb ceb I L Cebuano +ceg I L Chamacoco +cek I L Eastern Khumi Chin +cen I L Cen +ces cze ces cs I L Czech +cet I L Centúúm +cey I L Ekai Chin +cfa I L Dijim-Bwilim +cfd I L Cara +cfg I L Como Karim +cfm I L Falam Chin +cga I L Changriwa +cgc I L Kagayanen +cgg I L Chiga +cgk I L Chocangacakha +cha cha cha ch I L Chamorro +chb chb chb I E Chibcha +chc I E Catawba +chd I L Highland Oaxaca Chontal +che che che ce I L Chechen +chf I L Tabasco Chontal +chg chg chg I E Chagatai +chh I E Chinook +chj I L Ojitlán Chinantec +chk chk chk I L Chuukese +chl I L Cahuilla +chm chm chm M L Mari (Russia) +chn chn chn I L Chinook jargon +cho cho cho I L Choctaw +chp chp chp I L Chipewyan +chq I L Quiotepec Chinantec +chr chr chr I L Cherokee +cht I E Cholón +chu chu chu cu I H Church Slavic +chv chv chv cv I L Chuvash +chw I L Chuwabu +chx I L Chantyal +chy chy chy I L Cheyenne +chz I L Ozumacín Chinantec +cia I L Cia-Cia +cib I L Ci Gbe +cic I L Chickasaw +cid I E Chimariko +cie I L Cineni +cih I L Chinali +cik I L Chitkuli Kinnauri +cim I L Cimbrian +cin I L Cinta Larga +cip I L Chiapanec +cir I L Tiri +ciw I L Chippewa +ciy I L Chaima +cja I L Western Cham +cje I L Chru +cjh I E Upper Chehalis +cji I L Chamalal +cjk I L Chokwe +cjm I L Eastern Cham +cjn I L Chenapian +cjo I L Ashéninka Pajonal +cjp I L Cabécar +cjs I L Shor +cjv I L Chuave +cjy I L Jinyu Chinese +ckb I L Central Kurdish +ckh I L Chak +ckl I L Cibak +ckm I L Chakavian +ckn I L Kaang Chin +cko I L Anufo +ckq I L Kajakse +ckr I L Kairak +cks I L Tayo +ckt I L Chukot +cku I L Koasati +ckv I L Kavalan +ckx I L Caka +cky I L Cakfem-Mushere +ckz I L Cakchiquel-Quiché Mixed Language +cla I L Ron +clc I L Chilcotin +cld I L Chaldean Neo-Aramaic +cle I L Lealao Chinantec +clh I L Chilisso +cli I L Chakali +clj I L Laitu Chin +clk I L Idu-Mishmi +cll I L Chala +clm I L Klallam +clo I L Lowland Oaxaca Chontal +cls I H Classical Sanskrit +clt I L Lautu Chin +clu I L Caluyanun +clw I L Chulym +cly I L Eastern Highland Chatino +cma I L Maa +cme I L Cerma +cmg I H Classical Mongolian +cmi I L Emberá-Chamí +cml I L Campalagian +cmm I E Michigamea +cmn I L Mandarin Chinese +cmo I L Central Mnong +cmr I L Mro-Khimi Chin +cms I H Messapic +cmt I L Camtho +cna I L Changthang +cnb I L Chinbon Chin +cnc I L Côông +cng I L Northern Qiang +cnh I L Hakha Chin +cni I L Asháninka +cnk I L Khumi Chin +cnl I L Lalana Chinantec +cno I L Con +cnp I L Northern Ping Chinese +cnq I L Chung +cnr cnr cnr I L Montenegrin +cns I L Central Asmat +cnt I L Tepetotutla Chinantec +cnu I L Chenoua +cnw I L Ngawn Chin +cnx I H Middle Cornish +coa I L Cocos Islands Malay +cob I E Chicomuceltec +coc I L Cocopa +cod I L Cocama-Cocamilla +coe I L Koreguaje +cof I L Colorado +cog I L Chong +coh I L Chonyi-Dzihana-Kauma +coj I E Cochimi +cok I L Santa Teresa Cora +col I L Columbia-Wenatchi +com I L Comanche +con I L Cofán +coo I L Comox +cop cop cop I E Coptic +coq I E Coquille +cor cor cor kw I L Cornish +cos cos cos co I L Corsican +cot I L Caquinte +cou I L Wamey +cov I L Cao Miao +cow I E Cowlitz +cox I L Nanti +coz I L Chochotec +cpa I L Palantla Chinantec +cpb I L Ucayali-Yurúa Ashéninka +cpc I L Ajyíninka Apurucayali +cpg I E Cappadocian Greek +cpi I L Chinese Pidgin English +cpn I L Cherepon +cpo I L Kpeego +cps I L Capiznon +cpu I L Pichis Ashéninka +cpx I L Pu-Xian Chinese +cpy I L South Ucayali Ashéninka +cqd I L Chuanqiandian Cluster Miao +cra I L Chara +crb I E Island Carib +crc I L Lonwolwol +crd I L Coeur d'Alene +cre cre cre cr M L Cree +crf I E Caramanta +crg I L Michif +crh crh crh I L Crimean Tatar +cri I L Sãotomense +crj I L Southern East Cree +crk I L Plains Cree +crl I L Northern East Cree +crm I L Moose Cree +crn I L El Nayar Cora +cro I L Crow +crq I L Iyo'wujwa Chorote +crr I E Carolina Algonquian +crs I L Seselwa Creole French +crt I L Iyojwa'ja Chorote +crv I L Chaura +crw I L Chrau +crx I L Carrier +cry I L Cori +crz I E Cruzeño +csa I L Chiltepec Chinantec +csb csb csb I L Kashubian +csc I L Catalan Sign Language +csd I L Chiangmai Sign Language +cse I L Czech Sign Language +csf I L Cuba Sign Language +csg I L Chilean Sign Language +csh I L Asho Chin +csi I E Coast Miwok +csj I L Songlai Chin +csk I L Jola-Kasa +csl I L Chinese Sign Language +csm I L Central Sierra Miwok +csn I L Colombian Sign Language +cso I L Sochiapam Chinantec +csp I L Southern Ping Chinese +csq I L Croatia Sign Language +csr I L Costa Rican Sign Language +css I E Southern Ohlone +cst I L Northern Ohlone +csv I L Sumtu Chin +csw I L Swampy Cree +csx I L Cambodian Sign Language +csy I L Siyin Chin +csz I L Coos +cta I L Tataltepec Chatino +ctc I E Chetco +ctd I L Tedim Chin +cte I L Tepinapa Chinantec +ctg I L Chittagonian +cth I L Thaiphum Chin +ctl I L Tlacoatzintepec Chinantec +ctm I E Chitimacha +ctn I L Chhintange +cto I L Emberá-Catío +ctp I L Western Highland Chatino +cts I L Northern Catanduanes Bikol +ctt I L Wayanad Chetti +ctu I L Chol +cty I L Moundadan Chetty +ctz I L Zacatepec Chatino +cua I L Cua +cub I L Cubeo +cuc I L Usila Chinantec +cuh I L Chuka +cui I L Cuiba +cuj I L Mashco Piro +cuk I L San Blas Kuna +cul I L Culina +cuo I E Cumanagoto +cup I E Cupeño +cuq I L Cun +cur I L Chhulung +cut I L Teutila Cuicatec +cuu I L Tai Ya +cuv I L Cuvok +cuw I L Chukwa +cux I L Tepeuxila Cuicatec +cuy I L Cuitlatec +cvg I L Chug +cvn I L Valle Nacional Chinantec +cwa I L Kabwa +cwb I L Maindo +cwd I L Woods Cree +cwe I L Kwere +cwg I L Chewong +cwt I L Kuwaataay +cxh I L Cha'ari +cya I L Nopala Chatino +cyb I E Cayubaba +cym wel cym cy I L Welsh +cyo I L Cuyonon +czh I L Huizhou Chinese +czk I E Knaanic +czn I L Zenzontepec Chatino +czo I L Min Zhong Chinese +czt I L Zotung Chin +daa I L Dangaléat +dac I L Dambi +dad I L Marik +dae I L Duupa +dag I L Dagbani +dah I L Gwahatike +dai I L Day +daj I L Dar Fur Daju +dak dak dak I L Dakota +dal I L Dahalo +dam I L Damakawa +dan dan dan da I L Danish +dao I L Daai Chin +daq I L Dandami Maria +dar dar dar I L Dargwa +das I L Daho-Doo +dau I L Dar Sila Daju +dav I L Taita +daw I L Davawenyo +dax I L Dayi +daz I L Moi-Wadea +dba I L Bangime +dbb I L Deno +dbd I L Dadiya +dbe I L Dabe +dbf I L Edopi +dbg I L Dogul Dom Dogon +dbi I L Doka +dbj I L Ida'an +dbl I L Dyirbal +dbm I L Duguri +dbn I L Duriankere +dbo I L Dulbu +dbp I L Duwai +dbq I L Daba +dbr I L Dabarre +dbt I L Ben Tey Dogon +dbu I L Bondum Dom Dogon +dbv I L Dungu +dbw I L Bankan Tey Dogon +dby I L Dibiyaso +dcc I L Deccan +dcr I E Negerhollands +dda I E Dadi Dadi +ddd I L Dongotono +dde I L Doondo +ddg I L Fataluku +ddi I L West Goodenough +ddj I L Jaru +ddn I L Dendi (Benin) +ddo I L Dido +ddr I E Dhudhuroa +dds I L Donno So Dogon +ddw I L Dawera-Daweloor +dec I L Dagik +ded I L Dedua +dee I L Dewoin +def I L Dezfuli +deg I L Degema +deh I L Dehwari +dei I L Demisa +del del del M L Delaware +dem I L Dem +den den den M L Slave (Athapascan) +dep I E Pidgin Delaware +deq I L Dendi (Central African Republic) +der I L Deori +des I L Desano +deu ger deu de I L German +dev I L Domung +dez I L Dengese +dga I L Southern Dagaare +dgb I L Bunoge Dogon +dgc I L Casiguran Dumagat Agta +dgd I L Dagaari Dioula +dge I L Degenan +dgg I L Doga +dgh I L Dghwede +dgi I L Northern Dagara +dgk I L Dagba +dgl I L Andaandi +dgn I E Dagoman +dgo I L Dogri (individual language) +dgr dgr dgr I L Tlicho +dgs I L Dogoso +dgt I E Ndra'ngith +dgw I E Daungwurrung +dgx I L Doghoro +dgz I L Daga +dhd I L Dhundari +dhg I L Dhangu-Djangu +dhi I L Dhimal +dhl I L Dhalandji +dhm I L Zemba +dhn I L Dhanki +dho I L Dhodia +dhr I L Dhargari +dhs I L Dhaiso +dhu I E Dhurga +dhv I L Dehu +dhw I L Dhanwar (Nepal) +dhx I L Dhungaloo +dia I L Dia +dib I L South Central Dinka +dic I L Lakota Dida +did I L Didinga +dif I E Dieri +dig I L Digo +dih I L Kumiai +dii I L Dimbong +dij I L Dai +dik I L Southwestern Dinka +dil I L Dilling +dim I L Dime +din din din M L Dinka +dio I L Dibo +dip I L Northeastern Dinka +diq I L Dimli (individual language) +dir I L Dirim +dis I L Dimasa +diu I L Diriku +div div div dv I L Dhivehi +diw I L Northwestern Dinka +dix I L Dixon Reef +diy I L Diuwe +diz I L Ding +dja I E Djadjawurrung +djb I L Djinba +djc I L Dar Daju Daju +djd I L Djamindjung +dje I L Zarma +djf I E Djangun +dji I L Djinang +djj I L Djeebbana +djk I L Eastern Maroon Creole +djm I L Jamsay Dogon +djn I L Jawoyn +djo I L Jangkang +djr I L Djambarrpuyngu +dju I L Kapriman +djw I E Djawi +dka I L Dakpakha +dkg I L Kadung +dkk I L Dakka +dkr I L Kuijau +dks I L Southeastern Dinka +dkx I L Mazagway +dlg I L Dolgan +dlk I L Dahalik +dlm I E Dalmatian +dln I L Darlong +dma I L Duma +dmb I L Mombo Dogon +dmc I L Gavak +dmd I E Madhi Madhi +dme I L Dugwor +dmf I E Medefaidrin +dmg I L Upper Kinabatangan +dmk I L Domaaki +dml I L Dameli +dmm I L Dama +dmo I L Kemedzung +dmr I L East Damar +dms I L Dampelas +dmu I L Dubu +dmv I L Dumpas +dmw I L Mudburra +dmx I L Dema +dmy I L Demta +dna I L Upper Grand Valley Dani +dnd I L Daonda +dne I L Ndendeule +dng I L Dungan +dni I L Lower Grand Valley Dani +dnj I L Dan +dnk I L Dengka +dnn I L Dzùùngoo +dno I L Ndrulo +dnr I L Danaru +dnt I L Mid Grand Valley Dani +dnu I L Danau +dnv I L Danu +dnw I L Western Dani +dny I L Dení +doa I L Dom +dob I L Dobu +doc I L Northern Dong +doe I L Doe +dof I L Domu +doh I L Dong +doi doi doi M L Dogri (macrolanguage) +dok I L Dondo +dol I L Doso +don I L Toura (Papua New Guinea) +doo I L Dongo +dop I L Lukpa +doq I L Dominican Sign Language +dor I L Dori'o +dos I L Dogosé +dot I L Dass +dov I L Dombe +dow I L Doyayo +dox I L Bussa +doy I L Dompo +doz I L Dorze +dpp I L Papar +drb I L Dair +drc I L Minderico +drd I L Darmiya +dre I L Dolpo +drg I L Rungus +dri I L C'Lela +drl I L Paakantyi +drn I L West Damar +dro I L Daro-Matu Melanau +drq I E Dura +drs I L Gedeo +drt I L Drents +dru I L Rukai +dry I L Darai +dsb dsb dsb I L Lower Sorbian +dse I L Dutch Sign Language +dsh I L Daasanach +dsi I L Disa +dsk I L Dokshi +dsl I L Danish Sign Language +dsn I E Dusner +dso I L Desiya +dsq I L Tadaksahak +dsz I L Mardin Sign Language +dta I L Daur +dtb I L Labuk-Kinabatangan Kadazan +dtd I L Ditidaht +dth I E Adithinngithigh +dti I L Ana Tinga Dogon +dtk I L Tene Kan Dogon +dtm I L Tomo Kan Dogon +dtn I L Daatsʼíin +dto I L Tommo So Dogon +dtp I L Kadazan Dusun +dtr I L Lotud +dts I L Toro So Dogon +dtt I L Toro Tegu Dogon +dtu I L Tebul Ure Dogon +dty I L Dotyali +dua dua dua I L Duala +dub I L Dubli +duc I L Duna +due I L Umiray Dumaget Agta +duf I L Dumbea +dug I L Duruma +duh I L Dungra Bhil +dui I L Dumun +duk I L Uyajitaya +dul I L Alabat Island Agta +dum dum dum I H Middle Dutch (ca. 1050-1350) +dun I L Dusun Deyah +duo I L Dupaninan Agta +dup I L Duano +duq I L Dusun Malang +dur I L Dii +dus I L Dumi +duu I L Drung +duv I L Duvle +duw I L Dusun Witu +dux I L Duungooma +duy I E Dicamay Agta +duz I E Duli-Gey +dva I L Duau +dwa I L Diri +dwk I L Dawik Kui +dwr I L Dawro +dws I C Dutton World Speedwords +dwu I L Dhuwal +dww I L Dawawa +dwy I L Dhuwaya +dwz I L Dewas Rai +dya I L Dyan +dyb I E Dyaberdyaber +dyd I E Dyugun +dyg I E Villa Viciosa Agta +dyi I L Djimini Senoufo +dym I L Yanda Dom Dogon +dyn I L Dyangadi +dyo I L Jola-Fonyi +dyr I L Dyarim +dyu dyu dyu I L Dyula +dyy I L Djabugay +dza I L Tunzu +dzd I L Daza +dze I E Djiwarli +dzg I L Dazaga +dzl I L Dzalakha +dzn I L Dzando +dzo dzo dzo dz I L Dzongkha +eaa I E Karenggapa +ebc I L Beginci +ebg I L Ebughu +ebk I L Eastern Bontok +ebo I L Teke-Ebo +ebr I L Ebrié +ebu I L Embu +ecr I H Eteocretan +ecs I L Ecuadorian Sign Language +ecy I H Eteocypriot +eee I L E +efa I L Efai +efe I L Efe +efi efi efi I L Efik +ega I L Ega +egl I L Emilian +egm I L Benamanga +ego I L Eggon +egy egy egy I H Egyptian (Ancient) +ehs I L Miyakubo Sign Language +ehu I L Ehueun +eip I L Eipomek +eit I L Eitiep +eiv I L Askopan +eja I L Ejamat +eka eka eka I L Ekajuk +eke I L Ekit +ekg I L Ekari +eki I L Eki +ekk I L Standard Estonian +ekl I L Kol (Bangladesh) +ekm I L Elip +eko I L Koti +ekp I L Ekpeye +ekr I L Yace +eky I L Eastern Kayah +ele I L Elepi +elh I L El Hugeirat +eli I E Nding +elk I L Elkei +ell gre ell el I L Modern Greek (1453-) +elm I L Eleme +elo I L El Molo +elu I L Elu +elx elx elx I H Elamite +ema I L Emai-Iuleha-Ora +emb I L Embaloh +eme I L Emerillon +emg I L Eastern Meohang +emi I L Mussau-Emira +emk I L Eastern Maninkakan +emm I E Mamulique +emn I L Eman +emp I L Northern Emberá +emq I L Eastern Minyag +ems I L Pacific Gulf Yupik +emu I L Eastern Muria +emw I L Emplawas +emx I L Erromintxela +emy I H Epigraphic Mayan +emz I L Mbessa +ena I L Apali +enb I L Markweeta +enc I L En +end I L Ende +enf I L Forest Enets +eng eng eng en I L English +enh I L Tundra Enets +enl I L Enlhet +enm enm enm I H Middle English (1100-1500) +enn I L Engenni +eno I L Enggano +enq I L Enga +enr I L Emumu +enu I L Enu +env I L Enwan (Edo State) +enw I L Enwan (Akwa Ibom State) +enx I L Enxet +eot I L Beti (Côte d'Ivoire) +epi I L Epie +epo epo epo eo I C Esperanto +era I L Eravallan +erg I L Sie +erh I L Eruwa +eri I L Ogea +erk I L South Efate +ero I L Horpa +err I E Erre +ers I L Ersu +ert I L Eritai +erw I L Erokwanas +ese I L Ese Ejja +esg I L Aheri Gondi +esh I L Eshtehardi +esi I L North Alaskan Inupiatun +esk I L Northwest Alaska Inupiatun +esl I L Egypt Sign Language +esm I E Esuma +esn I L Salvadoran Sign Language +eso I L Estonian Sign Language +esq I E Esselen +ess I L Central Siberian Yupik +est est est et M L Estonian +esu I L Central Yupik +esy I L Eskayan +etb I L Etebi +etc I E Etchemin +eth I L Ethiopian Sign Language +etn I L Eton (Vanuatu) +eto I L Eton (Cameroon) +etr I L Edolo +ets I L Yekhee +ett I H Etruscan +etu I L Ejagham +etx I L Eten +etz I L Semimi +eud I E Eudeve +eus baq eus eu I L Basque +eve I L Even +evh I L Uvbie +evn I L Evenki +ewe ewe ewe ee I L Ewe +ewo ewo ewo I L Ewondo +ext I L Extremaduran +eya I E Eyak +eyo I L Keiyo +eza I L Ezaa +eze I L Uzekwe +faa I L Fasu +fab I L Fa d'Ambu +fad I L Wagi +faf I L Fagani +fag I L Finongan +fah I L Baissa Fali +fai I L Faiwol +faj I L Faita +fak I L Fang (Cameroon) +fal I L South Fali +fam I L Fam +fan fan fan I L Fang (Equatorial Guinea) +fao fao fao fo I L Faroese +fap I L Paloor +far I L Fataleka +fas per fas fa M L Persian +fat fat fat I L Fanti +fau I L Fayu +fax I L Fala +fay I L Southwestern Fars +faz I L Northwestern Fars +fbl I L West Albay Bikol +fcs I L Quebec Sign Language +fer I L Feroge +ffi I L Foia Foia +ffm I L Maasina Fulfulde +fgr I L Fongoro +fia I L Nobiin +fie I L Fyer +fif I L Faifi +fij fij fij fj I L Fijian +fil fil fil I L Filipino +fin fin fin fi I L Finnish +fip I L Fipa +fir I L Firan +fit I L Tornedalen Finnish +fiw I L Fiwaga +fkk I L Kirya-Konzəl +fkv I L Kven Finnish +fla I L Kalispel-Pend d'Oreille +flh I L Foau +fli I L Fali +fll I L North Fali +fln I E Flinders Island +flr I L Fuliiru +fly I L Flaaitaal +fmp I L Fe'fe' +fmu I L Far Western Muria +fnb I L Fanbak +fng I L Fanagalo +fni I L Fania +fod I L Foodo +foi I L Foi +fom I L Foma +fon fon fon I L Fon +for I L Fore +fos I E Siraya +fpe I L Fernando Po Creole English +fqs I L Fas +fra fre fra fr I L French +frc I L Cajun French +frd I L Fordata +frk I H Frankish +frm frm frm I H Middle French (ca. 1400-1600) +fro fro fro I H Old French (842-ca. 1400) +frp I L Arpitan +frq I L Forak +frr frr frr I L Northern Frisian +frs frs frs I L Eastern Frisian +frt I L Fortsenal +fry fry fry fy I L Western Frisian +fse I L Finnish Sign Language +fsl I L French Sign Language +fss I L Finland-Swedish Sign Language +fub I L Adamawa Fulfulde +fuc I L Pulaar +fud I L East Futuna +fue I L Borgu Fulfulde +fuf I L Pular +fuh I L Western Niger Fulfulde +fui I L Bagirmi Fulfulde +fuj I L Ko +ful ful ful ff M L Fulah +fum I L Fum +fun I L Fulniô +fuq I L Central-Eastern Niger Fulfulde +fur fur fur I L Friulian +fut I L Futuna-Aniwa +fuu I L Furu +fuv I L Nigerian Fulfulde +fuy I L Fuyug +fvr I L Fur +fwa I L Fwâi +fwe I L Fwe +gaa gaa gaa I L Ga +gab I L Gabri +gac I L Mixed Great Andamanese +gad I L Gaddang +gae I L Guarequena +gaf I L Gende +gag I L Gagauz +gah I L Alekano +gai I L Borei +gaj I L Gadsup +gak I L Gamkonora +gal I L Galolen +gam I L Kandawo +gan I L Gan Chinese +gao I L Gants +gap I L Gal +gaq I L Gata' +gar I L Galeya +gas I L Adiwasi Garasia +gat I L Kenati +gau I L Mudhili Gadaba +gaw I L Nobonob +gax I L Borana-Arsi-Guji Oromo +gay gay gay I L Gayo +gaz I L West Central Oromo +gba gba gba M L Gbaya (Central African Republic) +gbb I L Kaytetye +gbd I L Karajarri +gbe I L Niksek +gbf I L Gaikundi +gbg I L Gbanziri +gbh I L Defi Gbe +gbi I L Galela +gbj I L Bodo Gadaba +gbk I L Gaddi +gbl I L Gamit +gbm I L Garhwali +gbn I L Mo'da +gbo I L Northern Grebo +gbp I L Gbaya-Bossangoa +gbq I L Gbaya-Bozoum +gbr I L Gbagyi +gbs I L Gbesi Gbe +gbu I L Gagadu +gbv I L Gbanu +gbw I L Gabi-Gabi +gbx I L Eastern Xwla Gbe +gby I L Gbari +gbz I L Zoroastrian Dari +gcc I L Mali +gcd I E Ganggalida +gce I E Galice +gcf I L Guadeloupean Creole French +gcl I L Grenadian Creole English +gcn I L Gaina +gcr I L Guianese Creole French +gct I L Colonia Tovar German +gda I L Gade Lohar +gdb I L Pottangi Ollar Gadaba +gdc I E Gugu Badhun +gdd I L Gedaged +gde I L Gude +gdf I L Guduf-Gava +gdg I L Ga'dang +gdh I L Gadjerawang +gdi I L Gundi +gdj I L Gurdjar +gdk I L Gadang +gdl I L Dirasha +gdm I L Laal +gdn I L Umanakaina +gdo I L Ghodoberi +gdq I L Mehri +gdr I L Wipi +gds I L Ghandruk Sign Language +gdt I E Kungardutyi +gdu I L Gudu +gdx I L Godwari +gea I L Geruma +geb I L Kire +gec I L Gboloo Grebo +ged I L Gade +gef I L Gerai +geg I L Gengle +geh I L Hutterite German +gei I L Gebe +gej I L Gen +gek I L Ywom +gel I L ut-Ma'in +geq I L Geme +ges I L Geser-Gorom +gev I L Eviya +gew I L Gera +gex I L Garre +gey I L Enya +gez gez gez I H Geez +gfk I L Patpatar +gft I E Gafat +gga I L Gao +ggb I L Gbii +ggd I E Gugadj +gge I L Gurr-goni +ggg I L Gurgula +ggk I E Kungarakany +ggl I L Ganglau +ggt I L Gitua +ggu I L Gagu +ggw I L Gogodala +gha I L Ghadamès +ghc I H Hiberno-Scottish Gaelic +ghe I L Southern Ghale +ghh I L Northern Ghale +ghk I L Geko Karen +ghl I L Ghulfan +ghn I L Ghanongga +gho I L Ghomara +ghr I L Ghera +ghs I L Guhu-Samane +ght I L Kuke +gia I L Kija +gib I L Gibanawa +gic I L Gail +gid I L Gidar +gie I L Gaɓogbo +gig I L Goaria +gih I L Githabul +gii I L Girirra +gil gil gil I L Gilbertese +gim I L Gimi (Eastern Highlands) +gin I L Hinukh +gip I L Gimi (West New Britain) +giq I L Green Gelao +gir I L Red Gelao +gis I L North Giziga +git I L Gitxsan +giu I L Mulao +giw I L White Gelao +gix I L Gilima +giy I L Giyug +giz I L South Giziga +gjk I L Kachi Koli +gjm I E Gunditjmara +gjn I L Gonja +gjr I L Gurindji Kriol +gju I L Gujari +gka I L Guya +gkd I L Magɨ (Madang Province) +gke I L Ndai +gkn I L Gokana +gko I E Kok-Nar +gkp I L Guinea Kpelle +gku I E ǂUngkue +gla gla gla gd I L Scottish Gaelic +glb I L Belning +glc I L Bon Gula +gld I L Nanai +gle gle gle ga I L Irish +glg glg glg gl I L Galician +glh I L Northwest Pashai +glj I L Gula Iro +glk I L Gilaki +gll I E Garlali +glo I L Galambu +glr I L Glaro-Twabo +glu I L Gula (Chad) +glv glv glv gv I L Manx +glw I L Glavda +gly I E Gule +gma I E Gambera +gmb I L Gula'alaa +gmd I L Mághdì +gmg I L Magɨyi +gmh gmh gmh I H Middle High German (ca. 1050-1500) +gml I H Middle Low German +gmm I L Gbaya-Mbodomo +gmn I L Gimnime +gmr I L Mirning +gmu I L Gumalu +gmv I L Gamo +gmx I L Magoma +gmy I H Mycenaean Greek +gmz I L Mgbolizhia +gna I L Kaansa +gnb I L Gangte +gnc I E Guanche +gnd I L Zulgo-Gemzek +gne I L Ganang +gng I L Ngangam +gnh I L Lere +gni I L Gooniyandi +gnj I L Ngen +gnk I L ǁGana +gnl I E Gangulu +gnm I L Ginuman +gnn I L Gumatj +gno I L Northern Gondi +gnq I L Gana +gnr I E Gureng Gureng +gnt I L Guntai +gnu I L Gnau +gnw I L Western Bolivian Guaraní +gnz I L Ganzi +goa I L Guro +gob I L Playero +goc I L Gorakor +god I L Godié +goe I L Gongduk +gof I L Gofa +gog I L Gogo +goh goh goh I H Old High German (ca. 750-1050) +goi I L Gobasi +goj I L Gowlan +gok I L Gowli +gol I L Gola +gom I L Goan Konkani +gon gon gon M L Gondi +goo I L Gone Dau +gop I L Yeretuar +goq I L Gorap +gor gor gor I L Gorontalo +gos I L Gronings +got got got I H Gothic +gou I L Gavar +gov I L Goo +gow I L Gorowa +gox I L Gobu +goy I L Goundo +goz I L Gozarkhani +gpa I L Gupa-Abawa +gpe I L Ghanaian Pidgin English +gpn I L Taiap +gqa I L Ga'anda +gqi I L Guiqiong +gqn I E Guana (Brazil) +gqr I L Gor +gqu I L Qau +gra I L Rajput Garasia +grb grb grb M L Grebo +grc grc grc I H Ancient Greek (to 1453) +grd I L Guruntum-Mbaaru +grg I L Madi +grh I L Gbiri-Niragu +gri I L Ghari +grj I L Southern Grebo +grm I L Kota Marudu Talantang +grn grn grn gn M L Guarani +gro I L Groma +grq I L Gorovu +grr I L Taznatit +grs I L Gresi +grt I L Garo +gru I L Kistane +grv I L Central Grebo +grw I L Gweda +grx I L Guriaso +gry I L Barclayville Grebo +grz I L Guramalum +gse I L Ghanaian Sign Language +gsg I L German Sign Language +gsl I L Gusilay +gsm I L Guatemalan Sign Language +gsn I L Nema +gso I L Southwest Gbaya +gsp I L Wasembo +gss I L Greek Sign Language +gsw gsw gsw I L Swiss German +gta I L Guató +gtu I E Aghu-Tharnggala +gua I L Shiki +gub I L Guajajára +guc I L Wayuu +gud I L Yocoboué Dida +gue I L Gurindji +guf I L Gupapuyngu +gug I L Paraguayan Guaraní +guh I L Guahibo +gui I L Eastern Bolivian Guaraní +guj guj guj gu I L Gujarati +guk I L Gumuz +gul I L Sea Island Creole English +gum I L Guambiano +gun I L Mbyá Guaraní +guo I L Guayabero +gup I L Gunwinggu +guq I L Aché +gur I L Farefare +gus I L Guinean Sign Language +gut I L Maléku Jaíka +guu I L Yanomamö +guw I L Gun +gux I L Gourmanchéma +guz I L Gusii +gva I L Guana (Paraguay) +gvc I L Guanano +gve I L Duwet +gvf I L Golin +gvj I L Guajá +gvl I L Gulay +gvm I L Gurmana +gvn I L Kuku-Yalanji +gvo I L Gavião Do Jiparaná +gvp I L Pará Gavião +gvr I L Gurung +gvs I L Gumawana +gvy I E Guyani +gwa I L Mbato +gwb I L Gwa +gwc I L Gawri +gwd I L Gawwada +gwe I L Gweno +gwf I L Gowro +gwg I L Moo +gwi gwi gwi I L Gwichʼin +gwj I L ǀGwi +gwm I E Awngthim +gwn I L Gwandara +gwr I L Gwere +gwt I L Gawar-Bati +gwu I E Guwamu +gww I L Kwini +gwx I L Gua +gxx I L Wè Southern +gya I L Northwest Gbaya +gyb I L Garus +gyd I L Kayardild +gye I L Gyem +gyf I E Gungabula +gyg I L Gbayi +gyi I L Gyele +gyl I L Gayil +gym I L Ngäbere +gyn I L Guyanese Creole English +gyo I L Gyalsumdo +gyr I L Guarayu +gyy I E Gunya +gyz I L Geji +gza I L Ganza +gzi I L Gazi +gzn I L Gane +haa I L Hän +hab I L Hanoi Sign Language +hac I L Gurani +had I L Hatam +hae I L Eastern Oromo +haf I L Haiphong Sign Language +hag I L Hanga +hah I L Hahon +hai hai hai M L Haida +haj I L Hajong +hak I L Hakka Chinese +hal I L Halang +ham I L Hewa +han I L Hangaza +hao I L Hakö +hap I L Hupla +haq I L Ha +har I L Harari +has I L Haisla +hat hat hat ht I L Haitian +hau hau hau ha I L Hausa +hav I L Havu +haw haw haw I L Hawaiian +hax I L Southern Haida +hay I L Haya +haz I L Hazaragi +hba I L Hamba +hbb I L Huba +hbn I L Heiban +hbo I H Ancient Hebrew +hbs sh M L Serbo-Croatian Code element for 639-1 has been deprecated +hbu I L Habu +hca I L Andaman Creole Hindi +hch I L Huichol +hdn I L Northern Haida +hds I L Honduras Sign Language +hdy I L Hadiyya +hea I L Northern Qiandong Miao +heb heb heb he I L Hebrew +hed I L Herdé +heg I L Helong +heh I L Hehe +hei I L Heiltsuk +hem I L Hemba +her her her hz I L Herero +hgm I L Haiǁom +hgw I L Haigwai +hhi I L Hoia Hoia +hhr I L Kerak +hhy I L Hoyahoya +hia I L Lamang +hib I E Hibito +hid I L Hidatsa +hif I L Fiji Hindi +hig I L Kamwe +hih I L Pamosu +hii I L Hinduri +hij I L Hijuk +hik I L Seit-Kaitetu +hil hil hil I L Hiligaynon +hin hin hin hi I L Hindi +hio I L Tsoa +hir I L Himarimã +hit hit hit I H Hittite +hiw I L Hiw +hix I L Hixkaryána +hji I L Haji +hka I L Kahe +hke I L Hunde +hkh I L Khah +hkk I L Hunjara-Kaina Ke +hkn I L Mel-Khaonh +hks I L Hong Kong Sign Language +hla I L Halia +hlb I L Halbi +hld I L Halang Doan +hle I L Hlersu +hlt I L Matu Chin +hlu I H Hieroglyphic Luwian +hma I L Southern Mashan Hmong +hmb I L Humburi Senni Songhay +hmc I L Central Huishui Hmong +hmd I L Large Flowery Miao +hme I L Eastern Huishui Hmong +hmf I L Hmong Don +hmg I L Southwestern Guiyang Hmong +hmh I L Southwestern Huishui Hmong +hmi I L Northern Huishui Hmong +hmj I L Ge +hmk I H Maek +hml I L Luopohe Hmong +hmm I L Central Mashan Hmong +hmn hmn hmn M L Hmong +hmo hmo hmo ho I L Hiri Motu +hmp I L Northern Mashan Hmong +hmq I L Eastern Qiandong Miao +hmr I L Hmar +hms I L Southern Qiandong Miao +hmt I L Hamtai +hmu I L Hamap +hmv I L Hmong Dô +hmw I L Western Mashan Hmong +hmy I L Southern Guiyang Hmong +hmz I L Hmong Shua +hna I L Mina (Cameroon) +hnd I L Southern Hindko +hne I L Chhattisgarhi +hng I L Hungu +hnh I L ǁAni +hni I L Hani +hnj I L Hmong Njua +hnm I L Hainanese +hnn I L Hanunoo +hno I L Northern Hindko +hns I L Caribbean Hindustani +hnu I L Hung +hoa I L Hoava +hob I L Mari (Madang Province) +hoc I L Ho +hod I E Holma +hoe I L Horom +hoh I L Hobyót +hoi I L Holikachuk +hoj I L Hadothi +hol I L Holu +hom I E Homa +hoo I L Holoholo +hop I L Hopi +hor I E Horo +hos I L Ho Chi Minh City Sign Language +hot I L Hote +hov I L Hovongan +how I L Honi +hoy I L Holiya +hoz I L Hozo +hpo I E Hpon +hps I L Hawai'i Sign Language (HSL) +hra I L Hrangkhol +hrc I L Niwer Mil +hre I L Hre +hrk I L Haruku +hrm I L Horned Miao +hro I L Haroi +hrp I E Nhirrpi +hrt I L Hértevin +hru I L Hruso +hrv hrv hrv hr I L Croatian +hrw I L Warwar Feni +hrx I L Hunsrik +hrz I L Harzani +hsb hsb hsb I L Upper Sorbian +hsh I L Hungarian Sign Language +hsl I L Hausa Sign Language +hsn I L Xiang Chinese +hss I L Harsusi +hti I E Hoti +hto I L Minica Huitoto +hts I L Hadza +htu I L Hitu +htx I H Middle Hittite +hub I L Huambisa +huc I L ǂHua +hud I L Huaulu +hue I L San Francisco Del Mar Huave +huf I L Humene +hug I L Huachipaeri +huh I L Huilliche +hui I L Huli +huj I L Northern Guiyang Hmong +huk I E Hulung +hul I L Hula +hum I L Hungana +hun hun hun hu I L Hungarian +huo I L Hu +hup hup hup I L Hupa +huq I L Tsat +hur I L Halkomelem +hus I L Huastec +hut I L Humla +huu I L Murui Huitoto +huv I L San Mateo Del Mar Huave +huw I E Hukumina +hux I L Nüpode Huitoto +huy I L Hulaulá +huz I L Hunzib +hvc I L Haitian Vodoun Culture Language +hve I L San Dionisio Del Mar Huave +hvk I L Haveke +hvn I L Sabu +hvv I L Santa María Del Mar Huave +hwa I L Wané +hwc I L Hawai'i Creole English +hwo I L Hwana +hya I L Hya +hye arm hye hy I L Armenian +hyw I L Western Armenian +iai I L Iaai +ian I L Iatmul +iar I L Purari +iba iba iba I L Iban +ibb I L Ibibio +ibd I L Iwaidja +ibe I L Akpes +ibg I L Ibanag +ibh I L Bih +ibl I L Ibaloi +ibm I L Agoi +ibn I L Ibino +ibo ibo ibo ig I L Igbo +ibr I L Ibuoro +ibu I L Ibu +iby I L Ibani +ica I L Ede Ica +ich I L Etkywan +icl I L Icelandic Sign Language +icr I L Islander Creole English +ida I L Idakho-Isukha-Tiriki +idb I L Indo-Portuguese +idc I L Idon +idd I L Ede Idaca +ide I L Idere +idi I L Idi +ido ido ido io I C Ido +idr I L Indri +ids I L Idesa +idt I L Idaté +idu I L Idoma +ifa I L Amganad Ifugao +ifb I L Batad Ifugao +ife I L Ifè +iff I E Ifo +ifk I L Tuwali Ifugao +ifm I L Teke-Fuumu +ifu I L Mayoyao Ifugao +ify I L Keley-I Kallahan +igb I L Ebira +ige I L Igede +igg I L Igana +igl I L Igala +igm I L Kanggape +ign I L Ignaciano +igo I L Isebe +igs I C Interglossa +igw I L Igwe +ihb I L Iha Based Pidgin +ihi I L Ihievbe +ihp I L Iha +ihw I E Bidhawal +iii iii iii ii I L Sichuan Yi +iin I E Thiin +ijc I L Izon +ije I L Biseni +ijj I L Ede Ije +ijn I L Kalabari +ijs I L Southeast Ijo +ike I L Eastern Canadian Inuktitut +ikh I L Ikhin-Arokho +iki I L Iko +ikk I L Ika +ikl I L Ikulu +iko I L Olulumo-Ikom +ikp I L Ikpeshi +ikr I E Ikaranggal +iks I L Inuit Sign Language +ikt I L Inuinnaqtun +iku iku iku iu M L Inuktitut +ikv I L Iku-Gora-Ankwa +ikw I L Ikwere +ikx I L Ik +ikz I L Ikizu +ila I L Ile Ape +ilb I L Ila +ile ile ile ie I C Interlingue +ilg I E Garig-Ilgar +ili I L Ili Turki +ilk I L Ilongot +ilm I L Iranun (Malaysia) +ilo ilo ilo I L Iloko +ilp I L Iranun (Philippines) +ils I L International Sign +ilu I L Ili'uun +ilv I L Ilue +ima I L Mala Malasar +imi I L Anamgura +iml I E Miluk +imn I L Imonda +imo I L Imbongu +imr I L Imroing +ims I H Marsian +imt I L Imotong +imy I H Milyan +ina ina ina ia I C Interlingua (International Auxiliary Language Association) +inb I L Inga +ind ind ind id I L Indonesian +ing I L Degexit'an +inh inh inh I L Ingush +inj I L Jungle Inga +inl I L Indonesian Sign Language +inm I H Minaean +inn I L Isinai +ino I L Inoke-Yate +inp I L Iñapari +ins I L Indian Sign Language +int I L Intha +inz I E Ineseño +ior I L Inor +iou I L Tuma-Irumu +iow I E Iowa-Oto +ipi I L Ipili +ipk ipk ipk ik M L Inupiaq +ipo I L Ipiko +iqu I L Iquito +iqw I L Ikwo +ire I L Iresim +irh I L Irarutu +iri I L Rigwe +irk I L Iraqw +irn I L Irántxe +irr I L Ir +iru I L Irula +irx I L Kamberau +iry I L Iraya +isa I L Isabi +isc I L Isconahua +isd I L Isnag +ise I L Italian Sign Language +isg I L Irish Sign Language +ish I L Esan +isi I L Nkem-Nkum +isk I L Ishkashimi +isl ice isl is I L Icelandic +ism I L Masimasi +isn I L Isanzu +iso I L Isoko +isr I L Israeli Sign Language +ist I L Istriot +isu I L Isu (Menchum Division) +isv I C Interslavic +ita ita ita it I L Italian +itb I L Binongan Itneg +itd I L Southern Tidung +ite I E Itene +iti I L Inlaod Itneg +itk I L Judeo-Italian +itl I L Itelmen +itm I L Itu Mbon Uzo +ito I L Itonama +itr I L Iteri +its I L Isekiri +itt I L Maeng Itneg +itv I L Itawit +itw I L Ito +itx I L Itik +ity I L Moyadan Itneg +itz I L Itzá +ium I L Iu Mien +ivb I L Ibatan +ivv I L Ivatan +iwk I L I-Wak +iwm I L Iwam +iwo I L Iwur +iws I L Sepik Iwam +ixc I L Ixcatec +ixl I L Ixil +iya I L Iyayu +iyo I L Mesaka +iyx I L Yaka (Congo) +izh I L Ingrian +izm I L Kizamani +izr I L Izere +izz I L Izii +jaa I L Jamamadí +jab I L Hyam +jac I L Popti' +jad I L Jahanka +jae I L Yabem +jaf I L Jara +jah I L Jah Hut +jaj I L Zazao +jak I L Jakun +jal I L Yalahatan +jam I L Jamaican Creole English +jan I E Jandai +jao I L Yanyuwa +jaq I L Yaqay +jas I L New Caledonian Javanese +jat I L Jakati +jau I L Yaur +jav jav jav jv I L Javanese +jax I L Jambi Malay +jay I L Yan-nhangu +jaz I L Jawe +jbe I L Judeo-Berber +jbi I E Badjiri +jbj I L Arandai +jbk I L Barikewa +jbm I L Bijim +jbn I L Nafusi +jbo jbo jbo I C Lojban +jbr I L Jofotek-Bromnya +jbt I L Jabutí +jbu I L Jukun Takum +jbw I E Yawijibaya +jcs I L Jamaican Country Sign Language +jct I L Krymchak +jda I L Jad +jdg I L Jadgali +jdt I L Judeo-Tat +jeb I L Jebero +jee I L Jerung +jeh I L Jeh +jei I L Yei +jek I L Jeri Kuo +jel I L Yelmek +jen I L Dza +jer I L Jere +jet I L Manem +jeu I L Jonkor Bourmataguil +jgb I E Ngbee +jge I L Judeo-Georgian +jgk I L Gwak +jgo I L Ngomba +jhi I L Jehai +jhs I L Jhankot Sign Language +jia I L Jina +jib I L Jibu +jic I L Tol +jid I L Bu (Kaduna State) +jie I L Jilbe +jig I L Jingulu +jih I L sTodsde +jii I L Jiiddu +jil I L Jilim +jim I L Jimi (Cameroon) +jio I L Jiamao +jiq I L Guanyinqiao +jit I L Jita +jiu I L Youle Jinuo +jiv I L Shuar +jiy I L Buyuan Jinuo +jje I L Jejueo +jjr I L Bankal +jka I L Kaera +jkm I L Mobwa Karen +jko I L Kubo +jkp I L Paku Karen +jkr I L Koro (India) +jks I L Amami Koniya Sign Language +jku I L Labir +jle I L Ngile +jls I L Jamaican Sign Language +jma I L Dima +jmb I L Zumbun +jmc I L Machame +jmd I L Yamdena +jmi I L Jimi (Nigeria) +jml I L Jumli +jmn I L Makuri Naga +jmr I L Kamara +jms I L Mashi (Nigeria) +jmw I L Mouwase +jmx I L Western Juxtlahuaca Mixtec +jna I L Jangshung +jnd I L Jandavra +jng I E Yangman +jni I L Janji +jnj I L Yemsa +jnl I L Rawat +jns I L Jaunsari +job I L Joba +jod I L Wojenaka +jog I L Jogi +jor I E Jorá +jos I L Jordanian Sign Language +jow I L Jowulu +jpa I H Jewish Palestinian Aramaic +jpn jpn jpn ja I L Japanese +jpr jpr jpr I L Judeo-Persian +jqr I L Jaqaru +jra I L Jarai +jrb jrb jrb M L Judeo-Arabic +jrr I L Jiru +jrt I L Jakattoe +jru I L Japrería +jsl I L Japanese Sign Language +jua I L Júma +jub I L Wannu +juc I H Jurchen +jud I L Worodougou +juh I L Hõne +jui I E Ngadjuri +juk I L Wapan +jul I L Jirel +jum I L Jumjum +jun I L Juang +juo I L Jiba +jup I L Hupdë +jur I L Jurúna +jus I L Jumla Sign Language +jut I H Jutish +juu I L Ju +juw I L Wãpha +juy I L Juray +jvd I L Javindo +jvn I L Caribbean Javanese +jwi I L Jwira-Pepesa +jya I L Jiarong +jye I L Judeo-Yemeni Arabic +jyy I L Jaya +kaa kaa kaa I L Kara-Kalpak +kab kab kab I L Kabyle +kac kac kac I L Kachin +kad I L Adara +kae I E Ketangalan +kaf I L Katso +kag I L Kajaman +kah I L Kara (Central African Republic) +kai I L Karekare +kaj I L Jju +kak I L Kalanguya +kal kal kal kl I L Kalaallisut +kam kam kam I L Kamba (Kenya) +kan kan kan kn I L Kannada +kao I L Xaasongaxango +kap I L Bezhta +kaq I L Capanahua +kas kas kas ks I L Kashmiri +kat geo kat ka I L Georgian +kau kau kau kr M L Kanuri +kav I L Katukína +kaw kaw kaw I H Kawi +kax I L Kao +kay I L Kamayurá +kaz kaz kaz kk I L Kazakh +kba I E Kalarko +kbb I E Kaxuiâna +kbc I L Kadiwéu +kbd kbd kbd I L Kabardian +kbe I L Kanju +kbg I L Khamba +kbh I L Camsá +kbi I L Kaptiau +kbj I L Kari +kbk I L Grass Koiari +kbl I L Kanembu +kbm I L Iwal +kbn I L Kare (Central African Republic) +kbo I L Keliko +kbp I L Kabiyè +kbq I L Kamano +kbr I L Kafa +kbs I L Kande +kbt I L Abadi +kbu I L Kabutra +kbv I L Dera (Indonesia) +kbw I L Kaiep +kbx I L Ap Ma +kby I L Manga Kanuri +kbz I L Duhwa +kca I L Khanty +kcb I L Kawacha +kcc I L Lubila +kcd I L Ngkâlmpw Kanum +kce I L Kaivi +kcf I L Ukaan +kcg I L Tyap +kch I L Vono +kci I L Ngyian +kcj I L Kobiana +kck I L Kalanga +kcl I L Kela (Papua New Guinea) +kcm I L Gula (Central African Republic) +kcn I L Nubi +kco I L Kinalakna +kcp I L Kanga +kcq I L Kamo +kcr I L Katla +kcs I L Koenoem +kct I L Kaian +kcu I L Kami (Tanzania) +kcv I L Kete +kcw I L Kabwari +kcx I L Kachama-Ganjule +kcy I L Korandje +kcz I L Konongo +kda I E Worimi +kdc I L Kutu +kdd I L Yankunytjatjara +kde I L Makonde +kdf I L Mamusi +kdg I L Seba +kdh I L Tem +kdi I L Kumam +kdj I L Karamojong +kdk I L Numèè +kdl I L Tsikimba +kdm I L Kagoma +kdn I L Kunda +kdp I L Kaningdon-Nindem +kdq I L Koch +kdr I L Karaim +kdt I L Kuy +kdu I L Kadaru +kdw I L Koneraw +kdx I L Kam +kdy I L Keder +kdz I L Kwaja +kea I L Kabuverdianu +keb I L Kélé +kec I L Keiga +ked I L Kerewe +kee I L Eastern Keres +kef I L Kpessi +keg I L Tese +keh I L Keak +kei I L Kei +kej I L Kadar +kek I L Kekchí +kel I L Kela (Democratic Republic of Congo) +kem I L Kemak +ken I L Kenyang +keo I L Kakwa +kep I L Kaikadi +keq I L Kamar +ker I L Kera +kes I L Kugbo +ket I L Ket +keu I L Akebu +kev I L Kanikkaran +kew I L West Kewa +kex I L Kukna +key I L Kupia +kez I L Kukele +kfa I L Kodava +kfb I L Northwestern Kolami +kfc I L Konda-Dora +kfd I L Korra Koraga +kfe I L Kota (India) +kff I L Koya +kfg I L Kudiya +kfh I L Kurichiya +kfi I L Kannada Kurumba +kfj I L Kemiehua +kfk I L Kinnauri +kfl I L Kung +kfm I L Khunsari +kfn I L Kuk +kfo I L Koro (Côte d'Ivoire) +kfp I L Korwa +kfq I L Korku +kfr I L Kachhi +kfs I L Bilaspuri +kft I L Kanjari +kfu I L Katkari +kfv I L Kurmukar +kfw I L Kharam Naga +kfx I L Kullu Pahari +kfy I L Kumaoni +kfz I L Koromfé +kga I L Koyaga +kgb I L Kawe +kge I L Komering +kgf I L Kube +kgg I L Kusunda +kgi I L Selangor Sign Language +kgj I L Gamale Kham +kgk I L Kaiwá +kgl I E Kunggari +kgn I L Karingani +kgo I L Krongo +kgp I L Kaingang +kgq I L Kamoro +kgr I L Abun +kgs I L Kumbainggar +kgt I L Somyev +kgu I L Kobol +kgv I L Karas +kgw I L Karon Dori +kgx I L Kamaru +kgy I L Kyerung +kha kha kha I L Khasi +khb I L Lü +khc I L Tukang Besi North +khd I L Bädi Kanum +khe I L Korowai +khf I L Khuen +khg I L Khams Tibetan +khh I L Kehu +khj I L Kuturmi +khk I L Halh Mongolian +khl I L Lusi +khm khm khm km I L Khmer +khn I L Khandesi +kho kho kho I H Khotanese +khp I L Kapori +khq I L Koyra Chiini Songhay +khr I L Kharia +khs I L Kasua +kht I L Khamti +khu I L Nkhumbi +khv I L Khvarshi +khw I L Khowar +khx I L Kanu +khy I L Kele (Democratic Republic of Congo) +khz I L Keapara +kia I L Kim +kib I L Koalib +kic I L Kickapoo +kid I L Koshin +kie I L Kibet +kif I L Eastern Parbate Kham +kig I L Kimaama +kih I L Kilmeri +kii I E Kitsai +kij I L Kilivila +kik kik kik ki I L Kikuyu +kil I L Kariya +kim I L Karagas +kin kin kin rw I L Kinyarwanda +kio I L Kiowa +kip I L Sheshi Kham +kiq I L Kosadle +kir kir kir ky I L Kirghiz +kis I L Kis +kit I L Agob +kiu I L Kirmanjki (individual language) +kiv I L Kimbu +kiw I L Northeast Kiwai +kix I L Khiamniungan Naga +kiy I L Kirikiri +kiz I L Kisi +kja I L Mlap +kjb I L Q'anjob'al +kjc I L Coastal Konjo +kjd I L Southern Kiwai +kje I L Kisar +kjg I L Khmu +kjh I L Khakas +kji I L Zabana +kjj I L Khinalugh +kjk I L Highland Konjo +kjl I L Western Parbate Kham +kjm I L Kháng +kjn I L Kunjen +kjo I L Harijan Kinnauri +kjp I L Pwo Eastern Karen +kjq I L Western Keres +kjr I L Kurudu +kjs I L East Kewa +kjt I L Phrae Pwo Karen +kju I L Kashaya +kjv I H Kaikavian Literary Language +kjx I L Ramopa +kjy I L Erave +kjz I L Bumthangkha +kka I L Kakanda +kkb I L Kwerisa +kkc I L Odoodee +kkd I L Kinuku +kke I L Kakabe +kkf I L Kalaktang Monpa +kkg I L Mabaka Valley Kalinga +kkh I L Khün +kki I L Kagulu +kkj I L Kako +kkk I L Kokota +kkl I L Kosarek Yale +kkm I L Kiong +kkn I L Kon Keu +kko I L Karko +kkp I L Gugubera +kkq I L Kaeku +kkr I L Kir-Balar +kks I L Giiwo +kkt I L Koi +kku I L Tumi +kkv I L Kangean +kkw I L Teke-Kukuya +kkx I L Kohin +kky I L Guugu Yimidhirr +kkz I L Kaska +kla I E Klamath-Modoc +klb I L Kiliwa +klc I L Kolbila +kld I L Gamilaraay +kle I L Kulung (Nepal) +klf I L Kendeje +klg I L Tagakaulo +klh I L Weliki +kli I L Kalumpang +klj I L Khalaj +klk I L Kono (Nigeria) +kll I L Kagan Kalagan +klm I L Migum +kln M L Kalenjin +klo I L Kapya +klp I L Kamasa +klq I L Rumu +klr I L Khaling +kls I L Kalasha +klt I L Nukna +klu I L Klao +klv I L Maskelynes +klw I L Tado +klx I L Koluwawa +kly I L Kalao +klz I L Kabola +kma I L Konni +kmb kmb kmb I L Kimbundu +kmc I L Southern Dong +kmd I L Majukayang Kalinga +kme I L Bakole +kmf I L Kare (Papua New Guinea) +kmg I L Kâte +kmh I L Kalam +kmi I L Kami (Nigeria) +kmj I L Kumarbhag Paharia +kmk I L Limos Kalinga +kml I L Tanudan Kalinga +kmm I L Kom (India) +kmn I L Awtuw +kmo I L Kwoma +kmp I L Gimme +kmq I L Kwama +kmr I L Northern Kurdish +kms I L Kamasau +kmt I L Kemtuik +kmu I L Kanite +kmv I L Karipúna Creole French +kmw I L Komo (Democratic Republic of Congo) +kmx I L Waboda +kmy I L Koma +kmz I L Khorasani Turkish +kna I L Dera (Nigeria) +knb I L Lubuagan Kalinga +knc I L Central Kanuri +knd I L Konda +kne I L Kankanaey +knf I L Mankanya +kng I L Koongo +kni I L Kanufi +knj I L Western Kanjobal +knk I L Kuranko +knl I L Keninjal +knm I L Kanamarí +knn I L Konkani (individual language) +kno I L Kono (Sierra Leone) +knp I L Kwanja +knq I L Kintaq +knr I L Kaningra +kns I L Kensiu +knt I L Panoan Katukína +knu I L Kono (Guinea) +knv I L Tabo +knw I L Kung-Ekoka +knx I L Kendayan +kny I L Kanyok +knz I L Kalamsé +koa I L Konomala +koc I E Kpati +kod I L Kodi +koe I L Kacipo-Bale Suri +kof I E Kubi +kog I L Cogui +koh I L Koyo +koi I L Komi-Permyak +kok kok kok M L Konkani (macrolanguage) +kol I L Kol (Papua New Guinea) +kom kom kom kv M L Komi +kon kon kon kg M L Kongo +koo I L Konzo +kop I L Waube +koq I L Kota (Gabon) +kor kor kor ko I L Korean +kos kos kos I L Kosraean +kot I L Lagwan +kou I L Koke +kov I L Kudu-Camo +kow I L Kugama +koy I L Koyukon +koz I L Korak +kpa I L Kutto +kpb I L Mullu Kurumba +kpc I L Curripaco +kpd I L Koba +kpe kpe kpe M L Kpelle +kpf I L Komba +kpg I L Kapingamarangi +kph I L Kplang +kpi I L Kofei +kpj I L Karajá +kpk I L Kpan +kpl I L Kpala +kpm I L Koho +kpn I E Kepkiriwát +kpo I L Ikposo +kpq I L Korupun-Sela +kpr I L Korafe-Yegha +kps I L Tehit +kpt I L Karata +kpu I L Kafoa +kpv I L Komi-Zyrian +kpw I L Kobon +kpx I L Mountain Koiali +kpy I L Koryak +kpz I L Kupsabiny +kqa I L Mum +kqb I L Kovai +kqc I L Doromu-Koki +kqd I L Koy Sanjaq Surat +kqe I L Kalagan +kqf I L Kakabai +kqg I L Khe +kqh I L Kisankasa +kqi I L Koitabu +kqj I L Koromira +kqk I L Kotafon Gbe +kql I L Kyenele +kqm I L Khisa +kqn I L Kaonde +kqo I L Eastern Krahn +kqp I L Kimré +kqq I L Krenak +kqr I L Kimaragang +kqs I L Northern Kissi +kqt I L Klias River Kadazan +kqu I E Seroa +kqv I L Okolod +kqw I L Kandas +kqx I L Mser +kqy I L Koorete +kqz I E Korana +kra I L Kumhali +krb I E Karkin +krc krc krc I L Karachay-Balkar +krd I L Kairui-Midiki +kre I L Panará +krf I L Koro (Vanuatu) +krh I L Kurama +kri I L Krio +krj I L Kinaray-A +krk I E Kerek +krl krl krl I L Karelian +krn I L Sapo +krp I L Durop +krr I L Krung +krs I L Gbaya (Sudan) +krt I L Tumari Kanuri +kru kru kru I L Kurukh +krv I L Kavet +krw I L Western Krahn +krx I L Karon +kry I L Kryts +krz I L Sota Kanum +ksb I L Shambala +ksc I L Southern Kalinga +ksd I L Kuanua +kse I L Kuni +ksf I L Bafia +ksg I L Kusaghe +ksh I L Kölsch +ksi I L Krisa +ksj I L Uare +ksk I L Kansa +ksl I L Kumalu +ksm I L Kumba +ksn I L Kasiguranin +kso I L Kofa +ksp I L Kaba +ksq I L Kwaami +ksr I L Borong +kss I L Southern Kisi +kst I L Winyé +ksu I L Khamyang +ksv I L Kusu +ksw I L S'gaw Karen +ksx I L Kedang +ksy I L Kharia Thar +ksz I L Kodaku +kta I L Katua +ktb I L Kambaata +ktc I L Kholok +ktd I L Kokata +kte I L Nubri +ktf I L Kwami +ktg I E Kalkutung +kth I L Karanga +kti I L North Muyu +ktj I L Plapo Krumen +ktk I E Kaniet +ktl I L Koroshi +ktm I L Kurti +ktn I L Karitiâna +kto I L Kuot +ktp I L Kaduo +ktq I E Katabaga +kts I L South Muyu +ktt I L Ketum +ktu I L Kituba (Democratic Republic of Congo) +ktv I L Eastern Katu +ktw I E Kato +ktx I L Kaxararí +kty I L Kango (Bas-Uélé District) +ktz I L Juǀʼhoan +kua kua kua kj I L Kuanyama +kub I L Kutep +kuc I L Kwinsu +kud I L 'Auhelawa +kue I L Kuman (Papua New Guinea) +kuf I L Western Katu +kug I L Kupa +kuh I L Kushi +kui I L Kuikúro-Kalapálo +kuj I L Kuria +kuk I L Kepo' +kul I L Kulere +kum kum kum I L Kumyk +kun I L Kunama +kuo I L Kumukio +kup I L Kunimaipa +kuq I L Karipuna +kur kur kur ku M L Kurdish +kus I L Kusaal +kut kut kut I L Kutenai +kuu I L Upper Kuskokwim +kuv I L Kur +kuw I L Kpagua +kux I L Kukatja +kuy I L Kuuku-Ya'u +kuz I E Kunza +kva I L Bagvalal +kvb I L Kubu +kvc I L Kove +kvd I L Kui (Indonesia) +kve I L Kalabakan +kvf I L Kabalai +kvg I L Kuni-Boazi +kvh I L Komodo +kvi I L Kwang +kvj I L Psikye +kvk I L Korean Sign Language +kvl I L Kayaw +kvm I L Kendem +kvn I L Border Kuna +kvo I L Dobel +kvp I L Kompane +kvq I L Geba Karen +kvr I L Kerinci +kvt I L Lahta Karen +kvu I L Yinbaw Karen +kvv I L Kola +kvw I L Wersing +kvx I L Parkari Koli +kvy I L Yintale Karen +kvz I L Tsakwambo +kwa I L Dâw +kwb I L Kwa +kwc I L Likwala +kwd I L Kwaio +kwe I L Kwerba +kwf I L Kwara'ae +kwg I L Sara Kaba Deme +kwh I L Kowiai +kwi I L Awa-Cuaiquer +kwj I L Kwanga +kwk I L Kwak'wala +kwl I L Kofyar +kwm I L Kwambi +kwn I L Kwangali +kwo I L Kwomtari +kwp I L Kodia +kwr I L Kwer +kws I L Kwese +kwt I L Kwesten +kwu I L Kwakum +kwv I L Sara Kaba Náà +kww I L Kwinti +kwx I L Khirwar +kwy I L San Salvador Kongo +kwz I E Kwadi +kxa I L Kairiru +kxb I L Krobu +kxc I L Konso +kxd I L Brunei +kxf I L Manumanaw Karen +kxh I L Karo (Ethiopia) +kxi I L Keningau Murut +kxj I L Kulfa +kxk I L Zayein Karen +kxm I L Northern Khmer +kxn I L Kanowit-Tanjong Melanau +kxo I E Kanoé +kxp I L Wadiyara Koli +kxq I L Smärky Kanum +kxr I L Koro (Papua New Guinea) +kxs I L Kangjia +kxt I L Koiwat +kxv I L Kuvi +kxw I L Konai +kxx I L Likuba +kxy I L Kayong +kxz I L Kerewo +kya I L Kwaya +kyb I L Butbut Kalinga +kyc I L Kyaka +kyd I L Karey +kye I L Krache +kyf I L Kouya +kyg I L Keyagana +kyh I L Karok +kyi I L Kiput +kyj I L Karao +kyk I L Kamayo +kyl I L Kalapuya +kym I L Kpatili +kyn I L Northern Binukidnon +kyo I L Kelon +kyp I L Kang +kyq I L Kenga +kyr I L Kuruáya +kys I L Baram Kayan +kyt I L Kayagar +kyu I L Western Kayah +kyv I L Kayort +kyw I L Kudmali +kyx I L Rapoisi +kyy I L Kambaira +kyz I L Kayabí +kza I L Western Karaboro +kzb I L Kaibobo +kzc I L Bondoukou Kulango +kzd I L Kadai +kze I L Kosena +kzf I L Da'a Kaili +kzg I L Kikai +kzi I L Kelabit +kzk I E Kazukuru +kzl I L Kayeli +kzm I L Kais +kzn I L Kokola +kzo I L Kaningi +kzp I L Kaidipang +kzq I L Kaike +kzr I L Karang +kzs I L Sugut Dusun +kzu I L Kayupulau +kzv I L Komyandaret +kzw I E Karirí-Xocó +kzx I E Kamarian +kzy I L Kango (Tshopo District) +kzz I L Kalabra +laa I L Southern Subanen +lab I H Linear A +lac I L Lacandon +lad lad lad I L Ladino +lae I L Pattani +laf I L Lafofa +lag I L Rangi +lah lah lah M L Lahnda +lai I L Lambya +laj I L Lango (Uganda) +lal I L Lalia +lam lam lam I L Lamba +lan I L Laru +lao lao lao lo I L Lao +lap I L Laka (Chad) +laq I L Qabiao +lar I L Larteh +las I L Lama (Togo) +lat lat lat la I H Latin +lau I L Laba +lav lav lav lv M L Latvian +law I L Lauje +lax I L Tiwa +lay I L Lama Bai +laz I E Aribwatsa +lbb I L Label +lbc I L Lakkia +lbe I L Lak +lbf I L Tinani +lbg I L Laopang +lbi I L La'bi +lbj I L Ladakhi +lbk I L Central Bontok +lbl I L Libon Bikol +lbm I L Lodhi +lbn I L Rmeet +lbo I L Laven +lbq I L Wampar +lbr I L Lohorung +lbs I L Libyan Sign Language +lbt I L Lachi +lbu I L Labu +lbv I L Lavatbura-Lamusong +lbw I L Tolaki +lbx I L Lawangan +lby I E Lamalama +lbz I L Lardil +lcc I L Legenyem +lcd I L Lola +lce I L Loncong +lcf I L Lubu +lch I L Luchazi +lcl I L Lisela +lcm I L Tungag +lcp I L Western Lawa +lcq I L Luhu +lcs I L Lisabata-Nuniali +lda I L Kla-Dan +ldb I L Dũya +ldd I L Luri +ldg I L Lenyima +ldh I L Lamja-Dengsa-Tola +ldi I L Laari +ldj I L Lemoro +ldk I L Leelau +ldl I L Kaan +ldm I L Landoma +ldn I C Láadan +ldo I L Loo +ldp I L Tso +ldq I L Lufu +lea I L Lega-Shabunda +leb I L Lala-Bisa +lec I L Leco +led I L Lendu +lee I L Lyélé +lef I L Lelemi +leh I L Lenje +lei I L Lemio +lej I L Lengola +lek I L Leipon +lel I L Lele (Democratic Republic of Congo) +lem I L Nomaande +len I E Lenca +leo I L Leti (Cameroon) +lep I L Lepcha +leq I L Lembena +ler I L Lenkau +les I L Lese +let I L Lesing-Gelimi +leu I L Kara (Papua New Guinea) +lev I L Lamma +lew I L Ledo Kaili +lex I L Luang +ley I L Lemolang +lez lez lez I L Lezghian +lfa I L Lefa +lfn I C Lingua Franca Nova +lga I L Lungga +lgb I L Laghu +lgg I L Lugbara +lgh I L Laghuu +lgi I L Lengilu +lgk I L Lingarak +lgl I L Wala +lgm I L Lega-Mwenga +lgn I L T'apo +lgo I L Lango (South Sudan) +lgq I L Logba +lgr I L Lengo +lgs I L Guinea-Bissau Sign Language +lgt I L Pahi +lgu I L Longgu +lgz I L Ligenza +lha I L Laha (Viet Nam) +lhh I L Laha (Indonesia) +lhi I L Lahu Shi +lhl I L Lahul Lohar +lhm I L Lhomi +lhn I L Lahanan +lhp I L Lhokpu +lhs I E Mlahsö +lht I L Lo-Toga +lhu I L Lahu +lia I L West-Central Limba +lib I L Likum +lic I L Hlai +lid I L Nyindrou +lie I L Likila +lif I L Limbu +lig I L Ligbi +lih I L Lihir +lij I L Ligurian +lik I L Lika +lil I L Lillooet +lim lim lim li I L Limburgan +lin lin lin ln I L Lingala +lio I L Liki +lip I L Sekpele +liq I L Libido +lir I L Liberian English +lis I L Lisu +lit lit lit lt I L Lithuanian +liu I L Logorik +liv I L Liv +liw I L Col +lix I L Liabuku +liy I L Banda-Bambari +liz I L Libinza +lja I E Golpa +lje I L Rampi +lji I L Laiyolo +ljl I L Li'o +ljp I L Lampung Api +ljw I L Yirandali +ljx I E Yuru +lka I L Lakalei +lkb I L Kabras +lkc I L Kucong +lkd I L Lakondê +lke I L Kenyi +lkh I L Lakha +lki I L Laki +lkj I L Remun +lkl I L Laeko-Libuat +lkm I E Kalaamaya +lkn I L Lakon +lko I L Khayo +lkr I L Päri +lks I L Kisa +lkt I L Lakota +lku I E Kungkari +lky I L Lokoya +lla I L Lala-Roba +llb I L Lolo +llc I L Lele (Guinea) +lld I L Ladin +lle I L Lele (Papua New Guinea) +llf I E Hermit +llg I L Lole +llh I L Lamu +lli I L Teke-Laali +llj I E Ladji Ladji +llk I E Lelak +lll I L Lilau +llm I L Lasalimu +lln I L Lele (Chad) +llp I L North Efate +llq I L Lolak +lls I L Lithuanian Sign Language +llu I L Lau +llx I L Lauan +lma I L East Limba +lmb I L Merei +lmc I E Limilngan +lmd I L Lumun +lme I L Pévé +lmf I L South Lembata +lmg I L Lamogai +lmh I L Lambichhong +lmi I L Lombi +lmj I L West Lembata +lmk I L Lamkang +lml I L Hano +lmn I L Lambadi +lmo I L Lombard +lmp I L Limbum +lmq I L Lamatuka +lmr I L Lamalera +lmu I L Lamenu +lmv I L Lomaiviti +lmw I L Lake Miwok +lmx I L Laimbue +lmy I L Lamboya +lna I L Langbashe +lnb I L Mbalanhu +lnd I L Lundayeh +lng I H Langobardic +lnh I L Lanoh +lni I L Daantanai' +lnj I E Leningitij +lnl I L South Central Banda +lnm I L Langam +lnn I L Lorediakarkar +lns I L Lamnso' +lnu I L Longuda +lnw I E Lanima +lnz I L Lonzo +loa I L Loloda +lob I L Lobi +loc I L Inonhan +loe I L Saluan +lof I L Logol +log I L Logo +loh I L Laarim +loi I L Loma (Côte d'Ivoire) +loj I L Lou +lok I L Loko +lol lol lol I L Mongo +lom I L Loma (Liberia) +lon I L Malawi Lomwe +loo I L Lombo +lop I L Lopa +loq I L Lobala +lor I L Téén +los I L Loniu +lot I L Otuho +lou I L Louisiana Creole +lov I L Lopi +low I L Tampias Lobu +lox I L Loun +loy I L Loke +loz loz loz I L Lozi +lpa I L Lelepa +lpe I L Lepki +lpn I L Long Phuri Naga +lpo I L Lipo +lpx I L Lopit +lqr I L Logir +lra I L Rara Bakati' +lrc I L Northern Luri +lre I E Laurentian +lrg I E Laragia +lri I L Marachi +lrk I L Loarki +lrl I L Lari +lrm I L Marama +lrn I L Lorang +lro I L Laro +lrr I L Southern Yamphu +lrt I L Larantuka Malay +lrv I L Larevat +lrz I L Lemerig +lsa I L Lasgerdi +lsb I L Burundian Sign Language +lsc I L Albarradas Sign Language +lsd I L Lishana Deni +lse I L Lusengo +lsh I L Lish +lsi I L Lashi +lsl I L Latvian Sign Language +lsm I L Saamia +lsn I L Tibetan Sign Language +lso I L Laos Sign Language +lsp I L Panamanian Sign Language +lsr I L Aruop +lss I L Lasi +lst I L Trinidad and Tobago Sign Language +lsv I L Sivia Sign Language +lsw I L Seychelles Sign Language +lsy I L Mauritian Sign Language +ltc I H Late Middle Chinese +ltg I L Latgalian +lth I L Thur +lti I L Leti (Indonesia) +ltn I L Latundê +lto I L Tsotso +lts I L Tachoni +ltu I L Latu +ltz ltz ltz lb I L Luxembourgish +lua lua lua I L Luba-Lulua +lub lub lub lu I L Luba-Katanga +luc I L Aringa +lud I L Ludian +lue I L Luvale +luf I L Laua +lug lug lug lg I L Ganda +luh I L Leizhou Chinese +lui lui lui I E Luiseno +luj I L Luna +luk I L Lunanakha +lul I L Olu'bo +lum I L Luimbi +lun lun lun I L Lunda +luo luo luo I L Luo (Kenya and Tanzania) +lup I L Lumbu +luq I L Lucumi +lur I L Laura +lus lus lus I L Lushai +lut I E Lushootseed +luu I L Lumba-Yakkha +luv I L Luwati +luw I L Luo (Cameroon) +luy M L Luyia +luz I L Southern Luri +lva I L Maku'a +lvi I L Lavi +lvk I L Lavukaleve +lvl I L Lwel +lvs I L Standard Latvian +lvu I L Levuka +lwa I L Lwalu +lwe I L Lewo Eleng +lwg I L Wanga +lwh I L White Lachi +lwl I L Eastern Lawa +lwm I L Laomian +lwo I L Luwo +lws I L Malawian Sign Language +lwt I L Lewotobi +lwu I L Lawu +lww I L Lewo +lxm I L Lakurumau +lya I L Layakha +lyg I L Lyngngam +lyn I L Luyana +lzh I H Literary Chinese +lzl I L Litzlitz +lzn I L Leinong Naga +lzz I L Laz +maa I L San Jerónimo Tecóatl Mazatec +mab I L Yutanduchi Mixtec +mad mad mad I L Madurese +mae I L Bo-Rukul +maf I L Mafa +mag mag mag I L Magahi +mah mah mah mh I L Marshallese +mai mai mai I L Maithili +maj I L Jalapa De Díaz Mazatec +mak mak mak I L Makasar +mal mal mal ml I L Malayalam +mam I L Mam +man man man M L Mandingo +maq I L Chiquihuitlán Mazatec +mar mar mar mr I L Marathi +mas mas mas I L Masai +mat I L San Francisco Matlatzinca +mau I L Huautla Mazatec +mav I L Sateré-Mawé +maw I L Mampruli +max I L North Moluccan Malay +maz I L Central Mazahua +mba I L Higaonon +mbb I L Western Bukidnon Manobo +mbc I L Macushi +mbd I L Dibabawon Manobo +mbe I E Molale +mbf I L Baba Malay +mbh I L Mangseng +mbi I L Ilianen Manobo +mbj I L Nadëb +mbk I L Malol +mbl I L Maxakalí +mbm I L Ombamba +mbn I L Macaguán +mbo I L Mbo (Cameroon) +mbp I L Malayo +mbq I L Maisin +mbr I L Nukak Makú +mbs I L Sarangani Manobo +mbt I L Matigsalug Manobo +mbu I L Mbula-Bwazza +mbv I L Mbulungish +mbw I L Maring +mbx I L Mari (East Sepik Province) +mby I L Memoni +mbz I L Amoltepec Mixtec +mca I L Maca +mcb I L Machiguenga +mcc I L Bitur +mcd I L Sharanahua +mce I L Itundujia Mixtec +mcf I L Matsés +mcg I L Mapoyo +mch I L Maquiritari +mci I L Mese +mcj I L Mvanip +mck I L Mbunda +mcl I E Macaguaje +mcm I L Malaccan Creole Portuguese +mcn I L Masana +mco I L Coatlán Mixe +mcp I L Makaa +mcq I L Ese +mcr I L Menya +mcs I L Mambai +mct I L Mengisa +mcu I L Cameroon Mambila +mcv I L Minanibai +mcw I L Mawa (Chad) +mcx I L Mpiemo +mcy I L South Watut +mcz I L Mawan +mda I L Mada (Nigeria) +mdb I L Morigi +mdc I L Male (Papua New Guinea) +mdd I L Mbum +mde I L Maba (Chad) +mdf mdf mdf I L Moksha +mdg I L Massalat +mdh I L Maguindanaon +mdi I L Mamvu +mdj I L Mangbetu +mdk I L Mangbutu +mdl I L Maltese Sign Language +mdm I L Mayogo +mdn I L Mbati +mdp I L Mbala +mdq I L Mbole +mdr mdr mdr I L Mandar +mds I L Maria (Papua New Guinea) +mdt I L Mbere +mdu I L Mboko +mdv I L Santa Lucía Monteverde Mixtec +mdw I L Mbosi +mdx I L Dizin +mdy I L Male (Ethiopia) +mdz I L Suruí Do Pará +mea I L Menka +meb I L Ikobi +mec I L Marra +med I L Melpa +mee I L Mengen +mef I L Megam +meh I L Southwestern Tlaxiaco Mixtec +mei I L Midob +mej I L Meyah +mek I L Mekeo +mel I L Central Melanau +mem I E Mangala +men men men I L Mende (Sierra Leone) +meo I L Kedah Malay +mep I L Miriwoong +meq I L Merey +mer I L Meru +mes I L Masmaje +met I L Mato +meu I L Motu +mev I L Mano +mew I L Maaka +mey I L Hassaniyya +mez I L Menominee +mfa I L Pattani Malay +mfb I L Bangka +mfc I L Mba +mfd I L Mendankwe-Nkwen +mfe I L Morisyen +mff I L Naki +mfg I L Mogofin +mfh I L Matal +mfi I L Wandala +mfj I L Mefele +mfk I L North Mofu +mfl I L Putai +mfm I L Marghi South +mfn I L Cross River Mbembe +mfo I L Mbe +mfp I L Makassar Malay +mfq I L Moba +mfr I L Marrithiyel +mfs I L Mexican Sign Language +mft I L Mokerang +mfu I L Mbwela +mfv I L Mandjak +mfw I E Mulaha +mfx I L Melo +mfy I L Mayo +mfz I L Mabaan +mga mga mga I H Middle Irish (900-1200) +mgb I L Mararit +mgc I L Morokodo +mgd I L Moru +mge I L Mango +mgf I L Maklew +mgg I L Mpumpong +mgh I L Makhuwa-Meetto +mgi I L Lijili +mgj I L Abureni +mgk I L Mawes +mgl I L Maleu-Kilenge +mgm I L Mambae +mgn I L Mbangi +mgo I L Meta' +mgp I L Eastern Magar +mgq I L Malila +mgr I L Mambwe-Lungu +mgs I L Manda (Tanzania) +mgt I L Mongol +mgu I L Mailu +mgv I L Matengo +mgw I L Matumbi +mgy I L Mbunga +mgz I L Mbugwe +mha I L Manda (India) +mhb I L Mahongwe +mhc I L Mocho +mhd I L Mbugu +mhe I L Besisi +mhf I L Mamaa +mhg I L Margu +mhi I L Ma'di +mhj I L Mogholi +mhk I L Mungaka +mhl I L Mauwake +mhm I L Makhuwa-Moniga +mhn I L Mòcheno +mho I L Mashi (Zambia) +mhp I L Balinese Malay +mhq I L Mandan +mhr I L Eastern Mari +mhs I L Buru (Indonesia) +mht I L Mandahuaca +mhu I L Digaro-Mishmi +mhw I L Mbukushu +mhx I L Maru +mhy I L Ma'anyan +mhz I L Mor (Mor Islands) +mia I L Miami +mib I L Atatláhuca Mixtec +mic mic mic I L Mi'kmaq +mid I L Mandaic +mie I L Ocotepec Mixtec +mif I L Mofu-Gudur +mig I L San Miguel El Grande Mixtec +mih I L Chayuco Mixtec +mii I L Chigmecatitlán Mixtec +mij I L Abar +mik I L Mikasuki +mil I L Peñoles Mixtec +mim I L Alacatlatzala Mixtec +min min min I L Minangkabau +mio I L Pinotepa Nacional Mixtec +mip I L Apasco-Apoala Mixtec +miq I L Mískito +mir I L Isthmus Mixe +mis mis mis S S Uncoded languages +mit I L Southern Puebla Mixtec +miu I L Cacaloxtepec Mixtec +miw I L Akoye +mix I L Mixtepec Mixtec +miy I L Ayutla Mixtec +miz I L Coatzospan Mixtec +mjb I L Makalero +mjc I L San Juan Colorado Mixtec +mjd I L Northwest Maidu +mje I E Muskum +mjg I L Tu +mjh I L Mwera (Nyasa) +mji I L Kim Mun +mjj I L Mawak +mjk I L Matukar +mjl I L Mandeali +mjm I L Medebur +mjn I L Ma (Papua New Guinea) +mjo I L Malankuravan +mjp I L Malapandaram +mjq I E Malaryan +mjr I L Malavedan +mjs I L Miship +mjt I L Sauria Paharia +mju I L Manna-Dora +mjv I L Mannan +mjw I L Karbi +mjx I L Mahali +mjy I E Mahican +mjz I L Majhi +mka I L Mbre +mkb I L Mal Paharia +mkc I L Siliput +mkd mac mkd mk I L Macedonian +mke I L Mawchi +mkf I L Miya +mkg I L Mak (China) +mki I L Dhatki +mkj I L Mokilese +mkk I L Byep +mkl I L Mokole +mkm I L Moklen +mkn I L Kupang Malay +mko I L Mingang Doso +mkp I L Moikodi +mkq I E Bay Miwok +mkr I L Malas +mks I L Silacayoapan Mixtec +mkt I L Vamale +mku I L Konyanka Maninka +mkv I L Mafea +mkw I L Kituba (Congo) +mkx I L Kinamiging Manobo +mky I L East Makian +mkz I L Makasae +mla I L Malo +mlb I L Mbule +mlc I L Cao Lan +mle I L Manambu +mlf I L Mal +mlg mlg mlg mg M L Malagasy +mlh I L Mape +mli I L Malimpung +mlj I L Miltu +mlk I L Ilwana +mll I L Malua Bay +mlm I L Mulam +mln I L Malango +mlo I L Mlomp +mlp I L Bargam +mlq I L Western Maninkakan +mlr I L Vame +mls I L Masalit +mlt mlt mlt mt I L Maltese +mlu I L To'abaita +mlv I L Motlav +mlw I L Moloko +mlx I L Malfaxal +mlz I L Malaynon +mma I L Mama +mmb I L Momina +mmc I L Michoacán Mazahua +mmd I L Maonan +mme I L Mae +mmf I L Mundat +mmg I L North Ambrym +mmh I L Mehináku +mmi I L Hember Avu +mmj I L Majhwar +mmk I L Mukha-Dora +mml I L Man Met +mmm I L Maii +mmn I L Mamanwa +mmo I L Mangga Buang +mmp I L Siawi +mmq I L Musak +mmr I L Western Xiangxi Miao +mmt I L Malalamai +mmu I L Mmaala +mmv I E Miriti +mmw I L Emae +mmx I L Madak +mmy I L Migaama +mmz I L Mabaale +mna I L Mbula +mnb I L Muna +mnc mnc mnc I L Manchu +mnd I L Mondé +mne I L Naba +mnf I L Mundani +mng I L Eastern Mnong +mnh I L Mono (Democratic Republic of Congo) +mni mni mni I L Manipuri +mnj I L Munji +mnk I L Mandinka +mnl I L Tiale +mnm I L Mapena +mnn I L Southern Mnong +mnp I L Min Bei Chinese +mnq I L Minriq +mnr I L Mono (USA) +mns I L Mansi +mnu I L Mer +mnv I L Rennell-Bellona +mnw I L Mon +mnx I L Manikion +mny I L Manyawa +mnz I L Moni +moa I L Mwan +moc I L Mocoví +mod I E Mobilian +moe I L Innu +mog I L Mongondow +moh moh moh I L Mohawk +moi I L Mboi +moj I L Monzombo +mok I L Morori +mom I E Mangue +mon mon mon mn M L Mongolian +moo I L Monom +mop I L Mopán Maya +moq I L Mor (Bomberai Peninsula) +mor I L Moro +mos mos mos I L Mossi +mot I L Barí +mou I L Mogum +mov I L Mohave +mow I L Moi (Congo) +mox I L Molima +moy I L Shekkacho +moz I L Mukulu +mpa I L Mpoto +mpb I L Malak Malak +mpc I L Mangarrayi +mpd I L Machinere +mpe I L Majang +mpg I L Marba +mph I L Maung +mpi I L Mpade +mpj I L Martu Wangka +mpk I L Mbara (Chad) +mpl I L Middle Watut +mpm I L Yosondúa Mixtec +mpn I L Mindiri +mpo I L Miu +mpp I L Migabac +mpq I L Matís +mpr I L Vangunu +mps I L Dadibi +mpt I L Mian +mpu I L Makuráp +mpv I L Mungkip +mpw I L Mapidian +mpx I L Misima-Panaeati +mpy I L Mapia +mpz I L Mpi +mqa I L Maba (Indonesia) +mqb I L Mbuko +mqc I L Mangole +mqe I L Matepi +mqf I L Momuna +mqg I L Kota Bangun Kutai Malay +mqh I L Tlazoyaltepec Mixtec +mqi I L Mariri +mqj I L Mamasa +mqk I L Rajah Kabunsuwan Manobo +mql I L Mbelime +mqm I L South Marquesan +mqn I L Moronene +mqo I L Modole +mqp I L Manipa +mqq I L Minokok +mqr I L Mander +mqs I L West Makian +mqt I L Mok +mqu I L Mandari +mqv I L Mosimo +mqw I L Murupi +mqx I L Mamuju +mqy I L Manggarai +mqz I L Pano +mra I L Mlabri +mrb I L Marino +mrc I L Maricopa +mrd I L Western Magar +mre I E Martha's Vineyard Sign Language +mrf I L Elseng +mrg I L Mising +mrh I L Mara Chin +mri mao mri mi I L Maori +mrj I L Western Mari +mrk I L Hmwaveke +mrl I L Mortlockese +mrm I L Merlav +mrn I L Cheke Holo +mro I L Mru +mrp I L Morouas +mrq I L North Marquesan +mrr I L Maria (India) +mrs I L Maragus +mrt I L Marghi Central +mru I L Mono (Cameroon) +mrv I L Mangareva +mrw I L Maranao +mrx I L Maremgi +mry I L Mandaya +mrz I L Marind +msa may msa ms M L Malay (macrolanguage) +msb I L Masbatenyo +msc I L Sankaran Maninka +msd I L Yucatec Maya Sign Language +mse I L Musey +msf I L Mekwei +msg I L Moraid +msh I L Masikoro Malagasy +msi I L Sabah Malay +msj I L Ma (Democratic Republic of Congo) +msk I L Mansaka +msl I L Molof +msm I L Agusan Manobo +msn I L Vurës +mso I L Mombum +msp I E Maritsauá +msq I L Caac +msr I L Mongolian Sign Language +mss I L West Masela +msu I L Musom +msv I L Maslam +msw I L Mansoanka +msx I L Moresada +msy I L Aruamu +msz I L Momare +mta I L Cotabato Manobo +mtb I L Anyin Morofo +mtc I L Munit +mtd I L Mualang +mte I L Mono (Solomon Islands) +mtf I L Murik (Papua New Guinea) +mtg I L Una +mth I L Munggui +mti I L Maiwa (Papua New Guinea) +mtj I L Moskona +mtk I L Mbe' +mtl I L Montol +mtm I E Mator +mtn I E Matagalpa +mto I L Totontepec Mixe +mtp I L Wichí Lhamtés Nocten +mtq I L Muong +mtr I L Mewari +mts I L Yora +mtt I L Mota +mtu I L Tututepec Mixtec +mtv I L Asaro'o +mtw I L Southern Binukidnon +mtx I L Tidaá Mixtec +mty I L Nabi +mua I L Mundang +mub I L Mubi +muc I L Ajumbu +mud I L Mednyj Aleut +mue I L Media Lengua +mug I L Musgu +muh I L Mündü +mui I L Musi +muj I L Mabire +muk I L Mugom +mul mul mul S S Multiple languages +mum I L Maiwala +muo I L Nyong +mup I L Malvi +muq I L Eastern Xiangxi Miao +mur I L Murle +mus mus mus I L Creek +mut I L Western Muria +muu I L Yaaku +muv I L Muthuvan +mux I L Bo-Ung +muy I L Muyang +muz I L Mursi +mva I L Manam +mvb I E Mattole +mvd I L Mamboru +mve I L Marwari (Pakistan) +mvf I L Peripheral Mongolian +mvg I L Yucuañe Mixtec +mvh I L Mulgi +mvi I L Miyako +mvk I L Mekmek +mvl I E Mbara (Australia) +mvn I L Minaveha +mvo I L Marovo +mvp I L Duri +mvq I L Moere +mvr I L Marau +mvs I L Massep +mvt I L Mpotovoro +mvu I L Marfa +mvv I L Tagal Murut +mvw I L Machinga +mvx I L Meoswar +mvy I L Indus Kohistani +mvz I L Mesqan +mwa I L Mwatebu +mwb I L Juwal +mwc I L Are +mwe I L Mwera (Chimwera) +mwf I L Murrinh-Patha +mwg I L Aiklep +mwh I L Mouk-Aria +mwi I L Labo +mwk I L Kita Maninkakan +mwl mwl mwl I L Mirandese +mwm I L Sar +mwn I L Nyamwanga +mwo I L Central Maewo +mwp I L Kala Lagaw Ya +mwq I L Mün Chin +mwr mwr mwr M L Marwari +mws I L Mwimbi-Muthambi +mwt I L Moken +mwu I E Mittu +mwv I L Mentawai +mww I L Hmong Daw +mwz I L Moingi +mxa I L Northwest Oaxaca Mixtec +mxb I L Tezoatlán Mixtec +mxc I L Manyika +mxd I L Modang +mxe I L Mele-Fila +mxf I L Malgbe +mxg I L Mbangala +mxh I L Mvuba +mxi I H Mozarabic +mxj I L Miju-Mishmi +mxk I L Monumbo +mxl I L Maxi Gbe +mxm I L Meramera +mxn I L Moi (Indonesia) +mxo I L Mbowe +mxp I L Tlahuitoltepec Mixe +mxq I L Juquila Mixe +mxr I L Murik (Malaysia) +mxs I L Huitepec Mixtec +mxt I L Jamiltepec Mixtec +mxu I L Mada (Cameroon) +mxv I L Metlatónoc Mixtec +mxw I L Namo +mxx I L Mahou +mxy I L Southeastern Nochixtlán Mixtec +mxz I L Central Masela +mya bur mya my I L Burmese +myb I L Mbay +myc I L Mayeka +mye I L Myene +myf I L Bambassi +myg I L Manta +myh I L Makah +myj I L Mangayat +myk I L Mamara Senoufo +myl I L Moma +mym I L Me'en +myo I L Anfillo +myp I L Pirahã +myr I L Muniche +mys I E Mesmes +myu I L Mundurukú +myv myv myv I L Erzya +myw I L Muyuw +myx I L Masaaba +myy I L Macuna +myz I H Classical Mandaic +mza I L Santa María Zacatepec Mixtec +mzb I L Tumzabt +mzc I L Madagascar Sign Language +mzd I L Malimba +mze I L Morawa +mzg I L Monastic Sign Language +mzh I L Wichí Lhamtés Güisnay +mzi I L Ixcatlán Mazatec +mzj I L Manya +mzk I L Nigeria Mambila +mzl I L Mazatlán Mixe +mzm I L Mumuye +mzn I L Mazanderani +mzo I E Matipuhy +mzp I L Movima +mzq I L Mori Atas +mzr I L Marúbo +mzs I L Macanese +mzt I L Mintil +mzu I L Inapang +mzv I L Manza +mzw I L Deg +mzx I L Mawayana +mzy I L Mozambican Sign Language +mzz I L Maiadomu +naa I L Namla +nab I L Southern Nambikuára +nac I L Narak +nae I E Naka'ela +naf I L Nabak +nag I L Naga Pidgin +naj I L Nalu +nak I L Nakanai +nal I L Nalik +nam I L Ngan'gityemerri +nan I L Min Nan Chinese +nao I L Naaba +nap nap nap I L Neapolitan +naq I L Khoekhoe +nar I L Iguta +nas I L Naasioi +nat I L Ca̱hungwa̱rya̱ +nau nau nau na I L Nauru +nav nav nav nv I L Navajo +naw I L Nawuri +nax I L Nakwi +nay I E Ngarrindjeri +naz I L Coatepec Nahuatl +nba I L Nyemba +nbb I L Ndoe +nbc I L Chang Naga +nbd I L Ngbinda +nbe I L Konyak Naga +nbg I L Nagarchal +nbh I L Ngamo +nbi I L Mao Naga +nbj I L Ngarinyman +nbk I L Nake +nbl nbl nbl nr I L South Ndebele +nbm I L Ngbaka Ma'bo +nbn I L Kuri +nbo I L Nkukoli +nbp I L Nnam +nbq I L Nggem +nbr I L Numana +nbs I L Namibian Sign Language +nbt I L Na +nbu I L Rongmei Naga +nbv I L Ngamambo +nbw I L Southern Ngbandi +nby I L Ningera +nca I L Iyo +ncb I L Central Nicobarese +ncc I L Ponam +ncd I L Nachering +nce I L Yale +ncf I L Notsi +ncg I L Nisga'a +nch I L Central Huasteca Nahuatl +nci I H Classical Nahuatl +ncj I L Northern Puebla Nahuatl +nck I L Na-kara +ncl I L Michoacán Nahuatl +ncm I L Nambo +ncn I L Nauna +nco I L Sibe +ncq I L Northern Katang +ncr I L Ncane +ncs I L Nicaraguan Sign Language +nct I L Chothe Naga +ncu I L Chumburung +ncx I L Central Puebla Nahuatl +ncz I E Natchez +nda I L Ndasa +ndb I L Kenswei Nsei +ndc I L Ndau +ndd I L Nde-Nsele-Nta +nde nde nde nd I L North Ndebele +ndf I H Nadruvian +ndg I L Ndengereko +ndh I L Ndali +ndi I L Samba Leko +ndj I L Ndamba +ndk I L Ndaka +ndl I L Ndolo +ndm I L Ndam +ndn I L Ngundi +ndo ndo ndo ng I L Ndonga +ndp I L Ndo +ndq I L Ndombe +ndr I L Ndoola +nds nds nds I L Low German +ndt I L Ndunga +ndu I L Dugun +ndv I L Ndut +ndw I L Ndobo +ndx I L Nduga +ndy I L Lutos +ndz I L Ndogo +nea I L Eastern Ngad'a +neb I L Toura (Côte d'Ivoire) +nec I L Nedebang +ned I L Nde-Gbite +nee I L Nêlêmwa-Nixumwak +nef I L Nefamese +neg I L Negidal +neh I L Nyenkha +nei I H Neo-Hittite +nej I L Neko +nek I L Neku +nem I L Nemi +nen I L Nengone +neo I L Ná-Meo +nep nep nep ne M L Nepali (macrolanguage) +neq I L North Central Mixe +ner I L Yahadian +nes I L Bhoti Kinnauri +net I L Nete +neu I C Neo +nev I L Nyaheun +new new new I L Nepal Bhasa +nex I L Neme +ney I L Neyo +nez I L Nez Perce +nfa I L Dhao +nfd I L Ahwai +nfl I L Ayiwo +nfr I L Nafaanra +nfu I L Mfumte +nga I L Ngbaka +ngb I L Northern Ngbandi +ngc I L Ngombe (Democratic Republic of Congo) +ngd I L Ngando (Central African Republic) +nge I L Ngemba +ngg I L Ngbaka Manza +ngh I L Nǁng +ngi I L Ngizim +ngj I L Ngie +ngk I L Dalabon +ngl I L Lomwe +ngm I L Ngatik Men's Creole +ngn I L Ngwo +ngp I L Ngulu +ngq I L Ngurimi +ngr I L Engdewu +ngs I L Gvoko +ngt I L Kriang +ngu I L Guerrero Nahuatl +ngv I E Nagumi +ngw I L Ngwaba +ngx I L Nggwahyi +ngy I L Tibea +ngz I L Ngungwel +nha I L Nhanda +nhb I L Beng +nhc I E Tabasco Nahuatl +nhd I L Chiripá +nhe I L Eastern Huasteca Nahuatl +nhf I L Nhuwala +nhg I L Tetelcingo Nahuatl +nhh I L Nahari +nhi I L Zacatlán-Ahuacatlán-Tepetzintla Nahuatl +nhk I L Isthmus-Cosoleacaque Nahuatl +nhm I L Morelos Nahuatl +nhn I L Central Nahuatl +nho I L Takuu +nhp I L Isthmus-Pajapan Nahuatl +nhq I L Huaxcaleca Nahuatl +nhr I L Naro +nht I L Ometepec Nahuatl +nhu I L Noone +nhv I L Temascaltepec Nahuatl +nhw I L Western Huasteca Nahuatl +nhx I L Isthmus-Mecayapan Nahuatl +nhy I L Northern Oaxaca Nahuatl +nhz I L Santa María La Alta Nahuatl +nia nia nia I L Nias +nib I L Nakame +nid I E Ngandi +nie I L Niellim +nif I L Nek +nig I E Ngalakgan +nih I L Nyiha (Tanzania) +nii I L Nii +nij I L Ngaju +nik I L Southern Nicobarese +nil I L Nila +nim I L Nilamba +nin I L Ninzo +nio I L Nganasan +niq I L Nandi +nir I L Nimboran +nis I L Nimi +nit I L Southeastern Kolami +niu niu niu I L Niuean +niv I L Gilyak +niw I L Nimo +nix I L Hema +niy I L Ngiti +niz I L Ningil +nja I L Nzanyi +njb I L Nocte Naga +njd I L Ndonde Hamba +njh I L Lotha Naga +nji I L Gudanji +njj I L Njen +njl I L Njalgulgule +njm I L Angami Naga +njn I L Liangmai Naga +njo I L Ao Naga +njr I L Njerep +njs I L Nisa +njt I L Ndyuka-Trio Pidgin +nju I L Ngadjunmaya +njx I L Kunyi +njy I L Njyem +njz I L Nyishi +nka I L Nkoya +nkb I L Khoibu Naga +nkc I L Nkongho +nkd I L Koireng +nke I L Duke +nkf I L Inpui Naga +nkg I L Nekgini +nkh I L Khezha Naga +nki I L Thangal Naga +nkj I L Nakai +nkk I L Nokuku +nkm I L Namat +nkn I L Nkangala +nko I L Nkonya +nkp I E Niuatoputapu +nkq I L Nkami +nkr I L Nukuoro +nks I L North Asmat +nkt I L Nyika (Tanzania) +nku I L Bouna Kulango +nkv I L Nyika (Malawi and Zambia) +nkw I L Nkutu +nkx I L Nkoroo +nkz I L Nkari +nla I L Ngombale +nlc I L Nalca +nld dut nld nl I L Dutch +nle I L East Nyala +nlg I L Gela +nli I L Grangali +nlj I L Nyali +nlk I L Ninia Yali +nll I L Nihali +nlm I L Mankiyali +nlo I L Ngul +nlq I L Lao Naga +nlu I L Nchumbulu +nlv I L Orizaba Nahuatl +nlw I E Walangama +nlx I L Nahali +nly I L Nyamal +nlz I L Nalögo +nma I L Maram Naga +nmb I L Big Nambas +nmc I L Ngam +nmd I L Ndumu +nme I L Mzieme Naga +nmf I L Tangkhul Naga (India) +nmg I L Kwasio +nmh I L Monsang Naga +nmi I L Nyam +nmj I L Ngombe (Central African Republic) +nmk I L Namakura +nml I L Ndemli +nmm I L Manangba +nmn I L ǃXóõ +nmo I L Moyon Naga +nmp I E Nimanbur +nmq I L Nambya +nmr I E Nimbari +nms I L Letemboi +nmt I L Namonuito +nmu I L Northeast Maidu +nmv I E Ngamini +nmw I L Nimoa +nmx I L Nama (Papua New Guinea) +nmy I L Namuyi +nmz I L Nawdm +nna I L Nyangumarta +nnb I L Nande +nnc I L Nancere +nnd I L West Ambae +nne I L Ngandyera +nnf I L Ngaing +nng I L Maring Naga +nnh I L Ngiemboon +nni I L North Nuaulu +nnj I L Nyangatom +nnk I L Nankina +nnl I L Northern Rengma Naga +nnm I L Namia +nnn I L Ngete +nno nno nno nn I L Norwegian Nynorsk +nnp I L Wancho Naga +nnq I L Ngindo +nnr I E Narungga +nnt I E Nanticoke +nnu I L Dwang +nnv I E Nugunu (Australia) +nnw I L Southern Nuni +nny I E Nyangga +nnz I L Nda'nda' +noa I L Woun Meu +nob nob nob nb I L Norwegian Bokmål +noc I L Nuk +nod I L Northern Thai +noe I L Nimadi +nof I L Nomane +nog nog nog I L Nogai +noh I L Nomu +noi I L Noiri +noj I L Nonuya +nok I E Nooksack +nol I E Nomlaki +non non non I H Old Norse +nop I L Numanggang +noq I L Ngongo +nor nor nor no M L Norwegian +nos I L Eastern Nisu +not I L Nomatsiguenga +nou I L Ewage-Notu +nov I C Novial +now I L Nyambo +noy I L Noy +noz I L Nayi +npa I L Nar Phu +npb I L Nupbikha +npg I L Ponyo-Gongwang Naga +nph I L Phom Naga +npi I L Nepali (individual language) +npl I L Southeastern Puebla Nahuatl +npn I L Mondropolon +npo I L Pochuri Naga +nps I L Nipsan +npu I L Puimei Naga +npx I L Noipx +npy I L Napu +nqg I L Southern Nago +nqk I L Kura Ede Nago +nql I L Ngendelengo +nqm I L Ndom +nqn I L Nen +nqo nqo nqo I L N'Ko +nqq I L Kyan-Karyaw Naga +nqt I L Nteng +nqy I L Akyaung Ari Naga +nra I L Ngom +nrb I L Nara +nrc I H Noric +nre I L Southern Rengma Naga +nrf I L Jèrriais +nrg I L Narango +nri I L Chokri Naga +nrk I L Ngarla +nrl I L Ngarluma +nrm I L Narom +nrn I E Norn +nrp I H North Picene +nrr I E Norra +nrt I E Northern Kalapuya +nru I L Narua +nrx I E Ngurmbur +nrz I L Lala +nsa I L Sangtam Naga +nsb I E Lower Nossob +nsc I L Nshi +nsd I L Southern Nisu +nse I L Nsenga +nsf I L Northwestern Nisu +nsg I L Ngasa +nsh I L Ngoshie +nsi I L Nigerian Sign Language +nsk I L Naskapi +nsl I L Norwegian Sign Language +nsm I L Sumi Naga +nsn I L Nehan +nso nso nso I L Pedi +nsp I L Nepalese Sign Language +nsq I L Northern Sierra Miwok +nsr I L Maritime Sign Language +nss I L Nali +nst I L Tase Naga +nsu I L Sierra Negra Nahuatl +nsv I L Southwestern Nisu +nsw I L Navut +nsx I L Nsongo +nsy I L Nasal +nsz I L Nisenan +ntd I L Northern Tidung +ntg I E Ngantangarra +nti I L Natioro +ntj I L Ngaanyatjarra +ntk I L Ikoma-Nata-Isenye +ntm I L Nateni +nto I L Ntomba +ntp I L Northern Tepehuan +ntr I L Delo +ntu I L Natügu +ntw I E Nottoway +ntx I L Tangkhul Naga (Myanmar) +nty I L Mantsi +ntz I L Natanzi +nua I L Yuanga +nuc I E Nukuini +nud I L Ngala +nue I L Ngundu +nuf I L Nusu +nug I E Nungali +nuh I L Ndunda +nui I L Ngumbi +nuj I L Nyole +nuk I L Nuu-chah-nulth +nul I E Nusa Laut +num I L Niuafo'ou +nun I L Anong +nuo I L Nguôn +nup I L Nupe-Nupe-Tako +nuq I L Nukumanu +nur I L Nukuria +nus I L Nuer +nut I L Nung (Viet Nam) +nuu I L Ngbundu +nuv I L Northern Nuni +nuw I L Nguluwan +nux I L Mehek +nuy I L Nunggubuyu +nuz I L Tlamacazapa Nahuatl +nvh I L Nasarian +nvm I L Namiae +nvo I L Nyokon +nwa I E Nawathinehena +nwb I L Nyabwa +nwc nwc nwc I H Classical Newari +nwe I L Ngwe +nwg I E Ngayawung +nwi I L Southwest Tanna +nwm I L Nyamusa-Molo +nwo I E Nauo +nwr I L Nawaru +nww I L Ndwewe +nwx I H Middle Newar +nwy I E Nottoway-Meherrin +nxa I L Nauete +nxd I L Ngando (Democratic Republic of Congo) +nxe I L Nage +nxg I L Ngad'a +nxi I L Nindi +nxk I L Koki Naga +nxl I L South Nuaulu +nxm I H Numidian +nxn I E Ngawun +nxo I L Ndambomo +nxq I L Naxi +nxr I L Ninggerum +nxx I L Nafri +nya nya nya ny I L Chichewa +nyb I L Nyangbo +nyc I L Nyanga-li +nyd I L Nyore +nye I L Nyengo +nyf I L Giryama +nyg I L Nyindu +nyh I L Nyikina +nyi I L Ama (Sudan) +nyj I L Nyanga +nyk I L Nyaneka +nyl I L Nyeu +nym nym nym I L Nyamwezi +nyn nyn nyn I L Nyankole +nyo nyo nyo I L Nyoro +nyp I E Nyang'i +nyq I L Nayini +nyr I L Nyiha (Malawi) +nys I L Nyungar +nyt I E Nyawaygi +nyu I L Nyungwe +nyv I E Nyulnyul +nyw I L Nyaw +nyx I E Nganyaywana +nyy I L Nyakyusa-Ngonde +nza I L Tigon Mbembe +nzb I L Njebi +nzd I L Nzadi +nzi nzi nzi I L Nzima +nzk I L Nzakara +nzm I L Zeme Naga +nzr I L Dir-Nyamzak-Mbarimi +nzs I L New Zealand Sign Language +nzu I L Teke-Nzikou +nzy I L Nzakambay +nzz I L Nanga Dama Dogon +oaa I L Orok +oac I L Oroch +oak I L Noakhali +oar I H Old Aramaic (up to 700 BCE) +oav I H Old Avar +obi I E Obispeño +obk I L Southern Bontok +obl I L Oblo +obm I H Moabite +obo I L Obo Manobo +obr I H Old Burmese +obt I H Old Breton +obu I L Obulom +oca I L Ocaina +och I H Old Chinese +oci oci oci oc I L Occitan (post 1500) +ocm I H Old Cham +oco I H Old Cornish +ocu I L Atzingo Matlatzinca +oda I L Odut +odk I L Od +odt I H Old Dutch +odu I L Odual +ofo I E Ofo +ofs I H Old Frisian +ofu I L Efutop +ogb I L Ogbia +ogc I L Ogbah +oge I H Old Georgian +ogg I L Ogbogolo +ogo I L Khana +ogu I L Ogbronuagum +oht I H Old Hittite +ohu I H Old Hungarian +oia I L Oirata +oie I L Okolie +oin I L Inebu One +ojb I L Northwestern Ojibwa +ojc I L Central Ojibwa +ojg I L Eastern Ojibwa +oji oji oji oj M L Ojibwa +ojp I H Old Japanese +ojs I L Severn Ojibwa +ojv I L Ontong Java +ojw I L Western Ojibwa +oka I L Okanagan +okb I L Okobo +okc I L Kobo +okd I L Okodia +oke I L Okpe (Southwestern Edo) +okg I E Koko Babangk +okh I L Koresh-e Rostam +oki I L Okiek +okj I E Oko-Juwoi +okk I L Kwamtim One +okl I E Old Kentish Sign Language +okm I H Middle Korean (10th-16th cent.) +okn I L Oki-No-Erabu +oko I H Old Korean (3rd-9th cent.) +okr I L Kirike +oks I L Oko-Eni-Osayen +oku I L Oku +okv I L Orokaiva +okx I L Okpe (Northwestern Edo) +okz I H Old Khmer +ola I L Walungge +olb I L Oli-Bodiman +old I L Mochi +ole I L Olekha +olk I E Olkol +olm I L Oloma +olo I L Livvi +olr I L Olrat +olt I H Old Lithuanian +olu I L Kuvale +oma I L Omaha-Ponca +omb I L East Ambae +omc I E Mochica +omg I L Omagua +omi I L Omi +omk I E Omok +oml I L Ombo +omn I H Minoan +omo I L Utarmbung +omp I H Old Manipuri +omr I H Old Marathi +omt I L Omotik +omu I E Omurano +omw I L South Tairora +omx I H Old Mon +omy I H Old Malay +ona I L Ona +onb I L Lingao +one I L Oneida +ong I L Olo +oni I L Onin +onj I L Onjob +onk I L Kabore One +onn I L Onobasulu +ono I L Onondaga +onp I L Sartang +onr I L Northern One +ons I L Ono +ont I L Ontenu +onu I L Unua +onw I H Old Nubian +onx I L Onin Based Pidgin +ood I L Tohono O'odham +oog I L Ong +oon I L Önge +oor I L Oorlams +oos I H Old Ossetic +opa I L Okpamheri +opk I L Kopkaka +opm I L Oksapmin +opo I L Opao +opt I E Opata +opy I L Ofayé +ora I L Oroha +orc I L Orma +ore I L Orejón +org I L Oring +orh I L Oroqen +ori ori ori or M L Oriya (macrolanguage) +orm orm orm om M L Oromo +orn I L Orang Kanaq +oro I L Orokolo +orr I L Oruma +ors I L Orang Seletar +ort I L Adivasi Oriya +oru I L Ormuri +orv I H Old Russian +orw I L Oro Win +orx I L Oro +ory I L Odia +orz I L Ormu +osa osa osa I L Osage +osc I H Oscan +osd I L Digor Ossetic +osi I L Osing +osn I H Old Sundanese +oso I L Ososo +osp I H Old Spanish +oss oss oss os I L Iron Ossetic +ost I L Osatu +osu I L Southern One +osx I H Old Saxon +ota ota ota I H Ottoman Turkish (1500-1928) +otb I H Old Tibetan +otd I L Ot Danum +ote I L Mezquital Otomi +oti I E Oti +otk I H Old Turkish +otl I L Tilapa Otomi +otm I L Eastern Highland Otomi +otn I L Tenango Otomi +otq I L Querétaro Otomi +otr I L Otoro +ots I L Estado de México Otomi +ott I L Temoaya Otomi +otu I E Otuke +otw I L Ottawa +otx I L Texcatepec Otomi +oty I H Old Tamil +otz I L Ixtenco Otomi +oua I L Tagargrent +oub I L Glio-Oubi +oue I L Oune +oui I H Old Uighur +oum I E Ouma +ovd I L Elfdalian +owi I L Owiniga +owl I H Old Welsh +oyb I L Oy +oyd I L Oyda +oym I L Wayampi +oyy I L Oya'oya +ozm I L Koonzime +pab I L Parecís +pac I L Pacoh +pad I L Paumarí +pae I L Pagibete +paf I E Paranawát +pag pag pag I L Pangasinan +pah I L Tenharim +pai I L Pe +pak I L Parakanã +pal pal pal I H Pahlavi +pam pam pam I L Pampanga +pan pan pan pa I L Panjabi +pao I L Northern Paiute +pap pap pap I L Papiamento +paq I L Parya +par I L Panamint +pas I L Papasena +pau pau pau I L Palauan +pav I L Pakaásnovos +paw I L Pawnee +pax I E Pankararé +pay I L Pech +paz I E Pankararú +pbb I L Páez +pbc I L Patamona +pbe I L Mezontla Popoloca +pbf I L Coyotepec Popoloca +pbg I E Paraujano +pbh I L E'ñapa Woromaipu +pbi I L Parkwa +pbl I L Mak (Nigeria) +pbm I L Puebla Mazatec +pbn I L Kpasam +pbo I L Papel +pbp I L Badyara +pbr I L Pangwa +pbs I L Central Pame +pbt I L Southern Pashto +pbu I L Northern Pashto +pbv I L Pnar +pby I L Pyu (Papua New Guinea) +pca I L Santa Inés Ahuatempan Popoloca +pcb I L Pear +pcc I L Bouyei +pcd I L Picard +pce I L Ruching Palaung +pcf I L Paliyan +pcg I L Paniya +pch I L Pardhan +pci I L Duruwa +pcj I L Parenga +pck I L Paite Chin +pcl I L Pardhi +pcm I L Nigerian Pidgin +pcn I L Piti +pcp I L Pacahuara +pcw I L Pyapun +pda I L Anam +pdc I L Pennsylvania German +pdi I L Pa Di +pdn I L Podena +pdo I L Padoe +pdt I L Plautdietsch +pdu I L Kayan +pea I L Peranakan Indonesian +peb I E Eastern Pomo +ped I L Mala (Papua New Guinea) +pee I L Taje +pef I E Northeastern Pomo +peg I L Pengo +peh I L Bonan +pei I L Chichimeca-Jonaz +pej I E Northern Pomo +pek I L Penchal +pel I L Pekal +pem I L Phende +peo peo peo I H Old Persian (ca. 600-400 B.C.) +pep I L Kunja +peq I L Southern Pomo +pes I L Iranian Persian +pev I L Pémono +pex I L Petats +pey I L Petjo +pez I L Eastern Penan +pfa I L Pááfang +pfe I L Pere +pfl I L Pfaelzisch +pga I L Sudanese Creole Arabic +pgd I H Gāndhārī +pgg I L Pangwali +pgi I L Pagi +pgk I L Rerep +pgl I H Primitive Irish +pgn I H Paelignian +pgs I L Pangseng +pgu I L Pagu +pgz I L Papua New Guinean Sign Language +pha I L Pa-Hng +phd I L Phudagi +phg I L Phuong +phh I L Phukha +phj I L Pahari +phk I L Phake +phl I L Phalura +phm I L Phimbi +phn phn phn I H Phoenician +pho I L Phunoi +phq I L Phana' +phr I L Pahari-Potwari +pht I L Phu Thai +phu I L Phuan +phv I L Pahlavani +phw I L Phangduwali +pia I L Pima Bajo +pib I L Yine +pic I L Pinji +pid I L Piaroa +pie I E Piro +pif I L Pingelapese +pig I L Pisabo +pih I L Pitcairn-Norfolk +pij I E Pijao +pil I L Yom +pim I E Powhatan +pin I L Piame +pio I L Piapoco +pip I L Pero +pir I L Piratapuyo +pis I L Pijin +pit I E Pitta Pitta +piu I L Pintupi-Luritja +piv I L Pileni +piw I L Pimbwe +pix I L Piu +piy I L Piya-Kwonci +piz I L Pije +pjt I L Pitjantjatjara +pka I H Ardhamāgadhī Prākrit +pkb I L Pokomo +pkc I H Paekche +pkg I L Pak-Tong +pkh I L Pankhu +pkn I L Pakanha +pko I L Pökoot +pkp I L Pukapuka +pkr I L Attapady Kurumba +pks I L Pakistan Sign Language +pkt I L Maleng +pku I L Paku +pla I L Miani +plb I L Polonombauk +plc I L Central Palawano +pld I L Polari +ple I L Palu'e +plg I L Pilagá +plh I L Paulohi +pli pli pli pi I H Pali +plk I L Kohistani Shina +pll I L Shwe Palaung +pln I L Palenquero +plo I L Oluta Popoluca +plq I H Palaic +plr I L Palaka Senoufo +pls I L San Marcos Tlacoyalco Popoloca +plt I L Plateau Malagasy +plu I L Palikúr +plv I L Southwest Palawano +plw I L Brooke's Point Palawano +ply I L Bolyu +plz I L Paluan +pma I L Paama +pmb I L Pambia +pmd I E Pallanganmiddang +pme I L Pwaamei +pmf I L Pamona +pmh I H Māhārāṣṭri Prākrit +pmi I L Northern Pumi +pmj I L Southern Pumi +pml I E Lingua Franca +pmm I L Pomo +pmn I L Pam +pmo I L Pom +pmq I L Northern Pame +pmr I L Paynamar +pms I L Piemontese +pmt I L Tuamotuan +pmw I L Plains Miwok +pmx I L Poumei Naga +pmy I L Papuan Malay +pmz I E Southern Pame +pna I L Punan Bah-Biau +pnb I L Western Panjabi +pnc I L Pannei +pnd I L Mpinda +pne I L Western Penan +png I L Pangu +pnh I L Penrhyn +pni I L Aoheng +pnj I E Pinjarup +pnk I L Paunaka +pnl I L Paleni +pnm I L Punan Batu 1 +pnn I L Pinai-Hagahai +pno I E Panobo +pnp I L Pancana +pnq I L Pana (Burkina Faso) +pnr I L Panim +pns I L Ponosakan +pnt I L Pontic +pnu I L Jiongnai Bunu +pnv I L Pinigura +pnw I L Banyjima +pnx I L Phong-Kniang +pny I L Pinyin +pnz I L Pana (Central African Republic) +poc I L Poqomam +poe I L San Juan Atzingo Popoloca +pof I L Poke +pog I E Potiguára +poh I L Poqomchi' +poi I L Highland Popoluca +pok I L Pokangá +pol pol pol pl I L Polish +pom I L Southeastern Pomo +pon pon pon I L Pohnpeian +poo I E Central Pomo +pop I L Pwapwâ +poq I L Texistepec Popoluca +por por por pt I L Portuguese +pos I L Sayula Popoluca +pot I L Potawatomi +pov I L Upper Guinea Crioulo +pow I L San Felipe Otlaltepec Popoloca +pox I E Polabian +poy I L Pogolo +ppe I L Papi +ppi I L Paipai +ppk I L Uma +ppl I L Pipil +ppm I L Papuma +ppn I L Papapana +ppo I L Folopa +ppp I L Pelende +ppq I L Pei +pps I L San Luís Temalacayuca Popoloca +ppt I L Pare +ppu I E Papora +pqa I L Pa'a +pqm I L Malecite-Passamaquoddy +prc I L Parachi +prd I L Parsi-Dari +pre I L Principense +prf I L Paranan +prg I L Prussian +prh I L Porohanon +pri I L Paicî +prk I L Parauk +prl I L Peruvian Sign Language +prm I L Kibiri +prn I L Prasuni +pro pro pro I H Old Provençal (to 1500) +prq I L Ashéninka Perené +prr I E Puri +prs I L Dari +prt I L Phai +pru I L Puragi +prw I L Parawen +prx I L Purik +prz I L Providencia Sign Language +psa I L Asue Awyu +psc I L Iranian Sign Language +psd I L Plains Indian Sign Language +pse I L Central Malay +psg I L Penang Sign Language +psh I L Southwest Pashai +psi I L Southeast Pashai +psl I L Puerto Rican Sign Language +psm I E Pauserna +psn I L Panasuan +pso I L Polish Sign Language +psp I L Philippine Sign Language +psq I L Pasi +psr I L Portuguese Sign Language +pss I L Kaulong +pst I L Central Pashto +psu I H Sauraseni Prākrit +psw I L Port Sandwich +psy I E Piscataway +pta I L Pai Tavytera +pth I E Pataxó Hã-Ha-Hãe +pti I L Pindiini +ptn I L Patani +pto I L Zo'é +ptp I L Patep +ptq I L Pattapu +ptr I L Piamatsina +ptt I L Enrekang +ptu I L Bambam +ptv I L Port Vato +ptw I E Pentlatch +pty I L Pathiya +pua I L Western Highland Purepecha +pub I L Purum +puc I L Punan Merap +pud I L Punan Aput +pue I E Puelche +puf I L Punan Merah +pug I L Phuie +pui I L Puinave +puj I L Punan Tubu +pum I L Puma +puo I L Puoc +pup I L Pulabu +puq I E Puquina +pur I L Puruborá +pus pus pus ps M L Pushto +put I L Putoh +puu I L Punu +puw I L Puluwatese +pux I L Puare +puy I E Purisimeño +pwa I L Pawaia +pwb I L Panawa +pwg I L Gapapaiwa +pwi I E Patwin +pwm I L Molbog +pwn I L Paiwan +pwo I L Pwo Western Karen +pwr I L Powari +pww I L Pwo Northern Karen +pxm I L Quetzaltepec Mixe +pye I L Pye Krumen +pym I L Fyam +pyn I L Poyanáwa +pys I L Paraguayan Sign Language +pyu I L Puyuma +pyx I H Pyu (Myanmar) +pyy I L Pyen +pze I L Pesse +pzh I L Pazeh +pzn I L Jejara Naga +qua I L Quapaw +qub I L Huallaga Huánuco Quechua +quc I L K'iche' +qud I L Calderón Highland Quichua +que que que qu M L Quechua +quf I L Lambayeque Quechua +qug I L Chimborazo Highland Quichua +quh I L South Bolivian Quechua +qui I L Quileute +quk I L Chachapoyas Quechua +qul I L North Bolivian Quechua +qum I L Sipacapense +qun I E Quinault +qup I L Southern Pastaza Quechua +quq I L Quinqui +qur I L Yanahuanca Pasco Quechua +qus I L Santiago del Estero Quichua +quv I L Sacapulteco +quw I L Tena Lowland Quichua +qux I L Yauyos Quechua +quy I L Ayacucho Quechua +quz I L Cusco Quechua +qva I L Ambo-Pasco Quechua +qvc I L Cajamarca Quechua +qve I L Eastern Apurímac Quechua +qvh I L Huamalíes-Dos de Mayo Huánuco Quechua +qvi I L Imbabura Highland Quichua +qvj I L Loja Highland Quichua +qvl I L Cajatambo North Lima Quechua +qvm I L Margos-Yarowilca-Lauricocha Quechua +qvn I L North Junín Quechua +qvo I L Napo Lowland Quechua +qvp I L Pacaraos Quechua +qvs I L San Martín Quechua +qvw I L Huaylla Wanca Quechua +qvy I L Queyu +qvz I L Northern Pastaza Quichua +qwa I L Corongo Ancash Quechua +qwc I H Classical Quechua +qwh I L Huaylas Ancash Quechua +qwm I E Kuman (Russia) +qws I L Sihuas Ancash Quechua +qwt I E Kwalhioqua-Tlatskanai +qxa I L Chiquián Ancash Quechua +qxc I L Chincha Quechua +qxh I L Panao Huánuco Quechua +qxl I L Salasaca Highland Quichua +qxn I L Northern Conchucos Ancash Quechua +qxo I L Southern Conchucos Ancash Quechua +qxp I L Puno Quechua +qxq I L Qashqa'i +qxr I L Cañar Highland Quichua +qxs I L Southern Qiang +qxt I L Santa Ana de Tusi Pasco Quechua +qxu I L Arequipa-La Unión Quechua +qxw I L Jauja Wanca Quechua +qya I C Quenya +qyp I E Quiripi +raa I L Dungmali +rab I L Camling +rac I L Rasawa +rad I L Rade +raf I L Western Meohang +rag I L Logooli +rah I L Rabha +rai I L Ramoaaina +raj raj raj M L Rajasthani +rak I L Tulu-Bohuai +ral I L Ralte +ram I L Canela +ran I L Riantana +rao I L Rao +rap rap rap I L Rapanui +raq I L Saam +rar rar rar I L Rarotongan +ras I L Tegali +rat I L Razajerdi +rau I L Raute +rav I L Sampang +raw I L Rawang +rax I L Rang +ray I L Rapa +raz I L Rahambuu +rbb I L Rumai Palaung +rbk I L Northern Bontok +rbl I L Miraya Bikol +rbp I E Barababaraba +rcf I L Réunion Creole French +rdb I L Rudbari +rea I L Rerau +reb I L Rembong +ree I L Rejang Kayan +reg I L Kara (Tanzania) +rei I L Reli +rej I L Rejang +rel I L Rendille +rem I E Remo +ren I L Rengao +rer I E Rer Bare +res I L Reshe +ret I L Retta +rey I L Reyesano +rga I L Roria +rge I L Romano-Greek +rgk I E Rangkas +rgn I L Romagnol +rgr I L Resígaro +rgs I L Southern Roglai +rgu I L Ringgou +rhg I L Rohingya +rhp I L Yahang +ria I L Riang (India) +rib I L Bribri Sign Language +rif I L Tarifit +ril I L Riang Lang +rim I L Nyaturu +rin I L Nungu +rir I L Ribun +rit I L Ritharrngu +riu I L Riung +rjg I L Rajong +rji I L Raji +rjs I L Rajbanshi +rka I L Kraol +rkb I L Rikbaktsa +rkh I L Rakahanga-Manihiki +rki I L Rakhine +rkm I L Marka +rkt I L Rangpuri +rkw I E Arakwal +rma I L Rama +rmb I L Rembarrnga +rmc I L Carpathian Romani +rmd I E Traveller Danish +rme I L Angloromani +rmf I L Kalo Finnish Romani +rmg I L Traveller Norwegian +rmh I L Murkim +rmi I L Lomavren +rmk I L Romkun +rml I L Baltic Romani +rmm I L Roma +rmn I L Balkan Romani +rmo I L Sinte Romani +rmp I L Rempi +rmq I L Caló +rms I L Romanian Sign Language +rmt I L Domari +rmu I L Tavringer Romani +rmv I C Romanova +rmw I L Welsh Romani +rmx I L Romam +rmy I L Vlax Romani +rmz I L Marma +rnb I L Brunca Sign Language +rnd I L Ruund +rng I L Ronga +rnl I L Ranglong +rnn I L Roon +rnp I L Rongpo +rnr I E Nari Nari +rnw I L Rungwa +rob I L Tae' +roc I L Cacgia Roglai +rod I L Rogo +roe I L Ronji +rof I L Rombo +rog I L Northern Roglai +roh roh roh rm I L Romansh +rol I L Romblomanon +rom rom rom M L Romany +ron rum ron ro I L Romanian +roo I L Rotokas +rop I L Kriol +ror I L Rongga +rou I L Runga +row I L Dela-Oenale +rpn I L Repanbitip +rpt I L Rapting +rri I L Ririo +rrm I E Moriori +rro I L Waima +rrt I E Arritinngithigh +rsb I L Romano-Serbian +rsk I L Ruthenian +rsl I L Russian Sign Language +rsm I L Miriwoong Sign Language +rsn I L Rwandan Sign Language +rsw I L Rishiwa +rtc I L Rungtu Chin +rth I L Ratahan +rtm I L Rotuman +rts I E Yurats +rtw I L Rathawi +rub I L Gungu +ruc I L Ruuli +rue I L Rusyn +ruf I L Luguru +rug I L Roviana +ruh I L Ruga +rui I L Rufiji +ruk I L Che +run run run rn I L Rundi +ruo I L Istro Romanian +rup rup rup I L Macedo-Romanian +ruq I L Megleno Romanian +rus rus rus ru I L Russian +rut I L Rutul +ruu I L Lanas Lobu +ruy I L Mala (Nigeria) +ruz I L Ruma +rwa I L Rawo +rwk I L Rwa +rwl I L Ruwila +rwm I L Amba (Uganda) +rwo I L Rawa +rwr I L Marwari (India) +rxd I L Ngardi +rxw I E Karuwali +ryn I L Northern Amami-Oshima +rys I L Yaeyama +ryu I L Central Okinawan +rzh I L Rāziḥī +saa I L Saba +sab I L Buglere +sac I L Meskwaki +sad sad sad I L Sandawe +sae I L Sabanê +saf I L Safaliba +sag sag sag sg I L Sango +sah sah sah I L Yakut +saj I L Sahu +sak I L Sake +sam sam sam I E Samaritan Aramaic +san san san sa M H Sanskrit +sao I L Sause +saq I L Samburu +sar I E Saraveca +sas sas sas I L Sasak +sat sat sat I L Santali +sau I L Saleman +sav I L Saafi-Saafi +saw I L Sawi +sax I L Sa +say I L Saya +saz I L Saurashtra +sba I L Ngambay +sbb I L Simbo +sbc I L Kele (Papua New Guinea) +sbd I L Southern Samo +sbe I L Saliba +sbf I L Chabu +sbg I L Seget +sbh I L Sori-Harengan +sbi I L Seti +sbj I L Surbakhal +sbk I L Safwa +sbl I L Botolan Sambal +sbm I L Sagala +sbn I L Sindhi Bhil +sbo I L Sabüm +sbp I L Sangu (Tanzania) +sbq I L Sileibi +sbr I L Sembakung Murut +sbs I L Subiya +sbt I L Kimki +sbu I L Stod Bhoti +sbv I H Sabine +sbw I L Simba +sbx I L Seberuang +sby I L Soli +sbz I L Sara Kaba +scb I L Chut +sce I L Dongxiang +scf I L San Miguel Creole French +scg I L Sanggau +sch I L Sakachep +sci I L Sri Lankan Creole Malay +sck I L Sadri +scl I L Shina +scn scn scn I L Sicilian +sco sco sco I L Scots +scp I L Hyolmo +scq I L Sa'och +scs I L North Slavey +sct I L Southern Katang +scu I L Shumcho +scv I L Sheni +scw I L Sha +scx I H Sicel +scz I L Shaetlan +sda I L Toraja-Sa'dan +sdb I L Shabak +sdc I L Sassarese Sardinian +sde I L Surubu +sdf I L Sarli +sdg I L Savi +sdh I L Southern Kurdish +sdj I L Suundi +sdk I L Sos Kundi +sdl I L Saudi Arabian Sign Language +sdn I L Gallurese Sardinian +sdo I L Bukar-Sadung Bidayuh +sdp I L Sherdukpen +sdq I L Semandang +sdr I L Oraon Sadri +sds I E Sened +sdt I E Shuadit +sdu I L Sarudu +sdx I L Sibu Melanau +sdz I L Sallands +sea I L Semai +seb I L Shempire Senoufo +sec I L Sechelt +sed I L Sedang +see I L Seneca +sef I L Cebaara Senoufo +seg I L Segeju +seh I L Sena +sei I L Seri +sej I L Sene +sek I L Sekani +sel sel sel I L Selkup +sen I L Nanerigé Sénoufo +seo I L Suarmin +sep I L Sìcìté Sénoufo +seq I L Senara Sénoufo +ser I L Serrano +ses I L Koyraboro Senni Songhai +set I L Sentani +seu I L Serui-Laut +sev I L Nyarafolo Senoufo +sew I L Sewa Bay +sey I L Secoya +sez I L Senthang Chin +sfb I L Langue des signes de Belgique Francophone +sfe I L Eastern Subanen +sfm I L Small Flowery Miao +sfs I L South African Sign Language +sfw I L Sehwi +sga sga sga I H Old Irish (to 900) +sgb I L Mag-antsi Ayta +sgc I L Kipsigis +sgd I L Surigaonon +sge I L Segai +sgg I L Swiss-German Sign Language +sgh I L Shughni +sgi I L Suga +sgj I L Surgujia +sgk I L Sangkong +sgm I E Singa +sgp I L Singpho +sgr I L Sangisari +sgs I L Samogitian +sgt I L Brokpake +sgu I L Salas +sgw I L Sebat Bet Gurage +sgx I L Sierra Leone Sign Language +sgy I L Sanglechi +sgz I L Sursurunga +sha I L Shall-Zwall +shb I L Ninam +shc I L Sonde +shd I L Kundal Shahi +she I L Sheko +shg I L Shua +shh I L Shoshoni +shi I L Tachelhit +shj I L Shatt +shk I L Shilluk +shl I L Shendu +shm I L Shahrudi +shn shn shn I L Shan +sho I L Shanga +shp I L Shipibo-Conibo +shq I L Sala +shr I L Shi +shs I L Shuswap +sht I E Shasta +shu I L Chadian Arabic +shv I L Shehri +shw I L Shwai +shx I L She +shy I L Tachawit +shz I L Syenara Senoufo +sia I E Akkala Sami +sib I L Sebop +sid sid sid I L Sidamo +sie I L Simaa +sif I L Siamou +sig I L Paasaal +sih I L Zire +sii I L Shom Peng +sij I L Numbami +sik I L Sikiana +sil I L Tumulung Sisaala +sim I L Mende (Papua New Guinea) +sin sin sin si I L Sinhala +sip I L Sikkimese +siq I L Sonia +sir I L Siri +sis I E Siuslaw +siu I L Sinagen +siv I L Sumariup +siw I L Siwai +six I L Sumau +siy I L Sivandi +siz I L Siwi +sja I L Epena +sjb I L Sajau Basap +sjc I L Shaojiang Chinese +sjd I L Kildin Sami +sje I L Pite Sami +sjg I L Assangori +sjk I E Kemi Sami +sjl I L Sajalong +sjm I L Mapun +sjn I C Sindarin +sjo I L Xibe +sjp I L Surjapuri +sjr I L Siar-Lak +sjs I E Senhaja De Srair +sjt I L Ter Sami +sju I L Ume Sami +sjw I L Shawnee +ska I L Skagit +skb I L Saek +skc I L Ma Manda +skd I L Southern Sierra Miwok +ske I L Seke (Vanuatu) +skf I L Sakirabiá +skg I L Sakalava Malagasy +skh I L Sikule +ski I L Sika +skj I L Seke (Nepal) +skm I L Kutong +skn I L Kolibugan Subanon +sko I L Seko Tengah +skp I L Sekapan +skq I L Sininkere +skr I L Saraiki +sks I L Maia +skt I L Sakata +sku I L Sakao +skv I L Skou +skw I E Skepi Creole Dutch +skx I L Seko Padang +sky I L Sikaiana +skz I L Sekar +slc I L Sáliba +sld I L Sissala +sle I L Sholaga +slf I L Swiss-Italian Sign Language +slg I L Selungai Murut +slh I L Southern Puget Sound Salish +sli I L Lower Silesian +slj I L Salumá +slk slo slk sk I L Slovak +sll I L Salt-Yui +slm I L Pangutaran Sama +sln I E Salinan +slp I L Lamaholot +slr I L Salar +sls I L Singapore Sign Language +slt I L Sila +slu I L Selaru +slv slv slv sl I L Slovenian +slw I L Sialum +slx I L Salampasu +sly I L Selayar +slz I L Ma'ya +sma sma sma I L Southern Sami +smb I L Simbari +smc I E Som +sme sme sme se I L Northern Sami +smf I L Auwe +smg I L Simbali +smh I L Samei +smj smj smj I L Lule Sami +smk I L Bolinao +sml I L Central Sama +smm I L Musasa +smn smn smn I L Inari Sami +smo smo smo sm I L Samoan +smp I E Samaritan +smq I L Samo +smr I L Simeulue +sms sms sms I L Skolt Sami +smt I L Simte +smu I E Somray +smv I L Samvedi +smw I L Sumbawa +smx I L Samba +smy I L Semnani +smz I L Simeku +sna sna sna sn I L Shona +snc I L Sinaugoro +snd snd snd sd I L Sindhi +sne I L Bau Bidayuh +snf I L Noon +sng I L Sanga (Democratic Republic of Congo) +sni I E Sensi +snj I L Riverain Sango +snk snk snk I L Soninke +snl I L Sangil +snm I L Southern Ma'di +snn I L Siona +sno I L Snohomish +snp I L Siane +snq I L Sangu (Gabon) +snr I L Sihan +sns I L South West Bay +snu I L Senggi +snv I L Sa'ban +snw I L Selee +snx I L Sam +sny I L Saniyo-Hiyewe +snz I L Kou +soa I L Thai Song +sob I L Sobei +soc I L So (Democratic Republic of Congo) +sod I L Songoora +soe I L Songomeno +sog sog sog I H Sogdian +soh I L Aka +soi I L Sonha +soj I L Soi +sok I L Sokoro +sol I L Solos +som som som so I L Somali +soo I L Songo +sop I L Songe +soq I L Kanasi +sor I L Somrai +sos I L Seeku +sot sot sot st I L Southern Sotho +sou I L Southern Thai +sov I L Sonsorol +sow I L Sowanda +sox I L Swo +soy I L Miyobe +soz I L Temi +spa spa spa es I L Spanish +spb I L Sepa (Indonesia) +spc I L Sapé +spd I L Saep +spe I L Sepa (Papua New Guinea) +spg I L Sian +spi I L Saponi +spk I L Sengo +spl I L Selepet +spm I L Akukem +spn I L Sanapaná +spo I L Spokane +spp I L Supyire Senoufo +spq I L Loreto-Ucayali Spanish +spr I L Saparua +sps I L Saposa +spt I L Spiti Bhoti +spu I L Sapuan +spv I L Sambalpuri +spx I H South Picene +spy I L Sabaot +sqa I L Shama-Sambuga +sqh I L Shau +sqi alb sqi sq M L Albanian +sqk I L Albanian Sign Language +sqm I L Suma +sqn I E Susquehannock +sqo I L Sorkhei +sqq I L Sou +sqr I H Siculo Arabic +sqs I L Sri Lankan Sign Language +sqt I L Soqotri +squ I L Squamish +sqx I L Kufr Qassem Sign Language (KQSL) +sra I L Saruga +srb I L Sora +src I L Logudorese Sardinian +srd srd srd sc M L Sardinian +sre I L Sara +srf I L Nafi +srg I L Sulod +srh I L Sarikoli +sri I L Siriano +srk I L Serudung Murut +srl I L Isirawa +srm I L Saramaccan +srn srn srn I L Sranan Tongo +sro I L Campidanese Sardinian +srp srp srp sr I L Serbian +srq I L Sirionó +srr srr srr I L Serer +srs I L Sarsi +srt I L Sauri +sru I L Suruí +srv I L Southern Sorsoganon +srw I L Serua +srx I L Sirmauri +sry I L Sera +srz I L Shahmirzadi +ssb I L Southern Sama +ssc I L Suba-Simbiti +ssd I L Siroi +sse I L Balangingi +ssf I L Thao +ssg I L Seimat +ssh I L Shihhi Arabic +ssi I L Sansi +ssj I L Sausi +ssk I L Sunam +ssl I L Western Sisaala +ssm I L Semnam +ssn I L Waata +sso I L Sissano +ssp I L Spanish Sign Language +ssq I L So'a +ssr I L Swiss-French Sign Language +sss I L Sô +sst I L Sinasina +ssu I L Susuami +ssv I L Shark Bay +ssw ssw ssw ss I L Swati +ssx I L Samberigi +ssy I L Saho +ssz I L Sengseng +sta I L Settla +stb I L Northern Subanen +std I L Sentinel +ste I L Liana-Seti +stf I L Seta +stg I L Trieng +sth I L Shelta +sti I L Bulo Stieng +stj I L Matya Samo +stk I L Arammba +stl I L Stellingwerfs +stm I L Setaman +stn I L Owa +sto I L Stoney +stp I L Southeastern Tepehuan +stq I L Saterfriesisch +str I L Straits Salish +sts I L Shumashti +stt I L Budeh Stieng +stu I L Samtao +stv I L Silt'e +stw I L Satawalese +sty I L Siberian Tatar +sua I L Sulka +sub I L Suku +suc I L Western Subanon +sue I L Suena +sug I L Suganga +sui I L Suki +suj I L Shubi +suk suk suk I L Sukuma +sun sun sun su I L Sundanese +suo I L Bouni +suq I L Tirmaga-Chai Suri +sur I L Mwaghavul +sus sus sus I L Susu +sut I E Subtiaba +suv I L Puroik +suw I L Sumbwa +sux sux sux I H Sumerian +suy I L Suyá +suz I L Sunwar +sva I L Svan +svb I L Ulau-Suain +svc I L Vincentian Creole English +sve I L Serili +svk I L Slovakian Sign Language +svm I L Slavomolisano +svs I L Savosavo +svx I H Skalvian +swa swa swa sw M L Swahili (macrolanguage) +swb I L Maore Comorian +swc I L Congo Swahili +swe swe swe sv I L Swedish +swf I L Sere +swg I L Swabian +swh I L Swahili (individual language) +swi I L Sui +swj I L Sira +swk I L Malawi Sena +swl I L Swedish Sign Language +swm I L Samosa +swn I L Sawknah +swo I L Shanenawa +swp I L Suau +swq I L Sharwa +swr I L Saweru +sws I L Seluwasan +swt I L Sawila +swu I L Suwawa +swv I L Shekhawati +sww I E Sowa +swx I L Suruahá +swy I L Sarua +sxb I L Suba +sxc I H Sicanian +sxe I L Sighu +sxg I L Shuhi +sxk I E Southern Kalapuya +sxl I E Selian +sxm I L Samre +sxn I L Sangir +sxo I H Sorothaptic +sxr I L Saaroa +sxs I L Sasaru +sxu I L Upper Saxon +sxw I L Saxwe Gbe +sya I L Siang +syb I L Central Subanen +syc syc syc I H Classical Syriac +syi I L Seki +syk I L Sukur +syl I L Sylheti +sym I L Maya Samo +syn I L Senaya +syo I L Suoy +syr syr syr M L Syriac +sys I L Sinyar +syw I L Kagate +syx I L Samay +syy I L Al-Sayyid Bedouin Sign Language +sza I L Semelai +szb I L Ngalum +szc I L Semaq Beri +sze I L Seze +szg I L Sengele +szl I L Silesian +szn I L Sula +szp I L Suabo +szs I L Solomon Islands Sign Language +szv I L Isu (Fako Division) +szw I L Sawai +szy I L Sakizaya +taa I L Lower Tanana +tab I L Tabassaran +tac I L Lowland Tarahumara +tad I L Tause +tae I L Tariana +taf I L Tapirapé +tag I L Tagoi +tah tah tah ty I L Tahitian +taj I L Eastern Tamang +tak I L Tala +tal I L Tal +tam tam tam ta I L Tamil +tan I L Tangale +tao I L Yami +tap I L Taabwa +taq I L Tamasheq +tar I L Central Tarahumara +tas I E Tay Boi +tat tat tat tt I L Tatar +tau I L Upper Tanana +tav I L Tatuyo +taw I L Tai +tax I L Tamki +tay I L Atayal +taz I L Tocho +tba I L Aikanã +tbc I L Takia +tbd I L Kaki Ae +tbe I L Tanimbili +tbf I L Mandara +tbg I L North Tairora +tbh I E Dharawal +tbi I L Gaam +tbj I L Tiang +tbk I L Calamian Tagbanwa +tbl I L Tboli +tbm I L Tagbu +tbn I L Barro Negro Tunebo +tbo I L Tawala +tbp I L Taworta +tbr I L Tumtum +tbs I L Tanguat +tbt I L Tembo (Kitembo) +tbu I E Tubar +tbv I L Tobo +tbw I L Tagbanwa +tbx I L Kapin +tby I L Tabaru +tbz I L Ditammari +tca I L Ticuna +tcb I L Tanacross +tcc I L Datooga +tcd I L Tafi +tce I L Southern Tutchone +tcf I L Malinaltepec Me'phaa +tcg I L Tamagario +tch I L Turks And Caicos Creole English +tci I L Wára +tck I L Tchitchege +tcl I E Taman (Myanmar) +tcm I L Tanahmerah +tcn I L Tichurong +tco I L Taungyo +tcp I L Tawr Chin +tcq I L Kaiy +tcs I L Torres Strait Creole +tct I L T'en +tcu I L Southeastern Tarahumara +tcw I L Tecpatlán Totonac +tcx I L Toda +tcy I L Tulu +tcz I L Thado Chin +tda I L Tagdal +tdb I L Panchpargania +tdc I L Emberá-Tadó +tdd I L Tai Nüa +tde I L Tiranige Diga Dogon +tdf I L Talieng +tdg I L Western Tamang +tdh I L Thulung +tdi I L Tomadino +tdj I L Tajio +tdk I L Tambas +tdl I L Sur +tdm I L Taruma +tdn I L Tondano +tdo I L Teme +tdq I L Tita +tdr I L Todrah +tds I L Doutai +tdt I L Tetun Dili +tdv I L Toro +tdx I L Tandroy-Mahafaly Malagasy +tdy I L Tadyawan +tea I L Temiar +teb I E Tetete +tec I L Terik +ted I L Tepo Krumen +tee I L Huehuetla Tepehua +tef I L Teressa +teg I L Teke-Tege +teh I L Tehuelche +tei I L Torricelli +tek I L Ibali Teke +tel tel tel te I L Telugu +tem tem tem I L Timne +ten I E Tama (Colombia) +teo I L Teso +tep I E Tepecano +teq I L Temein +ter ter ter I L Tereno +tes I L Tengger +tet tet tet I L Tetum +teu I L Soo +tev I L Teor +tew I L Tewa (USA) +tex I L Tennet +tey I L Tulishi +tez I L Tetserret +tfi I L Tofin Gbe +tfn I L Tanaina +tfo I L Tefaro +tfr I L Teribe +tft I L Ternate +tga I L Sagalla +tgb I L Tobilung +tgc I L Tigak +tgd I L Ciwogai +tge I L Eastern Gorkha Tamang +tgf I L Chalikha +tgh I L Tobagonian Creole English +tgi I L Lawunuia +tgj I L Tagin +tgk tgk tgk tg I L Tajik +tgl tgl tgl tl I L Tagalog +tgn I L Tandaganon +tgo I L Sudest +tgp I L Tangoa +tgq I L Tring +tgr I L Tareng +tgs I L Nume +tgt I L Central Tagbanwa +tgu I L Tanggu +tgv I E Tingui-Boto +tgw I L Tagwana Senoufo +tgx I L Tagish +tgy I E Togoyo +tgz I E Tagalaka +tha tha tha th I L Thai +thd I L Kuuk Thaayorre +the I L Chitwania Tharu +thf I L Thangmi +thh I L Northern Tarahumara +thi I L Tai Long +thk I L Tharaka +thl I L Dangaura Tharu +thm I L Aheu +thn I L Thachanadan +thp I L Thompson +thq I L Kochila Tharu +thr I L Rana Tharu +ths I L Thakali +tht I L Tahltan +thu I L Thuri +thv I L Tahaggart Tamahaq +thy I L Tha +thz I L Tayart Tamajeq +tia I L Tidikelt Tamazight +tic I L Tira +tif I L Tifal +tig tig tig I L Tigre +tih I L Timugon Murut +tii I L Tiene +tij I L Tilung +tik I L Tikar +til I E Tillamook +tim I L Timbe +tin I L Tindi +tio I L Teop +tip I L Trimuris +tiq I L Tiéfo +tir tir tir ti I L Tigrinya +tis I L Masadiit Itneg +tit I L Tinigua +tiu I L Adasen +tiv tiv tiv I L Tiv +tiw I L Tiwi +tix I L Southern Tiwa +tiy I L Tiruray +tiz I L Tai Hongjin +tja I L Tajuasohn +tjg I L Tunjung +tji I L Northern Tujia +tjj I L Tjungundji +tjl I L Tai Laing +tjm I E Timucua +tjn I E Tonjon +tjo I L Temacine Tamazight +tjp I L Tjupany +tjs I L Southern Tujia +tju I E Tjurruru +tjw I L Djabwurrung +tka I E Truká +tkb I L Buksa +tkd I L Tukudede +tke I L Takwane +tkf I E Tukumanféd +tkg I L Tesaka Malagasy +tkl tkl tkl I L Tokelau +tkm I E Takelma +tkn I L Toku-No-Shima +tkp I L Tikopia +tkq I L Tee +tkr I L Tsakhur +tks I L Takestani +tkt I L Kathoriya Tharu +tku I L Upper Necaxa Totonac +tkv I L Mur Pano +tkw I L Teanu +tkx I L Tangko +tkz I L Takua +tla I L Southwestern Tepehuan +tlb I L Tobelo +tlc I L Yecuatla Totonac +tld I L Talaud +tlf I L Telefol +tlg I L Tofanma +tlh tlh tlh I C Klingon +tli tli tli I L Tlingit +tlj I L Talinga-Bwisi +tlk I L Taloki +tll I L Tetela +tlm I L Tolomako +tln I L Talondo' +tlo I L Talodi +tlp I L Filomena Mata-Coahuitlán Totonac +tlq I L Tai Loi +tlr I L Talise +tls I L Tambotalo +tlt I L Sou Nama +tlu I L Tulehu +tlv I L Taliabu +tlx I L Khehek +tly I L Talysh +tma I L Tama (Chad) +tmb I L Katbol +tmc I L Tumak +tmd I L Haruai +tme I E Tremembé +tmf I L Toba-Maskoy +tmg I E Ternateño +tmh tmh tmh M L Tamashek +tmi I L Tutuba +tmj I L Samarokena +tml I L Tamnim Citak +tmm I L Tai Thanh +tmn I L Taman (Indonesia) +tmo I L Temoq +tmq I L Tumleo +tmr I E Jewish Babylonian Aramaic (ca. 200-1200 CE) +tms I L Tima +tmt I L Tasmate +tmu I L Iau +tmv I L Tembo (Motembo) +tmw I L Temuan +tmy I L Tami +tmz I E Tamanaku +tna I L Tacana +tnb I L Western Tunebo +tnc I L Tanimuca-Retuarã +tnd I L Angosturas Tunebo +tng I L Tobanga +tnh I L Maiani +tni I L Tandia +tnk I L Kwamera +tnl I L Lenakel +tnm I L Tabla +tnn I L North Tanna +tno I L Toromono +tnp I L Whitesands +tnq I E Taino +tnr I L Ménik +tns I L Tenis +tnt I L Tontemboan +tnu I L Tay Khang +tnv I L Tangchangya +tnw I L Tonsawang +tnx I L Tanema +tny I L Tongwe +tnz I L Ten'edn +tob I L Toba +toc I L Coyutla Totonac +tod I L Toma +tof I L Gizrra +tog tog tog I L Tonga (Nyasa) +toh I L Gitonga +toi I L Tonga (Zambia) +toj I L Tojolabal +tok I C Toki Pona +tol I E Tolowa +tom I L Tombulu +ton ton ton to I L Tonga (Tonga Islands) +too I L Xicotepec De Juárez Totonac +top I L Papantla Totonac +toq I L Toposa +tor I L Togbo-Vara Banda +tos I L Highland Totonac +tou I L Tho +tov I L Upper Taromi +tow I L Jemez +tox I L Tobian +toy I L Topoiyo +toz I L To +tpa I L Taupota +tpc I L Azoyú Me'phaa +tpe I L Tippera +tpf I L Tarpia +tpg I L Kula +tpi tpi tpi I L Tok Pisin +tpj I L Tapieté +tpk I E Tupinikin +tpl I L Tlacoapa Me'phaa +tpm I L Tampulma +tpn I E Tupinambá +tpo I L Tai Pao +tpp I L Pisaflores Tepehua +tpq I L Tukpa +tpr I L Tuparí +tpt I L Tlachichilco Tepehua +tpu I L Tampuan +tpv I L Tanapag +tpx I L Acatepec Me'phaa +tpy I L Trumai +tpz I L Tinputz +tqb I L Tembé +tql I L Lehali +tqm I L Turumsa +tqn I L Tenino +tqo I L Toaripi +tqp I L Tomoip +tqq I L Tunni +tqr I E Torona +tqt I L Western Totonac +tqu I L Touo +tqw I E Tonkawa +tra I L Tirahi +trb I L Terebu +trc I L Copala Triqui +trd I L Turi +tre I L East Tarangan +trf I L Trinidadian Creole English +trg I L Lishán Didán +trh I L Turaka +tri I L Trió +trj I L Toram +trl I L Traveller Scottish +trm I L Tregami +trn I L Trinitario +tro I L Tarao Naga +trp I L Kok Borok +trq I L San Martín Itunyoso Triqui +trr I L Taushiro +trs I L Chicahuaxtla Triqui +trt I L Tunggare +tru I L Turoyo +trv I L Sediq +trw I L Torwali +trx I L Tringgus-Sembaan Bidayuh +try I E Turung +trz I E Torá +tsa I L Tsaangi +tsb I L Tsamai +tsc I L Tswa +tsd I L Tsakonian +tse I L Tunisian Sign Language +tsg I L Tausug +tsh I L Tsuvan +tsi tsi tsi I L Tsimshian +tsj I L Tshangla +tsk I L Tseku +tsl I L Ts'ün-Lao +tsm I L Turkish Sign Language +tsn tsn tsn tn I L Tswana +tso tso tso ts I L Tsonga +tsp I L Northern Toussian +tsq I L Thai Sign Language +tsr I L Akei +tss I L Taiwan Sign Language +tst I L Tondi Songway Kiini +tsu I L Tsou +tsv I L Tsogo +tsw I L Tsishingini +tsx I L Mubami +tsy I L Tebul Sign Language +tsz I L Purepecha +tta I E Tutelo +ttb I L Gaa +ttc I L Tektiteko +ttd I L Tauade +tte I L Bwanabwana +ttf I L Tuotomb +ttg I L Tutong +tth I L Upper Ta'oih +tti I L Tobati +ttj I L Tooro +ttk I L Totoro +ttl I L Totela +ttm I L Northern Tutchone +ttn I L Towei +tto I L Lower Ta'oih +ttp I L Tombelala +ttq I L Tawallammat Tamajaq +ttr I L Tera +tts I L Northeastern Thai +ttt I L Muslim Tat +ttu I L Torau +ttv I L Titan +ttw I L Long Wat +tty I L Sikaritai +ttz I L Tsum +tua I L Wiarumus +tub I E Tübatulabal +tuc I L Mutu +tud I E Tuxá +tue I L Tuyuca +tuf I L Central Tunebo +tug I L Tunia +tuh I L Taulil +tui I L Tupuri +tuj I L Tugutil +tuk tuk tuk tk I L Turkmen +tul I L Tula +tum tum tum I L Tumbuka +tun I L Tunica +tuo I L Tucano +tuq I L Tedaga +tur tur tur tr I L Turkish +tus I L Tuscarora +tuu I L Tututni +tuv I L Turkana +tux I E Tuxináwa +tuy I L Tugen +tuz I L Turka +tva I L Vaghua +tvd I L Tsuvadi +tve I L Te'un +tvi I L Tulai +tvk I L Southeast Ambrym +tvl tvl tvl I L Tuvalu +tvm I L Tela-Masbuar +tvn I L Tavoyan +tvo I L Tidore +tvs I L Taveta +tvt I L Tutsa Naga +tvu I L Tunen +tvw I L Sedoa +tvx I E Taivoan +tvy I E Timor Pidgin +twa I E Twana +twb I L Western Tawbuid +twc I E Teshenawa +twd I L Twents +twe I L Tewa (Indonesia) +twf I L Northern Tiwa +twg I L Tereweng +twh I L Tai Dón +twi twi twi tw I L Twi +twl I L Tawara +twm I L Tawang Monpa +twn I L Twendi +two I L Tswapong +twp I L Ere +twq I L Tasawaq +twr I L Southwestern Tarahumara +twt I E Turiwára +twu I L Termanu +tww I L Tuwari +twx I L Tewe +twy I L Tawoyan +txa I L Tombonuo +txb I H Tokharian B +txc I E Tsetsaut +txe I L Totoli +txg I H Tangut +txh I H Thracian +txi I L Ikpeng +txj I L Tarjumo +txm I L Tomini +txn I L West Tarangan +txo I L Toto +txq I L Tii +txr I H Tartessian +txs I L Tonsea +txt I L Citak +txu I L Kayapó +txx I L Tatana +txy I L Tanosy Malagasy +tya I L Tauya +tye I L Kyanga +tyh I L O'du +tyi I L Teke-Tsaayi +tyj I L Tai Do +tyl I L Thu Lao +tyn I L Kombai +typ I E Thaypan +tyr I L Tai Daeng +tys I L Tày Sa Pa +tyt I L Tày Tac +tyu I L Kua +tyv tyv tyv I L Tuvinian +tyx I L Teke-Tyee +tyy I L Tiyaa +tyz I L Tày +tza I L Tanzanian Sign Language +tzh I L Tzeltal +tzj I L Tz'utujil +tzl I C Talossan +tzm I L Central Atlas Tamazight +tzn I L Tugun +tzo I L Tzotzil +tzx I L Tabriak +uam I E Uamué +uan I L Kuan +uar I L Tairuma +uba I L Ubang +ubi I L Ubi +ubl I L Buhi'non Bikol +ubr I L Ubir +ubu I L Umbu-Ungu +uby I E Ubykh +uda I L Uda +ude I L Udihe +udg I L Muduga +udi I L Udi +udj I L Ujir +udl I L Wuzlam +udm udm udm I L Udmurt +udu I L Uduk +ues I L Kioko +ufi I L Ufim +uga uga uga I H Ugaritic +ugb I E Kuku-Ugbanh +uge I L Ughele +ugh I L Kubachi +ugn I L Ugandan Sign Language +ugo I L Ugong +ugy I L Uruguayan Sign Language +uha I L Uhami +uhn I L Damal +uig uig uig ug I L Uighur +uis I L Uisai +uiv I L Iyive +uji I L Tanjijili +uka I L Kaburi +ukg I L Ukuriguma +ukh I L Ukhwejo +uki I L Kui (India) +ukk I L Muak Sa-aak +ukl I L Ukrainian Sign Language +ukp I L Ukpe-Bayobiri +ukq I L Ukwa +ukr ukr ukr uk I L Ukrainian +uks I L Urubú-Kaapor Sign Language +uku I L Ukue +ukv I L Kuku +ukw I L Ukwuani-Aboh-Ndoni +uky I E Kuuk-Yak +ula I L Fungwa +ulb I L Ulukwumi +ulc I L Ulch +ule I E Lule +ulf I L Usku +uli I L Ulithian +ulk I L Meriam Mir +ull I L Ullatan +ulm I L Ulumanda' +uln I L Unserdeutsch +ulu I L Uma' Lung +ulw I L Ulwa +uly I L Buli +uma I L Umatilla +umb umb umb I L Umbundu +umc I H Marrucinian +umd I E Umbindhamu +umg I E Morrobalama +umi I L Ukit +umm I L Umon +umn I L Makyan Naga +umo I E Umotína +ump I L Umpila +umr I E Umbugarla +ums I L Pendau +umu I L Munsee +una I L North Watut +und und und S S Undetermined +une I L Uneme +ung I L Ngarinyin +uni I L Uni +unk I L Enawené-Nawé +unm I E Unami +unn I L Kurnai +unr I L Mundari +unu I L Unubahe +unx I L Munda +unz I L Unde Kaili +uon I E Kulon +upi I L Umeda +upv I L Uripiv-Wala-Rano-Atchin +ura I L Urarina +urb I L Urubú-Kaapor +urc I E Urningangg +urd urd urd ur I L Urdu +ure I L Uru +urf I E Uradhi +urg I L Urigina +urh I L Urhobo +uri I L Urim +urk I L Urak Lawoi' +url I L Urali +urm I L Urapmin +urn I L Uruangnirin +uro I L Ura (Papua New Guinea) +urp I L Uru-Pa-In +urr I L Lehalurup +urt I L Urat +uru I E Urumi +urv I E Uruava +urw I L Sop +urx I L Urimo +ury I L Orya +urz I L Uru-Eu-Wau-Wau +usa I L Usarufa +ush I L Ushojo +usi I L Usui +usk I L Usaghade +usp I L Uspanteco +uss I L us-Saare +usu I L Uya +uta I L Otank +ute I L Ute-Southern Paiute +uth I L ut-Hun +utp I L Amba (Solomon Islands) +utr I L Etulo +utu I L Utu +uum I L Urum +uur I L Ura (Vanuatu) +uuu I L U +uve I L West Uvean +uvh I L Uri +uvl I L Lote +uwa I L Kuku-Uwanh +uya I L Doko-Uyanga +uzb uzb uzb uz M L Uzbek +uzn I L Northern Uzbek +uzs I L Southern Uzbek +vaa I L Vaagri Booli +vae I L Vale +vaf I L Vafsi +vag I L Vagla +vah I L Varhadi-Nagpuri +vai vai vai I L Vai +vaj I L Sekele +val I L Vehes +vam I L Vanimo +van I L Valman +vao I L Vao +vap I L Vaiphei +var I L Huarijio +vas I L Vasavi +vau I L Vanuma +vav I L Varli +vay I L Wayu +vbb I L Southeast Babar +vbk I L Southwestern Bontok +vec I L Venetian +ved I L Veddah +vel I L Veluws +vem I L Vemgo-Mabas +ven ven ven ve I L Venda +veo I E Ventureño +vep I L Veps +ver I L Mom Jango +vgr I L Vaghri +vgt I L Vlaamse Gebarentaal +vic I L Virgin Islands Creole English +vid I L Vidunda +vie vie vie vi I L Vietnamese +vif I L Vili +vig I L Viemo +vil I L Vilela +vin I L Vinza +vis I L Vishavan +vit I L Viti +viv I L Iduna +vjk I L Bajjika +vka I E Kariyarra +vkj I L Kujarge +vkk I L Kaur +vkl I L Kulisusu +vkm I E Kamakan +vkn I L Koro Nulu +vko I L Kodeoha +vkp I L Korlai Creole Portuguese +vkt I L Tenggarong Kutai Malay +vku I L Kurrama +vkz I L Koro Zuba +vlp I L Valpei +vls I L Vlaams +vma I E Martuyhunira +vmb I E Barbaram +vmc I L Juxtlahuaca Mixtec +vmd I L Mudu Koraga +vme I L East Masela +vmf I L Mainfränkisch +vmg I L Lungalunga +vmh I L Maraghei +vmi I E Miwa +vmj I L Ixtayutla Mixtec +vmk I L Makhuwa-Shirima +vml I E Malgana +vmm I L Mitlatongo Mixtec +vmp I L Soyaltepec Mazatec +vmq I L Soyaltepec Mixtec +vmr I L Marenje +vms I E Moksela +vmu I E Muluridyi +vmv I E Valley Maidu +vmw I L Makhuwa +vmx I L Tamazola Mixtec +vmy I L Ayautla Mazatec +vmz I L Mazatlán Mazatec +vnk I L Vano +vnm I L Vinmavis +vnp I L Vunapu +vol vol vol vo I C Volapük +vor I L Voro +vot vot vot I L Votic +vra I L Vera'a +vro I L Võro +vrs I L Varisi +vrt I L Burmbar +vsi I L Moldova Sign Language +vsl I L Venezuelan Sign Language +vsn I H Vedic Sanskrit +vsv I L Valencian Sign Language +vto I L Vitou +vum I L Vumbu +vun I L Vunjo +vut I L Vute +vwa I L Awa (China) +waa I L Walla Walla +wab I L Wab +wac I E Wasco-Wishram +wad I L Wamesa +wae I L Walser +waf I E Wakoná +wag I L Wa'ema +wah I L Watubela +wai I L Wares +waj I L Waffa +wal wal wal I L Wolaytta +wam I E Wampanoag +wan I L Wan +wao I E Wappo +wap I L Wapishana +waq I L Wagiman +war war war I L Waray (Philippines) +was was was I L Washo +wat I L Kaninuwa +wau I L Waurá +wav I L Waka +waw I L Waiwai +wax I L Watam +way I L Wayana +waz I L Wampur +wba I L Warao +wbb I L Wabo +wbe I L Waritai +wbf I L Wara +wbh I L Wanda +wbi I L Vwanji +wbj I L Alagwa +wbk I L Waigali +wbl I L Wakhi +wbm I L Wa +wbp I L Warlpiri +wbq I L Waddar +wbr I L Wagdi +wbs I L West Bengal Sign Language +wbt I L Warnman +wbv I L Wajarri +wbw I L Woi +wca I L Yanomámi +wci I L Waci Gbe +wdd I L Wandji +wdg I L Wadaginam +wdj I L Wadjiginy +wdk I E Wadikali +wdt I L Wendat +wdu I E Wadjigu +wdy I E Wadjabangayi +wea I E Wewaw +wec I L Wè Western +wed I L Wedau +weg I L Wergaia +weh I L Weh +wei I L Kiunum +wem I L Weme Gbe +weo I L Wemale +wep I L Westphalien +wer I L Weri +wes I L Cameroon Pidgin +wet I L Perai +weu I L Rawngtu Chin +wew I L Wejewa +wfg I L Yafi +wga I E Wagaya +wgb I L Wagawaga +wgg I E Wangkangurru +wgi I L Wahgi +wgo I L Waigeo +wgu I E Wirangu +wgy I L Warrgamay +wha I L Sou Upaa +whg I L North Wahgi +whk I L Wahau Kenyah +whu I L Wahau Kayan +wib I L Southern Toussian +wic I E Wichita +wie I E Wik-Epa +wif I E Wik-Keyangan +wig I L Wik Ngathan +wih I L Wik-Me'anha +wii I L Minidien +wij I L Wik-Iiyanh +wik I L Wikalkan +wil I E Wilawila +wim I L Wik-Mungkan +win I L Ho-Chunk +wir I E Wiraféd +wiu I L Wiru +wiv I L Vitu +wiy I E Wiyot +wja I L Waja +wji I L Warji +wka I E Kw'adza +wkb I L Kumbaran +wkd I L Wakde +wkl I L Kalanadi +wkr I L Keerray-Woorroong +wku I L Kunduvadi +wkw I E Wakawaka +wky I E Wangkayutyuru +wla I L Walio +wlc I L Mwali Comorian +wle I L Wolane +wlg I L Kunbarlang +wlh I L Welaun +wli I L Waioli +wlk I E Wailaki +wll I L Wali (Sudan) +wlm I H Middle Welsh +wln wln wln wa I L Walloon +wlo I L Wolio +wlr I L Wailapa +wls I L Wallisian +wlu I E Wuliwuli +wlv I L Wichí Lhamtés Vejoz +wlw I L Walak +wlx I L Wali (Ghana) +wly I E Waling +wma I E Mawa (Nigeria) +wmb I L Wambaya +wmc I L Wamas +wmd I L Mamaindé +wme I L Wambule +wmg I L Western Minyag +wmh I L Waima'a +wmi I E Wamin +wmm I L Maiwa (Indonesia) +wmn I E Waamwang +wmo I L Wom (Papua New Guinea) +wms I L Wambon +wmt I L Walmajarri +wmw I L Mwani +wmx I L Womo +wnb I L Mokati +wnc I L Wantoat +wnd I E Wandarang +wne I L Waneci +wng I L Wanggom +wni I L Ndzwani Comorian +wnk I L Wanukaka +wnm I E Wanggamala +wnn I E Wunumara +wno I L Wano +wnp I L Wanap +wnu I L Usan +wnw I L Wintu +wny I L Wanyi +woa I L Kuwema +wob I L Wè Northern +woc I L Wogeo +wod I L Wolani +woe I L Woleaian +wof I L Gambian Wolof +wog I L Wogamusin +woi I L Kamang +wok I L Longto +wol wol wol wo I L Wolof +wom I L Wom (Nigeria) +won I L Wongo +woo I L Manombai +wor I L Woria +wos I L Hanga Hundi +wow I L Wawonii +woy I E Weyto +wpc I L Maco +wrb I E Waluwarra +wrg I E Warungu +wrh I E Wiradjuri +wri I E Wariyangga +wrk I L Garrwa +wrl I L Warlmanpa +wrm I L Warumungu +wrn I L Warnang +wro I E Worrorra +wrp I L Waropen +wrr I L Wardaman +wrs I L Waris +wru I L Waru +wrv I L Waruna +wrw I E Gugu Warra +wrx I L Wae Rana +wry I L Merwari +wrz I E Waray (Australia) +wsa I L Warembori +wsg I L Adilabad Gondi +wsi I L Wusi +wsk I L Waskia +wsr I L Owenia +wss I L Wasa +wsu I E Wasu +wsv I E Wotapuri-Katarqalai +wtb I L Matambwe +wtf I L Watiwa +wth I E Wathawurrung +wti I L Berta +wtk I L Watakataui +wtm I L Mewati +wtw I L Wotu +wua I L Wikngenchera +wub I L Wunambal +wud I L Wudu +wuh I L Wutunhua +wul I L Silimo +wum I L Wumbvu +wun I L Bungu +wur I E Wurrugu +wut I L Wutung +wuu I L Wu Chinese +wuv I L Wuvulu-Aua +wux I L Wulna +wuy I L Wauyai +wwa I L Waama +wwb I E Wakabunga +wwo I L Wetamut +wwr I E Warrwa +www I L Wawa +wxa I L Waxianghua +wxw I E Wardandi +wyb I L Wangaaybuwan-Ngiyambaa +wyi I E Woiwurrung +wym I L Wymysorys +wyn I L Wyandot +wyr I L Wayoró +wyy I L Western Fijian +xaa I H Andalusian Arabic +xab I L Sambe +xac I L Kachari +xad I E Adai +xae I H Aequian +xag I H Aghwan +xai I E Kaimbé +xaj I E Ararandewára +xak I E Máku +xal xal xal I L Kalmyk +xam I E ǀXam +xan I L Xamtanga +xao I L Khao +xap I E Apalachee +xaq I H Aquitanian +xar I E Karami +xas I E Kamas +xat I L Katawixi +xau I L Kauwera +xav I L Xavánte +xaw I L Kawaiisu +xay I L Kayan Mahakam +xbb I E Lower Burdekin +xbc I H Bactrian +xbd I E Bindal +xbe I E Bigambal +xbg I E Bunganditj +xbi I L Kombio +xbj I E Birrpayi +xbm I H Middle Breton +xbn I E Kenaboi +xbo I H Bolgarian +xbp I E Bibbulman +xbr I L Kambera +xbw I E Kambiwá +xby I L Batjala +xcb I H Cumbric +xcc I H Camunic +xce I H Celtiberian +xcg I H Cisalpine Gaulish +xch I E Chemakum +xcl I H Classical Armenian +xcm I E Comecrudo +xcn I E Cotoname +xco I H Chorasmian +xcr I H Carian +xct I H Classical Tibetan +xcu I H Curonian +xcv I E Chuvantsy +xcw I E Coahuilteco +xcy I E Cayuse +xda I L Darkinyung +xdc I H Dacian +xdk I E Dharuk +xdm I H Edomite +xdo I L Kwandu +xdq I L Kaitag +xdy I L Malayic Dayak +xeb I H Eblan +xed I L Hdi +xeg I E ǁXegwi +xel I L Kelo +xem I L Kembayan +xep I H Epi-Olmec +xer I L Xerénte +xes I L Kesawai +xet I L Xetá +xeu I L Keoru-Ahia +xfa I H Faliscan +xga I H Galatian +xgb I E Gbin +xgd I E Gudang +xgf I E Gabrielino-Fernandeño +xgg I E Goreng +xgi I E Garingbal +xgl I H Galindan +xgm I E Dharumbal +xgr I E Garza +xgu I L Unggumi +xgw I E Guwa +xha I H Harami +xhc I H Hunnic +xhd I H Hadrami +xhe I L Khetrani +xhm I H Middle Khmer (1400 to 1850 CE) +xho xho xho xh I L Xhosa +xhr I H Hernican +xht I H Hattic +xhu I H Hurrian +xhv I L Khua +xib I H Iberian +xii I L Xiri +xil I H Illyrian +xin I E Xinca +xir I E Xiriâna +xis I L Kisan +xiv I H Indus Valley Language +xiy I L Xipaya +xjb I E Minjungbal +xjt I E Jaitmatang +xka I L Kalkoti +xkb I L Northern Nago +xkc I L Kho'ini +xkd I L Mendalam Kayan +xke I L Kereho +xkf I L Khengkha +xkg I L Kagoro +xki I L Kenyan Sign Language +xkj I L Kajali +xkk I L Kachok +xkl I L Mainstream Kenyah +xkn I L Kayan River Kayan +xko I L Kiorr +xkp I L Kabatei +xkq I L Koroni +xkr I E Xakriabá +xks I L Kumbewaha +xkt I L Kantosi +xku I L Kaamba +xkv I L Kgalagadi +xkw I L Kembra +xkx I L Karore +xky I L Uma' Lasan +xkz I L Kurtokha +xla I L Kamula +xlb I E Loup B +xlc I H Lycian +xld I H Lydian +xle I H Lemnian +xlg I H Ligurian (Ancient) +xli I H Liburnian +xln I H Alanic +xlo I E Loup A +xlp I H Lepontic +xls I H Lusitanian +xlu I H Cuneiform Luwian +xly I H Elymian +xma I L Mushungulu +xmb I L Mbonga +xmc I L Makhuwa-Marrevone +xmd I L Mbudum +xme I H Median +xmf I L Mingrelian +xmg I L Mengaka +xmh I L Kugu-Muminh +xmj I L Majera +xmk I H Ancient Macedonian +xml I L Malaysian Sign Language +xmm I L Manado Malay +xmn I H Manichaean Middle Persian +xmo I L Morerebi +xmp I E Kuku-Mu'inh +xmq I E Kuku-Mangk +xmr I H Meroitic +xms I L Moroccan Sign Language +xmt I L Matbat +xmu I E Kamu +xmv I L Antankarana Malagasy +xmw I L Tsimihety Malagasy +xmx I L Salawati +xmy I L Mayaguduna +xmz I L Mori Bawah +xna I H Ancient North Arabian +xnb I L Kanakanabu +xng I H Middle Mongolian +xnh I L Kuanhua +xni I E Ngarigu +xnj I L Ngoni (Tanzania) +xnk I E Nganakarti +xnm I E Ngumbarl +xnn I L Northern Kankanay +xno I H Anglo-Norman +xnq I L Ngoni (Mozambique) +xnr I L Kangri +xns I L Kanashi +xnt I E Narragansett +xnu I E Nukunul +xny I L Nyiyaparli +xnz I L Kenzi +xoc I E O'chi'chi' +xod I L Kokoda +xog I L Soga +xoi I L Kominimung +xok I L Xokleng +xom I L Komo (Sudan) +xon I L Konkomba +xoo I E Xukurú +xop I L Kopar +xor I L Korubo +xow I L Kowaki +xpa I E Pirriya +xpb I E Northeastern Tasmanian +xpc I H Pecheneg +xpd I E Oyster Bay Tasmanian +xpe I L Liberia Kpelle +xpf I E Southeast Tasmanian +xpg I H Phrygian +xph I E North Midlands Tasmanian +xpi I H Pictish +xpj I E Mpalitjanh +xpk I L Kulina Pano +xpl I E Port Sorell Tasmanian +xpm I E Pumpokol +xpn I E Kapinawá +xpo I E Pochutec +xpp I H Puyo-Paekche +xpq I E Mohegan-Pequot +xpr I H Parthian +xps I H Pisidian +xpt I E Punthamara +xpu I H Punic +xpv I E Northern Tasmanian +xpw I E Northwestern Tasmanian +xpx I E Southwestern Tasmanian +xpy I H Puyo +xpz I E Bruny Island Tasmanian +xqa I H Karakhanid +xqt I H Qatabanian +xra I L Krahô +xrb I L Eastern Karaboro +xrd I E Gundungurra +xre I L Kreye +xrg I E Minang +xri I L Krikati-Timbira +xrm I H Armazic +xrn I E Arin +xrr I H Raetic +xrt I E Aranama-Tamique +xru I L Marriammu +xrw I L Karawa +xsa I H Sabaean +xsb I L Sambal +xsc I H Scythian +xsd I H Sidetic +xse I L Sempan +xsh I L Shamang +xsi I L Sio +xsj I L Subi +xsl I L South Slavey +xsm I L Kasem +xsn I L Sanga (Nigeria) +xso I E Solano +xsp I L Silopi +xsq I L Makhuwa-Saka +xsr I L Sherpa +xsu I L Sanumá +xsv I E Sudovian +xsy I L Saisiyat +xta I L Alcozauca Mixtec +xtb I L Chazumba Mixtec +xtc I L Katcha-Kadugli-Miri +xtd I L Diuxi-Tilantongo Mixtec +xte I L Ketengban +xtg I H Transalpine Gaulish +xth I E Yitha Yitha +xti I L Sinicahua Mixtec +xtj I L San Juan Teita Mixtec +xtl I L Tijaltepec Mixtec +xtm I L Magdalena Peñasco Mixtec +xtn I L Northern Tlaxiaco Mixtec +xto I H Tokharian A +xtp I L San Miguel Piedras Mixtec +xtq I H Tumshuqese +xtr I H Early Tripuri +xts I L Sindihui Mixtec +xtt I L Tacahua Mixtec +xtu I L Cuyamecalco Mixtec +xtv I E Thawa +xtw I L Tawandê +xty I L Yoloxochitl Mixtec +xua I L Alu Kurumba +xub I L Betta Kurumba +xud I E Umiida +xug I L Kunigami +xuj I L Jennu Kurumba +xul I E Ngunawal +xum I H Umbrian +xun I E Unggaranggu +xuo I L Kuo +xup I E Upper Umpqua +xur I H Urartian +xut I E Kuthant +xuu I L Kxoe +xve I H Venetic +xvi I L Kamviri +xvn I H Vandalic +xvo I H Volscian +xvs I H Vestinian +xwa I L Kwaza +xwc I E Woccon +xwd I E Wadi Wadi +xwe I L Xwela Gbe +xwg I L Kwegu +xwj I E Wajuk +xwk I E Wangkumara +xwl I L Western Xwla Gbe +xwo I E Written Oirat +xwr I L Kwerba Mamberamo +xwt I E Wotjobaluk +xww I E Wemba Wemba +xxb I E Boro (Ghana) +xxk I L Ke'o +xxm I E Minkin +xxr I E Koropó +xxt I E Tambora +xya I E Yaygir +xyb I E Yandjibara +xyj I E Mayi-Yapi +xyk I E Mayi-Kulan +xyl I E Yalakalore +xyt I E Mayi-Thakurti +xyy I L Yorta Yorta +xzh I H Zhang-Zhung +xzm I E Zemgalian +xzp I H Ancient Zapotec +yaa I L Yaminahua +yab I L Yuhup +yac I L Pass Valley Yali +yad I L Yagua +yae I L Pumé +yaf I L Yaka (Democratic Republic of Congo) +yag I L Yámana +yah I L Yazgulyam +yai I L Yagnobi +yaj I L Banda-Yangere +yak I L Yakama +yal I L Yalunka +yam I L Yamba +yan I L Mayangna +yao yao yao I L Yao +yap yap yap I L Yapese +yaq I L Yaqui +yar I L Yabarana +yas I L Nugunu (Cameroon) +yat I L Yambeta +yau I L Yuwana +yav I L Yangben +yaw I L Yawalapití +yax I L Yauma +yay I L Agwagwune +yaz I L Lokaa +yba I L Yala +ybb I L Yemba +ybe I L West Yugur +ybh I L Yakha +ybi I L Yamphu +ybj I L Hasha +ybk I L Bokha +ybl I L Yukuben +ybm I L Yaben +ybn I E Yabaâna +ybo I L Yabong +ybx I L Yawiyo +yby I L Yaweyuha +ych I L Chesu +ycl I L Lolopo +ycn I L Yucuna +ycp I L Chepya +ycr I L Yilan Creole +yda I E Yanda +ydd I L Eastern Yiddish +yde I L Yangum Dey +ydg I L Yidgha +ydk I L Yoidik +yea I L Ravula +yec I L Yeniche +yee I L Yimas +yei I E Yeni +yej I L Yevanic +yel I L Yela +yer I L Tarok +yes I L Nyankpa +yet I L Yetfa +yeu I L Yerukula +yev I L Yapunda +yey I L Yeyi +yga I E Malyangapa +ygi I E Yiningayi +ygl I L Yangum Gel +ygm I L Yagomi +ygp I L Gepo +ygr I L Yagaria +ygs I L Yolŋu Sign Language +ygu I L Yugul +ygw I L Yagwoia +yha I L Baha Buyang +yhd I L Judeo-Iraqi Arabic +yhl I L Hlepho Phowa +yhs I L Yan-nhaŋu Sign Language +yia I L Yinggarda +yid yid yid yi M L Yiddish +yif I L Ache +yig I L Wusa Nasu +yih I E Western Yiddish +yii I L Yidiny +yij I L Yindjibarndi +yik I L Dongshanba Lalo +yil I E Yindjilandji +yim I L Yimchungru Naga +yin I L Riang Lai +yip I L Pholo +yiq I L Miqie +yir I L North Awyu +yis I L Yis +yit I L Eastern Lalu +yiu I L Awu +yiv I L Northern Nisu +yix I L Axi Yi +yiz I L Azhe +yka I L Yakan +ykg I L Northern Yukaghir +ykh I L Khamnigan Mongol +yki I L Yoke +ykk I L Yakaikeke +ykl I L Khlula +ykm I L Kap +ykn I L Kua-nsi +yko I L Yasa +ykr I L Yekora +ykt I L Kathu +yku I L Kuamasi +yky I L Yakoma +yla I L Yaul +ylb I L Yaleba +yle I L Yele +ylg I L Yelogu +yli I L Angguruk Yali +yll I L Yil +ylm I L Limi +yln I L Langnian Buyang +ylo I L Naluo Yi +ylr I E Yalarnnga +ylu I L Aribwaung +yly I L Nyâlayu +ymb I L Yambes +ymc I L Southern Muji +ymd I L Muda +yme I E Yameo +ymg I L Yamongeri +ymh I L Mili +ymi I L Moji +ymk I L Makwe +yml I L Iamalele +ymm I L Maay +ymn I L Yamna +ymo I L Yangum Mon +ymp I L Yamap +ymq I L Qila Muji +ymr I L Malasar +yms I H Mysian +ymx I L Northern Muji +ymz I L Muzi +yna I L Aluo +ynb I L Yamben +ynd I E Yandruwandha +yne I L Lang'e +yng I L Yango +ynk I L Naukan Yupik +ynl I L Yangulam +ynn I E Yana +yno I L Yong +ynq I L Yendang +yns I L Yansi +ynu I E Yahuna +yob I E Yoba +yog I L Yogad +yoi I L Yonaguni +yok I L Yokuts +yom I L Yombe +yon I L Yongkom +yor yor yor yo I L Yoruba +yot I L Yotti +yox I L Yoron +yoy I L Yoy +ypa I L Phala +ypb I L Labo Phowa +ypg I L Phola +yph I L Phupha +ypm I L Phuma +ypn I L Ani Phowa +ypo I L Alo Phola +ypp I L Phupa +ypz I L Phuza +yra I L Yerakai +yrb I L Yareba +yre I L Yaouré +yrk I L Nenets +yrl I L Nhengatu +yrm I L Yirrk-Mel +yrn I L Yerong +yro I L Yaroamë +yrs I L Yarsun +yrw I L Yarawata +yry I L Yarluyandi +ysc I E Yassic +ysd I L Samatao +ysg I L Sonaga +ysl I L Yugoslavian Sign Language +ysm I L Myanmar Sign Language +ysn I L Sani +yso I L Nisi (China) +ysp I L Southern Lolopo +ysr I E Sirenik Yupik +yss I L Yessan-Mayo +ysy I L Sanie +yta I L Talu +ytl I L Tanglang +ytp I L Thopho +ytw I L Yout Wam +yty I E Yatay +yua I L Yucateco +yub I E Yugambal +yuc I L Yuchi +yud I L Judeo-Tripolitanian Arabic +yue I L Yue Chinese +yuf I L Havasupai-Walapai-Yavapai +yug I E Yug +yui I L Yurutí +yuj I L Karkar-Yuri +yuk I E Yuki +yul I L Yulu +yum I L Quechan +yun I L Bena (Nigeria) +yup I L Yukpa +yuq I L Yuqui +yur I E Yurok +yut I L Yopno +yuw I L Yau (Morobe Province) +yux I L Southern Yukaghir +yuy I L East Yugur +yuz I L Yuracare +yva I L Yawa +yvt I E Yavitero +ywa I L Kalou +ywg I L Yinhawangka +ywl I L Western Lalu +ywn I L Yawanawa +ywq I L Wuding-Luquan Yi +ywr I L Yawuru +ywt I L Xishanba Lalo +ywu I L Wumeng Nasu +yww I E Yawarawarga +yxa I E Mayawali +yxg I E Yagara +yxl I E Yardliyawarra +yxm I E Yinwum +yxu I E Yuyu +yxy I E Yabula Yabula +yyr I E Yir Yoront +yyu I L Yau (Sandaun Province) +yyz I L Ayizi +yzg I L E'ma Buyang +yzk I L Zokhuo +zaa I L Sierra de Juárez Zapotec +zab I L Western Tlacolula Valley Zapotec +zac I L Ocotlán Zapotec +zad I L Cajonos Zapotec +zae I L Yareni Zapotec +zaf I L Ayoquesco Zapotec +zag I L Zaghawa +zah I L Zangwal +zai I L Isthmus Zapotec +zaj I L Zaramo +zak I L Zanaki +zal I L Zauzou +zam I L Miahuatlán Zapotec +zao I L Ozolotepec Zapotec +zap zap zap M L Zapotec +zaq I L Aloápam Zapotec +zar I L Rincón Zapotec +zas I L Santo Domingo Albarradas Zapotec +zat I L Tabaa Zapotec +zau I L Zangskari +zav I L Yatzachi Zapotec +zaw I L Mitla Zapotec +zax I L Xadani Zapotec +zay I L Zayse-Zergulla +zaz I L Zari +zba I C Balaibalan +zbc I L Central Berawan +zbe I L East Berawan +zbl zbl zbl I C Blissymbols +zbt I L Batui +zbu I L Bu (Bauchi State) +zbw I L West Berawan +zca I L Coatecas Altas Zapotec +zcd I L Las Delicias Zapotec +zch I L Central Hongshuihe Zhuang +zdj I L Ngazidja Comorian +zea I L Zeeuws +zeg I L Zenag +zeh I L Eastern Hongshuihe Zhuang +zem I L Zeem +zen zen zen I L Zenaga +zga I L Kinga +zgb I L Guibei Zhuang +zgh zgh zgh I L Standard Moroccan Tamazight +zgm I L Minz Zhuang +zgn I L Guibian Zhuang +zgr I L Magori +zha zha zha za M L Zhuang +zhb I L Zhaba +zhd I L Dai Zhuang +zhi I L Zhire +zhn I L Nong Zhuang +zho chi zho zh M L Chinese +zhw I L Zhoa +zia I L Zia +zib I L Zimbabwe Sign Language +zik I L Zimakani +zil I L Zialo +zim I L Mesme +zin I L Zinza +ziw I L Zigula +ziz I L Zizilivakan +zka I L Kaimbulawa +zkd I L Kadu +zkg I H Koguryo +zkh I H Khorezmian +zkk I E Karankawa +zkn I L Kanan +zko I E Kott +zkp I E São Paulo Kaingáng +zkr I L Zakhring +zkt I H Kitan +zku I L Kaurna +zkv I E Krevinian +zkz I H Khazar +zla I L Zula +zlj I L Liujiang Zhuang +zlm I L Malay (individual language) +zln I L Lianshan Zhuang +zlq I L Liuqian Zhuang +zlu I L Zul +zma I L Manda (Australia) +zmb I L Zimba +zmc I E Margany +zmd I L Maridan +zme I E Mangerr +zmf I L Mfinu +zmg I L Marti Ke +zmh I E Makolkol +zmi I L Negeri Sembilan Malay +zmj I L Maridjabin +zmk I E Mandandanyi +zml I E Matngala +zmm I L Marimanindji +zmn I L Mbangwe +zmo I L Molo +zmp I L Mbuun +zmq I L Mituku +zmr I L Maranunggu +zms I L Mbesa +zmt I L Maringarr +zmu I E Muruwari +zmv I E Mbariman-Gudhinma +zmw I L Mbo (Democratic Republic of Congo) +zmx I L Bomitaba +zmy I L Mariyedi +zmz I L Mbandja +zna I L Zan Gula +zne I L Zande (individual language) +zng I L Mang +znk I E Manangkari +zns I L Mangas +zoc I L Copainalá Zoque +zoh I L Chimalapa Zoque +zom I L Zou +zoo I L Asunción Mixtepec Zapotec +zoq I L Tabasco Zoque +zor I L Rayón Zoque +zos I L Francisco León Zoque +zpa I L Lachiguiri Zapotec +zpb I L Yautepec Zapotec +zpc I L Choapan Zapotec +zpd I L Southeastern Ixtlán Zapotec +zpe I L Petapa Zapotec +zpf I L San Pedro Quiatoni Zapotec +zpg I L Guevea De Humboldt Zapotec +zph I L Totomachapan Zapotec +zpi I L Santa María Quiegolani Zapotec +zpj I L Quiavicuzas Zapotec +zpk I L Tlacolulita Zapotec +zpl I L Lachixío Zapotec +zpm I L Mixtepec Zapotec +zpn I L Santa Inés Yatzechi Zapotec +zpo I L Amatlán Zapotec +zpp I L El Alto Zapotec +zpq I L Zoogocho Zapotec +zpr I L Santiago Xanica Zapotec +zps I L Coatlán Zapotec +zpt I L San Vicente Coatlán Zapotec +zpu I L Yalálag Zapotec +zpv I L Chichicapan Zapotec +zpw I L Zaniza Zapotec +zpx I L San Baltazar Loxicha Zapotec +zpy I L Mazaltepec Zapotec +zpz I L Texmelucan Zapotec +zqe I L Qiubei Zhuang +zra I H Kara (Korea) +zrg I L Mirgan +zrn I L Zerenkel +zro I L Záparo +zrp I E Zarphatic +zrs I L Mairasi +zsa I L Sarasira +zsk I H Kaskean +zsl I L Zambian Sign Language +zsm I L Standard Malay +zsr I L Southern Rincon Zapotec +zsu I L Sukurum +zte I L Elotepec Zapotec +ztg I L Xanaguía Zapotec +ztl I L Lapaguía-Guivini Zapotec +ztm I L San Agustín Mixtepec Zapotec +ztn I L Santa Catarina Albarradas Zapotec +ztp I L Loxicha Zapotec +ztq I L Quioquitani-Quierí Zapotec +zts I L Tilquiapan Zapotec +ztt I L Tejalapan Zapotec +ztu I L Güilá Zapotec +ztx I L Zaachila Zapotec +zty I L Yatee Zapotec +zuh I L Tokano +zul zul zul zu I L Zulu +zum I L Kumzari +zun zun zun I L Zuni +zuy I L Zumaya +zwa I L Zay +zxx zxx zxx S S No linguistic content +zyb I L Yongbei Zhuang +zyg I L Yang Zhuang +zyj I L Youjiang Zhuang +zyn I L Yongnan Zhuang +zyp I L Zyphe Chin +zza zza zza M L Zaza +zzj I L Zuojiang Zhuang diff --git a/external/iso/language/iso-639-3_Code_Tables/iso-639-3_Name_Index.tab b/external/iso/language/iso-639-3_Code_Tables/iso-639-3_Name_Index.tab new file mode 100644 index 00000000..c747d1a5 --- /dev/null +++ b/external/iso/language/iso-639-3_Code_Tables/iso-639-3_Name_Index.tab @@ -0,0 +1,8319 @@ +Id Print_Name Inverted_Name +aaa Ghotuo Ghotuo +aab Alumu-Tesu Alumu-Tesu +aac Ari Ari +aad Amal Amal +aae Arbëreshë Albanian Albanian, Arbëreshë +aaf Aranadan Aranadan +aag Ambrak Ambrak +aah Abu' Arapesh Arapesh, Abu' +aai Arifama-Miniafia Arifama-Miniafia +aak Ankave Ankave +aal Afade Afade +aan Anambé Anambé +aao Algerian Saharan Arabic Arabic, Algerian Saharan +aap Pará Arára Arára, Pará +aaq Eastern Abnaki Abnaki, Eastern +aar Afar Afar +aas Aasáx Aasáx +aat Arvanitika Albanian Albanian, Arvanitika +aau Abau Abau +aaw Solong Solong +aax Mandobo Atas Mandobo Atas +aaz Amarasi Amarasi +aba Abé Abé +abb Bankon Bankon +abc Ambala Ayta Ayta, Ambala +abd Manide Manide +abe Western Abnaki Abnaki, Western +abf Abai Sungai Abai Sungai +abg Abaga Abaga +abh Tajiki Arabic Arabic, Tajiki +abi Abidji Abidji +abj Aka-Bea Aka-Bea +abk Abkhazian Abkhazian +abl Lampung Nyo Lampung Nyo +abm Abanyom Abanyom +abn Abua Abua +abo Abon Abon +abp Abellen Ayta Ayta, Abellen +abq Abaza Abaza +abr Abron Abron +abs Ambonese Malay Malay, Ambonese +abt Ambulas Ambulas +abu Abure Abure +abv Baharna Arabic Arabic, Baharna +abw Pal Pal +abx Inabaknon Inabaknon +aby Aneme Wake Aneme Wake +abz Abui Abui +aca Achagua Achagua +acb Áncá Áncá +acd Gikyode Gikyode +ace Achinese Achinese +acf Saint Lucian Creole French Creole French, Saint Lucian +ach Acoli Acoli +aci Aka-Cari Aka-Cari +ack Aka-Kora Aka-Kora +acl Akar-Bale Akar-Bale +acm Mesopotamian Arabic Arabic, Mesopotamian +acn Achang Achang +acp Eastern Acipa Acipa, Eastern +acq Ta'izzi-Adeni Arabic Arabic, Ta'izzi-Adeni +acr Achi Achi +acs Acroá Acroá +act Achterhoeks Achterhoeks +acu Achuar-Shiwiar Achuar-Shiwiar +acv Achumawi Achumawi +acw Hijazi Arabic Arabic, Hijazi +acx Omani Arabic Arabic, Omani +acy Cypriot Arabic Arabic, Cypriot +acz Acheron Acheron +ada Adangme Adangme +adb Atauran Atauran +add Dzodinka Dzodinka +add Lidzonka Lidzonka +ade Adele Adele +adf Dhofari Arabic Arabic, Dhofari +adg Andegerebinha Andegerebinha +adh Adhola Adhola +adi Adi Adi +adj Adioukrou Adioukrou +adl Galo Galo +adn Adang Adang +ado Abu Abu +adq Adangbe Adangbe +adr Adonara Adonara +ads Adamorobe Sign Language Adamorobe Sign Language +adt Adnyamathanha Adnyamathanha +adu Aduge Aduge +adw Amundava Amundava +adx Amdo Tibetan Tibetan, Amdo +ady Adygei Adygei +ady Adyghe Adyghe +adz Adzera Adzera +aea Areba Areba +aeb Tunisian Arabic Arabic, Tunisian +aec Saidi Arabic Arabic, Saidi +aed Argentine Sign Language Argentine Sign Language +aee Northeast Pashai Pashai, Northeast +aee Northeast Pashayi Pashayi, Northeast +aek Haeke Haeke +ael Ambele Ambele +aem Arem Arem +aen Armenian Sign Language Armenian Sign Language +aeq Aer Aer +aer Eastern Arrernte Arrernte, Eastern +aes Alsea Alsea +aeu Akeu Akeu +aew Ambakich Ambakich +aey Amele Amele +aez Aeka Aeka +afb Gulf Arabic Arabic, Gulf +afd Andai Andai +afe Putukwam Putukwam +afg Afghan Sign Language Afghan Sign Language +afh Afrihili Afrihili +afi Akrukay Akrukay +afi Chini Chini +afk Nanubae Nanubae +afn Defaka Defaka +afo Eloyi Eloyi +afp Tapei Tapei +afr Afrikaans Afrikaans +afs Afro-Seminole Creole Creole, Afro-Seminole +aft Afitti Afitti +afu Awutu Awutu +afz Obokuitai Obokuitai +aga Aguano Aguano +agb Legbo Legbo +agc Agatu Agatu +agd Agarabi Agarabi +age Angal Angal +agf Arguni Arguni +agg Angor Angor +agh Ngelima Ngelima +agi Agariya Agariya +agj Argobba Argobba +agk Isarog Agta Agta, Isarog +agl Fembe Fembe +agm Angaataha Angaataha +agn Agutaynen Agutaynen +ago Tainae Tainae +agq Aghem Aghem +agr Aguaruna Aguaruna +ags Esimbi Esimbi +agt Central Cagayan Agta Agta, Central Cagayan +agu Aguacateco Aguacateco +agv Remontado Dumagat Dumagat, Remontado +agw Kahua Kahua +agx Aghul Aghul +agy Southern Alta Alta, Southern +agz Mt. Iriga Agta Agta, Mt. Iriga +aha Ahanta Ahanta +ahb Axamb Axamb +ahg Qimant Qimant +ahh Aghu Aghu +ahi Tiagbamrin Aizi Aizi, Tiagbamrin +ahk Akha Akha +ahl Igo Igo +ahm Mobumrin Aizi Aizi, Mobumrin +ahn Àhàn Àhàn +aho Ahom Ahom +ahp Aproumu Aizi Aizi, Aproumu +ahr Ahirani Ahirani +ahs Ashe Ashe +aht Ahtena Ahtena +aia Arosi Arosi +aib Ainu (China) Ainu (China) +aic Ainbai Ainbai +aid Alngith Alngith +aie Amara Amara +aif Agi Agi +aig Antigua and Barbuda Creole English Creole English, Antigua and Barbuda +aih Ai-Cham Ai-Cham +aii Assyrian Neo-Aramaic Neo-Aramaic, Assyrian +aij Lishanid Noshan Lishanid Noshan +aik Ake Ake +ail Aimele Aimele +aim Aimol Aimol +ain Ainu (Japan) Ainu (Japan) +aio Aiton Aiton +aip Burumakok Burumakok +aiq Aimaq Aimaq +air Airoran Airoran +ait Arikem Arikem +aiw Aari Aari +aix Aighon Aighon +aiy Ali Ali +aja Aja (South Sudan) Aja (South Sudan) +ajg Aja (Benin) Aja (Benin) +aji Ajië Ajië +ajn Andajin Andajin +ajs Algerian Jewish Sign Language Algerian Jewish Sign Language +aju Judeo-Moroccan Arabic Arabic, Judeo-Moroccan +ajw Ajawa Ajawa +ajz Amri Karbi Karbi, Amri +aka Akan Akan +akb Batak Angkola Batak Angkola +akc Mpur Mpur +akd Ukpet-Ehom Ukpet-Ehom +ake Akawaio Akawaio +akf Akpa Akpa +akg Anakalangu Anakalangu +akh Angal Heneng Angal Heneng +aki Aiome Aiome +akj Aka-Jeru Aka-Jeru +akk Akkadian Akkadian +akl Aklanon Aklanon +akm Aka-Bo Aka-Bo +ako Akurio Akurio +akp Siwu Siwu +akq Ak Ak +akr Araki Araki +aks Akaselem Akaselem +akt Akolet Akolet +aku Akum Akum +akv Akhvakh Akhvakh +akw Akwa Akwa +akx Aka-Kede Aka-Kede +aky Aka-Kol Aka-Kol +akz Alabama Alabama +ala Alago Alago +alc Qawasqar Qawasqar +ald Alladian Alladian +ale Aleut Aleut +alf Alege Alege +alh Alawa Alawa +ali Amaimon Amaimon +alj Alangan Alangan +alk Alak Alak +all Allar Allar +alm Amblong Amblong +aln Gheg Albanian Albanian, Gheg +alo Larike-Wakasihu Larike-Wakasihu +alp Alune Alune +alq Algonquin Algonquin +alr Alutor Alutor +als Tosk Albanian Albanian, Tosk +alt Southern Altai Altai, Southern +alu 'Are'are 'Are'are +alw Alaba-K’abeena Alaba-K’abeena +alw Wanbasana Wanbasana +alx Amol Amol +aly Alyawarr Alyawarr +alz Alur Alur +ama Amanayé Amanayé +amb Ambo Ambo +amc Amahuaca Amahuaca +ame Yanesha' Yanesha' +amf Hamer-Banna Hamer-Banna +amg Amurdak Amurdak +amh Amharic Amharic +ami Amis Amis +amj Amdang Amdang +amk Ambai Ambai +aml War-Jaintia War-Jaintia +amm Ama (Papua New Guinea) Ama (Papua New Guinea) +amn Amanab Amanab +amo Amo Amo +amp Alamblak Alamblak +amq Amahai Amahai +amr Amarakaeri Amarakaeri +ams Southern Amami-Oshima Amami-Oshima, Southern +amt Amto Amto +amu Guerrero Amuzgo Amuzgo, Guerrero +amv Ambelau Ambelau +amw Western Neo-Aramaic Neo-Aramaic, Western +amx Anmatyerre Anmatyerre +amy Ami Ami +amz Atampaya Atampaya +ana Andaqui Andaqui +anb Andoa Andoa +anc Ngas Ngas +and Ansus Ansus +ane Xârâcùù Xârâcùù +anf Animere Animere +ang Old English (ca. 450-1100) English, Old (ca. 450-1100) +anh Nend Nend +ani Andi Andi +anj Anor Anor +ank Goemai Goemai +anl Anu-Hkongso Chin Chin, Anu-Hkongso +anm Anal Anal +ann Obolo Obolo +ano Andoque Andoque +anp Angika Angika +anq Jarawa (India) Jarawa (India) +anr Andh Andh +ans Anserma Anserma +ant Antakarinya Antakarinya +ant Antikarinya Antikarinya +anu Anuak Anuak +anv Denya Denya +anw Anaang Anaang +anx Andra-Hus Andra-Hus +any Anyin Anyin +anz Anem Anem +aoa Angolar Angolar +aob Abom Abom +aoc Pemon Pemon +aod Andarum Andarum +aoe Angal Enen Angal Enen +aof Bragat Bragat +aog Angoram Angoram +aoi Anindilyakwa Anindilyakwa +aoj Mufian Mufian +aok Arhö Arhö +aol Alor Alor +aom Ömie Ömie +aon Bumbita Arapesh Arapesh, Bumbita +aor Aore Aore +aos Taikat Taikat +aot A'tong A'tong +aot Atong (India) Atong (India) +aou A'ou A'ou +aox Atorada Atorada +aoz Uab Meto Uab Meto +apb Sa'a Sa'a +apc Levantine Arabic Arabic, Levantine +apd Sudanese Arabic Arabic, Sudanese +ape Bukiyip Bukiyip +apf Pahanan Agta Agta, Pahanan +apg Ampanang Ampanang +aph Athpariya Athpariya +api Apiaká Apiaká +apj Jicarilla Apache Apache, Jicarilla +apk Kiowa Apache Apache, Kiowa +apl Lipan Apache Apache, Lipan +apm Mescalero-Chiricahua Apache Apache, Mescalero-Chiricahua +apn Apinayé Apinayé +apo Ambul Ambul +app Apma Apma +apq A-Pucikwar A-Pucikwar +apr Arop-Lokep Arop-Lokep +aps Arop-Sissano Arop-Sissano +apt Apatani Apatani +apu Apurinã Apurinã +apv Alapmunte Alapmunte +apw Western Apache Apache, Western +apx Aputai Aputai +apy Apalaí Apalaí +apz Safeyoka Safeyoka +aqc Archi Archi +aqd Ampari Dogon Dogon, Ampari +aqg Arigidi Arigidi +aqk Aninka Aninka +aqm Atohwaim Atohwaim +aqn Northern Alta Alta, Northern +aqp Atakapa Atakapa +aqr Arhâ Arhâ +aqt Angaité Angaité +aqz Akuntsu Akuntsu +ara Arabic Arabic +arb Standard Arabic Arabic, Standard +arc Imperial Aramaic (700-300 BCE) Aramaic, Imperial (700-300 BCE) +arc Official Aramaic (700-300 BCE) Aramaic, Official (700-300 BCE) +ard Arabana Arabana +are Western Arrarnta Arrarnta, Western +arg Aragonese Aragonese +arh Arhuaco Arhuaco +ari Arikara Arikara +arj Arapaso Arapaso +ark Arikapú Arikapú +arl Arabela Arabela +arn Mapuche Mapuche +arn Mapudungun Mapudungun +aro Araona Araona +arp Arapaho Arapaho +arq Algerian Arabic Arabic, Algerian +arr Karo (Brazil) Karo (Brazil) +ars Najdi Arabic Arabic, Najdi +aru Arawá Arawá +aru Aruá (Amazonas State) Aruá (Amazonas State) +arv Arbore Arbore +arw Arawak Arawak +arx Aruá (Rodonia State) Aruá (Rodonia State) +ary Moroccan Arabic Arabic, Moroccan +arz Egyptian Arabic Arabic, Egyptian +asa Asu (Tanzania) Asu (Tanzania) +asb Assiniboine Assiniboine +asb Nakoda Assiniboine Nakoda Assiniboine +asc Casuarina Coast Asmat Asmat, Casuarina Coast +ase American Sign Language American Sign Language +asf Auslan Auslan +asf Australian Sign Language Australian Sign Language +asg Cishingini Cishingini +ash Abishira Abishira +asi Buruwai Buruwai +asj Sari Sari +ask Ashkun Ashkun +asl Asilulu Asilulu +asm Assamese Assamese +asn Xingú Asuriní Asuriní, Xingú +aso Dano Dano +asp Algerian Sign Language Algerian Sign Language +asq Austrian Sign Language Austrian Sign Language +asr Asuri Asuri +ass Ipulo Ipulo +ast Asturian Asturian +ast Asturleonese Asturleonese +ast Bable Bable +ast Leonese Leonese +asu Tocantins Asurini Asurini, Tocantins +asv Asoa Asoa +asw Australian Aborigines Sign Language Australian Aborigines Sign Language +asx Muratayak Muratayak +asy Yaosakor Asmat Asmat, Yaosakor +asz As As +ata Pele-Ata Pele-Ata +atb Zaiwa Zaiwa +atc Atsahuaca Atsahuaca +atd Ata Manobo Manobo, Ata +ate Atemble Atemble +atg Ivbie North-Okpela-Arhe Ivbie North-Okpela-Arhe +ati Attié Attié +atj Atikamekw Atikamekw +atj Nehirowimowin Nehirowimowin +atk Ati Ati +atl Mt. Iraya Agta Agta, Mt. Iraya +atm Ata Ata +atn Ashtiani Ashtiani +ato Atong (Cameroon) Atong (Cameroon) +atp Pudtol Atta Atta, Pudtol +atq Aralle-Tabulahan Aralle-Tabulahan +atr Waimiri-Atroari Waimiri-Atroari +ats Gros Ventre Gros Ventre +att Pamplona Atta Atta, Pamplona +atu Reel Reel +atv Northern Altai Altai, Northern +atw Atsugewi Atsugewi +atx Arutani Arutani +aty Aneityum Aneityum +atz Arta Arta +aua Asumboa Asumboa +aub Alugu Alugu +auc Waorani Waorani +aud Anuta Anuta +aug Aguna Aguna +auh Aushi Aushi +aui Anuki Anuki +auj Awjilah Awjilah +auk Heyo Heyo +aul Aulua Aulua +aum Asu (Nigeria) Asu (Nigeria) +aun Molmo One One, Molmo +auo Auyokawa Auyokawa +aup Makayam Makayam +auq Anus Anus +auq Korur Korur +aur Aruek Aruek +aut Austral Austral +auu Auye Auye +auw Awyi Awyi +aux Aurá Aurá +auy Awiyaana Awiyaana +auz Uzbeki Arabic Arabic, Uzbeki +ava Avaric Avaric +avb Avau Avau +avd Alviri-Vidari Alviri-Vidari +ave Avestan Avestan +avi Avikam Avikam +avk Kotava Kotava +avl Eastern Egyptian Bedawi Arabic Arabic, Eastern Egyptian Bedawi +avm Angkamuthi Angkamuthi +avn Avatime Avatime +avo Agavotaguerra Agavotaguerra +avs Aushiri Aushiri +avt Au Au +avu Avokaya Avokaya +avv Avá-Canoeiro Avá-Canoeiro +awa Awadhi Awadhi +awb Awa (Papua New Guinea) Awa (Papua New Guinea) +awc Cicipu Cicipu +awe Awetí Awetí +awg Anguthimri Anguthimri +awh Awbono Awbono +awi Aekyom Aekyom +awk Awabakal Awabakal +awm Arawum Arawum +awn Awngi Awngi +awo Awak Awak +awr Awera Awera +aws South Awyu Awyu, South +awt Araweté Araweté +awu Central Awyu Awyu, Central +awv Jair Awyu Awyu, Jair +aww Awun Awun +awx Awara Awara +awy Edera Awyu Awyu, Edera +axb Abipon Abipon +axe Ayerrerenge Ayerrerenge +axg Mato Grosso Arára Arára, Mato Grosso +axk Yaka (Central African Republic) Yaka (Central African Republic) +axl Lower Southern Aranda Aranda, Lower Southern +axm Middle Armenian Armenian, Middle +axx Xârâgurè Xârâgurè +aya Awar Awar +ayb Ayizo Gbe Gbe, Ayizo +ayc Southern Aymara Aymara, Southern +ayd Ayabadhu Ayabadhu +aye Ayere Ayere +ayg Ginyanga Ginyanga +ayh Hadrami Arabic Arabic, Hadrami +ayi Leyigha Leyigha +ayk Akuku Akuku +ayl Libyan Arabic Arabic, Libyan +aym Aymara Aymara +ayn Sanaani Arabic Arabic, Sanaani +ayo Ayoreo Ayoreo +ayp North Mesopotamian Arabic Arabic, North Mesopotamian +ayq Ayi (Papua New Guinea) Ayi (Papua New Guinea) +ayr Central Aymara Aymara, Central +ays Sorsogon Ayta Ayta, Sorsogon +ayt Magbukun Ayta Ayta, Magbukun +ayu Ayu Ayu +ayz Mai Brat Mai Brat +aza Azha Azha +azb South Azerbaijani Azerbaijani, South +azd Eastern Durango Nahuatl Nahuatl, Eastern Durango +aze Azerbaijani Azerbaijani +azg San Pedro Amuzgos Amuzgo Amuzgo, San Pedro Amuzgos +azj North Azerbaijani Azerbaijani, North +azm Ipalapa Amuzgo Amuzgo, Ipalapa +azn Western Durango Nahuatl Nahuatl, Western Durango +azo Awing Awing +azt Faire Atta Atta, Faire +azz Highland Puebla Nahuatl Nahuatl, Highland Puebla +baa Babatana Babatana +bab Bainouk-Gunyuño Bainouk-Gunyuño +bac Badui Badui +bae Baré Baré +baf Nubaca Nubaca +bag Tuki Tuki +bah Bahamas Creole English Creole English, Bahamas +baj Barakai Barakai +bak Bashkir Bashkir +bal Baluchi Baluchi +bam Bambara Bambara +ban Balinese Balinese +bao Waimaha Waimaha +bap Bantawa Bantawa +bar Bavarian Bavarian +bas Basa (Cameroon) Basa (Cameroon) +bau Bada (Nigeria) Bada (Nigeria) +bav Vengo Vengo +baw Bambili-Bambui Bambili-Bambui +bax Bamun Bamun +bay Batuley Batuley +bba Baatonum Baatonum +bbb Barai Barai +bbc Batak Toba Batak Toba +bbd Bau Bau +bbe Bangba Bangba +bbf Baibai Baibai +bbg Barama Barama +bbh Bugan Bugan +bbi Barombi Barombi +bbj Ghomálá' Ghomálá' +bbk Babanki Babanki +bbl Bats Bats +bbm Babango Babango +bbn Uneapa Uneapa +bbo Konabéré Konabéré +bbo Northern Bobo Madaré Bobo Madaré, Northern +bbp West Central Banda Banda, West Central +bbq Bamali Bamali +bbr Girawa Girawa +bbs Bakpinka Bakpinka +bbt Mburku Mburku +bbu Kulung (Nigeria) Kulung (Nigeria) +bbv Karnai Karnai +bbw Baba Baba +bbx Bubia Bubia +bby Befang Befang +bca Central Bai Bai, Central +bcb Bainouk-Samik Bainouk-Samik +bcc Southern Balochi Balochi, Southern +bcd North Babar Babar, North +bce Bamenyam Bamenyam +bcf Bamu Bamu +bcg Baga Pokur Baga Pokur +bch Bariai Bariai +bci Baoulé Baoulé +bcj Bardi Bardi +bck Bunuba Bunuba +bcl Central Bikol Bikol, Central +bcm Bannoni Bannoni +bcn Bali (Nigeria) Bali (Nigeria) +bco Kaluli Kaluli +bcp Bali (Democratic Republic of Congo) Bali (Democratic Republic of Congo) +bcq Bench Bench +bcr Babine Babine +bcs Kohumono Kohumono +bct Bendi Bendi +bcu Awad Bing Awad Bing +bcv Shoo-Minda-Nye Shoo-Minda-Nye +bcw Bana Bana +bcy Bacama Bacama +bcz Bainouk-Gunyaamolo Bainouk-Gunyaamolo +bda Bayot Bayot +bdb Basap Basap +bdc Emberá-Baudó Emberá-Baudó +bdd Bunama Bunama +bde Bade Bade +bdf Biage Biage +bdg Bonggi Bonggi +bdh Baka (South Sudan) Baka (South Sudan) +bdi Burun Burun +bdj Bai Bai +bdj Bai (South Sudan) Bai (South Sudan) +bdk Budukh Budukh +bdl Indonesian Bajau Bajau, Indonesian +bdm Buduma Buduma +bdn Baldemu Baldemu +bdo Morom Morom +bdp Bende Bende +bdq Bahnar Bahnar +bdr West Coast Bajau Bajau, West Coast +bds Burunge Burunge +bdt Bokoto Bokoto +bdu Oroko Oroko +bdv Bodo Parja Bodo Parja +bdw Baham Baham +bdx Budong-Budong Budong-Budong +bdy Bandjalang Bandjalang +bdz Badeshi Badeshi +bea Beaver Beaver +beb Bebele Bebele +bec Iceve-Maci Iceve-Maci +bed Bedoanas Bedoanas +bee Byangsi Byangsi +bef Benabena Benabena +beg Belait Belait +beh Biali Biali +bei Bekati' Bekati' +bej Bedawiyet Bedawiyet +bej Beja Beja +bek Bebeli Bebeli +bel Belarusian Belarusian +bem Bemba (Zambia) Bemba (Zambia) +ben Bengali Bengali +beo Beami Beami +bep Besoa Besoa +beq Beembe Beembe +bes Besme Besme +bet Guiberoua Béte Béte, Guiberoua +beu Blagar Blagar +bev Daloa Bété Bété, Daloa +bew Betawi Betawi +bex Jur Modo Jur Modo +bey Beli (Papua New Guinea) Beli (Papua New Guinea) +bez Bena (Tanzania) Bena (Tanzania) +bfa Bari Bari +bfb Pauri Bareli Bareli, Pauri +bfc Northern Bai Bai, Northern +bfc Panyi Bai Bai, Panyi +bfd Bafut Bafut +bfe Betaf Betaf +bfe Tena Tena +bff Bofi Bofi +bfg Busang Kayan Kayan, Busang +bfh Blafe Blafe +bfi British Sign Language British Sign Language +bfj Bafanji Bafanji +bfk Ban Khor Sign Language Ban Khor Sign Language +bfl Banda-Ndélé Banda-Ndélé +bfm Mmen Mmen +bfn Bunak Bunak +bfo Malba Birifor Birifor, Malba +bfp Beba Beba +bfq Badaga Badaga +bfr Bazigar Bazigar +bfs Southern Bai Bai, Southern +bft Balti Balti +bfu Gahri Gahri +bfw Bondo Bondo +bfx Bantayanon Bantayanon +bfy Bagheli Bagheli +bfz Mahasu Pahari Pahari, Mahasu +bga Gwamhi-Wuri Gwamhi-Wuri +bgb Bobongko Bobongko +bgc Haryanvi Haryanvi +bgd Rathwi Bareli Bareli, Rathwi +bge Bauria Bauria +bgf Bangandu Bangandu +bgg Bugun Bugun +bgi Giangan Giangan +bgj Bangolan Bangolan +bgk Bit Bit +bgk Buxinhua Buxinhua +bgl Bo (Laos) Bo (Laos) +bgn Western Balochi Balochi, Western +bgo Baga Koga Baga Koga +bgp Eastern Balochi Balochi, Eastern +bgq Bagri Bagri +bgr Bawm Chin Chin, Bawm +bgs Tagabawa Tagabawa +bgt Bughotu Bughotu +bgu Mbongno Mbongno +bgv Warkay-Bipim Warkay-Bipim +bgw Bhatri Bhatri +bgx Balkan Gagauz Turkish Turkish, Balkan Gagauz +bgy Benggoi Benggoi +bgz Banggai Banggai +bha Bharia Bharia +bhb Bhili Bhili +bhc Biga Biga +bhd Bhadrawahi Bhadrawahi +bhe Bhaya Bhaya +bhf Odiai Odiai +bhg Binandere Binandere +bhh Bukharic Bukharic +bhi Bhilali Bhilali +bhj Bahing Bahing +bhl Bimin Bimin +bhm Bathari Bathari +bhn Bohtan Neo-Aramaic Neo-Aramaic, Bohtan +bho Bhojpuri Bhojpuri +bhp Bima Bima +bhq Tukang Besi South Tukang Besi South +bhr Bara Malagasy Malagasy, Bara +bhs Buwal Buwal +bht Bhattiyali Bhattiyali +bhu Bhunjia Bhunjia +bhv Bahau Bahau +bhw Biak Biak +bhx Bhalay Bhalay +bhy Bhele Bhele +bhz Bada (Indonesia) Bada (Indonesia) +bia Badimaya Badimaya +bib Bisa Bisa +bib Bissa Bissa +bid Bidiyo Bidiyo +bie Bepour Bepour +bif Biafada Biafada +big Biangai Biangai +bik Bikol Bikol +bil Bile Bile +bim Bimoba Bimoba +bin Bini Bini +bin Edo Edo +bio Nai Nai +bip Bila Bila +biq Bipi Bipi +bir Bisorio Bisorio +bis Bislama Bislama +bit Berinomo Berinomo +biu Biete Biete +biv Southern Birifor Birifor, Southern +biw Kol (Cameroon) Kol (Cameroon) +bix Bijori Bijori +biy Birhor Birhor +biz Baloi Baloi +bja Budza Budza +bjb Banggarla Banggarla +bjc Bariji Bariji +bje Biao-Jiao Mien Mien, Biao-Jiao +bjf Barzani Jewish Neo-Aramaic Neo-Aramaic, Barzani Jewish +bjg Bidyogo Bidyogo +bjh Bahinemo Bahinemo +bji Burji Burji +bjj Kanauji Kanauji +bjk Barok Barok +bjl Bulu (Papua New Guinea) Bulu (Papua New Guinea) +bjm Bajelani Bajelani +bjn Banjar Banjar +bjo Mid-Southern Banda Banda, Mid-Southern +bjp Fanamaket Fanamaket +bjr Binumarien Binumarien +bjs Bajan Bajan +bjt Balanta-Ganja Balanta-Ganja +bju Busuu Busuu +bjv Bedjond Bedjond +bjw Bakwé Bakwé +bjx Banao Itneg Itneg, Banao +bjy Bayali Bayali +bjz Baruga Baruga +bka Kyak Kyak +bkc Baka (Cameroon) Baka (Cameroon) +bkd Binukid Binukid +bkd Talaandig Talaandig +bkf Beeke Beeke +bkg Buraka Buraka +bkh Bakoko Bakoko +bki Baki Baki +bkj Pande Pande +bkk Brokskat Brokskat +bkl Berik Berik +bkm Kom (Cameroon) Kom (Cameroon) +bkn Bukitan Bukitan +bko Kwa' Kwa' +bkp Boko (Democratic Republic of Congo) Boko (Democratic Republic of Congo) +bkq Bakairí Bakairí +bkr Bakumpai Bakumpai +bks Northern Sorsoganon Sorsoganon, Northern +bkt Boloki Boloki +bku Buhid Buhid +bkv Bekwarra Bekwarra +bkw Bekwel Bekwel +bkx Baikeno Baikeno +bky Bokyi Bokyi +bkz Bungku Bungku +bla Siksika Siksika +blb Bilua Bilua +blc Bella Coola Bella Coola +bld Bolango Bolango +ble Balanta-Kentohe Balanta-Kentohe +blf Buol Buol +blh Kuwaa Kuwaa +bli Bolia Bolia +blj Bolongan Bolongan +blk Pa'O Pa'O +blk Pa'o Karen Karen, Pa'o +bll Biloxi Biloxi +blm Beli (South Sudan) Beli (South Sudan) +bln Southern Catanduanes Bikol Bikol, Southern Catanduanes +blo Anii Anii +blp Blablanga Blablanga +blq Baluan-Pam Baluan-Pam +blr Blang Blang +bls Balaesang Balaesang +blt Tai Dam Tai Dam +blv Bolo Bolo +blv Kibala Kibala +blw Balangao Balangao +blx Mag-Indi Ayta Ayta, Mag-Indi +bly Notre Notre +blz Balantak Balantak +bma Lame Lame +bmb Bembe Bembe +bmc Biem Biem +bmd Baga Manduri Manduri, Baga +bme Limassa Limassa +bmf Bom-Kim Bom-Kim +bmg Bamwe Bamwe +bmh Kein Kein +bmi Bagirmi Bagirmi +bmj Bote-Majhi Bote-Majhi +bmk Ghayavi Ghayavi +bml Bomboli Bomboli +bmm Northern Betsimisaraka Malagasy Malagasy, Northern Betsimisaraka +bmn Bina (Papua New Guinea) Bina (Papua New Guinea) +bmo Bambalang Bambalang +bmp Bulgebi Bulgebi +bmq Bomu Bomu +bmr Muinane Muinane +bms Bilma Kanuri Kanuri, Bilma +bmt Biao Mon Biao Mon +bmu Somba-Siawari Somba-Siawari +bmv Bum Bum +bmw Bomwali Bomwali +bmx Baimak Baimak +bmz Baramu Baramu +bna Bonerate Bonerate +bnb Bookan Bookan +bnc Bontok Bontok +bnd Banda (Indonesia) Banda (Indonesia) +bne Bintauna Bintauna +bnf Masiwang Masiwang +bng Benga Benga +bni Bangi Bangi +bnj Eastern Tawbuid Tawbuid, Eastern +bnk Bierebo Bierebo +bnl Boon Boon +bnm Batanga Batanga +bnn Bunun Bunun +bno Bantoanon Bantoanon +bnp Bola Bola +bnq Bantik Bantik +bnr Butmas-Tur Butmas-Tur +bns Bundeli Bundeli +bnu Bentong Bentong +bnv Beneraf Beneraf +bnv Bonerif Bonerif +bnv Edwas Edwas +bnw Bisis Bisis +bnx Bangubangu Bangubangu +bny Bintulu Bintulu +bnz Beezen Beezen +boa Bora Bora +bob Aweer Aweer +bod Tibetan Tibetan +boe Mundabli Mundabli +bof Bolon Bolon +bog Bamako Sign Language Bamako Sign Language +boh Boma Boma +boi Barbareño Barbareño +boj Anjam Anjam +bok Bonjo Bonjo +bol Bole Bole +bom Berom Berom +bon Bine Bine +boo Tiemacèwè Bozo Bozo, Tiemacèwè +bop Bonkiman Bonkiman +boq Bogaya Bogaya +bor Borôro Borôro +bos Bosnian Bosnian +bot Bongo Bongo +bou Bondei Bondei +bov Tuwuli Tuwuli +bow Rema Rema +box Buamu Buamu +boy Bodo (Central African Republic) Bodo (Central African Republic) +boz Tiéyaxo Bozo Bozo, Tiéyaxo +bpa Daakaka Daakaka +bpc Mbuk Mbuk +bpd Banda-Banda Banda-Banda +bpe Bauni Bauni +bpg Bonggo Bonggo +bph Botlikh Botlikh +bpi Bagupi Bagupi +bpj Binji Binji +bpk 'Ôrôê 'Ôrôê +bpk Orowe Orowe +bpl Broome Pearling Lugger Pidgin Broome Pearling Lugger Pidgin +bpm Biyom Biyom +bpn Dzao Min Dzao Min +bpo Anasi Anasi +bpp Kaure Kaure +bpq Banda Malay Malay, Banda +bpr Koronadal Blaan Blaan, Koronadal +bps Sarangani Blaan Blaan, Sarangani +bpt Barrow Point Barrow Point +bpu Bongu Bongu +bpv Bian Marind Marind, Bian +bpw Bo (Papua New Guinea) Bo (Papua New Guinea) +bpx Palya Bareli Bareli, Palya +bpy Bishnupriya Bishnupriya +bpz Bilba Bilba +bqa Tchumbuli Tchumbuli +bqb Bagusa Bagusa +bqc Boko (Benin) Boko (Benin) +bqc Boo Boo +bqd Bung Bung +bqf Baga Kaloum Baga Kaloum +bqg Bago-Kusuntu Bago-Kusuntu +bqh Baima Baima +bqi Bakhtiari Bakhtiari +bqj Bandial Bandial +bqk Banda-Mbrès Banda-Mbrès +bql Bilakura Bilakura +bql Karian Karian +bqm Wumboko Wumboko +bqn Bulgarian Sign Language Bulgarian Sign Language +bqo Balo Balo +bqp Busa Busa +bqq Biritai Biritai +bqr Burusu Burusu +bqs Bosngun Bosngun +bqt Bamukumbit Bamukumbit +bqu Boguru Boguru +bqv Begbere-Ejar Begbere-Ejar +bqv Koro Wachi Koro Wachi +bqw Buru (Nigeria) Buru (Nigeria) +bqx Baangi Baangi +bqy Bengkala Sign Language Bengkala Sign Language +bqz Bakaka Bakaka +bra Braj Braj +brb Brao Brao +brb Lave Lave +brc Berbice Creole Dutch Creole Dutch, Berbice +brd Baraamu Baraamu +bre Breton Breton +brf Bira Bira +brg Baure Baure +brh Brahui Brahui +bri Mokpwe Mokpwe +brj Bieria Bieria +brk Birked Birked +brl Birwa Birwa +brm Barambu Barambu +brn Boruca Boruca +bro Brokkat Brokkat +brp Barapasi Barapasi +brq Breri Breri +brr Birao Birao +brs Baras Baras +brt Bitare Bitare +bru Eastern Bru Bru, Eastern +brv Western Bru Bru, Western +brw Bellari Bellari +brx Bodo (India) Bodo (India) +bry Burui Burui +brz Bilbil Bilbil +bsa Abinomn Abinomn +bsb Brunei Bisaya Bisaya, Brunei +bsc Bassari Bassari +bsc Oniyan Oniyan +bse Wushi Wushi +bsf Bauchi Bauchi +bsg Bashkardi Bashkardi +bsh Kati Kati +bsi Bassossi Bassossi +bsj Bangwinji Bangwinji +bsk Burushaski Burushaski +bsl Basa-Gumna Basa-Gumna +bsm Busami Busami +bsn Barasana-Eduria Barasana-Eduria +bso Buso Buso +bsp Baga Sitemu Baga Sitemu +bsq Bassa Bassa +bsr Bassa-Kontagora Bassa-Kontagora +bss Akoose Akoose +bst Basketo Basketo +bsu Bahonsuai Bahonsuai +bsv Baga Sobané Baga Sobané +bsw Baiso Baiso +bsx Yangkam Yangkam +bsy Sabah Bisaya Bisaya, Sabah +bta Bata Bata +btc Bati (Cameroon) Bati (Cameroon) +btd Batak Dairi Batak Dairi +bte Gamo-Ningi Gamo-Ningi +btf Birgit Birgit +btg Gagnoa Bété Bété, Gagnoa +bth Biatah Bidayuh Bidayuh, Biatah +bti Burate Burate +btj Bacanese Malay Malay, Bacanese +btm Batak Mandailing Batak Mandailing +btn Ratagnon Ratagnon +bto Rinconada Bikol Bikol, Rinconada +btp Budibud Budibud +btq Batek Batek +btr Baetora Baetora +bts Batak Simalungun Batak Simalungun +btt Bete-Bendi Bete-Bendi +btu Batu Batu +btv Bateri Bateri +btw Butuanon Butuanon +btx Batak Karo Batak Karo +bty Bobot Bobot +btz Batak Alas-Kluet Batak Alas-Kluet +bua Buriat Buriat +bub Bua Bua +buc Bushi Bushi +bud Ntcham Ntcham +bue Beothuk Beothuk +buf Bushoong Bushoong +bug Buginese Buginese +buh Younuo Bunu Bunu, Younuo +bui Bongili Bongili +buj Basa-Gurmana Basa-Gurmana +buk Bugawac Bugawac +bul Bulgarian Bulgarian +bum Bulu (Cameroon) Bulu (Cameroon) +bun Sherbro Sherbro +buo Terei Terei +bup Busoa Busoa +buq Brem Brem +bus Bokobaru Bokobaru +but Bungain Bungain +buu Budu Budu +buv Bun Bun +buw Bubi Bubi +bux Boghom Boghom +buy Bullom So Bullom So +buz Bukwen Bukwen +bva Barein Barein +bvb Bube Bube +bvc Baelelea Baelelea +bvd Baeggu Baeggu +bve Berau Malay Malay, Berau +bvf Boor Boor +bvg Bonkeng Bonkeng +bvh Bure Bure +bvi Belanda Viri Belanda Viri +bvj Baan Baan +bvk Bukat Bukat +bvl Bolivian Sign Language Bolivian Sign Language +bvm Bamunka Bamunka +bvn Buna Buna +bvo Bolgo Bolgo +bvp Bumang Bumang +bvq Birri Birri +bvr Burarra Burarra +bvt Bati (Indonesia) Bati (Indonesia) +bvu Bukit Malay Malay, Bukit +bvv Baniva Baniva +bvw Boga Boga +bvx Dibole Dibole +bvy Baybayanon Baybayanon +bvz Bauzi Bauzi +bwa Bwatoo Bwatoo +bwb Namosi-Naitasiri-Serua Namosi-Naitasiri-Serua +bwc Bwile Bwile +bwd Bwaidoka Bwaidoka +bwe Bwe Karen Karen, Bwe +bwf Boselewa Boselewa +bwg Barwe Barwe +bwh Bishuo Bishuo +bwi Baniwa Baniwa +bwj Láá Láá Bwamu Bwamu, Láá Láá +bwk Bauwaki Bauwaki +bwl Bwela Bwela +bwm Biwat Biwat +bwn Wunai Bunu Bunu, Wunai +bwo Borna (Ethiopia) Borna (Ethiopia) +bwo Boro (Ethiopia) Boro (Ethiopia) +bwp Mandobo Bawah Mandobo Bawah +bwq Southern Bobo Madaré Bobo Madaré, Southern +bwr Bura-Pabir Bura-Pabir +bws Bomboma Bomboma +bwt Bafaw-Balong Bafaw-Balong +bwu Buli (Ghana) Buli (Ghana) +bww Bwa Bwa +bwx Bu-Nao Bunu Bunu, Bu-Nao +bwy Cwi Bwamu Bwamu, Cwi +bwz Bwisi Bwisi +bxa Tairaha Tairaha +bxb Belanda Bor Bor, Belanda +bxc Molengue Molengue +bxd Pela Pela +bxe Birale Birale +bxf Bilur Bilur +bxf Minigir Minigir +bxg Bangala Bangala +bxh Buhutu Buhutu +bxi Pirlatapa Pirlatapa +bxj Bayungu Bayungu +bxk Bukusu Bukusu +bxk Lubukusu Lubukusu +bxl Jalkunan Jalkunan +bxm Mongolia Buriat Buriat, Mongolia +bxn Burduna Burduna +bxo Barikanchi Barikanchi +bxp Bebil Bebil +bxq Beele Beele +bxr Russia Buriat Buriat, Russia +bxs Busam Busam +bxu China Buriat Buriat, China +bxv Berakou Berakou +bxw Bankagooma Bankagooma +bxz Binahari Binahari +bya Batak Batak +byb Bikya Bikya +byc Ubaghara Ubaghara +byd Benyadu' Benyadu' +bye Pouye Pouye +byf Bete Bete +byg Baygo Baygo +byh Bhujel Bhujel +byi Buyu Buyu +byj Bina (Nigeria) Bina (Nigeria) +byk Biao Biao +byl Bayono Bayono +bym Bidjara Bidjara +byn Bilin Bilin +byn Blin Blin +byo Biyo Biyo +byp Bumaji Bumaji +byq Basay Basay +byr Baruya Baruya +byr Yipma Yipma +bys Burak Burak +byt Berti Berti +byv Medumba Medumba +byw Belhariya Belhariya +byx Qaqet Qaqet +byz Banaro Banaro +bza Bandi Bandi +bzb Andio Andio +bzc Southern Betsimisaraka Malagasy Malagasy, Southern Betsimisaraka +bzd Bribri Bribri +bze Jenaama Bozo Bozo, Jenaama +bzf Boikin Boikin +bzg Babuza Babuza +bzh Mapos Buang Buang, Mapos +bzi Bisu Bisu +bzj Belize Kriol English Kriol English, Belize +bzk Nicaragua Creole English Creole English, Nicaragua +bzl Boano (Sulawesi) Boano (Sulawesi) +bzm Bolondo Bolondo +bzn Boano (Maluku) Boano (Maluku) +bzo Bozaba Bozaba +bzp Kemberano Kemberano +bzq Buli (Indonesia) Buli (Indonesia) +bzr Biri Biri +bzs Brazilian Sign Language Brazilian Sign Language +bzt Brithenig Brithenig +bzu Burmeso Burmeso +bzv Naami Naami +bzw Basa (Nigeria) Basa (Nigeria) +bzx Kɛlɛngaxo Bozo Bozo, Kɛlɛngaxo +bzy Obanliku Obanliku +bzz Evant Evant +caa Chortí Chortí +cab Garifuna Garifuna +cac Chuj Chuj +cad Caddo Caddo +cae Laalaa Laalaa +cae Lehar Lehar +caf Southern Carrier Carrier, Southern +cag Nivaclé Nivaclé +cah Cahuarano Cahuarano +caj Chané Chané +cak Cakchiquel Cakchiquel +cak Kaqchikel Kaqchikel +cal Carolinian Carolinian +cam Cemuhî Cemuhî +can Chambri Chambri +cao Chácobo Chácobo +cap Chipaya Chipaya +caq Car Nicobarese Nicobarese, Car +car Galibi Carib Carib, Galibi +cas Tsimané Tsimané +cat Catalan Catalan +cat Valencian Valencian +cav Cavineña Cavineña +caw Callawalla Callawalla +cax Chiquitano Chiquitano +cay Cayuga Cayuga +caz Canichana Canichana +cbb Cabiyarí Cabiyarí +cbc Carapana Carapana +cbd Carijona Carijona +cbg Chimila Chimila +cbi Chachi Chachi +cbj Ede Cabe Ede Cabe +cbk Chavacano Chavacano +cbl Bualkhaw Chin Chin, Bualkhaw +cbn Nyahkur Nyahkur +cbo Izora Izora +cbq Cuba Cuba +cbq Tsucuba Tsucuba +cbr Cashibo-Cacataibo Cashibo-Cacataibo +cbs Cashinahua Cashinahua +cbt Chayahuita Chayahuita +cbu Candoshi-Shapra Candoshi-Shapra +cbv Cacua Cacua +cbw Kinabalian Kinabalian +cby Carabayo Carabayo +ccc Chamicuro Chamicuro +ccd Cafundo Creole Creole, Cafundo +cce Chopi Chopi +ccg Samba Daka Daka, Samba +cch Atsam Atsam +ccj Kasanga Kasanga +ccl Cutchi-Swahili Cutchi-Swahili +ccm Malaccan Creole Malay Creole Malay, Malaccan +cco Comaltepec Chinantec Chinantec, Comaltepec +ccp Chakma Chakma +ccr Cacaopera Cacaopera +cda Choni Choni +cde Chenchu Chenchu +cdf Chiru Chiru +cdh Chambeali Chambeali +cdi Chodri Chodri +cdj Churahi Churahi +cdm Chepang Chepang +cdn Chaudangsi Chaudangsi +cdo Min Dong Chinese Chinese, Min Dong +cdr Cinda-Regi-Tiyal Cinda-Regi-Tiyal +cds Chadian Sign Language Chadian Sign Language +cdy Chadong Chadong +cdz Koda Koda +cea Lower Chehalis Chehalis, Lower +ceb Cebuano Cebuano +ceg Chamacoco Chamacoco +cek Eastern Khumi Chin Chin, Eastern Khumi +cen Cen Cen +ces Czech Czech +cet Centúúm Centúúm +cey Ekai Chin Chin, Ekai +cfa Dijim-Bwilim Dijim-Bwilim +cfd Cara Cara +cfg Como Karim Como Karim +cfm Falam Chin Chin, Falam +cga Changriwa Changriwa +cgc Kagayanen Kagayanen +cgg Chiga Chiga +cgk Chocangacakha Chocangacakha +cha Chamorro Chamorro +chb Chibcha Chibcha +chc Catawba Catawba +chd Highland Oaxaca Chontal Chontal, Highland Oaxaca +che Chechen Chechen +chf Tabasco Chontal Chontal, Tabasco +chg Chagatai Chagatai +chh Chinook Chinook +chj Ojitlán Chinantec Chinantec, Ojitlán +chk Chuukese Chuukese +chl Cahuilla Cahuilla +chm Mari (Russia) Mari (Russia) +chn Chinook jargon Chinook jargon +cho Choctaw Choctaw +chp Chipewyan Chipewyan +chp Dene Suline Dene Suline +chq Quiotepec Chinantec Chinantec, Quiotepec +chr Cherokee Cherokee +cht Cholón Cholón +chu Church Slavic Slavic, Church +chu Church Slavonic Slavonic, Church +chu Old Bulgarian Bulgarian, Old +chu Old Church Slavonic Slavonic, Old Church +chu Old Slavonic Slavonic, Old +chv Chuvash Chuvash +chw Chuwabu Chuwabu +chx Chantyal Chantyal +chy Cheyenne Cheyenne +chz Ozumacín Chinantec Chinantec, Ozumacín +cia Cia-Cia Cia-Cia +cib Ci Gbe Gbe, Ci +cic Chickasaw Chickasaw +cid Chimariko Chimariko +cie Cineni Cineni +cih Chinali Chinali +cik Chitkuli Kinnauri Kinnauri, Chitkuli +cim Cimbrian Cimbrian +cin Cinta Larga Cinta Larga +cip Chiapanec Chiapanec +cir Haméa Haméa +cir Méa Méa +cir Tiri Tiri +ciw Chippewa Chippewa +ciy Chaima Chaima +cja Western Cham Cham, Western +cje Chru Chru +cjh Upper Chehalis Chehalis, Upper +cji Chamalal Chamalal +cjk Chokwe Chokwe +cjm Eastern Cham Cham, Eastern +cjn Chenapian Chenapian +cjo Ashéninka Pajonal Ashéninka Pajonal +cjp Cabécar Cabécar +cjs Shor Shor +cjv Chuave Chuave +cjy Jinyu Chinese Chinese, Jinyu +ckb Central Kurdish Kurdish, Central +ckh Chak Chak +ckl Cibak Cibak +ckm Chakavian Chakavian +ckn Kaang Chin Chin, Kaang +cko Anufo Anufo +ckq Kajakse Kajakse +ckr Kairak Kairak +cks Tayo Tayo +ckt Chukot Chukot +cku Koasati Koasati +ckv Kavalan Kavalan +ckx Caka Caka +cky Cakfem-Mushere Cakfem-Mushere +ckz Cakchiquel-Quiché Mixed Language Cakchiquel-Quiché Mixed Language +cla Ron Ron +clc Chilcotin Chilcotin +clc Tsilhqot’in Tsilhqot’in +cld Chaldean Neo-Aramaic Neo-Aramaic, Chaldean +cle Lealao Chinantec Chinantec, Lealao +clh Chilisso Chilisso +cli Chakali Chakali +clj Laitu Chin Chin, Laitu +clk Idu-Mishmi Idu-Mishmi +cll Chala Chala +clm Clallam Clallam +clm Klallam Klallam +clo Lowland Oaxaca Chontal Chontal, Lowland Oaxaca +cls Classical Sanskrit Classical Sanskrit +clt Lautu Chin Chin, Lautu +clu Caluyanun Caluyanun +clw Chulym Chulym +cly Eastern Highland Chatino Chatino, Eastern Highland +cma Maa Maa +cme Cerma Cerma +cmg Classical Mongolian Mongolian, Classical +cmi Emberá-Chamí Emberá-Chamí +cml Campalagian Campalagian +cmm Michigamea Michigamea +cmn Mandarin Chinese Chinese, Mandarin +cmo Central Mnong Mnong, Central +cmr Mro-Khimi Chin Chin, Mro-Khimi +cms Messapic Messapic +cmt Camtho Camtho +cna Changthang Changthang +cnb Chinbon Chin Chin, Chinbon +cnc Côông Côông +cng Northern Qiang Qiang, Northern +cnh Haka Chin Chin, Haka +cnh Hakha Chin Chin, Hakha +cni Asháninka Asháninka +cnk Khumi Chin Chin, Khumi +cnl Lalana Chinantec Chinantec, Lalana +cno Con Con +cnp Northern Ping Chinese Chinese, Northern Ping +cnp Northern Pinghua Pinghua, Northern +cnq Chung Chung +cnr Montenegrin Montenegrin +cns Central Asmat Asmat, Central +cnt Tepetotutla Chinantec Chinantec, Tepetotutla +cnu Chenoua Chenoua +cnw Ngawn Chin Chin, Ngawn +cnx Middle Cornish Cornish, Middle +coa Cocos Islands Malay Malay, Cocos Islands +cob Chicomuceltec Chicomuceltec +coc Cocopa Cocopa +cod Cocama-Cocamilla Cocama-Cocamilla +coe Koreguaje Koreguaje +cof Colorado Colorado +cog Chong Chong +coh Chichonyi-Chidzihana-Chikauma Chichonyi-Chidzihana-Chikauma +coh Chonyi-Dzihana-Kauma Chonyi-Dzihana-Kauma +coj Cochimi Cochimi +cok Santa Teresa Cora Cora, Santa Teresa +col Columbia-Wenatchi Columbia-Wenatchi +com Comanche Comanche +con Cofán Cofán +coo Comox Comox +cop Coptic Coptic +coq Coquille Coquille +cor Cornish Cornish +cos Corsican Corsican +cot Caquinte Caquinte +cou Wamey Wamey +cov Cao Miao Cao Miao +cow Cowlitz Cowlitz +cox Nanti Nanti +coz Chochotec Chochotec +cpa Palantla Chinantec Chinantec, Palantla +cpb Ucayali-Yurúa Ashéninka Ashéninka, Ucayali-Yurúa +cpc Ajyíninka Apurucayali Ajyíninka Apurucayali +cpg Cappadocian Greek Greek, Cappadocian +cpi Chinese Pidgin English Pidgin English, Chinese +cpn Cherepon Cherepon +cpo Kpeego Kpeego +cps Capiznon Capiznon +cpu Pichis Ashéninka Ashéninka, Pichis +cpx Pu-Xian Chinese Chinese, Pu-Xian +cpy South Ucayali Ashéninka Ashéninka, South Ucayali +cqd Chuanqiandian Cluster Miao Miao, Chuanqiandian Cluster +cra Chara Chara +crb Island Carib Carib, Island +crc Lonwolwol Lonwolwol +crd Coeur d'Alene Coeur d'Alene +cre Cree Cree +crf Caramanta Caramanta +crg Michif Michif +crh Crimean Tatar Tatar, Crimean +crh Crimean Turkish Turkish, Crimean +cri Sãotomense Sãotomense +crj Southern East Cree Cree, Southern East +crk Plains Cree Cree, Plains +crl Northern East Cree Cree, Northern East +crm Moose Cree Cree, Moose +crn El Nayar Cora Cora, El Nayar +cro Crow Crow +crq Iyo'wujwa Chorote Chorote, Iyo'wujwa +crr Carolina Algonquian Algonquian, Carolina +crs Seselwa Creole French Creole French, Seselwa +crt Iyojwa'ja Chorote Chorote, Iyojwa'ja +crv Chaura Chaura +crw Chrau Chrau +crx Carrier Carrier +cry Cori Cori +crz Cruzeño Cruzeño +csa Chiltepec Chinantec Chinantec, Chiltepec +csb Kashubian Kashubian +csc Catalan Sign Language Catalan Sign Language +csc Lengua de señas catalana Lengua de señas catalana +csc Llengua de Signes Catalana Llengua de Signes Catalana +csd Chiangmai Sign Language Chiangmai Sign Language +cse Czech Sign Language Czech Sign Language +csf Cuba Sign Language Cuba Sign Language +csg Chilean Sign Language Chilean Sign Language +csh Asho Chin Chin, Asho +csi Coast Miwok Miwok, Coast +csj Songlai Chin Chin, Songlai +csk Jola-Kasa Jola-Kasa +csl Chinese Sign Language Chinese Sign Language +csm Central Sierra Miwok Miwok, Central Sierra +csn Colombian Sign Language Colombian Sign Language +cso Sochiapam Chinantec Chinantec, Sochiapam +cso Sochiapan Chinantec Chinantec, Sochiapan +csp Southern Ping Chinese Chinese, Southern Ping +csp Southern Pinghua Pinghua, Southern +csq Croatia Sign Language Croatia Sign Language +csr Costa Rican Sign Language Costa Rican Sign Language +css Southern Ohlone Ohlone, Southern +cst Northern Ohlone Ohlone, Northern +csv Sumtu Chin Chin, Sumtu +csw Swampy Cree Cree, Swampy +csx Cambodian Sign Language Cambodian Sign Language +csy Siyin Chin Chin, Siyin +csz Coos Coos +cta Tataltepec Chatino Chatino, Tataltepec +ctc Chetco Chetco +ctd Tedim Chin Chin, Tedim +cte Tepinapa Chinantec Chinantec, Tepinapa +ctg Chittagonian Chittagonian +cth Thaiphum Chin Chin, Thaiphum +ctl Tlacoatzintepec Chinantec Chinantec, Tlacoatzintepec +ctm Chitimacha Chitimacha +ctn Chhintange Chhintange +cto Emberá-Catío Emberá-Catío +ctp Western Highland Chatino Chatino, Western Highland +cts Northern Catanduanes Bikol Bikol, Northern Catanduanes +ctt Wayanad Chetti Chetti, Wayanad +ctu Chol Chol +cty Moundadan Chetty Moundadan Chetty +ctz Zacatepec Chatino Chatino, Zacatepec +cua Cua Cua +cub Cubeo Cubeo +cuc Usila Chinantec Chinantec, Usila +cuh Chuka Chuka +cuh Gichuka Gichuka +cui Cuiba Cuiba +cuj Mashco Piro Mashco Piro +cuk San Blas Kuna Kuna, San Blas +cul Culina Culina +cul Kulina Kulina +cuo Cumanagoto Cumanagoto +cup Cupeño Cupeño +cuq Cun Cun +cur Chhulung Chhulung +cut Teutila Cuicatec Cuicatec, Teutila +cuu Tai Ya Tai Ya +cuv Cuvok Cuvok +cuw Chukwa Chukwa +cux Tepeuxila Cuicatec Cuicatec, Tepeuxila +cuy Cuitlatec Cuitlatec +cvg Chug Chug +cvn Valle Nacional Chinantec Chinantec, Valle Nacional +cwa Kabwa Kabwa +cwb Maindo Maindo +cwd Woods Cree Cree, Woods +cwe Kwere Kwere +cwg Cheq Wong Cheq Wong +cwg Chewong Chewong +cwt Kuwaataay Kuwaataay +cxh Cha'ari Cha'ari +cya Nopala Chatino Chatino, Nopala +cyb Cayubaba Cayubaba +cym Welsh Welsh +cyo Cuyonon Cuyonon +czh Huizhou Chinese Chinese, Huizhou +czk Knaanic Knaanic +czn Zenzontepec Chatino Chatino, Zenzontepec +czo Min Zhong Chinese Chinese, Min Zhong +czt Zotung Chin Chin, Zotung +daa Dangaléat Dangaléat +dac Dambi Dambi +dad Marik Marik +dae Duupa Duupa +dag Dagbani Dagbani +dah Gwahatike Gwahatike +dai Day Day +daj Dar Fur Daju Daju, Dar Fur +dak Dakota Dakota +dal Dahalo Dahalo +dam Damakawa Damakawa +dan Danish Danish +dao Daai Chin Chin, Daai +daq Dandami Maria Maria, Dandami +dar Dargwa Dargwa +das Daho-Doo Daho-Doo +dau Dar Sila Daju Daju, Dar Sila +dav Dawida Dawida +dav Taita Taita +daw Davawenyo Davawenyo +dax Dayi Dayi +daz Dao Dao +daz Moi-Wadea Moi-Wadea +dba Bangime Bangime +dbb Deno Deno +dbd Dadiya Dadiya +dbe Dabe Dabe +dbf Edopi Edopi +dbg Dogul Dom Dogon Dogon, Dogul Dom +dbi Doka Doka +dbj Ida'an Ida'an +dbl Dyirbal Dyirbal +dbm Duguri Duguri +dbn Duriankere Duriankere +dbo Dulbu Dulbu +dbp Duwai Duwai +dbq Daba Daba +dbr Dabarre Dabarre +dbt Ben Tey Dogon Dogon, Ben Tey +dbu Bondum Dom Dogon Dogon, Bondum Dom +dbv Dungu Dungu +dbw Bankan Tey Dogon Dogon, Bankan Tey +dby Dibiyaso Dibiyaso +dcc Deccan Deccan +dcr Negerhollands Negerhollands +dda Dadi Dadi Dadi Dadi +ddd Dongotono Dongotono +dde Doondo Doondo +ddg Fataluku Fataluku +ddi West Goodenough Goodenough, West +ddj Jaru Jaru +ddn Dendi (Benin) Dendi (Benin) +ddo Dido Dido +ddr Dhudhuroa Dhudhuroa +dds Donno So Dogon Dogon, Donno So +ddw Dawera-Daweloor Dawera-Daweloor +dec Dagik Dagik +ded Dedua Dedua +dee Dewoin Dewoin +def Dezfuli Dezfuli +deg Degema Degema +deh Dehwari Dehwari +dei Demisa Demisa +del Delaware Delaware +dem Dem Dem +den Slave (Athapascan) Slave (Athapascan) +dep Pidgin Delaware Delaware, Pidgin +deq Dendi (Central African Republic) Dendi (Central African Republic) +der Deori Deori +des Desano Desano +deu German German +dev Domung Domung +dez Dengese Dengese +dga Southern Dagaare Dagaare, Southern +dgb Bunoge Dogon Dogon, Bunoge +dgc Casiguran Dumagat Agta Agta, Casiguran Dumagat +dgd Dagaari Dioula Dagaari Dioula +dge Degenan Degenan +dgg Doga Doga +dgh Dghwede Dghwede +dgi Northern Dagara Dagara, Northern +dgk Dagba Dagba +dgl Andaandi Andaandi +dgl Dongolawi Dongolawi +dgn Dagoman Dagoman +dgo Dogri (individual language) Dogri (individual language) +dgr Dogrib Dogrib +dgr Tlicho Tlicho +dgs Dogoso Dogoso +dgt Ndra'ngith Ndra'ngith +dgw Daungwurrung Daungwurrung +dgx Doghoro Doghoro +dgz Daga Daga +dhd Dhundari Dhundari +dhg Dhangu Dhangu +dhg Dhangu-Djangu Dhangu-Djangu +dhg Djangu Djangu +dhi Dhimal Dhimal +dhl Dhalandji Dhalandji +dhm Zemba Zemba +dhn Dhanki Dhanki +dho Dhodia Dhodia +dhr Dhargari Dhargari +dhs Dhaiso Dhaiso +dhu Dhurga Dhurga +dhv Dehu Dehu +dhv Drehu Drehu +dhw Dhanwar (Nepal) Dhanwar (Nepal) +dhx Dhungaloo Dhungaloo +dia Dia Dia +dib South Central Dinka Dinka, South Central +dic Lakota Dida Dida, Lakota +did Didinga Didinga +dif Dieri Dieri +dif Diyari Diyari +dig Chidigo Chidigo +dig Digo Digo +dih Kumiai Kumiai +dii Dimbong Dimbong +dij Dai Dai +dik Southwestern Dinka Dinka, Southwestern +dil Dilling Dilling +dim Dime Dime +din Dinka Dinka +dio Dibo Dibo +dip Northeastern Dinka Dinka, Northeastern +diq Dimli (individual language) Dimli (individual language) +dir Dirim Dirim +dis Dimasa Dimasa +diu Diriku Diriku +div Dhivehi Dhivehi +div Divehi Divehi +div Maldivian Maldivian +diw Northwestern Dinka Dinka, Northwestern +dix Dixon Reef Dixon Reef +diy Diuwe Diuwe +diz Ding Ding +dja Djadjawurrung Djadjawurrung +djb Djinba Djinba +djc Dar Daju Daju Daju, Dar Daju +djd Djamindjung Djamindjung +djd Ngaliwurru Ngaliwurru +dje Zarma Zarma +djf Djangun Djangun +dji Djinang Djinang +djj Djeebbana Djeebbana +djk Businenge Tongo Businenge Tongo +djk Eastern Maroon Creole Eastern Maroon Creole +djk Nenge Nenge +djm Jamsay Dogon Dogon, Jamsay +djn Djauan Djauan +djn Jawoyn Jawoyn +djo Jangkang Jangkang +djr Djambarrpuyngu Djambarrpuyngu +dju Kapriman Kapriman +djw Djawi Djawi +dka Dakpakha Dakpakha +dkg Kadung Kadung +dkk Dakka Dakka +dkr Kuijau Kuijau +dks Southeastern Dinka Dinka, Southeastern +dkx Mazagway Mazagway +dlg Dolgan Dolgan +dlk Dahalik Dahalik +dlm Dalmatian Dalmatian +dln Darlong Darlong +dma Duma Duma +dmb Mombo Dogon Dogon, Mombo +dmc Gavak Gavak +dmd Madhi Madhi Madhi Madhi +dme Dugwor Dugwor +dmf Medefaidrin Medefaidrin +dmg Upper Kinabatangan Kinabatangan, Upper +dmk Domaaki Domaaki +dml Dameli Dameli +dmm Dama Dama +dmo Kemedzung Kemedzung +dmr East Damar Damar, East +dms Dampelas Dampelas +dmu Dubu Dubu +dmu Tebi Tebi +dmv Dumpas Dumpas +dmw Mudburra Mudburra +dmx Dema Dema +dmy Demta Demta +dmy Sowari Sowari +dna Upper Grand Valley Dani Dani, Upper Grand Valley +dnd Daonda Daonda +dne Ndendeule Ndendeule +dng Dungan Dungan +dni Lower Grand Valley Dani Dani, Lower Grand Valley +dnj Dan Dan +dnk Dengka Dengka +dnn Dzùùngoo Dzùùngoo +dno Ndrulo Ndrulo +dno Northern Lendu Lendu, Northern +dnr Danaru Danaru +dnt Mid Grand Valley Dani Dani, Mid Grand Valley +dnu Danau Danau +dnv Danu Danu +dnw Western Dani Dani, Western +dny Dení Dení +doa Dom Dom +dob Dobu Dobu +doc Northern Dong Dong, Northern +doe Doe Doe +dof Domu Domu +doh Dong Dong +doi Dogri (macrolanguage) Dogri (macrolanguage) +dok Dondo Dondo +dol Doso Doso +don Toura (Papua New Guinea) Toura (Papua New Guinea) +doo Dongo Dongo +dop Lukpa Lukpa +doq Dominican Sign Language Dominican Sign Language +dor Dori'o Dori'o +dos Dogosé Dogosé +dot Dass Dass +dov Dombe Dombe +dow Doyayo Doyayo +dox Bussa Bussa +doy Dompo Dompo +doz Dorze Dorze +dpp Papar Papar +drb Dair Dair +drc Minderico Minderico +drd Darmiya Darmiya +dre Dolpo Dolpo +drg Rungus Rungus +dri C'Lela C'Lela +drl Paakantyi Paakantyi +drn West Damar Damar, West +dro Daro-Matu Melanau Melanau, Daro-Matu +drq Dura Dura +drs Gedeo Gedeo +drt Drents Drents +dru Rukai Rukai +dry Darai Darai +dsb Lower Sorbian Sorbian, Lower +dse Dutch Sign Language Dutch Sign Language +dsh Daasanach Daasanach +dsi Disa Disa +dsk Dokshi Dokshi +dsl Danish Sign Language Danish Sign Language +dsn Dusner Dusner +dso Desiya Desiya +dsq Tadaksahak Tadaksahak +dsz Mardin Sign Language Mardin Sign Language +dta Daur Daur +dtb Labuk-Kinabatangan Kadazan Kadazan, Labuk-Kinabatangan +dtd Ditidaht Ditidaht +dth Adithinngithigh Adithinngithigh +dti Ana Tinga Dogon Dogon, Ana Tinga +dtk Tene Kan Dogon Dogon, Tene Kan +dtm Tomo Kan Dogon Dogon, Tomo Kan +dtn Daatsʼíin Daatsʼíin +dto Tommo So Dogon Dogon, Tommo So +dtp Central Dusun Dusun, Central +dtp Kadazan Dusun Dusun, Kadazan +dtr Lotud Lotud +dts Toro So Dogon Dogon, Toro So +dtt Toro Tegu Dogon Dogon, Toro Tegu +dtu Tebul Ure Dogon Dogon, Tebul Ure +dty Dotyali Dotyali +dua Duala Duala +dub Dubli Dubli +duc Duna Duna +due Umiray Dumaget Agta Agta, Umiray Dumaget +duf Drubea Drubea +duf Dumbea Dumbea +dug Chiduruma Chiduruma +dug Duruma Duruma +duh Dungra Bhil Dungra Bhil +dui Dumun Dumun +duk Uyajitaya Uyajitaya +dul Alabat Island Agta Agta, Alabat Island +dum Middle Dutch (ca. 1050-1350) Dutch, Middle (ca. 1050-1350) +dun Dusun Deyah Dusun Deyah +duo Dupaninan Agta Agta, Dupaninan +dup Duano Duano +duq Dusun Malang Dusun Malang +dur Dii Dii +dus Dumi Dumi +duu Drung Drung +duv Duvle Duvle +duw Dusun Witu Dusun Witu +dux Duungooma Duungooma +duy Dicamay Agta Agta, Dicamay +duz Duli-Gey Duli-Gey +dva Duau Duau +dwa Diri Diri +dwk Dawik Kui Kui, Dawik +dwr Dawro Dawro +dws Dutton World Speedwords Dutton World Speedwords +dwu Dhuwal Dhuwal +dww Dawawa Dawawa +dwy Dhuwaya Dhuwaya +dwz Dewas Rai Rai, Dewas +dya Dyan Dyan +dyb Dyaberdyaber Dyaberdyaber +dyd Dyugun Dyugun +dyg Villa Viciosa Agta Agta, Villa Viciosa +dyi Djimini Senoufo Senoufo, Djimini +dym Yanda Dom Dogon Dogon, Yanda Dom +dyn Dhanggatti Dhanggatti +dyn Dyangadi Dyangadi +dyo Jola-Fonyi Jola-Fonyi +dyr Dyarim Dyarim +dyu Dyula Dyula +dyy Djabugay Djabugay +dyy Dyaabugay Dyaabugay +dza Tunzu Tunzu +dzd Daza Daza +dze Djiwarli Djiwarli +dzg Dazaga Dazaga +dzl Dzalakha Dzalakha +dzn Dzando Dzando +dzo Dzongkha Dzongkha +eaa Karenggapa Karenggapa +ebc Beginci Beginci +ebg Ebughu Ebughu +ebk Eastern Bontok Bontok, Eastern +ebo Teke-Ebo Teke-Ebo +ebr Ebrié Ebrié +ebu Embu Embu +ebu Kiembu Kiembu +ecr Eteocretan Eteocretan +ecs Ecuadorian Sign Language Ecuadorian Sign Language +ecy Eteocypriot Eteocypriot +eee E E +efa Efai Efai +efe Efe Efe +efi Efik Efik +ega Ega Ega +egl Emilian Emilian +egm Benamanga Benamanga +ego Eggon Eggon +egy Egyptian (Ancient) Egyptian (Ancient) +ehs Miyakubo Sign Language Miyakubo Sign Language +ehu Ehueun Ehueun +eip Eipomek Eipomek +eit Eitiep Eitiep +eiv Askopan Askopan +eja Ejamat Ejamat +eka Ekajuk Ekajuk +eke Ekit Ekit +ekg Ekari Ekari +eki Eki Eki +ekk Standard Estonian Estonian, Standard +ekl Kol Kol +ekl Kol (Bangladesh) Kol (Bangladesh) +ekm Elip Elip +eko Koti Koti +ekp Ekpeye Ekpeye +ekr Yace Yace +eky Eastern Kayah Kayah, Eastern +ele Elepi Elepi +elh El Hugeirat El Hugeirat +eli Nding Nding +elk Elkei Elkei +ell Modern Greek (1453-) Greek, Modern (1453-) +elm Eleme Eleme +elo El Molo El Molo +elu Elu Elu +elx Elamite Elamite +ema Emai-Iuleha-Ora Emai-Iuleha-Ora +emb Embaloh Embaloh +eme Emerillon Emerillon +emg Eastern Meohang Meohang, Eastern +emi Mussau-Emira Mussau-Emira +emk Eastern Maninkakan Maninkakan, Eastern +emm Mamulique Mamulique +emn Eman Eman +emp Northern Emberá Emberá, Northern +emq Eastern Minyag Minyag, Eastern +ems Pacific Gulf Yupik Yupik, Pacific Gulf +emu Eastern Muria Muria, Eastern +emw Emplawas Emplawas +emx Erromintxela Erromintxela +emy Epigraphic Mayan Mayan, Epigraphic +emz Mbessa Mbessa +ena Apali Apali +enb Markweeta Markweeta +enc En En +end Ende Ende +enf Forest Enets Enets, Forest +eng English English +enh Tundra Enets Enets, Tundra +enl Enlhet Enlhet +enm Middle English (1100-1500) English, Middle (1100-1500) +enn Engenni Engenni +eno Enggano Enggano +enq Enga Enga +enr Emem Emem +enr Emumu Emumu +enu Enu Enu +env Enwan (Edo State) Enwan (Edo State) +enw Enwan (Akwa Ibom State) Enwan (Akwa Ibom State) +enx Enxet Enxet +eot Beti (Côte d'Ivoire) Beti (Côte d'Ivoire) +epi Epie Epie +epo Esperanto Esperanto +era Eravallan Eravallan +erg Sie Sie +erh Eruwa Eruwa +eri Ogea Ogea +erk South Efate Efate, South +ero Horpa Horpa +err Erre Erre +ers Ersu Ersu +ert Eritai Eritai +erw Erokwanas Erokwanas +ese Ese Ejja Ese Ejja +esg Aheri Gondi Gondi, Aheri +esh Eshtehardi Eshtehardi +esi North Alaskan Inupiatun Inupiatun, North Alaskan +esk Northwest Alaska Inupiatun Inupiatun, Northwest Alaska +esl Egypt Sign Language Egypt Sign Language +esm Esuma Esuma +esn Salvadoran Sign Language Salvadoran Sign Language +eso Estonian Sign Language Estonian Sign Language +esq Esselen Esselen +ess Central Siberian Yupik Yupik, Central Siberian +est Estonian Estonian +esu Central Yupik Yupik, Central +esy Eskayan Eskayan +etb Etebi Etebi +etc Etchemin Etchemin +eth Ethiopian Sign Language Ethiopian Sign Language +etn Eton (Vanuatu) Eton (Vanuatu) +eto Eton (Cameroon) Eton (Cameroon) +etr Edolo Edolo +ets Yekhee Yekhee +ett Etruscan Etruscan +etu Ejagham Ejagham +etx Eten Eten +etz Semimi Semimi +eud Eudeve Eudeve +eus Basque Basque +eve Even Even +evh Uvbie Uvbie +evn Evenki Evenki +ewe Ewe Ewe +ewo Ewondo Ewondo +ext Extremaduran Extremaduran +eya Eyak Eyak +eyo Keiyo Keiyo +eza Ezaa Ezaa +eze Uzekwe Uzekwe +faa Fasu Fasu +fab Fa d'Ambu Fa d'Ambu +fad Wagi Wagi +faf Fagani Fagani +fag Finongan Finongan +fah Baissa Fali Fali, Baissa +fai Faiwol Faiwol +faj Faita Faita +fak Fang (Cameroon) Fang (Cameroon) +fal South Fali Fali, South +fam Fam Fam +fan Fang (Equatorial Guinea) Fang (Equatorial Guinea) +fao Faroese Faroese +fap Paloor Paloor +far Fataleka Fataleka +fas Persian Persian +fat Fanti Fanti +fau Fayu Fayu +fax Fala Fala +fay Southwestern Fars Fars, Southwestern +faz Northwestern Fars Fars, Northwestern +fbl West Albay Bikol Bikol, West Albay +fcs Quebec Sign Language Quebec Sign Language +fer Feroge Feroge +ffi Foia Foia Foia Foia +ffm Maasina Fulfulde Fulfulde, Maasina +fgr Fongoro Fongoro +fia Nobiin Nobiin +fie Fyer Fyer +fif Faifi Faifi +fij Fijian Fijian +fil Filipino Filipino +fil Pilipino Pilipino +fin Finnish Finnish +fip Fipa Fipa +fir Firan Firan +fit Meänkieli Meänkieli +fit Tornedalen Finnish Finnish, Tornedalen +fiw Fiwaga Fiwaga +fkk Kirya-Konzəl Kirya-Konzəl +fkv Kven Finnish Finnish, Kven +fla Kalispel-Pend d'Oreille Kalispel-Pend d'Oreille +flh Foau Foau +fli Fali Fali +fll North Fali Fali, North +fln Flinders Island Flinders Island +flr Fuliiru Fuliiru +fly Flaaitaal Flaaitaal +fly Tsotsitaal Tsotsitaal +fmp Fe'fe' Fe'fe' +fmu Far Western Muria Muria, Far Western +fnb Fanbak Fanbak +fng Fanagalo Fanagalo +fni Fania Fania +fod Foodo Foodo +foi Foi Foi +fom Foma Foma +fon Fon Fon +for Fore Fore +fos Siraya Siraya +fpe Fernando Po Creole English Creole English, Fernando Po +fqs Fas Fas +fra French French +frc Cajun French French, Cajun +frd Fordata Fordata +frk Frankish Frankish +frm Middle French (ca. 1400-1600) French, Middle (ca. 1400-1600) +fro Old French (842-ca. 1400) French, Old (842-ca. 1400) +frp Arpitan Arpitan +frp Francoprovençal Francoprovençal +frq Forak Forak +frr Northern Frisian Frisian, Northern +frs Eastern Frisian Frisian, Eastern +frt Fortsenal Fortsenal +fry Western Frisian Frisian, Western +fse Finnish Sign Language Finnish Sign Language +fsl French Sign Language French Sign Language +fss finlandssvenskt teckenspråk finlandssvenskt teckenspråk +fss Finland-Swedish Sign Language Finland-Swedish Sign Language +fss suomenruotsalainen viittomakieli suomenruotsalainen viittomakieli +fub Adamawa Fulfulde Fulfulde, Adamawa +fuc Pulaar Pulaar +fud East Futuna Futuna, East +fue Borgu Fulfulde Fulfulde, Borgu +fuf Pular Pular +fuh Western Niger Fulfulde Fulfulde, Western Niger +fui Bagirmi Fulfulde Fulfulde, Bagirmi +fuj Ko Ko +ful Fulah Fulah +fum Fum Fum +fun Fulniô Fulniô +fuq Central-Eastern Niger Fulfulde Fulfulde, Central-Eastern Niger +fur Friulian Friulian +fut Futuna-Aniwa Futuna-Aniwa +fuu Furu Furu +fuv Nigerian Fulfulde Fulfulde, Nigerian +fuy Fuyug Fuyug +fvr Fur Fur +fwa Fwâi Fwâi +fwe Fwe Fwe +gaa Ga Ga +gab Gabri Gabri +gac Mixed Great Andamanese Great Andamanese, Mixed +gad Gaddang Gaddang +gae Guarequena Guarequena +gaf Gende Gende +gag Gagauz Gagauz +gah Alekano Alekano +gai Borei Borei +gaj Gadsup Gadsup +gak Gamkonora Gamkonora +gal Galolen Galolen +gam Kandawo Kandawo +gan Gan Chinese Chinese, Gan +gao Gants Gants +gap Gal Gal +gaq Gata' Gata' +gar Galeya Galeya +gas Adiwasi Garasia Garasia, Adiwasi +gat Kenati Kenati +gau Mudhili Gadaba Gadaba, Mudhili +gaw Nobonob Nobonob +gax Borana-Arsi-Guji Oromo Oromo, Borana-Arsi-Guji +gay Gayo Gayo +gaz West Central Oromo Oromo, West Central +gba Gbaya (Central African Republic) Gbaya (Central African Republic) +gbb Kaytetye Kaytetye +gbd Karajarri Karajarri +gbe Niksek Niksek +gbf Gaikundi Gaikundi +gbg Gbanziri Gbanziri +gbh Defi Gbe Gbe, Defi +gbi Galela Galela +gbj Bodo Gadaba Gadaba, Bodo +gbk Gaddi Gaddi +gbl Gamit Gamit +gbm Garhwali Garhwali +gbn Mo'da Mo'da +gbo Northern Grebo Grebo, Northern +gbp Gbaya-Bossangoa Gbaya-Bossangoa +gbq Gbaya-Bozoum Gbaya-Bozoum +gbr Gbagyi Gbagyi +gbs Gbesi Gbe Gbe, Gbesi +gbu Gagadu Gagadu +gbv Gbanu Gbanu +gbw Gabi-Gabi Gabi-Gabi +gbx Eastern Xwla Gbe Gbe, Eastern Xwla +gby Gbari Gbari +gbz Zoroastrian Dari Dari, Zoroastrian +gcc Mali Mali +gcd Ganggalida Ganggalida +gce Galice Galice +gcf Guadeloupean Creole French Creole French, Guadeloupean +gcl Grenadian Creole English Creole English, Grenadian +gcn Gaina Gaina +gcr Guianese Creole French Creole French, Guianese +gct Colonia Tovar German German, Colonia Tovar +gda Gade Lohar Lohar, Gade +gdb Pottangi Ollar Gadaba Gadaba, Pottangi Ollar +gdc Gugu Badhun Gugu Badhun +gdd Gedaged Gedaged +gde Gude Gude +gdf Guduf-Gava Guduf-Gava +gdg Ga'dang Ga'dang +gdh Gadjerawang Gadjerawang +gdh Gajirrabeng Gajirrabeng +gdi Gundi Gundi +gdj Gurdjar Gurdjar +gdk Gadang Gadang +gdl Dirasha Dirasha +gdm Laal Laal +gdn Umanakaina Umanakaina +gdo Ghodoberi Ghodoberi +gdq Mehri Mehri +gdr Wipi Wipi +gds Ghandruk Sign Language Ghandruk Sign Language +gdt Kungardutyi Kungardutyi +gdu Gudu Gudu +gdx Godwari Godwari +gea Geruma Geruma +geb Kire Kire +gec Gboloo Grebo Grebo, Gboloo +ged Gade Gade +gef Gerai Gerai +geg Gengle Gengle +geh Hutterisch Hutterisch +geh Hutterite German German, Hutterite +gei Gebe Gebe +gej Gen Gen +gek Ywom Ywom +gel ut-Ma'in ut-Ma'in +geq Geme Geme +ges Geser-Gorom Geser-Gorom +gev Eviya Eviya +gew Gera Gera +gex Garre Garre +gey Enya Enya +gez Geez Geez +gfk Patpatar Patpatar +gft Gafat Gafat +gga Gao Gao +ggb Gbii Gbii +ggd Gugadj Gugadj +gge Gurr-goni Gurr-goni +ggg Gurgula Gurgula +ggk Kungarakany Kungarakany +ggl Ganglau Ganglau +ggt Gitua Gitua +ggu Gagu Gagu +ggu Gban Gban +ggw Gogodala Gogodala +gha Ghadamès Ghadamès +ghc Hiberno-Scottish Gaelic Gaelic, Hiberno-Scottish +ghe Southern Ghale Ghale, Southern +ghh Northern Ghale Ghale, Northern +ghk Geko Karen Karen, Geko +ghl Ghulfan Ghulfan +ghn Ghanongga Ghanongga +gho Ghomara Ghomara +ghr Ghera Ghera +ghs Guhu-Samane Guhu-Samane +ght Kuke Kuke +ght Kutang Ghale Ghale, Kutang +gia Kija Kija +gib Gibanawa Gibanawa +gic Gail Gail +gid Gidar Gidar +gie Gaɓogbo Gaɓogbo +gie Guébie Guébie +gig Goaria Goaria +gih Githabul Githabul +gii Girirra Girirra +gil Gilbertese Gilbertese +gim Gimi (Eastern Highlands) Gimi (Eastern Highlands) +gin Hinukh Hinukh +gip Gimi (West New Britain) Gimi (West New Britain) +giq Green Gelao Gelao, Green +gir Red Gelao Gelao, Red +gis North Giziga Giziga, North +git Gitxsan Gitxsan +giu Mulao Mulao +giw White Gelao Gelao, White +gix Gilima Gilima +giy Giyug Giyug +giz South Giziga Giziga, South +gjk Kachi Koli Koli, Kachi +gjm Gunditjmara Gunditjmara +gjn Gonja Gonja +gjr Gurindji Kriol Gurindji Kriol +gju Gujari Gujari +gka Guya Guya +gkd Magɨ (Madang Province) Magɨ (Madang Province) +gke Ndai Ndai +gkn Gokana Gokana +gko Kok-Nar Kok-Nar +gkp Guinea Kpelle Kpelle, Guinea +gku ǂUngkue ǂUngkue +gla Gaelic Gaelic +gla Scottish Gaelic Gaelic, Scottish +glb Belning Belning +glc Bon Gula Bon Gula +gld Nanai Nanai +gle Irish Irish +glg Galician Galician +glh Northwest Pashai Pashai, Northwest +glh Northwest Pashayi Pashayi, Northwest +glj Gula Iro Gula Iro +glk Gilaki Gilaki +gll Garlali Garlali +glo Galambu Galambu +glr Glaro-Twabo Glaro-Twabo +glu Gula (Chad) Gula (Chad) +glv Manx Manx +glw Glavda Glavda +gly Gule Gule +gma Gambera Gambera +gmb Gula'alaa Gula'alaa +gmd Mághdì Mághdì +gmg Magɨyi Magɨyi +gmh Middle High German (ca. 1050-1500) German, Middle High (ca. 1050-1500) +gml Middle Low German German, Middle Low +gmm Gbaya-Mbodomo Gbaya-Mbodomo +gmn Gimnime Gimnime +gmr Mirning Mirning +gmr Mirniny Mirniny +gmu Gumalu Gumalu +gmv Gamo Gamo +gmx Magoma Magoma +gmy Mycenaean Greek Greek, Mycenaean +gmz Mgbolizhia Mgbolizhia +gna Kaansa Kaansa +gnb Gangte Gangte +gnc Guanche Guanche +gnd Zulgo-Gemzek Zulgo-Gemzek +gne Ganang Ganang +gng Ngangam Ngangam +gnh Lere Lere +gni Gooniyandi Gooniyandi +gnj Ngen Ngen +gnk ǁGana ǁGana +gnl Gangulu Gangulu +gnm Ginuman Ginuman +gnn Gumatj Gumatj +gno Northern Gondi Gondi, Northern +gnq Gana Gana +gnr Gureng Gureng Gureng Gureng +gnt Guntai Guntai +gnu Gnau Gnau +gnw Western Bolivian Guaraní Guaraní, Western Bolivian +gnz Ganzi Ganzi +goa Guro Guro +gob Playero Playero +goc Gorakor Gorakor +god Godié Godié +goe Gongduk Gongduk +gof Gofa Gofa +gog Gogo Gogo +goh Old High German (ca. 750-1050) German, Old High (ca. 750-1050) +goi Gobasi Gobasi +goj Gowlan Gowlan +gok Gowli Gowli +gol Gola Gola +gom Goan Konkani Konkani, Goan +gon Gondi Gondi +goo Gone Dau Gone Dau +gop Yeretuar Yeretuar +goq Gorap Gorap +gor Gorontalo Gorontalo +gos Gronings Gronings +got Gothic Gothic +gou Gavar Gavar +gov Goo Goo +gow Gorowa Gorowa +gox Gobu Gobu +goy Goundo Goundo +goz Gozarkhani Gozarkhani +gpa Gupa-Abawa Gupa-Abawa +gpe Ghanaian Pidgin English Pidgin English, Ghanaian +gpn Taiap Taiap +gqa Ga'anda Ga'anda +gqi Guiqiong Guiqiong +gqn Guana (Brazil) Guana (Brazil) +gqr Gor Gor +gqu Qau Qau +gra Rajput Garasia Garasia, Rajput +grb Grebo Grebo +grc Ancient Greek (to 1453) Greek, Ancient (to 1453) +grd Guruntum-Mbaaru Guruntum-Mbaaru +grg Madi Madi +grh Gbiri-Niragu Gbiri-Niragu +gri Ghari Ghari +grj Southern Grebo Grebo, Southern +grm Kota Marudu Talantang Kota Marudu Talantang +grn Guarani Guarani +gro Groma Groma +grq Gorovu Gorovu +grr Taznatit Taznatit +grs Gresi Gresi +grt Garo Garo +gru Kistane Kistane +grv Central Grebo Grebo, Central +grw Gweda Gweda +grx Guriaso Guriaso +gry Barclayville Grebo Grebo, Barclayville +grz Guramalum Guramalum +gse Ghanaian Sign Language Ghanaian Sign Language +gsg German Sign Language German Sign Language +gsl Gusilay Gusilay +gsm Guatemalan Sign Language Guatemalan Sign Language +gsn Gusan Gusan +gsn Nema Nema +gso Southwest Gbaya Gbaya, Southwest +gsp Wasembo Wasembo +gss Greek Sign Language Greek Sign Language +gsw Alemannic Alemannic +gsw Alsatian Alsatian +gsw Swiss German German, Swiss +gta Guató Guató +gtu Aghu-Tharnggala Aghu-Tharnggala +gua Shiki Shiki +gub Guajajára Guajajára +guc Wayuu Wayuu +gud Yocoboué Dida Dida, Yocoboué +gue Gurindji Gurindji +guf Gupapuyngu Gupapuyngu +gug Paraguayan Guaraní Guaraní, Paraguayan +guh Guahibo Guahibo +gui Eastern Bolivian Guaraní Guaraní, Eastern Bolivian +guj Gujarati Gujarati +guk Gumuz Gumuz +gul Sea Island Creole English Creole English, Sea Island +gum Guambiano Guambiano +gun Mbyá Guaraní Guaraní, Mbyá +guo Guayabero Guayabero +gup Gunwinggu Gunwinggu +guq Aché Aché +gur Farefare Farefare +gus Guinean Sign Language Guinean Sign Language +gut Maléku Jaíka Maléku Jaíka +guu Yanomamö Yanomamö +guw Gun Gun +gux Gourmanchéma Gourmanchéma +guz Ekegusii Ekegusii +guz Gusii Gusii +gva Guana (Paraguay) Guana (Paraguay) +gvc Guanano Guanano +gve Duwet Duwet +gvf Golin Golin +gvj Guajá Guajá +gvl Gulay Gulay +gvm Gurmana Gurmana +gvn Kuku-Yalanji Kuku-Yalanji +gvo Gavião Do Jiparaná Gavião Do Jiparaná +gvp Pará Gavião Gavião, Pará +gvr Gurung Gurung +gvs Gumawana Gumawana +gvy Guyani Guyani +gwa Mbato Mbato +gwb Gwa Gwa +gwc Gawri Gawri +gwc Kalami Kalami +gwd Gawwada Gawwada +gwe Gweno Gweno +gwf Gowro Gowro +gwg Moo Moo +gwi Gwichʼin Gwichʼin +gwj ǀGwi ǀGwi +gwm Awngthim Awngthim +gwn Gwandara Gwandara +gwr Gwere Gwere +gwt Gawar-Bati Gawar-Bati +gwu Guwamu Guwamu +gww Kwini Kwini +gwx Gua Gua +gxx Wè Southern Wè Southern +gya Northwest Gbaya Gbaya, Northwest +gyb Garus Garus +gyd Kayardild Kayardild +gye Gyem Gyem +gyf Gungabula Gungabula +gyg Gbayi Gbayi +gyi Gyele Gyele +gyl Gayil Gayil +gym Ngäbere Ngäbere +gyn Guyanese Creole English Creole English, Guyanese +gyo Gyalsumdo Gyalsumdo +gyr Guarayu Guarayu +gyy Gunya Gunya +gyz Geji Geji +gyz Gyaazi Gyaazi +gza Ganza Ganza +gzi Gazi Gazi +gzn Gane Gane +haa Hän Hän +hab Hanoi Sign Language Hanoi Sign Language +hac Gurani Gurani +had Hatam Hatam +hae Eastern Oromo Oromo, Eastern +haf Haiphong Sign Language Haiphong Sign Language +hag Hanga Hanga +hah Hahon Hahon +hai Haida Haida +haj Hajong Hajong +hak Hakka Chinese Chinese, Hakka +hal Halang Halang +ham Hewa Hewa +han Hangaza Hangaza +hao Hakö Hakö +hap Hupla Hupla +haq Ha Ha +har Harari Harari +has Haisla Haisla +hat Haitian Haitian +hat Haitian Creole Creole, Haitian +hau Hausa Hausa +hav Havu Havu +haw Hawaiian Hawaiian +hax Southern Haida Haida, Southern +hay Haya Haya +haz Hazaragi Hazaragi +hba Hamba Hamba +hbb Huba Huba +hbn Heiban Heiban +hbo Ancient Hebrew Hebrew, Ancient +hbs Serbo-Croatian Serbo-Croatian +hbu Habu Habu +hca Andaman Creole Hindi Creole Hindi, Andaman +hch Huichol Huichol +hdn Northern Haida Haida, Northern +hds Honduras Sign Language Honduras Sign Language +hdy Hadiyya Hadiyya +hea Northern Qiandong Miao Miao, Northern Qiandong +heb Hebrew Hebrew +hed Herdé Herdé +heg Helong Helong +heh Hehe Hehe +hei Heiltsuk Heiltsuk +hem Hemba Hemba +her Herero Herero +hgm Haiǁom Haiǁom +hgw Haigwai Haigwai +hhi Hoia Hoia Hoia Hoia +hhr Kerak Kerak +hhy Hoyahoya Hoyahoya +hia Lamang Lamang +hib Hibito Hibito +hid Hidatsa Hidatsa +hif Fiji Hindi Hindi, Fiji +hig Kamwe Kamwe +hih Pamosu Pamosu +hii Hinduri Hinduri +hij Hijuk Hijuk +hik Seit-Kaitetu Seit-Kaitetu +hil Hiligaynon Hiligaynon +hin Hindi Hindi +hio Tsoa Tsoa +hir Himarimã Himarimã +hit Hittite Hittite +hiw Hiw Hiw +hix Hixkaryána Hixkaryána +hji Haji Haji +hka Kahe Kahe +hke Hunde Hunde +hkh Khah Khah +hkh Poguli Poguli +hkk Hunjara-Kaina Ke Hunjara-Kaina Ke +hkn Mel-Khaonh Mel-Khaonh +hks Heung Kong Sau Yue Heung Kong Sau Yue +hks Hong Kong Sign Language Hong Kong Sign Language +hla Halia Halia +hlb Halbi Halbi +hld Halang Doan Halang Doan +hle Hlersu Hlersu +hlt Matu Chin Chin, Matu +hlu Hieroglyphic Luwian Luwian, Hieroglyphic +hma Southern Mashan Hmong Hmong, Southern Mashan +hma Southern Mashan Miao Miao, Southern Mashan +hmb Humburi Senni Songhay Songhay, Humburi Senni +hmc Central Huishui Hmong Hmong, Central Huishui +hmc Central Huishui Miao Miao, Central Huishui +hmd A-hmaos A-hmaos +hmd Da-Hua Miao Miao, Da-Hua +hmd Large Flowery Miao Miao, Large Flowery +hme Eastern Huishui Hmong Hmong, Eastern Huishui +hme Eastern Huishui Miao Miao, Eastern Huishui +hmf Hmong Don Hmong Don +hmg Southwestern Guiyang Hmong Hmong, Southwestern Guiyang +hmh Southwestern Huishui Hmong Hmong, Southwestern Huishui +hmh Southwestern Huishui Miao Miao, Southwestern Huishui +hmi Northern Huishui Hmong Hmong, Northern Huishui +hmi Northern Huishui Miao Miao, Northern Huishui +hmj Ge Ge +hmj Gejia Gejia +hmk Maek Maek +hml Luopohe Hmong Hmong, Luopohe +hml Luopohe Miao Miao, Luopohe +hmm Central Mashan Hmong Hmong, Central Mashan +hmm Central Mashan Miao Miao, Central Mashan +hmn Hmong Hmong +hmn Mong Mong +hmo Hiri Motu Hiri Motu +hmp Northern Mashan Hmong Hmong, Northern Mashan +hmp Northern Mashan Miao Miao, Northern Mashan +hmq Eastern Qiandong Miao Miao, Eastern Qiandong +hmr Hmar Hmar +hms Southern Qiandong Miao Miao, Southern Qiandong +hmt Hamtai Hamtai +hmu Hamap Hamap +hmv Hmong Dô Hmong Dô +hmw Western Mashan Hmong Hmong, Western Mashan +hmw Western Mashan Miao Miao, Western Mashan +hmy Southern Guiyang Hmong Hmong, Southern Guiyang +hmy Southern Guiyang Miao Miao, Southern Guiyang +hmz Hmong Shua Hmong Shua +hmz Sinicized Miao Miao, Sinicized +hna Mina (Cameroon) Mina (Cameroon) +hnd Southern Hindko Hindko, Southern +hne Chhattisgarhi Chhattisgarhi +hng Hungu Hungu +hnh ǁAni ǁAni +hni Hani Hani +hnj Hmong Njua Hmong Njua +hnj Mong Leng Mong Leng +hnj Mong Njua Mong Njua +hnm Hainanese Hainanese +hnn Hanunoo Hanunoo +hno Northern Hindko Hindko, Northern +hns Caribbean Hindustani Hindustani, Caribbean +hnu Hung Hung +hoa Hoava Hoava +hob Mari (Madang Province) Mari (Madang Province) +hoc Ho Ho +hod Holma Holma +hoe Horom Horom +hoh Hobyót Hobyót +hoi Holikachuk Holikachuk +hoj Hadothi Hadothi +hoj Haroti Haroti +hol Holu Holu +hom Homa Homa +hoo Holoholo Holoholo +hop Hopi Hopi +hor Horo Horo +hos Ho Chi Minh City Sign Language Ho Chi Minh City Sign Language +hot Hote Hote +hot Malê Malê +hov Hovongan Hovongan +how Honi Honi +hoy Holiya Holiya +hoz Hozo Hozo +hpo Hpon Hpon +hps Hawai'i Pidgin Sign Language Hawai'i Pidgin Sign Language +hps Hawai'i Sign Language (HSL) Hawai'i Sign Language (HSL) +hra Hrangkhol Hrangkhol +hrc Niwer Mil Niwer Mil +hre Hre Hre +hrk Haruku Haruku +hrm Horned Miao Miao, Horned +hro Haroi Haroi +hrp Nhirrpi Nhirrpi +hrt Hértevin Hértevin +hru Hruso Hruso +hrv Croatian Croatian +hrw Warwar Feni Warwar Feni +hrx Hunsrik Hunsrik +hrz Harzani Harzani +hsb Upper Sorbian Sorbian, Upper +hsh Hungarian Sign Language Hungarian Sign Language +hsl Hausa Sign Language Hausa Sign Language +hsn Xiang Chinese Chinese, Xiang +hss Harsusi Harsusi +hti Hoti Hoti +hto Minica Huitoto Huitoto, Minica +hts Hadza Hadza +htu Hitu Hitu +htx Middle Hittite Hittite, Middle +hub Huambisa Huambisa +huc ǂ'Amkhoe ǂ'Amkhoe +huc ǂHua ǂHua +hud Huaulu Huaulu +hue San Francisco Del Mar Huave Huave, San Francisco Del Mar +huf Humene Humene +hug Huachipaeri Huachipaeri +huh Huilliche Huilliche +hui Huli Huli +huj Northern Guiyang Hmong Hmong, Northern Guiyang +huj Northern Guiyang Miao Miao, Northern Guiyang +huk Hulung Hulung +hul Hula Hula +hum Hungana Hungana +hun Hungarian Hungarian +huo Hu Hu +hup Hupa Hupa +huq Tsat Tsat +hur Halkomelem Halkomelem +hus Huastec Huastec +hut Humla Humla +huu Murui Huitoto Huitoto, Murui +huv San Mateo Del Mar Huave Huave, San Mateo Del Mar +huw Hukumina Hukumina +hux Nüpode Huitoto Huitoto, Nüpode +huy Hulaulá Hulaulá +huz Hunzib Hunzib +hvc Haitian Vodoun Culture Language Haitian Vodoun Culture Language +hve San Dionisio Del Mar Huave Huave, San Dionisio Del Mar +hvk Haveke Haveke +hvn Sabu Sabu +hvv Santa María Del Mar Huave Huave, Santa María Del Mar +hwa Wané Wané +hwc Hawai'i Creole English Creole English, Hawai'i +hwc Hawai'i Pidgin Hawai'i Pidgin +hwo Hwana Hwana +hya Hya Hya +hye Armenian Armenian +hyw Western Armenian Armenian, Western +iai Iaai Iaai +ian Iatmul Iatmul +iar Purari Purari +iba Iban Iban +ibb Ibibio Ibibio +ibd Iwaidja Iwaidja +ibe Akpes Akpes +ibg Ibanag Ibanag +ibh Bih Bih +ibl Ibaloi Ibaloi +ibm Agoi Agoi +ibn Ibino Ibino +ibo Igbo Igbo +ibr Ibuoro Ibuoro +ibu Ibu Ibu +iby Ibani Ibani +ica Ede Ica Ede Ica +ich Etkywan Etkywan +icl Icelandic Sign Language Icelandic Sign Language +icr Islander Creole English Creole English, Islander +ida Idakho-Isukha-Tiriki Idakho-Isukha-Tiriki +ida Luidakho-Luisukha-Lutirichi Luidakho-Luisukha-Lutirichi +idb Indo-Portuguese Indo-Portuguese +idc Ajiya Ajiya +idc Idon Idon +idd Ede Idaca Ede Idaca +ide Idere Idere +idi Idi Idi +ido Ido Ido +idr Indri Indri +ids Idesa Idesa +idt Idaté Idaté +idu Idoma Idoma +ifa Amganad Ifugao Ifugao, Amganad +ifb Ayangan Ifugao Ifugao, Ayangan +ifb Batad Ifugao Ifugao, Batad +ife Ifè Ifè +iff Ifo Ifo +ifk Tuwali Ifugao Ifugao, Tuwali +ifm Teke-Fuumu Teke-Fuumu +ifu Mayoyao Ifugao Ifugao, Mayoyao +ify Keley-I Kallahan Kallahan, Keley-I +igb Ebira Ebira +ige Igede Igede +igg Igana Igana +igl Igala Igala +igm Kanggape Kanggape +ign Ignaciano Ignaciano +igo Isebe Isebe +igs Interglossa Interglossa +igw Igwe Igwe +ihb Iha Based Pidgin Iha Based Pidgin +ihi Ihievbe Ihievbe +ihp Iha Iha +ihw Bidhawal Bidhawal +iii Nuosu Nuosu +iii Sichuan Yi Yi, Sichuan +iin Thiin Thiin +ijc Izon Izon +ije Biseni Biseni +ijj Ede Ije Ede Ije +ijn Kalabari Kalabari +ijs Southeast Ijo Ijo, Southeast +ike Eastern Canadian Inuktitut Inuktitut, Eastern Canadian +ikh Ikhin-Arokho Ikhin-Arokho +iki Iko Iko +ikk Ika Ika +ikl Ikulu Ikulu +iko Olulumo-Ikom Olulumo-Ikom +ikp Ikpeshi Ikpeshi +ikr Ikaranggal Ikaranggal +iks Inuit Sign Language Inuit Sign Language +ikt Inuinnaqtun Inuinnaqtun +ikt Western Canadian Inuktitut Inuktitut, Western Canadian +iku Inuktitut Inuktitut +ikv Iku-Gora-Ankwa Iku-Gora-Ankwa +ikw Ikwere Ikwere +ikx Ik Ik +ikz Ikizu Ikizu +ila Ile Ape Ile Ape +ilb Ila Ila +ile Interlingue Interlingue +ile Occidental Occidental +ilg Garig-Ilgar Garig-Ilgar +ili Ili Turki Ili Turki +ilk Ilongot Ilongot +ilm Iranun (Malaysia) Iranun (Malaysia) +ilo Iloko Iloko +ilp Iranun (Philippines) Iranun (Philippines) +ils International Sign International Sign +ilu Ili'uun Ili'uun +ilv Ilue Ilue +ima Mala Malasar Malasar, Mala +imi Anamgura Anamgura +iml Miluk Miluk +imn Imonda Imonda +imo Imbongu Imbongu +imr Imroing Imroing +ims Marsian Marsian +imt Imotong Imotong +imy Milyan Milyan +ina Interlingua (International Auxiliary Language Association) Interlingua (International Auxiliary Language Association) +inb Inga Inga +ind Indonesian Indonesian +ing Degexit'an Degexit'an +inh Ingush Ingush +inj Jungle Inga Inga, Jungle +inl Indonesian Sign Language Indonesian Sign Language +inm Minaean Minaean +inn Isinai Isinai +ino Inoke-Yate Inoke-Yate +inp Iñapari Iñapari +ins Indian Sign Language Indian Sign Language +int Intha Intha +inz Ineseño Ineseño +ior Inor Inor +iou Tuma-Irumu Tuma-Irumu +iow Iowa-Oto Iowa-Oto +ipi Ipili Ipili +ipk Inupiaq Inupiaq +ipo Ipiko Ipiko +iqu Iquito Iquito +iqw Ikwo Ikwo +ire Iresim Iresim +irh Irarutu Irarutu +iri Irigwe Irigwe +iri Rigwe Rigwe +irk Iraqw Iraqw +irn Irántxe Irántxe +irr Ir Ir +iru Irula Irula +irx Kamberau Kamberau +iry Iraya Iraya +isa Isabi Isabi +isc Isconahua Isconahua +isd Isnag Isnag +ise Italian Sign Language Italian Sign Language +isg Irish Sign Language Irish Sign Language +ish Esan Esan +isi Nkem-Nkum Nkem-Nkum +isk Ishkashimi Ishkashimi +isl Icelandic Icelandic +ism Masimasi Masimasi +isn Isanzu Isanzu +iso Isoko Isoko +isr Israeli Sign Language Israeli Sign Language +ist Istriot Istriot +isu Isu (Menchum Division) Isu (Menchum Division) +isv Interslavic Interslavic +ita Italian Italian +itb Binongan Itneg Itneg, Binongan +itd Southern Tidung Tidung, Southern +ite Itene Itene +iti Inlaod Itneg Itneg, Inlaod +itk Judeo-Italian Judeo-Italian +itl Itelmen Itelmen +itm Itu Mbon Uzo Itu Mbon Uzo +ito Itonama Itonama +itr Iteri Iteri +its Isekiri Isekiri +itt Maeng Itneg Itneg, Maeng +itv Itawit Itawit +itw Ito Ito +itx Itik Itik +ity Moyadan Itneg Itneg, Moyadan +itz Itzá Itzá +ium Iu Mien Mien, Iu +ivb Ibatan Ibatan +ivv Ivatan Ivatan +iwk I-Wak I-Wak +iwm Iwam Iwam +iwo Iwur Iwur +iws Sepik Iwam Iwam, Sepik +ixc Ixcatec Ixcatec +ixl Ixil Ixil +iya Iyayu Iyayu +iyo Mesaka Mesaka +iyx Yaka (Congo) Yaka (Congo) +izh Ingrian Ingrian +izm Kizamani Kizamani +izr Izere Izere +izz Izii Izii +jaa Jamamadí Jamamadí +jab Hyam Hyam +jac Jakalteko Jakalteko +jac Popti' Popti' +jad Jahanka Jahanka +jae Yabem Yabem +jaf Jara Jara +jah Jah Hut Jah Hut +jaj Zazao Zazao +jak Jakun Jakun +jal Yalahatan Yalahatan +jam Jamaican Creole English Creole English, Jamaican +jan Jandai Jandai +jao Yanyuwa Yanyuwa +jaq Yaqay Yaqay +jas New Caledonian Javanese Javanese, New Caledonian +jat Jakati Jakati +jau Yaur Yaur +jav Javanese Javanese +jax Jambi Malay Malay, Jambi +jay Nhangu Nhangu +jay Yan-nhangu Yan-nhangu +jaz Jawe Jawe +jbe Judeo-Berber Judeo-Berber +jbi Badjiri Badjiri +jbj Arandai Arandai +jbk Barikewa Barikewa +jbm Bijim Bijim +jbn Nafusi Nafusi +jbo Lojban Lojban +jbr Jofotek-Bromnya Jofotek-Bromnya +jbt Jabutí Jabutí +jbu Jukun Takum Jukun Takum +jbw Yawijibaya Yawijibaya +jcs Jamaican Country Sign Language Jamaican Country Sign Language +jct Krymchak Krymchak +jda Jad Jad +jdg Jadgali Jadgali +jdt Judeo-Tat Judeo-Tat +jeb Jebero Jebero +jee Jerung Jerung +jeh Jeh Jeh +jei Yei Yei +jek Jeri Kuo Jeri Kuo +jel Yelmek Yelmek +jen Dza Dza +jer Jere Jere +jet Manem Manem +jeu Jonkor Bourmataguil Jonkor Bourmataguil +jgb Ngbee Ngbee +jge Judeo-Georgian Judeo-Georgian +jgk Gwak Gwak +jgo Ngomba Ngomba +jhi Jehai Jehai +jhs Jhankot Sign Language Jhankot Sign Language +jia Jina Jina +jib Jibu Jibu +jic Tol Tol +jid Bu (Kaduna State) Bu (Kaduna State) +jie Jilbe Jilbe +jig Djingili Djingili +jig Jingulu Jingulu +jih Shangzhai Shangzhai +jih sTodsde sTodsde +jii Jiiddu Jiiddu +jil Jilim Jilim +jim Jimi (Cameroon) Jimi (Cameroon) +jio Jiamao Jiamao +jiq Guanyinqiao Guanyinqiao +jiq Lavrung Lavrung +jit Jita Jita +jiu Youle Jinuo Jinuo, Youle +jiv Shuar Shuar +jiy Buyuan Jinuo Jinuo, Buyuan +jje Jejueo Jejueo +jjr Bankal Bankal +jka Kaera Kaera +jkm Mobwa Karen Karen, Mobwa +jko Kubo Kubo +jkp Paku Karen Karen, Paku +jkr Koro (India) Koro (India) +jks Amami Koniya Sign Language Amami Koniya Sign Language +jku Labir Labir +jle Ngile Ngile +jls Jamaican Sign Language Jamaican Sign Language +jma Dima Dima +jmb Zumbun Zumbun +jmc Machame Machame +jmd Yamdena Yamdena +jmi Jimi (Nigeria) Jimi (Nigeria) +jml Jumli Jumli +jmn Makuri Naga Naga, Makuri +jmr Kamara Kamara +jms Mashi (Nigeria) Mashi (Nigeria) +jmw Mouwase Mouwase +jmx Western Juxtlahuaca Mixtec Mixtec, Western Juxtlahuaca +jna Jangshung Jangshung +jnd Jandavra Jandavra +jng Yangman Yangman +jni Janji Janji +jnj Yemsa Yemsa +jnl Rawat Rawat +jns Jaunsari Jaunsari +job Joba Joba +jod Wojenaka Wojenaka +jog Jogi Jogi +jor Jorá Jorá +jos Jordanian Sign Language Jordanian Sign Language +jow Jowulu Jowulu +jpa Jewish Palestinian Aramaic Aramaic, Jewish Palestinian +jpn Japanese Japanese +jpr Judeo-Persian Judeo-Persian +jqr Jaqaru Jaqaru +jra Jarai Jarai +jrb Judeo-Arabic Judeo-Arabic +jrr Jiru Jiru +jrt Jakattoe Jakattoe +jru Japrería Japrería +jsl Japanese Sign Language Japanese Sign Language +jua Júma Júma +jub Wannu Wannu +juc Jurchen Jurchen +jud Worodougou Worodougou +juh Hõne Hõne +jui Ngadjuri Ngadjuri +juk Wapan Wapan +jul Jirel Jirel +jum Jumjum Jumjum +jun Juang Juang +juo Jiba Jiba +jup Hupdë Hupdë +jur Jurúna Jurúna +jus Jumla Sign Language Jumla Sign Language +jut Jutish Jutish +juu Ju Ju +juw Wãpha Wãpha +juy Juray Juray +jvd Javindo Javindo +jvn Caribbean Javanese Javanese, Caribbean +jwi Jwira-Pepesa Jwira-Pepesa +jya Jiarong Jiarong +jye Judeo-Yemeni Arabic Arabic, Judeo-Yemeni +jyy Jaya Jaya +kaa Karakalpak Karakalpak +kaa Kara-Kalpak Kara-Kalpak +kab Kabyle Kabyle +kac Jingpho Jingpho +kac Kachin Kachin +kad Adara Adara +kae Ketangalan Ketangalan +kaf Katso Katso +kag Kajaman Kajaman +kah Kara (Central African Republic) Kara (Central African Republic) +kai Karekare Karekare +kaj Jju Jju +kak Kalanguya Kalanguya +kak Kayapa Kallahan Kallahan, Kayapa +kal Greenlandic Greenlandic +kal Kalaallisut Kalaallisut +kam Kamba (Kenya) Kamba (Kenya) +kan Kannada Kannada +kao Xaasongaxango Xaasongaxango +kap Bezhta Bezhta +kaq Capanahua Capanahua +kas Kashmiri Kashmiri +kat Georgian Georgian +kau Kanuri Kanuri +kav Katukína Katukína +kaw Kawi Kawi +kax Kao Kao +kay Kamayurá Kamayurá +kaz Kazakh Kazakh +kba Kalarko Kalarko +kbb Kaxuiâna Kaxuiâna +kbc Kadiwéu Kadiwéu +kbd Kabardian Kabardian +kbe Kanju Kanju +kbg Khamba Khamba +kbh Camsá Camsá +kbi Kaptiau Kaptiau +kbj Kari Kari +kbk Grass Koiari Koiari, Grass +kbl Kanembu Kanembu +kbm Iwal Iwal +kbn Kare (Central African Republic) Kare (Central African Republic) +kbo Keliko Keliko +kbp Kabiyè Kabiyè +kbq Kamano Kamano +kbr Kafa Kafa +kbs Kande Kande +kbt Abadi Abadi +kbu Kabutra Kabutra +kbv Dera (Indonesia) Dera (Indonesia) +kbw Kaiep Kaiep +kbx Ap Ma Ap Ma +kby Manga Kanuri Kanuri, Manga +kbz Duhwa Duhwa +kca Khanty Khanty +kcb Kawacha Kawacha +kcc Lubila Lubila +kcd Ngkâlmpw Kanum Kanum, Ngkâlmpw +kce Kaivi Kaivi +kcf Ukaan Ukaan +kcg Tyap Tyap +kch Vono Vono +kci Kamantan Kamantan +kci Ngyian Ngyian +kcj Kobiana Kobiana +kck Kalanga Kalanga +kcl Kala Kala +kcl Kela (Papua New Guinea) Kela (Papua New Guinea) +kcm Gula (Central African Republic) Gula (Central African Republic) +kcn Nubi Nubi +kco Kinalakna Kinalakna +kcp Kanga Kanga +kcq Kamo Kamo +kcr Katla Katla +kcs Koenoem Koenoem +kct Kaian Kaian +kcu Kami (Tanzania) Kami (Tanzania) +kcv Kete Kete +kcw Kabwari Kabwari +kcx Kachama-Ganjule Kachama-Ganjule +kcy Korandje Korandje +kcz Konongo Konongo +kda Worimi Worimi +kdc Kutu Kutu +kdd Yankunytjatjara Yankunytjatjara +kde Makonde Makonde +kdf Mamusi Mamusi +kdg Seba Seba +kdh Tem Tem +kdi Kumam Kumam +kdj Karamojong Karamojong +kdk Kwényi Kwényi +kdk Numèè Numèè +kdl Tsikimba Tsikimba +kdm Kagoma Kagoma +kdn Kunda Kunda +kdp Kaningdon-Nindem Kaningdon-Nindem +kdq Koch Koch +kdr Karaim Karaim +kdt Kuy Kuy +kdu Kadaru Kadaru +kdw Koneraw Koneraw +kdx Kam Kam +kdy Keder Keder +kdy Keijar Keijar +kdz Kwaja Kwaja +kea Kabuverdianu Kabuverdianu +keb Kélé Kélé +kec Keiga Keiga +ked Kerewe Kerewe +kee Eastern Keres Keres, Eastern +kef Kpessi Kpessi +keg Tese Tese +keh Keak Keak +kei Kei Kei +kej Kadar Kadar +kek Kekchí Kekchí +kel Kela (Democratic Republic of Congo) Kela (Democratic Republic of Congo) +kem Kemak Kemak +ken Kenyang Kenyang +keo Kakwa Kakwa +kep Kaikadi Kaikadi +keq Kamar Kamar +ker Kera Kera +kes Kugbo Kugbo +ket Ket Ket +keu Akebu Akebu +kev Kanikkaran Kanikkaran +kew West Kewa Kewa, West +kex Kukna Kukna +key Kupia Kupia +kez Kukele Kukele +kfa Kodava Kodava +kfb Northwestern Kolami Kolami, Northwestern +kfc Konda-Dora Konda-Dora +kfd Korra Koraga Koraga, Korra +kfe Kota (India) Kota (India) +kff Koya Koya +kfg Kudiya Kudiya +kfh Kurichiya Kurichiya +kfi Kannada Kurumba Kurumba, Kannada +kfj Kemiehua Kemiehua +kfk Kinnauri Kinnauri +kfl Kung Kung +kfm Khunsari Khunsari +kfn Kuk Kuk +kfo Koro (Côte d'Ivoire) Koro (Côte d'Ivoire) +kfp Korwa Korwa +kfq Korku Korku +kfr Kachhi Kachhi +kfr Kutchi Kutchi +kfs Bilaspuri Bilaspuri +kft Kanjari Kanjari +kfu Katkari Katkari +kfv Kurmukar Kurmukar +kfw Kharam Naga Naga, Kharam +kfx Kullu Pahari Pahari, Kullu +kfy Kumaoni Kumaoni +kfz Koromfé Koromfé +kga Koyaga Koyaga +kgb Kawe Kawe +kge Komering Komering +kgf Kube Kube +kgg Kusunda Kusunda +kgi Selangor Sign Language Selangor Sign Language +kgj Gamale Kham Kham, Gamale +kgk Kaiwá Kaiwá +kgl Kunggari Kunggari +kgn Karingani Karingani +kgo Krongo Krongo +kgp Kaingang Kaingang +kgq Kamoro Kamoro +kgr Abun Abun +kgs Kumbainggar Kumbainggar +kgt Somyev Somyev +kgu Kobol Kobol +kgv Karas Karas +kgw Karon Dori Karon Dori +kgx Kamaru Kamaru +kgy Kyerung Kyerung +kha Khasi Khasi +khb Lü Lü +khc Tukang Besi North Tukang Besi North +khd Bädi Kanum Kanum, Bädi +khe Korowai Korowai +khf Khuen Khuen +khg Khams Tibetan Tibetan, Khams +khh Kehu Kehu +khj Kuturmi Kuturmi +khk Halh Mongolian Mongolian, Halh +khl Lusi Lusi +khm Central Khmer Khmer, Central +khm Khmer Khmer +khn Khandesi Khandesi +kho Khotanese Khotanese +kho Sakan Sakan +khp Kapauri Kapauri +khp Kapori Kapori +khq Koyra Chiini Songhay Songhay, Koyra Chiini +khr Kharia Kharia +khs Kasua Kasua +kht Khamti Khamti +khu Nkhumbi Nkhumbi +khv Khvarshi Khvarshi +khw Khowar Khowar +khx Kanu Kanu +khy Kele (Democratic Republic of Congo) Kele (Democratic Republic of Congo) +khz Keapara Keapara +kia Kim Kim +kib Koalib Koalib +kic Kickapoo Kickapoo +kid Koshin Koshin +kie Kibet Kibet +kif Eastern Parbate Kham Kham, Eastern Parbate +kig Kimaama Kimaama +kig Kimaghima Kimaghima +kih Kilmeri Kilmeri +kii Kitsai Kitsai +kij Kilivila Kilivila +kik Gikuyu Gikuyu +kik Kikuyu Kikuyu +kil Kariya Kariya +kim Karagas Karagas +kin Kinyarwanda Kinyarwanda +kio Kiowa Kiowa +kip Sheshi Kham Kham, Sheshi +kiq Kosadle Kosadle +kiq Kosare Kosare +kir Kirghiz Kirghiz +kir Kyrgyz Kyrgyz +kis Kis Kis +kit Agob Agob +kiu Kirmanjki (individual language) Kirmanjki (individual language) +kiv Kimbu Kimbu +kiw Northeast Kiwai Kiwai, Northeast +kix Khiamniungan Naga Naga, Khiamniungan +kiy Kirikiri Kirikiri +kiz Kisi Kisi +kja Mlap Mlap +kjb Kanjobal Kanjobal +kjb Q'anjob'al Q'anjob'al +kjc Coastal Konjo Konjo, Coastal +kjd Southern Kiwai Kiwai, Southern +kje Kisar Kisar +kjg Khmu Khmu +kjh Khakas Khakas +kji Zabana Zabana +kjj Khinalugh Khinalugh +kjk Highland Konjo Konjo, Highland +kjl Western Parbate Kham Kham, Western Parbate +kjm Kháng Kháng +kjn Kunjen Kunjen +kjo Harijan Kinnauri Kinnauri, Harijan +kjp Pwo Eastern Karen Karen, Pwo Eastern +kjq Western Keres Keres, Western +kjr Kurudu Kurudu +kjs East Kewa Kewa, East +kjt Phrae Pwo Karen Karen, Phrae Pwo +kju Kashaya Kashaya +kjv Kaikavian Literary Language Kaikavian Literary Language +kjx Ramopa Ramopa +kjy Erave Erave +kjz Bumthangkha Bumthangkha +kka Kakanda Kakanda +kkb Kwerisa Kwerisa +kkc Odoodee Odoodee +kkd Kinuku Kinuku +kke Kakabe Kakabe +kkf Kalaktang Monpa Monpa, Kalaktang +kkg Mabaka Valley Kalinga Kalinga, Mabaka Valley +kkh Khün Khün +kki Kagulu Kagulu +kkj Kako Kako +kkk Kokota Kokota +kkl Kosarek Yale Yale, Kosarek +kkm Kiong Kiong +kkn Kon Keu Kon Keu +kko Karko Karko +kkp Gugubera Gugubera +kkp Koko-Bera Koko-Bera +kkq Kaeku Kaeku +kkr Kir-Balar Kir-Balar +kks Giiwo Giiwo +kkt Koi Koi +kku Tumi Tumi +kkv Kangean Kangean +kkw Teke-Kukuya Teke-Kukuya +kkx Kohin Kohin +kky Guguyimidjir Guguyimidjir +kky Guugu Yimidhirr Guugu Yimidhirr +kkz Kaska Kaska +kla Klamath-Modoc Klamath-Modoc +klb Kiliwa Kiliwa +klc Kolbila Kolbila +kld Gamilaraay Gamilaraay +kle Kulung (Nepal) Kulung (Nepal) +klf Kendeje Kendeje +klg Tagakaulo Tagakaulo +klh Weliki Weliki +kli Kalumpang Kalumpang +klj Khalaj Khalaj +klk Kono (Nigeria) Kono (Nigeria) +kll Kagan Kalagan Kalagan, Kagan +klm Migum Migum +kln Kalenjin Kalenjin +klo Kapya Kapya +klp Kamasa Kamasa +klq Rumu Rumu +klr Khaling Khaling +kls Kalasha Kalasha +klt Nukna Nukna +klu Klao Klao +klv Maskelynes Maskelynes +klw Lindu Lindu +klw Tado Tado +klx Koluwawa Koluwawa +kly Kalao Kalao +klz Kabola Kabola +kma Konni Konni +kmb Kimbundu Kimbundu +kmc Southern Dong Dong, Southern +kmd Majukayang Kalinga Kalinga, Majukayang +kme Bakole Bakole +kmf Kare (Papua New Guinea) Kare (Papua New Guinea) +kmg Kâte Kâte +kmh Kalam Kalam +kmi Kami (Nigeria) Kami (Nigeria) +kmj Kumarbhag Paharia Kumarbhag Paharia +kmk Limos Kalinga Kalinga, Limos +kml Tanudan Kalinga Kalinga, Tanudan +kmm Kom (India) Kom (India) +kmn Awtuw Awtuw +kmo Kwoma Kwoma +kmp Gimme Gimme +kmq Kwama Kwama +kmr Northern Kurdish Kurdish, Northern +kms Kamasau Kamasau +kmt Kemtuik Kemtuik +kmu Kanite Kanite +kmv Karipúna Creole French Creole French, Karipúna +kmw Komo (Democratic Republic of Congo) Komo (Democratic Republic of Congo) +kmx Waboda Waboda +kmy Koma Koma +kmz Khorasani Turkish Khorasani Turkish +kna Dera (Nigeria) Dera (Nigeria) +knb Lubuagan Kalinga Kalinga, Lubuagan +knc Central Kanuri Kanuri, Central +knd Konda Konda +kne Kankanaey Kankanaey +knf Mankanya Mankanya +kng Koongo Koongo +kni Kanufi Kanufi +knj Western Kanjobal Kanjobal, Western +knk Kuranko Kuranko +knl Keninjal Keninjal +knm Kanamarí Kanamarí +knn Konkani (individual language) Konkani (individual language) +kno Kono (Sierra Leone) Kono (Sierra Leone) +knp Kwanja Kwanja +knq Kintaq Kintaq +knr Kaningra Kaningra +kns Kensiu Kensiu +knt Panoan Katukína Katukína, Panoan +knu Kono (Guinea) Kono (Guinea) +knv Tabo Tabo +knw Kung-Ekoka Kung-Ekoka +knx Kendayan Kendayan +knx Salako Salako +kny Kanyok Kanyok +knz Kalamsé Kalamsé +koa Konomala Konomala +koc Kpati Kpati +kod Kodi Kodi +koe Kacipo-Bale Suri Suri, Kacipo-Bale +kof Kubi Kubi +kog Cogui Cogui +kog Kogi Kogi +koh Koyo Koyo +koi Komi-Permyak Komi-Permyak +kok Konkani (macrolanguage) Konkani (macrolanguage) +kol Kol (Papua New Guinea) Kol (Papua New Guinea) +kom Komi Komi +kon Kongo Kongo +koo Konzo Konzo +kop Waube Waube +koq Kota (Gabon) Kota (Gabon) +kor Korean Korean +kos Kosraean Kosraean +kot Lagwan Lagwan +kou Koke Koke +kov Kudu-Camo Kudu-Camo +kow Kugama Kugama +koy Koyukon Koyukon +koz Korak Korak +kpa Kutto Kutto +kpb Mullu Kurumba Kurumba, Mullu +kpc Curripaco Curripaco +kpd Koba Koba +kpe Kpelle Kpelle +kpf Komba Komba +kpg Kapingamarangi Kapingamarangi +kph Kplang Kplang +kpi Kofei Kofei +kpj Karajá Karajá +kpk Kpan Kpan +kpl Kpala Kpala +kpm Koho Koho +kpn Kepkiriwát Kepkiriwát +kpo Ikposo Ikposo +kpq Korupun-Sela Korupun-Sela +kpr Korafe-Yegha Korafe-Yegha +kps Tehit Tehit +kpt Karata Karata +kpu Kafoa Kafoa +kpv Komi-Zyrian Komi-Zyrian +kpw Kobon Kobon +kpx Mountain Koiali Koiali, Mountain +kpy Koryak Koryak +kpz Kupsabiny Kupsabiny +kqa Mum Mum +kqb Kovai Kovai +kqc Doromu-Koki Doromu-Koki +kqd Koy Sanjaq Surat Koy Sanjaq Surat +kqe Kalagan Kalagan +kqf Kakabai Kakabai +kqg Khe Khe +kqh Kisankasa Kisankasa +kqi Koitabu Koitabu +kqj Koromira Koromira +kqk Kotafon Gbe Gbe, Kotafon +kql Kyenele Kyenele +kqm Khisa Khisa +kqn Kaonde Kaonde +kqo Eastern Krahn Krahn, Eastern +kqp Kimré Kimré +kqq Krenak Krenak +kqr Kimaragang Kimaragang +kqs Northern Kissi Kissi, Northern +kqt Klias River Kadazan Kadazan, Klias River +kqu Seroa Seroa +kqv Okolod Okolod +kqw Kandas Kandas +kqx Mser Mser +kqy Koorete Koorete +kqz Korana Korana +kra Kumhali Kumhali +krb Karkin Karkin +krc Karachay-Balkar Karachay-Balkar +krd Kairui-Midiki Kairui-Midiki +kre Panará Panará +krf Koro (Vanuatu) Koro (Vanuatu) +krh Kurama Kurama +kri Krio Krio +krj Kinaray-A Kinaray-A +krk Kerek Kerek +krl Karelian Karelian +krn Sapo Sapo +krp Durop Durop +krr Krung Krung +krs Gbaya (Sudan) Gbaya (Sudan) +krt Tumari Kanuri Kanuri, Tumari +kru Kurukh Kurukh +krv Kavet Kavet +krw Western Krahn Krahn, Western +krx Karon Karon +kry Kryts Kryts +krz Sota Kanum Kanum, Sota +ksb Shambala Shambala +ksc Southern Kalinga Kalinga, Southern +ksd Kuanua Kuanua +kse Kuni Kuni +ksf Bafia Bafia +ksg Kusaghe Kusaghe +ksh Kölsch Kölsch +ksi I'saka I'saka +ksi Krisa Krisa +ksj Uare Uare +ksk Kansa Kansa +ksl Kumalu Kumalu +ksm Kumba Kumba +ksn Kasiguranin Kasiguranin +kso Kofa Kofa +ksp Kaba Kaba +ksq Kwaami Kwaami +ksr Borong Borong +kss Southern Kisi Kisi, Southern +kst Winyé Winyé +ksu Khamyang Khamyang +ksv Kusu Kusu +ksw S'gaw Karen Karen, S'gaw +ksx Kedang Kedang +ksy Kharia Thar Kharia Thar +ksz Kodaku Kodaku +kta Katua Katua +ktb Kambaata Kambaata +ktc Kholok Kholok +ktd Kokata Kokata +ktd Kukatha Kukatha +kte Nubri Nubri +ktf Kwami Kwami +ktg Kalkutung Kalkutung +kth Karanga Karanga +kti North Muyu Muyu, North +ktj Plapo Krumen Krumen, Plapo +ktk Kaniet Kaniet +ktl Koroshi Koroshi +ktm Kurti Kurti +ktn Karitiâna Karitiâna +kto Kuot Kuot +ktp Kaduo Kaduo +ktq Katabaga Katabaga +kts South Muyu Muyu, South +ktt Ketum Ketum +ktu Kituba (Democratic Republic of Congo) Kituba (Democratic Republic of Congo) +ktv Eastern Katu Katu, Eastern +ktw Kato Kato +ktx Kaxararí Kaxararí +kty Kango (Bas-Uélé District) Kango (Bas-Uélé District) +ktz Juǀʼhoan Juǀʼhoan +ktz Juǀʼhoansi Juǀʼhoansi +kua Kuanyama Kuanyama +kua Kwanyama Kwanyama +kub Kutep Kutep +kuc Kwinsu Kwinsu +kud 'Auhelawa 'Auhelawa +kue Kuman (Papua New Guinea) Kuman (Papua New Guinea) +kuf Western Katu Katu, Western +kug Kupa Kupa +kuh Kushi Kushi +kui Kalapalo Kalapalo +kui Kuikúro-Kalapálo Kuikúro-Kalapálo +kuj Kuria Kuria +kuk Kepo' Kepo' +kul Kulere Kulere +kum Kumyk Kumyk +kun Kunama Kunama +kuo Kumukio Kumukio +kup Kunimaipa Kunimaipa +kuq Karipuna Karipuna +kur Kurdish Kurdish +kus Kusaal Kusaal +kut Kutenai Kutenai +kuu Upper Kuskokwim Kuskokwim, Upper +kuv Kur Kur +kuw Kpagua Kpagua +kux Kukatja Kukatja +kuy Kuuku-Ya'u Kuuku-Ya'u +kuz Kunza Kunza +kva Bagvalal Bagvalal +kvb Kubu Kubu +kvc Kove Kove +kvd Kui (Indonesia) Kui (Indonesia) +kve Kalabakan Kalabakan +kvf Kabalai Kabalai +kvg Kuni-Boazi Kuni-Boazi +kvh Komodo Komodo +kvi Kwang Kwang +kvj Psikye Psikye +kvk Korean Sign Language Korean Sign Language +kvl Kayaw Kayaw +kvm Kendem Kendem +kvn Border Kuna Kuna, Border +kvo Dobel Dobel +kvp Kompane Kompane +kvq Geba Karen Karen, Geba +kvr Kerinci Kerinci +kvt Lahta Lahta +kvt Lahta Karen Karen, Lahta +kvu Yinbaw Karen Karen, Yinbaw +kvv Kola Kola +kvw Wersing Wersing +kvx Parkari Koli Koli, Parkari +kvy Yintale Yintale +kvy Yintale Karen Karen, Yintale +kvz Tsakwambo Tsakwambo +kvz Tsaukambo Tsaukambo +kwa Dâw Dâw +kwb Kwa Kwa +kwc Likwala Likwala +kwd Kwaio Kwaio +kwe Kwerba Kwerba +kwf Kwara'ae Kwara'ae +kwg Sara Kaba Deme Sara Kaba Deme +kwh Kowiai Kowiai +kwi Awa-Cuaiquer Awa-Cuaiquer +kwj Kwanga Kwanga +kwk Kwakiutl Kwakiutl +kwk Kwak'wala Kwak'wala +kwl Kofyar Kofyar +kwm Kwambi Kwambi +kwn Kwangali Kwangali +kwo Kwomtari Kwomtari +kwp Kodia Kodia +kwr Kwer Kwer +kws Kwese Kwese +kwt Kwesten Kwesten +kwu Kwakum Kwakum +kwv Sara Kaba Náà Sara Kaba Náà +kww Kwinti Kwinti +kwx Khirwar Khirwar +kwy San Salvador Kongo Kongo, San Salvador +kwz Kwadi Kwadi +kxa Kairiru Kairiru +kxb Krobu Krobu +kxc Khonso Khonso +kxc Konso Konso +kxd Brunei Brunei +kxf Manumanaw Manumanaw +kxf Manumanaw Karen Karen, Manumanaw +kxh Karo (Ethiopia) Karo (Ethiopia) +kxi Keningau Murut Murut, Keningau +kxj Kulfa Kulfa +kxk Zayein Karen Karen, Zayein +kxm Northern Khmer Khmer, Northern +kxn Kanowit-Tanjong Melanau Melanau, Kanowit-Tanjong +kxo Kanoé Kanoé +kxp Wadiyara Koli Koli, Wadiyara +kxq Smärky Kanum Kanum, Smärky +kxr Koro (Papua New Guinea) Koro (Papua New Guinea) +kxs Kangjia Kangjia +kxt Koiwat Koiwat +kxv Kuvi Kuvi +kxw Konai Konai +kxx Likuba Likuba +kxy Kayong Kayong +kxz Kerewo Kerewo +kya Kwaya Kwaya +kyb Butbut Kalinga Kalinga, Butbut +kyc Kyaka Kyaka +kyd Karey Karey +kye Krache Krache +kyf Kouya Kouya +kyg Keyagana Keyagana +kyh Karok Karok +kyi Kiput Kiput +kyj Karao Karao +kyk Kamayo Kamayo +kyl Kalapuya Kalapuya +kym Kpatili Kpatili +kyn Northern Binukidnon Binukidnon, Northern +kyo Kelon Kelon +kyp Kang Kang +kyq Kenga Kenga +kyr Kuruáya Kuruáya +kys Baram Kayan Kayan, Baram +kyt Kayagar Kayagar +kyu Western Kayah Kayah, Western +kyv Kayort Kayort +kyw Kudmali Kudmali +kyx Rapoisi Rapoisi +kyy Kambaira Kambaira +kyz Kayabí Kayabí +kza Western Karaboro Karaboro, Western +kzb Kaibobo Kaibobo +kzc Bondoukou Kulango Kulango, Bondoukou +kzd Kadai Kadai +kze Kosena Kosena +kzf Da'a Kaili Kaili, Da'a +kzg Kikai Kikai +kzi Kelabit Kelabit +kzk Kazukuru Kazukuru +kzl Kayeli Kayeli +kzm Kais Kais +kzn Kokola Kokola +kzo Kaningi Kaningi +kzp Kaidipang Kaidipang +kzq Kaike Kaike +kzr Karang Karang +kzs Sugut Dusun Dusun, Sugut +kzu Kayupulau Kayupulau +kzv Komyandaret Komyandaret +kzw Karirí-Xocó Karirí-Xocó +kzx Kamarian Kamarian +kzy Kango (Tshopo District) Kango (Tshopo District) +kzz Kalabra Kalabra +laa Southern Subanen Subanen, Southern +lab Linear A Linear A +lac Lacandon Lacandon +lad Ladino Ladino +lae Pattani Pattani +laf Lafofa Lafofa +lag Rangi Rangi +lah Lahnda Lahnda +lai Lambya Lambya +laj Lango (Uganda) Lango (Uganda) +lal Lalia Lalia +lam Lamba Lamba +lan Laru Laru +lao Lao Lao +lap Laka (Chad) Laka (Chad) +laq Qabiao Qabiao +lar Larteh Larteh +las Lama (Togo) Lama (Togo) +lat Latin Latin +lau Laba Laba +lav Latvian Latvian +law Lauje Lauje +lax Tiwa Tiwa +lay Lama Bai Bai, Lama +laz Aribwatsa Aribwatsa +lbb Label Label +lbc Lakkia Lakkia +lbe Lak Lak +lbf Tinani Tinani +lbg Laopang Laopang +lbi La'bi La'bi +lbj Ladakhi Ladakhi +lbk Central Bontok Bontok, Central +lbl Libon Bikol Bikol, Libon +lbm Lodhi Lodhi +lbn Rmeet Rmeet +lbo Laven Laven +lbq Wampar Wampar +lbr Lohorung Lohorung +lbs Libyan Sign Language Libyan Sign Language +lbt Lachi Lachi +lbu Labu Labu +lbv Lavatbura-Lamusong Lavatbura-Lamusong +lbw Tolaki Tolaki +lbx Lawangan Lawangan +lby Lamalama Lamalama +lby Lamu-Lamu Lamu-Lamu +lbz Lardil Lardil +lcc Legenyem Legenyem +lcd Lola Lola +lce Loncong Loncong +lce Sekak Sekak +lcf Lubu Lubu +lch Luchazi Luchazi +lcl Lisela Lisela +lcm Tungag Tungag +lcp Western Lawa Lawa, Western +lcq Luhu Luhu +lcs Lisabata-Nuniali Lisabata-Nuniali +lda Kla-Dan Kla-Dan +ldb Dũya Dũya +ldd Luri Luri +ldg Lenyima Lenyima +ldh Lamja-Dengsa-Tola Lamja-Dengsa-Tola +ldi Laari Laari +ldj Lemoro Lemoro +ldk Leelau Leelau +ldl Kaan Kaan +ldm Landoma Landoma +ldn Láadan Láadan +ldo Loo Loo +ldp Tso Tso +ldq Lufu Lufu +lea Lega-Shabunda Lega-Shabunda +leb Lala-Bisa Lala-Bisa +lec Leco Leco +led Lendu Lendu +lee Lyélé Lyélé +lef Lelemi Lelemi +leh Lenje Lenje +lei Lemio Lemio +lej Lengola Lengola +lek Leipon Leipon +lel Lele (Democratic Republic of Congo) Lele (Democratic Republic of Congo) +lem Nomaande Nomaande +len Lenca Lenca +leo Leti (Cameroon) Leti (Cameroon) +lep Lepcha Lepcha +leq Lembena Lembena +ler Lenkau Lenkau +les Lese Lese +let Amio-Gelimi Amio-Gelimi +let Lesing-Gelimi Lesing-Gelimi +leu Kara (Papua New Guinea) Kara (Papua New Guinea) +lev Lamma Lamma +lew Ledo Kaili Kaili, Ledo +lex Luang Luang +ley Lemolang Lemolang +lez Lezghian Lezghian +lfa Lefa Lefa +lfn Lingua Franca Nova Lingua Franca Nova +lga Lungga Lungga +lgb Laghu Laghu +lgg Lugbara Lugbara +lgh Laghuu Laghuu +lgi Lengilu Lengilu +lgk Lingarak Lingarak +lgk Neverver Neverver +lgl Wala Wala +lgm Lega-Mwenga Lega-Mwenga +lgn Opuuo Opuuo +lgn T'apo T'apo +lgo Lango (South Sudan) Lango (South Sudan) +lgq Logba Logba +lgr Lengo Lengo +lgs Guinea-Bissau Sign Language Guinea-Bissau Sign Language +lgs Língua Gestual Guineense Língua Gestual Guineense +lgt Pahi Pahi +lgu Longgu Longgu +lgz Ligenza Ligenza +lha Laha (Viet Nam) Laha (Viet Nam) +lhh Laha (Indonesia) Laha (Indonesia) +lhi Lahu Shi Lahu Shi +lhl Lahul Lohar Lohar, Lahul +lhm Lhomi Lhomi +lhn Lahanan Lahanan +lhp Lhokpu Lhokpu +lhs Mlahsö Mlahsö +lht Lo-Toga Lo-Toga +lhu Lahu Lahu +lia West-Central Limba Limba, West-Central +lib Likum Likum +lic Hlai Hlai +lid Nyindrou Nyindrou +lie Likila Likila +lif Limbu Limbu +lig Ligbi Ligbi +lih Lihir Lihir +lij Ligurian Ligurian +lik Lika Lika +lil Lillooet Lillooet +lim Limburgan Limburgan +lim Limburger Limburger +lim Limburgish Limburgish +lin Lingala Lingala +lio Liki Liki +lip Sekpele Sekpele +liq Libido Libido +lir Liberian English English, Liberian +lis Lisu Lisu +lit Lithuanian Lithuanian +liu Logorik Logorik +liv Liv Liv +liw Col Col +lix Liabuku Liabuku +liy Banda-Bambari Banda-Bambari +liz Libinza Libinza +lja Golpa Golpa +lje Rampi Rampi +lji Laiyolo Laiyolo +ljl Li'o Li'o +ljp Lampung Api Lampung Api +ljw Yirandali Yirandali +ljx Yuru Yuru +lka Lakalei Lakalei +lkb Kabras Kabras +lkb Lukabaras Lukabaras +lkc Kucong Kucong +lkd Lakondê Lakondê +lke Kenyi Kenyi +lkh Lakha Lakha +lki Laki Laki +lkj Remun Remun +lkl Laeko-Libuat Laeko-Libuat +lkm Kalaamaya Kalaamaya +lkn Lakon Lakon +lkn Vure Vure +lko Khayo Khayo +lko Olukhayo Olukhayo +lkr Päri Päri +lks Kisa Kisa +lks Olushisa Olushisa +lkt Lakota Lakota +lku Kungkari Kungkari +lky Lokoya Lokoya +lla Lala-Roba Lala-Roba +llb Lolo Lolo +llc Lele (Guinea) Lele (Guinea) +lld Ladin Ladin +lle Lele (Papua New Guinea) Lele (Papua New Guinea) +llf Hermit Hermit +llg Lole Lole +llh Lamu Lamu +lli Teke-Laali Teke-Laali +llj Ladji Ladji Ladji Ladji +llk Lelak Lelak +lll Lilau Lilau +llm Lasalimu Lasalimu +lln Lele (Chad) Lele (Chad) +llp North Efate Efate, North +llq Lolak Lolak +lls Lithuanian Sign Language Lithuanian Sign Language +llu Lau Lau +llx Lauan Lauan +lma East Limba Limba, East +lmb Merei Merei +lmc Limilngan Limilngan +lmd Lumun Lumun +lme Pévé Pévé +lmf South Lembata Lembata, South +lmg Lamogai Lamogai +lmh Lambichhong Lambichhong +lmi Lombi Lombi +lmj West Lembata Lembata, West +lmk Lamkang Lamkang +lml Hano Hano +lmn Lambadi Lambadi +lmo Lombard Lombard +lmp Limbum Limbum +lmq Lamatuka Lamatuka +lmr Lamalera Lamalera +lmu Lamenu Lamenu +lmv Lomaiviti Lomaiviti +lmw Lake Miwok Miwok, Lake +lmx Laimbue Laimbue +lmy Lamboya Lamboya +lna Langbashe Langbashe +lnb Mbalanhu Mbalanhu +lnd Lun Bawang Lun Bawang +lnd Lundayeh Lundayeh +lng Langobardic Langobardic +lnh Lanoh Lanoh +lni Daantanai' Daantanai' +lnj Leningitij Leningitij +lnl South Central Banda Banda, South Central +lnm Langam Langam +lnn Lorediakarkar Lorediakarkar +lns Lamnso' Lamnso' +lnu Longuda Longuda +lnw Lanima Lanima +lnz Lonzo Lonzo +loa Loloda Loloda +lob Lobi Lobi +loc Inonhan Inonhan +loe Saluan Saluan +lof Logol Logol +log Logo Logo +loh Laarim Laarim +loh Narim Narim +loi Loma (Côte d'Ivoire) Loma (Côte d'Ivoire) +loj Lou Lou +lok Loko Loko +lol Mongo Mongo +lom Loma (Liberia) Loma (Liberia) +lon Malawi Lomwe Lomwe, Malawi +loo Lombo Lombo +lop Lopa Lopa +loq Lobala Lobala +lor Téén Téén +los Loniu Loniu +lot Otuho Otuho +lou Louisiana Creole Creole, Louisiana +lov Lopi Lopi +low Tampias Lobu Lobu, Tampias +lox Loun Loun +loy Loke Loke +loz Lozi Lozi +lpa Lelepa Lelepa +lpe Lepki Lepki +lpn Long Phuri Naga Naga, Long Phuri +lpo Lipo Lipo +lpx Lopit Lopit +lqr Logir Logir +lra Rara Bakati' Rara Bakati' +lrc Northern Luri Luri, Northern +lre Laurentian Laurentian +lrg Laragia Laragia +lri Marachi Marachi +lri Olumarachi Olumarachi +lrk Loarki Loarki +lrl Lari Lari +lrm Marama Marama +lrm Olumarama Olumarama +lrn Lorang Lorang +lro Laro Laro +lrr Southern Yamphu Yamphu, Southern +lrt Larantuka Malay Malay, Larantuka +lrv Larevat Larevat +lrz Lemerig Lemerig +lsa Lasgerdi Lasgerdi +lsb Burundian Sign Language Burundian Sign Language +lsb Langue des Signes Burundaise Langue des Signes Burundaise +lsc Albarradas Sign Language Albarradas Sign Language +lsc Lengua de señas Albarradas Lengua de señas Albarradas +lsd Lishana Deni Lishana Deni +lse Lusengo Lusengo +lsh Lish Lish +lsi Lashi Lashi +lsl Latvian Sign Language Latvian Sign Language +lsm Olusamia Olusamia +lsm Saamia Saamia +lsn Tibetan Sign Language Tibetan Sign Language +lso Laos Sign Language Laos Sign Language +lsp Lengua de Señas Panameñas Lengua de Señas Panameñas +lsp Panamanian Sign Language Panamanian Sign Language +lsr Aruop Aruop +lss Lasi Lasi +lst Trinidad and Tobago Sign Language Trinidad and Tobago Sign Language +lsv Sivia Sign Language Sivia Sign Language +lsw Lalang Siny Seselwa Lalang Siny Seselwa +lsw Langue des Signes Seychelloise Langue des Signes Seychelloise +lsw Seychelles Sign Language Seychelles Sign Language +lsy Mauritian Sign Language Mauritian Sign Language +ltc Late Middle Chinese Chinese, Late Middle +ltg Latgalian Latgalian +lth Thur Thur +lti Leti (Indonesia) Leti (Indonesia) +ltn Latundê Latundê +lto Olutsotso Olutsotso +lto Tsotso Tsotso +lts Lutachoni Lutachoni +lts Tachoni Tachoni +ltu Latu Latu +ltz Letzeburgesch Letzeburgesch +ltz Luxembourgish Luxembourgish +lua Luba-Lulua Luba-Lulua +lub Luba-Katanga Luba-Katanga +luc Aringa Aringa +lud Ludian Ludian +lue Luvale Luvale +luf Laua Laua +lug Ganda Ganda +luh Leizhou Chinese Chinese, Leizhou +lui Luiseno Luiseno +luj Luna Luna +luk Lunanakha Lunanakha +lul Olu'bo Olu'bo +lum Luimbi Luimbi +lun Lunda Lunda +luo Dholuo Dholuo +luo Luo (Kenya and Tanzania) Luo (Kenya and Tanzania) +lup Lumbu Lumbu +luq Lucumi Lucumi +lur Laura Laura +lus Lushai Lushai +lut Lushootseed Lushootseed +luu Lumba-Yakkha Lumba-Yakkha +luv Luwati Luwati +luw Luo (Cameroon) Luo (Cameroon) +luy Luyia Luyia +luy Oluluyia Oluluyia +luz Southern Luri Luri, Southern +lva Maku'a Maku'a +lvi Lavi Lavi +lvk Lavukaleve Lavukaleve +lvl Lwel Lwel +lvs Standard Latvian Latvian, Standard +lvu Levuka Levuka +lwa Lwalu Lwalu +lwe Lewo Eleng Lewo Eleng +lwg Oluwanga Oluwanga +lwg Wanga Wanga +lwh White Lachi Lachi, White +lwl Eastern Lawa Lawa, Eastern +lwm Laomian Laomian +lwo Luwo Luwo +lws Malawian Sign Language Malawian Sign Language +lwt Lewotobi Lewotobi +lwu Lawu Lawu +lww Lewo Lewo +lxm Lakurumau Lakurumau +lya Layakha Layakha +lyg Lyngngam Lyngngam +lyn Luyana Luyana +lzh Literary Chinese Chinese, Literary +lzl Litzlitz Litzlitz +lzn Leinong Naga Naga, Leinong +lzz Laz Laz +maa San Jerónimo Tecóatl Mazatec Mazatec, San Jerónimo Tecóatl +mab Yutanduchi Mixtec Mixtec, Yutanduchi +mad Madurese Madurese +mae Bo-Rukul Bo-Rukul +maf Mafa Mafa +mag Magahi Magahi +mah Marshallese Marshallese +mai Maithili Maithili +maj Jalapa De Díaz Mazatec Mazatec, Jalapa De Díaz +mak Makasar Makasar +mal Malayalam Malayalam +mam Mam Mam +man Manding Manding +man Mandingo Mandingo +maq Chiquihuitlán Mazatec Mazatec, Chiquihuitlán +mar Marathi Marathi +mas Masai Masai +mat San Francisco Matlatzinca Matlatzinca, San Francisco +mau Huautla Mazatec Mazatec, Huautla +mav Sateré-Mawé Sateré-Mawé +maw Mampruli Mampruli +max North Moluccan Malay Malay, North Moluccan +maz Central Mazahua Mazahua, Central +mba Higaonon Higaonon +mbb Western Bukidnon Manobo Manobo, Western Bukidnon +mbc Macushi Macushi +mbd Dibabawon Manobo Manobo, Dibabawon +mbe Molale Molale +mbf Baba Malay Malay, Baba +mbh Mangseng Mangseng +mbi Ilianen Manobo Manobo, Ilianen +mbj Nadëb Nadëb +mbk Malol Malol +mbl Maxakalí Maxakalí +mbm Ombamba Ombamba +mbn Macaguán Macaguán +mbo Mbo (Cameroon) Mbo (Cameroon) +mbp Malayo Malayo +mbq Maisin Maisin +mbr Nukak Makú Nukak Makú +mbs Sarangani Manobo Manobo, Sarangani +mbt Matigsalug Manobo Manobo, Matigsalug +mbu Mbula-Bwazza Mbula-Bwazza +mbv Mbulungish Mbulungish +mbw Maring Maring +mbx Mari (East Sepik Province) Mari (East Sepik Province) +mby Memoni Memoni +mbz Amoltepec Mixtec Mixtec, Amoltepec +mca Maca Maca +mcb Machiguenga Machiguenga +mcc Bitur Bitur +mcd Sharanahua Sharanahua +mce Itundujia Mixtec Mixtec, Itundujia +mcf Matsés Matsés +mcg Mapoyo Mapoyo +mch Maquiritari Maquiritari +mci Mese Mese +mcj Mvanip Mvanip +mck Mbunda Mbunda +mcl Macaguaje Macaguaje +mcm Malaccan Creole Portuguese Creole Portuguese, Malaccan +mcn Masana Masana +mco Coatlán Mixe Mixe, Coatlán +mcp Makaa Makaa +mcq Ese Ese +mcr Menya Menya +mcs Mambai Mambai +mct Mengisa Mengisa +mcu Cameroon Mambila Mambila, Cameroon +mcv Minanibai Minanibai +mcw Mawa (Chad) Mawa (Chad) +mcx Mpiemo Mpiemo +mcy South Watut Watut, South +mcz Mawan Mawan +mda Mada (Nigeria) Mada (Nigeria) +mdb Morigi Morigi +mdc Male (Papua New Guinea) Male (Papua New Guinea) +mdd Mbum Mbum +mde Maba (Chad) Maba (Chad) +mdf Moksha Moksha +mdg Massalat Massalat +mdh Maguindanaon Maguindanaon +mdi Mamvu Mamvu +mdj Mangbetu Mangbetu +mdk Mangbutu Mangbutu +mdl Maltese Sign Language Maltese Sign Language +mdm Mayogo Mayogo +mdn Mbati Mbati +mdp Mbala Mbala +mdq Mbole Mbole +mdr Mandar Mandar +mds Maria (Papua New Guinea) Maria (Papua New Guinea) +mdt Mbere Mbere +mdu Mboko Mboko +mdv Santa Lucía Monteverde Mixtec Mixtec, Santa Lucía Monteverde +mdw Mbosi Mbosi +mdx Dizin Dizin +mdy Male (Ethiopia) Male (Ethiopia) +mdz Suruí Do Pará Suruí Do Pará +mea Menka Menka +meb Ikobi Ikobi +mec Marra Marra +med Melpa Melpa +mee Mengen Mengen +mef Megam Megam +meh Southwestern Tlaxiaco Mixtec Mixtec, Southwestern Tlaxiaco +mei Midob Midob +mej Meyah Meyah +mek Mekeo Mekeo +mel Central Melanau Melanau, Central +mem Mangala Mangala +men Mende (Sierra Leone) Mende (Sierra Leone) +meo Kedah Malay Malay, Kedah +mep Miriwoong Miriwoong +meq Merey Merey +mer Meru Meru +mes Masmaje Masmaje +met Mato Mato +meu Motu Motu +mev Mano Mano +mew Maaka Maaka +mey Hassaniyya Hassaniyya +mez Menominee Menominee +mfa Pattani Malay Malay, Pattani +mfb Bangka Bangka +mfc Mba Mba +mfd Mendankwe-Nkwen Mendankwe-Nkwen +mfe Morisyen Morisyen +mff Naki Naki +mfg Mogofin Mogofin +mfh Matal Matal +mfi Wandala Wandala +mfj Mefele Mefele +mfk North Mofu Mofu, North +mfl Putai Putai +mfm Marghi South Marghi South +mfn Cross River Mbembe Mbembe, Cross River +mfo Mbe Mbe +mfp Makassar Malay Malay, Makassar +mfq Moba Moba +mfr Marrithiyel Marrithiyel +mfs Mexican Sign Language Mexican Sign Language +mft Mokerang Mokerang +mfu Mbwela Mbwela +mfv Mandjak Mandjak +mfw Mulaha Mulaha +mfx Melo Melo +mfy Mayo Mayo +mfz Mabaan Mabaan +mga Middle Irish (900-1200) Irish, Middle (900-1200) +mgb Mararit Mararit +mgc Morokodo Morokodo +mgd Moru Moru +mge Mango Mango +mgf Maklew Maklew +mgg Mpumpong Mpumpong +mgh Makhuwa-Meetto Makhuwa-Meetto +mgi Lijili Lijili +mgj Abureni Abureni +mgk Mawes Mawes +mgl Maleu-Kilenge Maleu-Kilenge +mgm Mambae Mambae +mgn Mbangi Mbangi +mgo Meta' Meta' +mgp Eastern Magar Magar, Eastern +mgq Malila Malila +mgr Mambwe-Lungu Mambwe-Lungu +mgs Manda (Tanzania) Manda (Tanzania) +mgt Mongol Mongol +mgu Mailu Mailu +mgv Matengo Matengo +mgw Matumbi Matumbi +mgy Mbunga Mbunga +mgz Mbugwe Mbugwe +mha Manda (India) Manda (India) +mhb Mahongwe Mahongwe +mhc Mocho Mocho +mhd Mbugu Mbugu +mhe Besisi Besisi +mhe Mah Meri Mah Meri +mhf Mamaa Mamaa +mhg Margu Margu +mhi Ma'di Ma'di +mhj Mogholi Mogholi +mhk Mungaka Mungaka +mhl Mauwake Mauwake +mhm Makhuwa-Moniga Makhuwa-Moniga +mhn Mòcheno Mòcheno +mho Mashi (Zambia) Mashi (Zambia) +mhp Balinese Malay Malay, Balinese +mhq Mandan Mandan +mhr Eastern Mari Mari, Eastern +mhs Buru (Indonesia) Buru (Indonesia) +mht Mandahuaca Mandahuaca +mhu Darang Deng Deng, Darang +mhu Digaro-Mishmi Digaro-Mishmi +mhw Mbukushu Mbukushu +mhx Lhaovo Lhaovo +mhx Maru Maru +mhy Ma'anyan Ma'anyan +mhz Mor (Mor Islands) Mor (Mor Islands) +mia Miami Miami +mib Atatláhuca Mixtec Mixtec, Atatláhuca +mic Micmac Micmac +mic Mi'kmaq Mi'kmaq +mid Mandaic Mandaic +mie Ocotepec Mixtec Mixtec, Ocotepec +mif Mofu-Gudur Mofu-Gudur +mig San Miguel El Grande Mixtec Mixtec, San Miguel El Grande +mih Chayuco Mixtec Mixtec, Chayuco +mii Chigmecatitlán Mixtec Mixtec, Chigmecatitlán +mij Abar Abar +mij Mungbam Mungbam +mik Mikasuki Mikasuki +mil Peñoles Mixtec Mixtec, Peñoles +mim Alacatlatzala Mixtec Mixtec, Alacatlatzala +min Minangkabau Minangkabau +mio Pinotepa Nacional Mixtec Mixtec, Pinotepa Nacional +mip Apasco-Apoala Mixtec Mixtec, Apasco-Apoala +miq Mískito Mískito +mir Isthmus Mixe Mixe, Isthmus +mis Uncoded languages Uncoded languages +mit Southern Puebla Mixtec Mixtec, Southern Puebla +miu Cacaloxtepec Mixtec Mixtec, Cacaloxtepec +miw Akoye Akoye +mix Mixtepec Mixtec Mixtec, Mixtepec +miy Ayutla Mixtec Mixtec, Ayutla +miz Coatzospan Mixtec Mixtec, Coatzospan +mjb Makalero Makalero +mjc San Juan Colorado Mixtec Mixtec, San Juan Colorado +mjd Northwest Maidu Maidu, Northwest +mje Muskum Muskum +mjg Tu Tu +mjh Mwera (Nyasa) Mwera (Nyasa) +mji Kim Mun Kim Mun +mjj Mawak Mawak +mjk Matukar Matukar +mjl Mandeali Mandeali +mjm Medebur Medebur +mjn Ma (Papua New Guinea) Ma (Papua New Guinea) +mjo Malankuravan Malankuravan +mjp Malapandaram Malapandaram +mjq Malaryan Malaryan +mjr Malavedan Malavedan +mjs Miship Miship +mjt Sauria Paharia Sauria Paharia +mju Manna-Dora Manna-Dora +mjv Mannan Mannan +mjw Karbi Karbi +mjx Mahali Mahali +mjy Mahican Mahican +mjz Majhi Majhi +mka Mbre Mbre +mkb Mal Paharia Mal Paharia +mkc Siliput Siliput +mkd Macedonian Macedonian +mke Mawchi Mawchi +mkf Miya Miya +mkg Mak (China) Mak (China) +mki Dhatki Dhatki +mkj Mokilese Mokilese +mkk Byep Byep +mkl Mokole Mokole +mkm Moklen Moklen +mkn Kupang Malay Malay, Kupang +mko Mingang Doso Mingang Doso +mkp Moikodi Moikodi +mkq Bay Miwok Miwok, Bay +mkr Malas Malas +mks Silacayoapan Mixtec Mixtec, Silacayoapan +mkt Vamale Vamale +mku Konyanka Maninka Maninka, Konyanka +mkv Mafea Mafea +mkw Kituba (Congo) Kituba (Congo) +mkx Kinamiging Manobo Manobo, Kinamiging +mky East Makian Makian, East +mkz Makasae Makasae +mla Malo Malo +mlb Mbule Mbule +mlc Cao Lan Cao Lan +mle Manambu Manambu +mlf Mal Mal +mlg Malagasy Malagasy +mlh Mape Mape +mli Malimpung Malimpung +mlj Miltu Miltu +mlk Ilwana Ilwana +mlk Kiwilwana Kiwilwana +mll Malua Bay Malua Bay +mlm Mulam Mulam +mln Malango Malango +mlo Mlomp Mlomp +mlp Bargam Bargam +mlq Western Maninkakan Maninkakan, Western +mlr Vame Vame +mls Masalit Masalit +mlt Maltese Maltese +mlu To'abaita To'abaita +mlv Motlav Motlav +mlv Mwotlap Mwotlap +mlw Moloko Moloko +mlx Malfaxal Malfaxal +mlx Naha'ai Naha'ai +mlz Malaynon Malaynon +mma Mama Mama +mmb Momina Momina +mmc Michoacán Mazahua Mazahua, Michoacán +mmd Maonan Maonan +mme Mae Mae +mmf Mundat Mundat +mmg North Ambrym Ambrym, North +mmh Mehináku Mehináku +mmi Amben Amben +mmi Hember Avu Hember Avu +mmi Musar Musar +mmj Majhwar Majhwar +mmk Mukha-Dora Mukha-Dora +mml Man Met Man Met +mmm Maii Maii +mmn Mamanwa Mamanwa +mmo Mangga Buang Buang, Mangga +mmp Siawi Siawi +mmq Musak Musak +mmr Western Xiangxi Miao Miao, Western Xiangxi +mmt Malalamai Malalamai +mmu Mmaala Mmaala +mmv Miriti Miriti +mmw Emae Emae +mmx Madak Madak +mmy Migaama Migaama +mmz Mabaale Mabaale +mna Mbula Mbula +mnb Muna Muna +mnc Manchu Manchu +mnd Mondé Mondé +mne Naba Naba +mnf Mundani Mundani +mng Eastern Mnong Mnong, Eastern +mnh Mono (Democratic Republic of Congo) Mono (Democratic Republic of Congo) +mni Manipuri Manipuri +mnj Munji Munji +mnk Mandinka Mandinka +mnl Tiale Tiale +mnm Mapena Mapena +mnn Southern Mnong Mnong, Southern +mnp Min Bei Chinese Chinese, Min Bei +mnq Minriq Minriq +mnr Mono (USA) Mono (USA) +mns Mansi Mansi +mnu Mer Mer +mnv Rennell-Bellona Rennell-Bellona +mnw Mon Mon +mnx Manikion Manikion +mny Manyawa Manyawa +mnz Moni Moni +moa Mwan Mwan +moc Mocoví Mocoví +mod Mobilian Mobilian +moe Innu Innu +moe Montagnais Montagnais +mog Mongondow Mongondow +moh Mohawk Mohawk +moi Mboi Mboi +moj Monzombo Monzombo +mok Morori Morori +mom Mangue Mangue +mon Mongolian Mongolian +moo Monom Monom +mop Mopán Maya Mopán Maya +moq Mor (Bomberai Peninsula) Mor (Bomberai Peninsula) +mor Moro Moro +mos Mossi Mossi +mot Barí Barí +mou Mogum Mogum +mov Mohave Mohave +mow Moi (Congo) Moi (Congo) +mox Molima Molima +moy Shekkacho Shekkacho +moz Gergiko Gergiko +moz Mukulu Mukulu +mpa Mpoto Mpoto +mpb Malak Malak Malak Malak +mpb Mullukmulluk Mullukmulluk +mpc Mangarrayi Mangarrayi +mpd Machinere Machinere +mpe Majang Majang +mpg Marba Marba +mph Maung Maung +mpi Mpade Mpade +mpj Martu Wangka Martu Wangka +mpj Wangkajunga Wangkajunga +mpk Mbara (Chad) Mbara (Chad) +mpl Middle Watut Watut, Middle +mpm Yosondúa Mixtec Mixtec, Yosondúa +mpn Mindiri Mindiri +mpo Miu Miu +mpp Migabac Migabac +mpq Matís Matís +mpr Vangunu Vangunu +mps Dadibi Dadibi +mpt Mian Mian +mpu Makuráp Makuráp +mpv Mungkip Mungkip +mpw Mapidian Mapidian +mpx Misima-Panaeati Misima-Panaeati +mpy Mapia Mapia +mpz Mpi Mpi +mqa Maba (Indonesia) Maba (Indonesia) +mqb Mbuko Mbuko +mqc Mangole Mangole +mqe Matepi Matepi +mqf Momuna Momuna +mqg Kota Bangun Kutai Malay Malay, Kota Bangun Kutai +mqh Tlazoyaltepec Mixtec Mixtec, Tlazoyaltepec +mqi Mariri Mariri +mqj Mamasa Mamasa +mqk Rajah Kabunsuwan Manobo Manobo, Rajah Kabunsuwan +mql Mbelime Mbelime +mqm South Marquesan Marquesan, South +mqn Moronene Moronene +mqo Modole Modole +mqp Manipa Manipa +mqq Minokok Minokok +mqr Mander Mander +mqs West Makian Makian, West +mqt Mok Mok +mqu Mandari Mandari +mqv Mosimo Mosimo +mqw Murupi Murupi +mqx Mamuju Mamuju +mqy Manggarai Manggarai +mqz Pano Pano +mra Mlabri Mlabri +mrb Marino Marino +mrc Maricopa Maricopa +mrd Western Magar Magar, Western +mre Martha's Vineyard Sign Language Martha's Vineyard Sign Language +mrf Elseng Elseng +mrg Mising Mising +mrh Mara Chin Chin, Mara +mri Maori Maori +mrj Western Mari Mari, Western +mrk Hmwaveke Hmwaveke +mrl Mortlockese Mortlockese +mrm Merlav Merlav +mrm Mwerlap Mwerlap +mrn Cheke Holo Cheke Holo +mro Mru Mru +mrp Morouas Morouas +mrq North Marquesan Marquesan, North +mrr Maria (India) Maria (India) +mrs Maragus Maragus +mrt Marghi Central Marghi Central +mru Mono (Cameroon) Mono (Cameroon) +mrv Mangareva Mangareva +mrw Maranao Maranao +mrx Dineor Dineor +mrx Maremgi Maremgi +mry Mandaya Mandaya +mrz Marind Marind +msa Malay (macrolanguage) Malay (macrolanguage) +msb Masbatenyo Masbatenyo +msc Sankaran Maninka Maninka, Sankaran +msd Yucatec Maya Sign Language Yucatec Maya Sign Language +mse Musey Musey +msf Mekwei Mekwei +msg Moraid Moraid +msh Masikoro Malagasy Malagasy, Masikoro +msi Sabah Malay Malay, Sabah +msj Ma (Democratic Republic of Congo) Ma (Democratic Republic of Congo) +msk Mansaka Mansaka +msl Molof Molof +msl Poule Poule +msm Agusan Manobo Manobo, Agusan +msn Vurës Vurës +mso Mombum Mombum +msp Maritsauá Maritsauá +msq Caac Caac +msr Mongolian Sign Language Mongolian Sign Language +mss West Masela Masela, West +msu Musom Musom +msv Maslam Maslam +msw Mansoanka Mansoanka +msx Moresada Moresada +msy Aruamu Aruamu +msz Momare Momare +mta Cotabato Manobo Manobo, Cotabato +mtb Anyin Morofo Anyin Morofo +mtc Munit Munit +mtd Mualang Mualang +mte Mono (Solomon Islands) Mono (Solomon Islands) +mtf Murik (Papua New Guinea) Murik (Papua New Guinea) +mtg Una Una +mth Munggui Munggui +mti Maiwa (Papua New Guinea) Maiwa (Papua New Guinea) +mtj Moskona Moskona +mtk Mbe' Mbe' +mtl Montol Montol +mtm Mator Mator +mtn Matagalpa Matagalpa +mto Totontepec Mixe Mixe, Totontepec +mtp Wichí Lhamtés Nocten Wichí Lhamtés Nocten +mtq Muong Muong +mtr Mewari Mewari +mts Yora Yora +mtt Mota Mota +mtu Tututepec Mixtec Mixtec, Tututepec +mtv Asaro'o Asaro'o +mtw Southern Binukidnon Binukidnon, Southern +mtx Tidaá Mixtec Mixtec, Tidaá +mty Nabi Nabi +mua Mundang Mundang +mub Mubi Mubi +muc Ajumbu Ajumbu +mud Mednyj Aleut Aleut, Mednyj +mue Media Lengua Media Lengua +mug Musgu Musgu +muh Mündü Mündü +mui Musi Musi +muj Mabire Mabire +muk Mugom Mugom +mul Multiple languages Multiple languages +mum Maiwala Maiwala +muo Nyong Nyong +mup Malvi Malvi +muq Eastern Xiangxi Miao Miao, Eastern Xiangxi +mur Murle Murle +mus Creek Creek +mut Western Muria Muria, Western +muu Yaaku Yaaku +muv Muthuvan Muthuvan +mux Bo-Ung Bo-Ung +muy Muyang Muyang +muz Mursi Mursi +mva Manam Manam +mvb Mattole Mattole +mvd Mamboru Mamboru +mve Marwari (Pakistan) Marwari (Pakistan) +mvf Peripheral Mongolian Mongolian, Peripheral +mvg Yucuañe Mixtec Mixtec, Yucuañe +mvh Mulgi Mulgi +mvi Miyako Miyako +mvk Mekmek Mekmek +mvl Mbara (Australia) Mbara (Australia) +mvn Minaveha Minaveha +mvo Marovo Marovo +mvp Duri Duri +mvq Moere Moere +mvr Marau Marau +mvs Massep Massep +mvt Mpotovoro Mpotovoro +mvu Marfa Marfa +mvv Tagal Murut Murut, Tagal +mvw Machinga Machinga +mvx Meoswar Meoswar +mvy Indus Kohistani Kohistani, Indus +mvz Mesqan Mesqan +mwa Mwatebu Mwatebu +mwb Juwal Juwal +mwc Are Are +mwe Mwera (Chimwera) Mwera (Chimwera) +mwf Murrinh-Patha Murrinh-Patha +mwg Aiklep Aiklep +mwh Mouk-Aria Mouk-Aria +mwi Labo Labo +mwi Ninde Ninde +mwk Kita Maninkakan Maninkakan, Kita +mwl Mirandese Mirandese +mwm Sar Sar +mwn Nyamwanga Nyamwanga +mwo Central Maewo Maewo, Central +mwp Kala Lagaw Ya Kala Lagaw Ya +mwq Mün Chin Chin, Mün +mwr Marwari Marwari +mws Mwimbi-Muthambi Mwimbi-Muthambi +mwt Moken Moken +mwu Mittu Mittu +mwv Mentawai Mentawai +mww Hmong Daw Hmong Daw +mwz Moingi Moingi +mxa Northwest Oaxaca Mixtec Mixtec, Northwest Oaxaca +mxb Tezoatlán Mixtec Mixtec, Tezoatlán +mxc Manyika Manyika +mxd Modang Modang +mxe Mele-Fila Mele-Fila +mxf Malgbe Malgbe +mxg Mbangala Mbangala +mxh Mvuba Mvuba +mxi Mozarabic Mozarabic +mxj Geman Deng Deng, Geman +mxj Miju-Mishmi Miju-Mishmi +mxk Monumbo Monumbo +mxl Maxi Gbe Gbe, Maxi +mxm Meramera Meramera +mxn Moi (Indonesia) Moi (Indonesia) +mxo Mbowe Mbowe +mxp Tlahuitoltepec Mixe Mixe, Tlahuitoltepec +mxq Juquila Mixe Mixe, Juquila +mxr Murik (Malaysia) Murik (Malaysia) +mxs Huitepec Mixtec Mixtec, Huitepec +mxt Jamiltepec Mixtec Mixtec, Jamiltepec +mxu Mada (Cameroon) Mada (Cameroon) +mxv Metlatónoc Mixtec Mixtec, Metlatónoc +mxw Namo Namo +mxx Mahou Mahou +mxx Mawukakan Mawukakan +mxy Southeastern Nochixtlán Mixtec Mixtec, Southeastern Nochixtlán +mxz Central Masela Masela, Central +mya Burmese Burmese +myb Mbay Mbay +myc Mayeka Mayeka +mye Myene Myene +myf Bambassi Bambassi +myg Manta Manta +myh Makah Makah +myj Mangayat Mangayat +myk Mamara Senoufo Senoufo, Mamara +myl Moma Moma +mym Me'en Me'en +myo Anfillo Anfillo +myp Pirahã Pirahã +myr Muniche Muniche +mys Mesmes Mesmes +myu Mundurukú Mundurukú +myv Erzya Erzya +myw Muyuw Muyuw +myx Masaaba Masaaba +myy Macuna Macuna +myz Classical Mandaic Mandaic, Classical +mza Santa María Zacatepec Mixtec Mixtec, Santa María Zacatepec +mzb Tumzabt Tumzabt +mzc Madagascar Sign Language Madagascar Sign Language +mzd Malimba Malimba +mze Morawa Morawa +mzg Monastic Sign Language Monastic Sign Language +mzh Wichí Lhamtés Güisnay Wichí Lhamtés Güisnay +mzi Ixcatlán Mazatec Mazatec, Ixcatlán +mzj Manya Manya +mzk Nigeria Mambila Mambila, Nigeria +mzl Mazatlán Mixe Mixe, Mazatlán +mzm Mumuye Mumuye +mzn Mazanderani Mazanderani +mzo Matipuhy Matipuhy +mzp Movima Movima +mzq Mori Atas Mori Atas +mzr Marúbo Marúbo +mzs Macanese Macanese +mzt Mintil Mintil +mzu Inapang Inapang +mzv Manza Manza +mzw Deg Deg +mzx Mawayana Mawayana +mzy Mozambican Sign Language Mozambican Sign Language +mzz Maiadomu Maiadomu +naa Namla Namla +nab Southern Nambikuára Nambikuára, Southern +nac Narak Narak +nae Naka'ela Naka'ela +naf Nabak Nabak +nag Naga Pidgin Naga Pidgin +naj Nalu Nalu +nak Nakanai Nakanai +nal Nalik Nalik +nam Ngan'gityemerri Ngan'gityemerri +nan Min Nan Chinese Chinese, Min Nan +nao Naaba Naaba +nap Neapolitan Neapolitan +naq Khoekhoe Khoekhoe +naq Nama (Namibia) Nama (Namibia) +nar Iguta Iguta +nas Naasioi Naasioi +nat Ca̱hungwa̱rya̱ Ca̱hungwa̱rya̱ +nat Hungworo Hungworo +nau Nauru Nauru +nav Navaho Navaho +nav Navajo Navajo +naw Nawuri Nawuri +nax Nakwi Nakwi +nay Ngarrindjeri Ngarrindjeri +naz Coatepec Nahuatl Nahuatl, Coatepec +nba Nyemba Nyemba +nbb Ndoe Ndoe +nbc Chang Naga Naga, Chang +nbd Ngbinda Ngbinda +nbe Konyak Naga Naga, Konyak +nbg Nagarchal Nagarchal +nbh Ngamo Ngamo +nbi Mao Naga Naga, Mao +nbj Ngarinyman Ngarinyman +nbk Nake Nake +nbl South Ndebele Ndebele, South +nbm Ngbaka Ma'bo Ngbaka Ma'bo +nbn Kuri Kuri +nbo Nkukoli Nkukoli +nbp Nnam Nnam +nbq Nggem Nggem +nbr Numana Numana +nbs Namibian Sign Language Namibian Sign Language +nbt Na Na +nbu Rongmei Naga Naga, Rongmei +nbv Ngamambo Ngamambo +nbw Southern Ngbandi Ngbandi, Southern +nby Ningera Ningera +nca Iyo Iyo +ncb Central Nicobarese Nicobarese, Central +ncc Ponam Ponam +ncd Nachering Nachering +nce Yale Yale +ncf Notsi Notsi +ncg Nisga'a Nisga'a +nch Central Huasteca Nahuatl Nahuatl, Central Huasteca +nci Classical Nahuatl Nahuatl, Classical +ncj Northern Puebla Nahuatl Nahuatl, Northern Puebla +nck Na-kara Na-kara +ncl Michoacán Nahuatl Nahuatl, Michoacán +ncm Nambo Nambo +ncn Nauna Nauna +nco Sibe Sibe +ncq Northern Katang Katang, Northern +ncr Ncane Ncane +ncs Nicaraguan Sign Language Nicaraguan Sign Language +nct Chothe Naga Naga, Chothe +ncu Chumburung Chumburung +ncx Central Puebla Nahuatl Nahuatl, Central Puebla +ncz Natchez Natchez +nda Ndasa Ndasa +ndb Kenswei Nsei Kenswei Nsei +ndc Ndau Ndau +ndd Nde-Nsele-Nta Nde-Nsele-Nta +nde North Ndebele Ndebele, North +ndf Nadruvian Nadruvian +ndg Ndengereko Ndengereko +ndh Ndali Ndali +ndi Samba Leko Samba Leko +ndj Ndamba Ndamba +ndk Ndaka Ndaka +ndl Ndolo Ndolo +ndm Ndam Ndam +ndn Ngundi Ngundi +ndo Ndonga Ndonga +ndp Ndo Ndo +ndq Ndombe Ndombe +ndr Ndoola Ndoola +nds Low German German, Low +nds Low Saxon Saxon, Low +ndt Ndunga Ndunga +ndu Dugun Dugun +ndv Ndut Ndut +ndw Ndobo Ndobo +ndx Nduga Nduga +ndy Lutos Lutos +ndz Ndogo Ndogo +nea Eastern Ngad'a Ngad'a, Eastern +neb Toura (Côte d'Ivoire) Toura (Côte d'Ivoire) +nec Nedebang Nedebang +ned Nde-Gbite Nde-Gbite +nee Nêlêmwa-Nixumwak Nêlêmwa-Nixumwak +nef Nefamese Nefamese +neg Negidal Negidal +neh Nyenkha Nyenkha +nei Neo-Hittite Hittite, Neo- +nej Neko Neko +nek Neku Neku +nem Nemi Nemi +nen Nengone Nengone +neo Ná-Meo Ná-Meo +nep Nepali (macrolanguage) Nepali (macrolanguage) +neq North Central Mixe Mixe, North Central +ner Yahadian Yahadian +nes Bhoti Kinnauri Kinnauri, Bhoti +net Nete Nete +neu Neo Neo +nev Nyaheun Nyaheun +new Nepal Bhasa Bhasa, Nepal +new Newar Newar +new Newari Newari +nex Neme Neme +ney Neyo Neyo +nez Nez Perce Nez Perce +nfa Dhao Dhao +nfd Ahwai Ahwai +nfl Äiwoo Äiwoo +nfl Ayiwo Ayiwo +nfr Nafaanra Nafaanra +nfu Mfumte Mfumte +nga Ngbaka Ngbaka +ngb Northern Ngbandi Ngbandi, Northern +ngc Ngombe (Democratic Republic of Congo) Ngombe (Democratic Republic of Congo) +ngd Ngando (Central African Republic) Ngando (Central African Republic) +nge Ngemba Ngemba +ngg Ngbaka Manza Ngbaka Manza +ngh Nǁng Nǁng +ngi Ngizim Ngizim +ngj Ngie Ngie +ngk Dalabon Dalabon +ngl Lomwe Lomwe +ngm Ngatik Men's Creole Ngatik Men's Creole +ngn Ngwo Ngwo +ngp Ngulu Ngulu +ngq Ngoreme Ngoreme +ngq Ngurimi Ngurimi +ngr Engdewu Engdewu +ngs Gvoko Gvoko +ngt Kriang Kriang +ngt Ngeq Ngeq +ngu Guerrero Nahuatl Nahuatl, Guerrero +ngv Nagumi Nagumi +ngw Ngwaba Ngwaba +ngx Nggwahyi Nggwahyi +ngy Tibea Tibea +ngz Ngungwel Ngungwel +nha Nhanda Nhanda +nhb Beng Beng +nhc Tabasco Nahuatl Nahuatl, Tabasco +nhd Ava Guaraní Guaraní, Ava +nhd Chiripá Chiripá +nhe Eastern Huasteca Nahuatl Nahuatl, Eastern Huasteca +nhf Nhuwala Nhuwala +nhg Tetelcingo Nahuatl Nahuatl, Tetelcingo +nhh Nahari Nahari +nhi Zacatlán-Ahuacatlán-Tepetzintla Nahuatl Nahuatl, Zacatlán-Ahuacatlán-Tepetzintla +nhk Isthmus-Cosoleacaque Nahuatl Nahuatl, Isthmus-Cosoleacaque +nhm Morelos Nahuatl Nahuatl, Morelos +nhn Central Nahuatl Nahuatl, Central +nho Takuu Takuu +nhp Isthmus-Pajapan Nahuatl Nahuatl, Isthmus-Pajapan +nhq Huaxcaleca Nahuatl Nahuatl, Huaxcaleca +nhr Naro Naro +nht Ometepec Nahuatl Nahuatl, Ometepec +nhu Noone Noone +nhv Temascaltepec Nahuatl Nahuatl, Temascaltepec +nhw Western Huasteca Nahuatl Nahuatl, Western Huasteca +nhx Isthmus-Mecayapan Nahuatl Nahuatl, Isthmus-Mecayapan +nhy Northern Oaxaca Nahuatl Nahuatl, Northern Oaxaca +nhz Santa María La Alta Nahuatl Nahuatl, Santa María La Alta +nia Nias Nias +nib Nakame Nakame +nid Ngandi Ngandi +nie Niellim Niellim +nif Nek Nek +nig Ngalakgan Ngalakgan +nih Nyiha (Tanzania) Nyiha (Tanzania) +nii Nii Nii +nij Ngaju Ngaju +nik Southern Nicobarese Nicobarese, Southern +nil Nila Nila +nim Nilamba Nilamba +nin Ninzo Ninzo +nio Nganasan Nganasan +niq Nandi Nandi +nir Nimboran Nimboran +nis Nimi Nimi +nit Southeastern Kolami Kolami, Southeastern +niu Niuean Niuean +niv Gilyak Gilyak +niw Nimo Nimo +nix Hema Hema +niy Ngiti Ngiti +niz Ningil Ningil +nja Nzanyi Nzanyi +njb Nocte Naga Naga, Nocte +njd Ndonde Hamba Ndonde Hamba +njh Lotha Naga Naga, Lotha +nji Gudanji Gudanji +njj Njen Njen +njl Njalgulgule Njalgulgule +njm Angami Naga Naga, Angami +njn Liangmai Naga Naga, Liangmai +njo Ao Naga Naga, Ao +njr Njerep Njerep +njs Nisa Nisa +njt Ndyuka-Trio Pidgin Ndyuka-Trio Pidgin +nju Ngadjunmaya Ngadjunmaya +njx Kunyi Kunyi +njy Njyem Njyem +njz Nyishi Nyishi +nka Nkoya Nkoya +nkb Khoibu Naga Naga, Khoibu +nkc Nkongho Nkongho +nkd Koireng Koireng +nke Duke Duke +nkf Inpui Naga Naga, Inpui +nkg Nekgini Nekgini +nkh Khezha Naga Naga, Khezha +nki Thangal Naga Naga, Thangal +nkj Nakai Nakai +nkk Nokuku Nokuku +nkm Namat Namat +nkn Nkangala Nkangala +nko Nkonya Nkonya +nkp Niuatoputapu Niuatoputapu +nkq Nkami Nkami +nkr Nukuoro Nukuoro +nks North Asmat Asmat, North +nkt Nyika (Tanzania) Nyika (Tanzania) +nku Bouna Kulango Kulango, Bouna +nkv Nyika (Malawi and Zambia) Nyika (Malawi and Zambia) +nkw Nkutu Nkutu +nkx Nkoroo Nkoroo +nkz Nkari Nkari +nla Ngombale Ngombale +nlc Nalca Nalca +nld Dutch Dutch +nld Flemish Flemish +nle East Nyala Nyala, East +nlg Gela Gela +nli Grangali Grangali +nlj Nyali Nyali +nlk Ninia Yali Yali, Ninia +nll Nihali Nihali +nlm Mankiyali Mankiyali +nlo Ngul Ngul +nlq Lao Naga Naga, Lao +nlu Nchumbulu Nchumbulu +nlv Orizaba Nahuatl Nahuatl, Orizaba +nlw Walangama Walangama +nlx Nahali Nahali +nly Nyamal Nyamal +nlz Nalögo Nalögo +nma Maram Naga Naga, Maram +nmb Big Nambas Nambas, Big +nmb V'ënen Taut V'ënen Taut +nmc Ngam Ngam +nmd Ndumu Ndumu +nme Mzieme Naga Naga, Mzieme +nmf Tangkhul Naga (India) Naga, Tangkhul (India) +nmg Kwasio Kwasio +nmh Monsang Naga Naga, Monsang +nmi Nyam Nyam +nmj Ngombe (Central African Republic) Ngombe (Central African Republic) +nmk Namakura Namakura +nml Ndemli Ndemli +nmm Manangba Manangba +nmn ǃXóõ ǃXóõ +nmo Moyon Naga Naga, Moyon +nmp Nimanbur Nimanbur +nmq Nambya Nambya +nmr Nimbari Nimbari +nms Letemboi Letemboi +nmt Namonuito Namonuito +nmu Northeast Maidu Maidu, Northeast +nmv Ngamini Ngamini +nmw Nimoa Nimoa +nmw Rifao Rifao +nmx Nama (Papua New Guinea) Nama (Papua New Guinea) +nmy Namuyi Namuyi +nmz Nawdm Nawdm +nna Nyangumarta Nyangumarta +nnb Nande Nande +nnc Nancere Nancere +nnd West Ambae Ambae, West +nne Ngandyera Ngandyera +nnf Ngaing Ngaing +nng Maring Naga Naga, Maring +nnh Ngiemboon Ngiemboon +nni North Nuaulu Nuaulu, North +nnj Nyangatom Nyangatom +nnk Nankina Nankina +nnl Northern Rengma Naga Naga, Northern Rengma +nnm Namia Namia +nnn Ngete Ngete +nno Norwegian Nynorsk Norwegian Nynorsk +nnp Wancho Naga Naga, Wancho +nnq Ngindo Ngindo +nnr Narungga Narungga +nnt Nanticoke Nanticoke +nnu Dwang Dwang +nnv Nugunu (Australia) Nugunu (Australia) +nnw Southern Nuni Nuni, Southern +nny Nyangga Nyangga +nnz Nda'nda' Nda'nda' +noa Woun Meu Woun Meu +nob Norwegian Bokmål Norwegian Bokmål +noc Nuk Nuk +nod Northern Thai Thai, Northern +noe Nimadi Nimadi +nof Nomane Nomane +nog Nogai Nogai +noh Nomu Nomu +noi Noiri Noiri +noj Nonuya Nonuya +nok Nooksack Nooksack +nol Nomlaki Nomlaki +non Old Norse Norse, Old +nop Numanggang Numanggang +noq Ngongo Ngongo +nor Norwegian Norwegian +nos Eastern Nisu Nisu, Eastern +not Nomatsiguenga Nomatsiguenga +nou Ewage-Notu Ewage-Notu +nov Novial Novial +now Nyambo Nyambo +noy Noy Noy +noz Nayi Nayi +npa Nar Phu Nar Phu +npb Nupbikha Nupbikha +npg Ponyo-Gongwang Naga Naga, Ponyo-Gongwang +nph Phom Naga Naga, Phom +npi Nepali (individual language) Nepali (individual language) +npl Southeastern Puebla Nahuatl Nahuatl, Southeastern Puebla +npn Mondropolon Mondropolon +npo Pochuri Naga Naga, Pochuri +nps Nipsan Nipsan +npu Puimei Naga Naga, Puimei +npx Noipx Noipx +npy Napu Napu +nqg Southern Nago Nago, Southern +nqk Kura Ede Nago Ede Nago, Kura +nql Ngendelengo Ngendelengo +nqm Ndom Ndom +nqn Nen Nen +nqo N'Ko N'Ko +nqq Kyan-Karyaw Naga Naga, Kyan-Karyaw +nqt Nteng Nteng +nqy Akyaung Ari Naga Naga, Akyaung Ari +nra Ngom Ngom +nrb Nara Nara +nrc Noric Noric +nre Southern Rengma Naga Naga, Southern Rengma +nrf Guernésiais Guernésiais +nrf Jèrriais Jèrriais +nrg Narango Narango +nri Chokri Naga Naga, Chokri +nrk Ngarla Ngarla +nrl Ngarluma Ngarluma +nrm Narom Narom +nrn Norn Norn +nrp North Picene Picene, North +nrr Nora Nora +nrr Norra Norra +nrt Northern Kalapuya Kalapuya, Northern +nru Narua Narua +nrx Ngurmbur Ngurmbur +nrz Lala Lala +nsa Sangtam Naga Naga, Sangtam +nsb Lower Nossob Lower Nossob +nsc Nshi Nshi +nsd Southern Nisu Nisu, Southern +nse Nsenga Nsenga +nsf Northwestern Nisu Nisu, Northwestern +nsg Ngasa Ngasa +nsh Ngoshie Ngoshie +nsi Nigerian Sign Language Nigerian Sign Language +nsk Naskapi Naskapi +nsl Norwegian Sign Language Norwegian Sign Language +nsm Sumi Naga Naga, Sumi +nsn Nehan Nehan +nso Northern Sotho Sotho, Northern +nso Pedi Pedi +nso Sepedi Sepedi +nsp Nepalese Sign Language Nepalese Sign Language +nsq Northern Sierra Miwok Miwok, Northern Sierra +nsr Maritime Sign Language Maritime Sign Language +nss Nali Nali +nst Tase Naga Naga, Tase +nsu Sierra Negra Nahuatl Nahuatl, Sierra Negra +nsv Southwestern Nisu Nisu, Southwestern +nsw Navut Navut +nsx Nsongo Nsongo +nsy Nasal Nasal +nsz Nisenan Nisenan +ntd Northern Tidung Tidung, Northern +ntg Ngantangarra Ngantangarra +nti Natioro Natioro +ntj Ngaanyatjarra Ngaanyatjarra +ntk Ikoma-Nata-Isenye Ikoma-Nata-Isenye +ntm Nateni Nateni +nto Ntomba Ntomba +ntp Northern Tepehuan Tepehuan, Northern +ntr Delo Delo +ntu Natügu Natügu +ntw Nottoway Nottoway +ntx Tangkhul Naga (Myanmar) Naga, Tangkhul (Myanmar) +nty Mantsi Mantsi +ntz Natanzi Natanzi +nua Yuanga Yuanga +nuc Nukuini Nukuini +nud Ngala Ngala +nue Ngundu Ngundu +nuf Nusu Nusu +nug Nungali Nungali +nuh Ndunda Ndunda +nui Ngumbi Ngumbi +nuj Nyole Nyole +nuk Nuuchahnulth Nuuchahnulth +nuk Nuu-chah-nulth Nuu-chah-nulth +nul Nusa Laut Nusa Laut +num Niuafo'ou Niuafo'ou +nun Anong Anong +nuo Nguôn Nguôn +nup Nupe-Nupe-Tako Nupe-Nupe-Tako +nuq Nukumanu Nukumanu +nur Nukuria Nukuria +nus Nuer Nuer +nut Nung (Viet Nam) Nung (Viet Nam) +nuu Ngbundu Ngbundu +nuv Northern Nuni Nuni, Northern +nuw Nguluwan Nguluwan +nux Mehek Mehek +nuy Nunggubuyu Nunggubuyu +nuz Tlamacazapa Nahuatl Nahuatl, Tlamacazapa +nvh Nasarian Nasarian +nvm Namiae Namiae +nvo Nyokon Nyokon +nwa Nawathinehena Nawathinehena +nwb Nyabwa Nyabwa +nwc Classical Nepal Bhasa Nepal Bhasa, Classical +nwc Classical Newari Newari, Classical +nwc Old Newari Newari, Old +nwe Ngwe Ngwe +nwg Ngayawung Ngayawung +nwi Southwest Tanna Tanna, Southwest +nwm Nyamusa-Molo Nyamusa-Molo +nwo Nauo Nauo +nwr Nawaru Nawaru +nww Ndwewe Ndwewe +nwx Middle Newar Newar, Middle +nwy Nottoway-Meherrin Nottoway-Meherrin +nxa Nauete Nauete +nxd Ngando (Democratic Republic of Congo) Ngando (Democratic Republic of Congo) +nxe Nage Nage +nxg Ngad'a Ngad'a +nxi Nindi Nindi +nxk Koki Naga Naga, Koki +nxl South Nuaulu Nuaulu, South +nxm Numidian Numidian +nxn Ngawun Ngawun +nxo Ndambomo Ndambomo +nxq Naxi Naxi +nxr Ninggerum Ninggerum +nxx Nafri Nafri +nya Chewa Chewa +nya Chichewa Chichewa +nya Nyanja Nyanja +nyb Nyangbo Nyangbo +nyc Nyanga-li Nyanga-li +nyd Nyore Nyore +nyd Olunyole Olunyole +nye Nyengo Nyengo +nyf Giryama Giryama +nyf Kigiryama Kigiryama +nyg Nyindu Nyindu +nyh Nyikina Nyikina +nyi Ama (Sudan) Ama (Sudan) +nyj Nyanga Nyanga +nyk Nyaneka Nyaneka +nyl Nyeu Nyeu +nym Nyamwezi Nyamwezi +nyn Nyankole Nyankole +nyo Nyoro Nyoro +nyp Nyang'i Nyang'i +nyq Nayini Nayini +nyr Nyiha (Malawi) Nyiha (Malawi) +nys Nyungar Nyungar +nyt Nyawaygi Nyawaygi +nyu Nyungwe Nyungwe +nyv Nyulnyul Nyulnyul +nyw Nyaw Nyaw +nyx Nganyaywana Nganyaywana +nyy Nyakyusa-Ngonde Nyakyusa-Ngonde +nza Tigon Mbembe Mbembe, Tigon +nzb Njebi Njebi +nzd Nzadi Nzadi +nzi Nzima Nzima +nzk Nzakara Nzakara +nzm Zeme Naga Naga, Zeme +nzr Dir-Nyamzak-Mbarimi Dir-Nyamzak-Mbarimi +nzs New Zealand Sign Language New Zealand Sign Language +nzu Teke-Nzikou Teke-Nzikou +nzy Nzakambay Nzakambay +nzz Nanga Dama Dogon Dogon, Nanga Dama +oaa Orok Orok +oac Oroch Oroch +oak Noakhailla Noakhailla +oak Noakhali Noakhali +oar Ancient Aramaic (up to 700 BCE) Aramaic, Ancient (up to 700 BCE) +oar Old Aramaic (up to 700 BCE) Aramaic, Old (up to 700 BCE) +oav Old Avar Avar, Old +obi Obispeño Obispeño +obk Southern Bontok Bontok, Southern +obl Oblo Oblo +obm Moabite Moabite +obo Obo Manobo Manobo, Obo +obr Old Burmese Burmese, Old +obt Old Breton Breton, Old +obu Obulom Obulom +oca Ocaina Ocaina +och Old Chinese Chinese, Old +oci Occitan (post 1500) Occitan (post 1500) +ocm Old Cham Cham, Old +oco Old Cornish Cornish, Old +ocu Atzingo Matlatzinca Matlatzinca, Atzingo +oda Odut Odut +odk Od Od +odt Old Dutch Dutch, Old +odu Odual Odual +ofo Ofo Ofo +ofs Old Frisian Frisian, Old +ofu Efutop Efutop +ogb Ogbia Ogbia +ogc Ogbah Ogbah +oge Old Georgian Georgian, Old +ogg Ogbogolo Ogbogolo +ogo Khana Khana +ogu Ogbronuagum Ogbronuagum +oht Old Hittite Hittite, Old +ohu Old Hungarian Hungarian, Old +oia Oirata Oirata +oie Okolie Okolie +oin Inebu One One, Inebu +ojb Northwestern Ojibwa Ojibwa, Northwestern +ojc Central Ojibwa Ojibwa, Central +ojg Eastern Ojibwa Ojibwa, Eastern +oji Ojibwa Ojibwa +ojp Old Japanese Japanese, Old +ojs Severn Ojibwa Ojibwa, Severn +ojv Ontong Java Ontong Java +ojw Western Ojibwa Ojibwa, Western +oka Okanagan Okanagan +okb Okobo Okobo +okc Kobo Kobo +okd Okodia Okodia +oke Okpe (Southwestern Edo) Okpe (Southwestern Edo) +okg Koko Babangk Koko Babangk +okh Koresh-e Rostam Koresh-e Rostam +oki Okiek Okiek +okj Oko-Juwoi Oko-Juwoi +okk Kwamtim One One, Kwamtim +okl Old Kentish Sign Language Kentish Sign Language, Old +okm Middle Korean (10th-16th cent.) Korean, Middle (10th-16th cent.) +okn Oki-No-Erabu Oki-No-Erabu +oko Old Korean (3rd-9th cent.) Korean, Old (3rd-9th cent.) +okr Kirike Kirike +oks Oko-Eni-Osayen Oko-Eni-Osayen +oku Oku Oku +okv Orokaiva Orokaiva +okx Okpe (Northwestern Edo) Okpe (Northwestern Edo) +okz Old Khmer Khmer, Old +ola Walungge Walungge +olb Oli-Bodiman Oli-Bodiman +old Mochi Mochi +ole Olekha Olekha +olk Olkol Olkol +olm Oloma Oloma +olo Livvi Livvi +olr Olrat Olrat +olt Old Lithuanian Lithuanian, Old +olu Kuvale Kuvale +oma Omaha-Ponca Omaha-Ponca +omb East Ambae Ambae, East +omc Mochica Mochica +omg Omagua Omagua +omi Omi Omi +omk Omok Omok +oml Ombo Ombo +omn Minoan Minoan +omo Utarmbung Utarmbung +omp Old Manipuri Manipuri, Old +omr Old Marathi Marathi, Old +omt Omotik Omotik +omu Omurano Omurano +omw South Tairora Tairora, South +omx Old Mon Mon, Old +omy Old Malay Malay, Old +ona Ona Ona +onb Lingao Lingao +one Oneida Oneida +ong Olo Olo +oni Onin Onin +onj Onjob Onjob +onk Kabore One One, Kabore +onn Onobasulu Onobasulu +ono Onondaga Onondaga +onp Sartang Sartang +onr Northern One One, Northern +ons Ono Ono +ont Ontenu Ontenu +onu Unua Unua +onw Old Nubian Nubian, Old +onx Onin Based Pidgin Onin Based Pidgin +ood Tohono O'odham Tohono O'odham +oog Ong Ong +oon Önge Önge +oor Oorlams Oorlams +oos Old Ossetic Ossetic, Old +opa Okpamheri Okpamheri +opk Kopkaka Kopkaka +opm Oksapmin Oksapmin +opo Opao Opao +opt Opata Opata +opy Ofayé Ofayé +ora Oroha Oroha +orc Orma Orma +ore Orejón Orejón +org Oring Oring +orh Oroqen Oroqen +ori Oriya (macrolanguage) Oriya (macrolanguage) +orm Oromo Oromo +orn Orang Kanaq Orang Kanaq +oro Orokolo Orokolo +orr Oruma Oruma +ors Orang Seletar Orang Seletar +ort Adivasi Oriya Oriya, Adivasi +oru Ormuri Ormuri +orv Old Russian Russian, Old +orw Oro Win Oro Win +orx Oro Oro +ory Odia Odia +ory Oriya (individual language) Oriya (individual language) +orz Ormu Ormu +osa Osage Osage +osc Oscan Oscan +osd Digor Digor +osd Digor Ossetian Ossetian, Digor +osd Digor Ossetic Ossetic, Digor +osi Osing Osing +osn Old Sundanese Sundanese, Old +oso Ososo Ososo +osp Old Spanish Spanish, Old +oss Iron Iron +oss Iron Ossetian Ossetian, Iron +oss Iron Ossetic Ossetic, Iron +oss Ossetian Ossetian +oss Ossetic Ossetic +ost Osatu Osatu +osu Southern One One, Southern +osx Old Saxon Saxon, Old +ota Ottoman Turkish (1500-1928) Turkish, Ottoman (1500-1928) +otb Old Tibetan Tibetan, Old +otd Ot Danum Ot Danum +ote Mezquital Otomi Otomi, Mezquital +oti Oti Oti +otk Old Turkish Turkish, Old +otl Tilapa Otomi Otomi, Tilapa +otm Eastern Highland Otomi Otomi, Eastern Highland +otn Tenango Otomi Otomi, Tenango +otq Querétaro Otomi Otomi, Querétaro +otr Otoro Otoro +ots Estado de México Otomi Otomi, Estado de México +ott Temoaya Otomi Otomi, Temoaya +otu Otuke Otuke +otw Ottawa Ottawa +otx Texcatepec Otomi Otomi, Texcatepec +oty Old Tamil Tamil, Old +otz Ixtenco Otomi Otomi, Ixtenco +oua Tagargrent Tagargrent +oub Glio-Oubi Glio-Oubi +oue Oune Oune +oui Old Uighur Uighur, Old +oum Ouma Ouma +ovd Elfdalian Elfdalian +ovd Övdalian Övdalian +owi Owiniga Owiniga +owl Old Welsh Welsh, Old +oyb Oy Oy +oyd Oyda Oyda +oym Wayampi Wayampi +oyy Oya'oya Oya'oya +ozm Koonzime Koonzime +pab Parecís Parecís +pac Pacoh Pacoh +pad Paumarí Paumarí +pae Pagibete Pagibete +paf Paranawát Paranawát +pag Pangasinan Pangasinan +pah Tenharim Tenharim +pai Pe Pe +pak Parakanã Parakanã +pal Pahlavi Pahlavi +pam Kapampangan Kapampangan +pam Pampanga Pampanga +pan Panjabi Panjabi +pan Punjabi Punjabi +pao Northern Paiute Paiute, Northern +pap Papiamento Papiamento +paq Parya Parya +par Panamint Panamint +par Timbisha Timbisha +pas Papasena Papasena +pau Palauan Palauan +pav Pakaásnovos Pakaásnovos +paw Pawnee Pawnee +pax Pankararé Pankararé +pay Pech Pech +paz Pankararú Pankararú +pbb Páez Páez +pbc Patamona Patamona +pbe Mezontla Popoloca Popoloca, Mezontla +pbf Coyotepec Popoloca Popoloca, Coyotepec +pbg Paraujano Paraujano +pbh E'ñapa Woromaipu E'ñapa Woromaipu +pbi Parkwa Parkwa +pbl Mak (Nigeria) Mak (Nigeria) +pbm Puebla Mazatec Mazatec, Puebla +pbn Kpasam Kpasam +pbo Papel Papel +pbp Badyara Badyara +pbr Pangwa Pangwa +pbs Central Pame Pame, Central +pbt Southern Pashto Pashto, Southern +pbu Northern Pashto Pashto, Northern +pbv Pnar Pnar +pby Pyu (Papua New Guinea) Pyu (Papua New Guinea) +pca Santa Inés Ahuatempan Popoloca Popoloca, Santa Inés Ahuatempan +pcb Pear Pear +pcc Bouyei Bouyei +pcd Picard Picard +pce Ruching Palaung Palaung, Ruching +pcf Paliyan Paliyan +pcg Paniya Paniya +pch Pardhan Pardhan +pci Duruwa Duruwa +pcj Parenga Parenga +pck Paite Chin Chin, Paite +pcl Pardhi Pardhi +pcm Nigerian Pidgin Pidgin, Nigerian +pcn Piti Piti +pcp Pacahuara Pacahuara +pcw Pyapun Pyapun +pda Anam Anam +pdc Pennsylvania German German, Pennsylvania +pdi Pa Di Pa Di +pdn Fedan Fedan +pdn Podena Podena +pdo Padoe Padoe +pdt Plautdietsch Plautdietsch +pdu Kayan Kayan +pea Peranakan Indonesian Indonesian, Peranakan +peb Eastern Pomo Pomo, Eastern +ped Mala (Papua New Guinea) Mala (Papua New Guinea) +pee Taje Taje +pef Northeastern Pomo Pomo, Northeastern +peg Pengo Pengo +peh Bonan Bonan +pei Chichimeca-Jonaz Chichimeca-Jonaz +pej Northern Pomo Pomo, Northern +pek Penchal Penchal +pel Pekal Pekal +pem Phende Phende +peo Old Persian (ca. 600-400 B.C.) Persian, Old (ca. 600-400 B.C.) +pep Kunja Kunja +peq Southern Pomo Pomo, Southern +pes Iranian Persian Persian, Iranian +pev Pémono Pémono +pex Petats Petats +pey Petjo Petjo +pez Eastern Penan Penan, Eastern +pfa Pááfang Pááfang +pfe Pere Pere +pfl Pfaelzisch Pfaelzisch +pga Sudanese Creole Arabic Creole Arabic, Sudanese +pgd Gāndhārī Gāndhārī +pgg Pangwali Pangwali +pgi Pagi Pagi +pgk Rerep Rerep +pgl Primitive Irish Irish, Primitive +pgn Paelignian Paelignian +pgs Pangseng Pangseng +pgu Pagu Pagu +pgz Papua New Guinean Sign Language Papua New Guinean Sign Language +pha Pa-Hng Pa-Hng +phd Phudagi Phudagi +phg Phuong Phuong +phh Phukha Phukha +phj Pahari Pahari +phk Phake Phake +phl Palula Palula +phl Phalura Phalura +phm Phimbi Phimbi +phn Phoenician Phoenician +pho Phunoi Phunoi +phq Phana' Phana' +phr Pahari-Potwari Pahari-Potwari +pht Phu Thai Phu Thai +phu Phuan Phuan +phv Pahlavani Pahlavani +phw Phangduwali Phangduwali +pia Pima Bajo Pima Bajo +pib Yine Yine +pic Pinji Pinji +pid Piaroa Piaroa +pie Piro Piro +pif Pingelapese Pingelapese +pig Pisabo Pisabo +pih Pitcairn-Norfolk Pitcairn-Norfolk +pij Pijao Pijao +pil Yom Yom +pim Powhatan Powhatan +pin Piame Piame +pio Piapoco Piapoco +pip Pero Pero +pir Piratapuyo Piratapuyo +pis Pijin Pijin +pit Pitta Pitta Pitta Pitta +piu Pintupi-Luritja Pintupi-Luritja +piv Pileni Pileni +piv Vaeakau-Taumako Vaeakau-Taumako +piw Pimbwe Pimbwe +pix Piu Piu +piy Piya-Kwonci Piya-Kwonci +piz Pije Pije +pjt Pitjantjatjara Pitjantjatjara +pka Ardhamāgadhī Prākrit Prākrit, Ardhamāgadhī +pkb Kipfokomo Kipfokomo +pkb Pokomo Pokomo +pkc Paekche Paekche +pkg Pak-Tong Pak-Tong +pkh Pankhu Pankhu +pkn Pakanha Pakanha +pko Pökoot Pökoot +pkp Pukapuka Pukapuka +pkr Attapady Kurumba Kurumba, Attapady +pks Pakistan Sign Language Pakistan Sign Language +pkt Maleng Maleng +pku Paku Paku +pla Miani Miani +plb Polonombauk Polonombauk +plc Central Palawano Palawano, Central +pld Polari Polari +ple Palu'e Palu'e +plg Pilagá Pilagá +plh Paulohi Paulohi +pli Pali Pali +plk Kohistani Shina Shina, Kohistani +pll Shwe Palaung Palaung, Shwe +pln Palenquero Palenquero +plo Oluta Popoluca Popoluca, Oluta +plq Palaic Palaic +plr Palaka Senoufo Senoufo, Palaka +pls San Marcos Tlacoyalco Popoloca Popoloca, San Marcos Tlacoyalco +pls San Marcos Tlalcoyalco Popoloca Popoloca, San Marcos Tlalcoyalco +plt Plateau Malagasy Malagasy, Plateau +plu Palikúr Palikúr +plv Southwest Palawano Palawano, Southwest +plw Brooke's Point Palawano Palawano, Brooke's Point +ply Bolyu Bolyu +plz Paluan Paluan +pma Paama Paama +pmb Pambia Pambia +pmd Pallanganmiddang Pallanganmiddang +pme Pwaamei Pwaamei +pmf Pamona Pamona +pmh Māhārāṣṭri Prākrit Prākrit, Māhārāṣṭri +pmi Northern Pumi Pumi, Northern +pmj Southern Pumi Pumi, Southern +pml Lingua Franca Lingua Franca +pmm Pomo Pomo +pmn Pam Pam +pmo Pom Pom +pmq Northern Pame Pame, Northern +pmr Paynamar Paynamar +pms Piemontese Piemontese +pmt Tuamotuan Tuamotuan +pmw Plains Miwok Miwok, Plains +pmx Poumei Naga Naga, Poumei +pmy Papuan Malay Malay, Papuan +pmz Southern Pame Pame, Southern +pna Punan Bah-Biau Punan Bah-Biau +pnb Western Panjabi Panjabi, Western +pnc Pannei Pannei +pnd Mpinda Mpinda +pne Western Penan Penan, Western +png Pangu Pangu +png Pongu Pongu +pnh Penrhyn Penrhyn +pni Aoheng Aoheng +pnj Pinjarup Pinjarup +pnk Paunaka Paunaka +pnl Paleni Paleni +pnm Punan Batu 1 Punan Batu 1 +pnn Pinai-Hagahai Pinai-Hagahai +pno Panobo Panobo +pnp Pancana Pancana +pnq Pana (Burkina Faso) Pana (Burkina Faso) +pnr Panim Panim +pns Ponosakan Ponosakan +pnt Pontic Pontic +pnu Jiongnai Bunu Bunu, Jiongnai +pnv Pinigura Pinigura +pnw Banyjima Banyjima +pnw Panytyima Panytyima +pnx Phong-Kniang Phong-Kniang +pny Pinyin Pinyin +pnz Pana (Central African Republic) Pana (Central African Republic) +poc Poqomam Poqomam +poe San Juan Atzingo Popoloca Popoloca, San Juan Atzingo +pof Poke Poke +pog Potiguára Potiguára +poh Poqomchi' Poqomchi' +poi Highland Popoluca Popoluca, Highland +pok Pokangá Pokangá +pol Polish Polish +pom Southeastern Pomo Pomo, Southeastern +pon Pohnpeian Pohnpeian +poo Central Pomo Pomo, Central +pop Pwapwâ Pwapwâ +poq Texistepec Popoluca Popoluca, Texistepec +por Portuguese Portuguese +pos Sayula Popoluca Popoluca, Sayula +pot Potawatomi Potawatomi +pov Upper Guinea Crioulo Crioulo, Upper Guinea +pow San Felipe Otlaltepec Popoloca Popoloca, San Felipe Otlaltepec +pox Polabian Polabian +poy Pogolo Pogolo +ppe Papi Papi +ppi Paipai Paipai +ppk Uma Uma +ppl Nicarao Nicarao +ppl Pipil Pipil +ppm Papuma Papuma +ppn Papapana Papapana +ppo Folopa Folopa +ppp Pelende Pelende +ppq Pei Pei +pps San Luís Temalacayuca Popoloca Popoloca, San Luís Temalacayuca +ppt Pare Pare +ppu Papora Papora +pqa Pa'a Pa'a +pqm Malecite-Passamaquoddy Malecite-Passamaquoddy +prc Parachi Parachi +prd Parsi-Dari Parsi-Dari +pre Principense Principense +prf Paranan Paranan +prg Prussian Prussian +prh Porohanon Porohanon +pri Paicî Paicî +prk Parauk Parauk +prl Peruvian Sign Language Peruvian Sign Language +prm Kibiri Kibiri +prn Prasuni Prasuni +pro Old Occitan (to 1500) Occitan, Old (to 1500) +pro Old Provençal (to 1500) Provençal, Old (to 1500) +prq Ashéninka Perené Ashéninka Perené +prr Puri Puri +prs Afghan Persian Persian, Afghan +prs Dari Dari +prt Phai Phai +pru Puragi Puragi +prw Parawen Parawen +prx Purik Purik +prz Providencia Sign Language Providencia Sign Language +psa Asue Awyu Awyu, Asue +psc Iranian Sign Language Iranian Sign Language +psc Persian Sign Language Persian Sign Language +psd Plains Indian Sign Language Plains Indian Sign Language +pse Central Malay Malay, Central +psg Penang Sign Language Penang Sign Language +psh Southwest Pashai Pashai, Southwest +psh Southwest Pashayi Pashayi, Southwest +psi Southeast Pashai Pashai, Southeast +psi Southeast Pashayi Pashayi, Southeast +psl Puerto Rican Sign Language Puerto Rican Sign Language +psm Pauserna Pauserna +psn Panasuan Panasuan +pso Polish Sign Language Polish Sign Language +psp Philippine Sign Language Philippine Sign Language +psq Pasi Pasi +psr Portuguese Sign Language Portuguese Sign Language +pss Kaulong Kaulong +pst Central Pashto Pashto, Central +psu Sauraseni Prākrit Prākrit, Sauraseni +psw Port Sandwich Port Sandwich +psy Piscataway Piscataway +pta Pai Tavytera Pai Tavytera +pth Pataxó Hã-Ha-Hãe Pataxó Hã-Ha-Hãe +pti Pindiini Pindiini +pti Wangkatha Wangkatha +ptn Patani Patani +pto Zo'é Zo'é +ptp Patep Patep +ptq Pattapu Pattapu +ptr Piamatsina Piamatsina +ptt Enrekang Enrekang +ptu Bambam Bambam +ptv Port Vato Port Vato +ptw Pentlatch Pentlatch +pty Pathiya Pathiya +pua Western Highland Purepecha Purepecha, Western Highland +pub Purum Purum +puc Punan Merap Punan Merap +pud Punan Aput Punan Aput +pue Puelche Puelche +puf Punan Merah Punan Merah +pug Phuie Phuie +pui Puinave Puinave +puj Punan Tubu Punan Tubu +pum Puma Puma +puo Puoc Puoc +pup Pulabu Pulabu +puq Puquina Puquina +pur Puruborá Puruborá +pus Pashto Pashto +pus Pushto Pushto +put Putoh Putoh +puu Punu Punu +puw Puluwatese Puluwatese +pux Puare Puare +puy Purisimeño Purisimeño +pwa Pawaia Pawaia +pwb Panawa Panawa +pwg Gapapaiwa Gapapaiwa +pwi Patwin Patwin +pwm Molbog Molbog +pwn Paiwan Paiwan +pwo Pwo Western Karen Karen, Pwo Western +pwr Powari Powari +pww Pwo Northern Karen Karen, Pwo Northern +pxm Quetzaltepec Mixe Mixe, Quetzaltepec +pye Pye Krumen Krumen, Pye +pym Fyam Fyam +pyn Poyanáwa Poyanáwa +pys Lengua de Señas del Paraguay Lengua de Señas del Paraguay +pys Paraguayan Sign Language Paraguayan Sign Language +pyu Puyuma Puyuma +pyx Pyu (Myanmar) Pyu (Myanmar) +pyy Pyen Pyen +pze Pesse Pesse +pzh Pazeh Pazeh +pzn Jejara Naga Naga, Jejara +pzn Para Naga Naga, Para +qua Quapaw Quapaw +qub Huallaga Huánuco Quechua Quechua, Huallaga Huánuco +quc K'iche' K'iche' +quc Quiché Quiché +qud Calderón Highland Quichua Quichua, Calderón Highland +que Quechua Quechua +quf Lambayeque Quechua Quechua, Lambayeque +qug Chimborazo Highland Quichua Quichua, Chimborazo Highland +quh South Bolivian Quechua Quechua, South Bolivian +qui Quileute Quileute +quk Chachapoyas Quechua Quechua, Chachapoyas +qul North Bolivian Quechua Quechua, North Bolivian +qum Sipacapense Sipacapense +qun Quinault Quinault +qup Southern Pastaza Quechua Quechua, Southern Pastaza +quq Quinqui Quinqui +qur Yanahuanca Pasco Quechua Quechua, Yanahuanca Pasco +qus Santiago del Estero Quichua Quichua, Santiago del Estero +quv Sacapulteco Sacapulteco +quw Tena Lowland Quichua Quichua, Tena Lowland +qux Yauyos Quechua Quechua, Yauyos +quy Ayacucho Quechua Quechua, Ayacucho +quz Cusco Quechua Quechua, Cusco +qva Ambo-Pasco Quechua Quechua, Ambo-Pasco +qvc Cajamarca Quechua Quechua, Cajamarca +qve Eastern Apurímac Quechua Quechua, Eastern Apurímac +qvh Huamalíes-Dos de Mayo Huánuco Quechua Quechua, Huamalíes-Dos de Mayo Huánuco +qvi Imbabura Highland Quichua Quichua, Imbabura Highland +qvj Loja Highland Quichua Quichua, Loja Highland +qvl Cajatambo North Lima Quechua Quechua, Cajatambo North Lima +qvm Margos-Yarowilca-Lauricocha Quechua Quechua, Margos-Yarowilca-Lauricocha +qvn North Junín Quechua Quechua, North Junín +qvo Napo Lowland Quechua Quechua, Napo Lowland +qvp Pacaraos Quechua Quechua, Pacaraos +qvs San Martín Quechua Quechua, San Martín +qvw Huaylla Wanca Quechua Quechua, Huaylla Wanca +qvy Queyu Queyu +qvz Northern Pastaza Quichua Quichua, Northern Pastaza +qwa Corongo Ancash Quechua Quechua, Corongo Ancash +qwc Classical Quechua Quechua, Classical +qwh Huaylas Ancash Quechua Quechua, Huaylas Ancash +qwm Kuman (Russia) Kuman (Russia) +qws Sihuas Ancash Quechua Quechua, Sihuas Ancash +qwt Kwalhioqua-Tlatskanai Kwalhioqua-Tlatskanai +qxa Chiquián Ancash Quechua Quechua, Chiquián Ancash +qxc Chincha Quechua Quechua, Chincha +qxh Panao Huánuco Quechua Quechua, Panao Huánuco +qxl Salasaca Highland Quichua Quichua, Salasaca Highland +qxn Northern Conchucos Ancash Quechua Quechua, Northern Conchucos Ancash +qxo Southern Conchucos Ancash Quechua Quechua, Southern Conchucos Ancash +qxp Puno Quechua Quechua, Puno +qxq Qashqa'i Qashqa'i +qxr Cañar Highland Quichua Quichua, Cañar Highland +qxs Southern Qiang Qiang, Southern +qxt Santa Ana de Tusi Pasco Quechua Quechua, Santa Ana de Tusi Pasco +qxu Arequipa-La Unión Quechua Quechua, Arequipa-La Unión +qxw Jauja Wanca Quechua Quechua, Jauja Wanca +qya Quenya Quenya +qyp Quiripi Quiripi +raa Dungmali Dungmali +rab Camling Camling +rac Rasawa Rasawa +rad Rade Rade +raf Western Meohang Meohang, Western +rag Logooli Logooli +rag Lulogooli Lulogooli +rah Rabha Rabha +rai Ramoaaina Ramoaaina +raj Rajasthani Rajasthani +rak Tulu-Bohuai Tulu-Bohuai +ral Ralte Ralte +ram Canela Canela +ran Riantana Riantana +rao Rao Rao +rap Rapanui Rapanui +raq Saam Saam +rar Cook Islands Maori Maori, Cook Islands +rar Rarotongan Rarotongan +ras Tegali Tegali +rat Razajerdi Razajerdi +rau Raute Raute +rav Sampang Sampang +raw Rawang Rawang +rax Rang Rang +ray Rapa Rapa +raz Rahambuu Rahambuu +rbb Rumai Palaung Palaung, Rumai +rbk Northern Bontok Bontok, Northern +rbl Miraya Bikol Bikol, Miraya +rbp Barababaraba Barababaraba +rcf Réunion Creole French Creole French, Réunion +rdb Rudbari Rudbari +rea Rerau Rerau +reb Rembong Rembong +ree Rejang Kayan Kayan, Rejang +reg Kara (Tanzania) Kara (Tanzania) +rei Reli Reli +rej Rejang Rejang +rel Rendille Rendille +rem Remo Remo +ren Rengao Rengao +rer Rer Bare Rer Bare +res Reshe Reshe +ret Retta Retta +rey Reyesano Reyesano +rga Roria Roria +rge Romano-Greek Romano-Greek +rgk Rangkas Rangkas +rgn Romagnol Romagnol +rgr Resígaro Resígaro +rgs Southern Roglai Roglai, Southern +rgu Ringgou Ringgou +rhg Rohingya Rohingya +rhp Yahang Yahang +ria Riang (India) Riang (India) +rib Bribri Sign Language Bribri Sign Language +rif Tarifit Tarifit +ril Riang (Myanmar) Riang (Myanmar) +ril Riang Lang Riang Lang +rim Nyaturu Nyaturu +rin Nungu Nungu +rir Ribun Ribun +rit Ritharrngu Ritharrngu +riu Riung Riung +rjg Rajong Rajong +rji Raji Raji +rjs Rajbanshi Rajbanshi +rka Kraol Kraol +rkb Rikbaktsa Rikbaktsa +rkh Rakahanga-Manihiki Rakahanga-Manihiki +rki Rakhine Rakhine +rkm Marka Marka +rkt Kamta Kamta +rkt Rangpuri Rangpuri +rkw Arakwal Arakwal +rma Rama Rama +rmb Rembarrnga Rembarrnga +rmc Carpathian Romani Romani, Carpathian +rmd Traveller Danish Danish, Traveller +rme Angloromani Angloromani +rmf Kalo Finnish Romani Romani, Kalo Finnish +rmg Traveller Norwegian Norwegian, Traveller +rmh Murkim Murkim +rmi Lomavren Lomavren +rmk Romkun Romkun +rml Baltic Romani Romani, Baltic +rmm Roma Roma +rmn Balkan Romani Romani, Balkan +rmo Sinte Romani Romani, Sinte +rmp Rempi Rempi +rmq Caló Caló +rms Romanian Sign Language Romanian Sign Language +rmt Domari Domari +rmu Tavringer Romani Romani, Tavringer +rmv Romanova Romanova +rmw Welsh Romani Romani, Welsh +rmx Romam Romam +rmy Vlax Romani Romani, Vlax +rmz Marma Marma +rnb Brunca Sign Language Brunca Sign Language +rnd Ruund Ruund +rng Ronga Ronga +rnl Ranglong Ranglong +rnn Roon Roon +rnp Rongpo Rongpo +rnr Nari Nari Nari Nari +rnw Rungwa Rungwa +rob Tae' Tae' +roc Cacgia Roglai Roglai, Cacgia +rod Rogo Rogo +roe Ronji Ronji +rof Rombo Rombo +rog Northern Roglai Roglai, Northern +roh Romansh Romansh +rol Romblomanon Romblomanon +rom Romany Romany +ron Moldavian Moldavian +ron Moldovan Moldovan +ron Romanian Romanian +roo Rotokas Rotokas +rop Kriol Kriol +ror Rongga Rongga +rou Runga Runga +row Dela-Oenale Dela-Oenale +rpn Repanbitip Repanbitip +rpt Rapting Rapting +rri Ririo Ririo +rrm Moriori Moriori +rro Waima Waima +rrt Arritinngithigh Arritinngithigh +rsb Romano-Serbian Romano-Serbian +rsk Rusnak Rusnak +rsk Ruthenian Ruthenian +rsl Russian Sign Language Russian Sign Language +rsm Miriwoong Sign Language Miriwoong Sign Language +rsn Rwandan Sign Language Rwandan Sign Language +rsw Rishiwa Rishiwa +rtc Rungtu Chin Chin, Rungtu +rth Ratahan Ratahan +rtm Rotuman Rotuman +rts Yurats Yurats +rtw Rathawi Rathawi +rub Gungu Gungu +ruc Ruuli Ruuli +rue Rusyn Rusyn +ruf Luguru Luguru +rug Roviana Roviana +ruh Ruga Ruga +rui Rufiji Rufiji +ruk Che Che +run Rundi Rundi +ruo Istro Romanian Romanian, Istro +rup Aromanian Aromanian +rup Arumanian Arumanian +rup Macedo-Romanian Romanian, Macedo- +ruq Megleno Romanian Romanian, Megleno +rus Russian Russian +rut Rutul Rutul +ruu Lanas Lobu Lobu, Lanas +ruy Mala (Nigeria) Mala (Nigeria) +ruz Ruma Ruma +rwa Rawo Rawo +rwk Rwa Rwa +rwl Ruwila Ruwila +rwm Amba (Uganda) Amba (Uganda) +rwo Rawa Rawa +rwr Marwari (India) Marwari (India) +rxd Ngardi Ngardi +rxw Garuwali Garuwali +rxw Karuwali Karuwali +ryn Northern Amami-Oshima Amami-Oshima, Northern +rys Yaeyama Yaeyama +ryu Central Okinawan Okinawan, Central +rzh Rāziḥī Rāziḥī +saa Saba Saba +sab Buglere Buglere +sac Meskwaki Meskwaki +sad Sandawe Sandawe +sae Sabanê Sabanê +saf Safaliba Safaliba +sag Sango Sango +sah Yakut Yakut +saj Sahu Sahu +sak Sake Sake +sam Samaritan Aramaic Aramaic, Samaritan +san Sanskrit Sanskrit +sao Sause Sause +saq Samburu Samburu +sar Saraveca Saraveca +sas Sasak Sasak +sat Santali Santali +sau Saleman Saleman +sav Saafi-Saafi Saafi-Saafi +saw Sawi Sawi +sax Sa Sa +say Saya Saya +saz Saurashtra Saurashtra +sba Ngambay Ngambay +sbb Simbo Simbo +sbc Kele (Papua New Guinea) Kele (Papua New Guinea) +sbd Southern Samo Samo, Southern +sbe Saliba Saliba +sbf Chabu Chabu +sbf Shabo Shabo +sbg Seget Seget +sbh Sori-Harengan Sori-Harengan +sbi Seti Seti +sbj Surbakhal Surbakhal +sbk Safwa Safwa +sbl Botolan Sambal Sambal, Botolan +sbm Sagala Sagala +sbn Sindhi Bhil Bhil, Sindhi +sbo Sabüm Sabüm +sbp Sangu (Tanzania) Sangu (Tanzania) +sbq Sileibi Sileibi +sbr Sembakung Murut Sembakung Murut +sbs Subiya Subiya +sbt Kimki Kimki +sbu Stod Bhoti Bhoti, Stod +sbv Sabine Sabine +sbw Simba Simba +sbx Seberuang Seberuang +sby Soli Soli +sbz Sara Kaba Sara Kaba +scb Chut Chut +sce Dongxiang Dongxiang +scf San Miguel Creole French Creole French, San Miguel +scg Sanggau Sanggau +sch Sakachep Sakachep +sci Sri Lankan Creole Malay Creole Malay, Sri Lankan +sck Sadri Sadri +scl Shina Shina +scn Sicilian Sicilian +sco Scots Scots +scp Helambu Sherpa Helambu Sherpa +scp Hyolmo Hyolmo +scq Sa'och Sa'och +scs North Slavey Slavey, North +sct Southern Katang Katang, Southern +scu Shumcho Shumcho +scv Sheni Sheni +scw Sha Sha +scx Sicel Sicel +scz Shaetlan Shaetlan +sda Toraja-Sa'dan Toraja-Sa'dan +sdb Shabak Shabak +sdc Sassarese Sardinian Sardinian, Sassarese +sde Surubu Surubu +sdf Sarli Sarli +sdg Savi Savi +sdh Southern Kurdish Kurdish, Southern +sdj Suundi Suundi +sdk Sos Kundi Sos Kundi +sdl Saudi Arabian Sign Language Saudi Arabian Sign Language +sdn Gallurese Sardinian Sardinian, Gallurese +sdo Bukar-Sadung Bidayuh Bidayuh, Bukar-Sadung +sdp Sherdukpen Sherdukpen +sdq Semandang Semandang +sdr Oraon Sadri Sadri, Oraon +sds Sened Sened +sdt Shuadit Shuadit +sdu Sarudu Sarudu +sdx Sibu Melanau Melanau, Sibu +sdz Sallands Sallands +sea Semai Semai +seb Shempire Senoufo Senoufo, Shempire +sec Sechelt Sechelt +sec She shashishalhem She shashishalhem +sed Sedang Sedang +see Seneca Seneca +sef Cebaara Senoufo Senoufo, Cebaara +seg Segeju Segeju +seh Sena Sena +sei Seri Seri +sej Sene Sene +sek Sekani Sekani +sel Selkup Selkup +sen Nanerigé Sénoufo Sénoufo, Nanerigé +seo Suarmin Suarmin +sep Sìcìté Sénoufo Sénoufo, Sìcìté +seq Senara Sénoufo Sénoufo, Senara +ser Serrano Serrano +ses Koyraboro Senni Songhai Songhai, Koyraboro Senni +set Sentani Sentani +seu Serui-Laut Serui-Laut +sev Nyarafolo Senoufo Senoufo, Nyarafolo +sew Sewa Bay Sewa Bay +sey Secoya Secoya +sez Senthang Chin Chin, Senthang +sfb French Belgian Sign Language French Belgian Sign Language +sfb Langue des signes de Belgique Francophone Langue des signes de Belgique Francophone +sfe Eastern Subanen Subanen, Eastern +sfm Small Flowery Miao Miao, Small Flowery +sfs South African Sign Language South African Sign Language +sfw Sehwi Sehwi +sga Old Irish (to 900) Irish, Old (to 900) +sgb Mag-antsi Ayta Ayta, Mag-antsi +sgc Kipsigis Kipsigis +sgd Surigaonon Surigaonon +sge Segai Segai +sgg Swiss-German Sign Language Swiss-German Sign Language +sgh Shughni Shughni +sgi Suga Suga +sgj Surgujia Surgujia +sgk Sangkong Sangkong +sgm Singa Singa +sgp Singpho Singpho +sgr Sangisari Sangisari +sgs Samogitian Samogitian +sgt Brokpake Brokpake +sgu Salas Salas +sgw Sebat Bet Gurage Sebat Bet Gurage +sgx Sierra Leone Sign Language Sierra Leone Sign Language +sgy Sanglechi Sanglechi +sgz Sursurunga Sursurunga +sha Shall-Zwall Shall-Zwall +shb Ninam Ninam +shc Sonde Sonde +shd Kundal Shahi Kundal Shahi +she Sheko Sheko +shg Shua Shua +shh Shoshoni Shoshoni +shi Tachelhit Tachelhit +shj Shatt Shatt +shk Shilluk Shilluk +shl Shendu Shendu +shm Shahrudi Shahrudi +shn Shan Shan +sho Shanga Shanga +shp Shipibo-Conibo Shipibo-Conibo +shq Sala Sala +shr Shi Shi +shs Secwepemctsín Secwepemctsín +shs Shuswap Shuswap +sht Shasta Shasta +shu Chadian Arabic Arabic, Chadian +shv Shehri Shehri +shw Shwai Shwai +shx She She +shy Tachawit Tachawit +shz Syenara Senoufo Senoufo, Syenara +sia Akkala Sami Sami, Akkala +sib Sebop Sebop +sid Sidamo Sidamo +sie Simaa Simaa +sif Siamou Siamou +sig Paasaal Paasaal +sih Sîshëë Sîshëë +sih Zire Zire +sii Shom Peng Shom Peng +sij Numbami Numbami +sik Sikiana Sikiana +sil Tumulung Sisaala Sisaala, Tumulung +sim Mende (Papua New Guinea) Mende (Papua New Guinea) +sin Sinhala Sinhala +sin Sinhalese Sinhalese +sip Sikkimese Sikkimese +siq Sonia Sonia +sir Siri Siri +sis Siuslaw Siuslaw +siu Sinagen Sinagen +siv Sumariup Sumariup +siw Siwai Siwai +six Sumau Sumau +siy Sivandi Sivandi +siz Siwi Siwi +sja Epena Epena +sjb Sajau Basap Sajau Basap +sjc Shaojiang Chinese Chinese, Shaojiang +sjd Kildin Sami Sami, Kildin +sje Pite Sami Sami, Pite +sjg Assangori Assangori +sjk Kemi Sami Sami, Kemi +sjl Miji Miji +sjl Sajalong Sajalong +sjm Mapun Mapun +sjn Sindarin Sindarin +sjo Xibe Xibe +sjp Surjapuri Surjapuri +sjr Siar-Lak Siar-Lak +sjs Senhaja De Srair Senhaja De Srair +sjt Ter Sami Sami, Ter +sju Ume Sami Sami, Ume +sjw Shawnee Shawnee +ska Skagit Skagit +skb Saek Saek +skc Ma Manda Ma Manda +skd Southern Sierra Miwok Miwok, Southern Sierra +ske Seke (Vanuatu) Seke (Vanuatu) +skf Sakirabiá Sakirabiá +skg Sakalava Malagasy Malagasy, Sakalava +skh Sikule Sikule +ski Sika Sika +skj Seke (Nepal) Seke (Nepal) +skm Kutong Kutong +skn Kolibugan Subanon Subanon, Kolibugan +sko Seko Tengah Seko Tengah +skp Sekapan Sekapan +skq Sininkere Sininkere +skr Saraiki Saraiki +skr Seraiki Seraiki +sks Maia Maia +skt Sakata Sakata +sku Sakao Sakao +skv Skou Skou +skw Skepi Creole Dutch Creole Dutch, Skepi +skx Seko Padang Seko Padang +sky Sikaiana Sikaiana +skz Sekar Sekar +slc Sáliba Sáliba +sld Sissala Sissala +sle Sholaga Sholaga +slf Swiss-Italian Sign Language Swiss-Italian Sign Language +slg Selungai Murut Selungai Murut +slh Southern Puget Sound Salish Salish, Southern Puget Sound +sli Lower Silesian Silesian, Lower +slj Salumá Salumá +slk Slovak Slovak +sll Salt-Yui Salt-Yui +slm Pangutaran Sama Sama, Pangutaran +sln Salinan Salinan +slp Lamaholot Lamaholot +slr Salar Salar +sls Singapore Sign Language Singapore Sign Language +slt Sila Sila +slu Selaru Selaru +slv Slovenian Slovenian +slw Sialum Sialum +slx Salampasu Salampasu +sly Selayar Selayar +slz Ma'ya Ma'ya +sma Southern Sami Sami, Southern +smb Simbari Simbari +smc Som Som +sme Northern Sami Sami, Northern +smf Auwe Auwe +smg Simbali Simbali +smh Samei Samei +smj Lule Sami Lule Sami +smk Bolinao Bolinao +sml Central Sama Sama, Central +smm Musasa Musasa +smn Inari Sami Sami, Inari +smo Samoan Samoan +smp Samaritan Samaritan +smq Samo Samo +smr Simeulue Simeulue +sms Skolt Sami Sami, Skolt +smt Simte Simte +smu Somray Somray +smv Samvedi Samvedi +smw Sumbawa Sumbawa +smx Samba Samba +smy Semnani Semnani +smz Simeku Simeku +sna Shona Shona +snc Sinaugoro Sinaugoro +snd Sindhi Sindhi +sne Bau Bidayuh Bidayuh, Bau +snf Noon Noon +sng Sanga (Democratic Republic of Congo) Sanga (Democratic Republic of Congo) +sni Sensi Sensi +snj Riverain Sango Sango, Riverain +snk Soninke Soninke +snl Sangil Sangil +snm Southern Ma'di Ma'di, Southern +snn Siona Siona +sno Snohomish Snohomish +snp Siane Siane +snq Sangu (Gabon) Sangu (Gabon) +snr Sihan Sihan +sns Nahavaq Nahavaq +sns South West Bay South West Bay +snu Senggi Senggi +snu Viid Viid +snv Sa'ban Sa'ban +snw Selee Selee +snx Sam Sam +sny Saniyo-Hiyewe Saniyo-Hiyewe +snz Kou Kou +soa Thai Song Thai Song +sob Sobei Sobei +soc So (Democratic Republic of Congo) So (Democratic Republic of Congo) +sod Songoora Songoora +soe Songomeno Songomeno +sog Sogdian Sogdian +soh Aka Aka +soi Sonha Sonha +soj Soi Soi +sok Sokoro Sokoro +sol Solos Solos +som Somali Somali +soo Songo Songo +sop Songe Songe +soq Kanasi Kanasi +sor Somrai Somrai +sos Seeku Seeku +sot Southern Sotho Sotho, Southern +sou Southern Thai Thai, Southern +sov Sonsorol Sonsorol +sow Sowanda Sowanda +sox Swo Swo +soy Miyobe Miyobe +soz Temi Temi +spa Castilian Castilian +spa Spanish Spanish +spb Sepa (Indonesia) Sepa (Indonesia) +spc Sapé Sapé +spd Saep Saep +spe Sepa (Papua New Guinea) Sepa (Papua New Guinea) +spg Sian Sian +spi Saponi Saponi +spk Sengo Sengo +spl Selepet Selepet +spm Akukem Akukem +spn Sanapaná Sanapaná +spo Spokane Spokane +spp Supyire Senoufo Senoufo, Supyire +spq Loreto-Ucayali Spanish Spanish, Loreto-Ucayali +spr Saparua Saparua +sps Saposa Saposa +spt Spiti Bhoti Bhoti, Spiti +spu Sapuan Sapuan +spv Kosli Kosli +spv Sambalpuri Sambalpuri +spx South Picene Picene, South +spy Sabaot Sabaot +sqa Shama-Sambuga Shama-Sambuga +sqh Shau Shau +sqi Albanian Albanian +sqk Albanian Sign Language Albanian Sign Language +sqm Suma Suma +sqn Susquehannock Susquehannock +sqo Sorkhei Sorkhei +sqq Sou Sou +sqr Siculo Arabic Arabic, Siculo +sqs Sri Lankan Sign Language Sri Lankan Sign Language +sqt Soqotri Soqotri +squ Sḵwx̱wú7mesh sníchim Sḵwx̱wú7mesh sníchim +squ Squamish Squamish +sqx Kufr Qassem Sign Language (KQSL) Kufr Qassem Sign Language (KQSL) +sra Saruga Saruga +srb Sora Sora +src Logudorese Sardinian Sardinian, Logudorese +srd Sardinian Sardinian +sre Sara Sara +srf Nafi Nafi +srg Sulod Sulod +srh Sarikoli Sarikoli +sri Siriano Siriano +srk Serudung Murut Serudung Murut +srl Isirawa Isirawa +srm Saramaccan Saramaccan +srn Sranan Tongo Sranan Tongo +sro Campidanese Sardinian Sardinian, Campidanese +srp Serbian Serbian +srq Sirionó Sirionó +srr Serer Serer +srs Sarsi Sarsi +srt Sauri Sauri +sru Suruí Suruí +srv Southern Sorsoganon Sorsoganon, Southern +srw Serua Serua +srx Sirmauri Sirmauri +sry Sera Sera +srz Shahmirzadi Shahmirzadi +ssb Southern Sama Sama, Southern +ssc Suba-Simbiti Suba-Simbiti +ssd Siroi Siroi +sse Balangingi Balangingi +sse Bangingih Sama Sama, Bangingih +ssf Thao Thao +ssg Seimat Seimat +ssh Shihhi Arabic Arabic, Shihhi +ssi Sansi Sansi +ssj Sausi Sausi +ssk Sunam Sunam +ssl Western Sisaala Sisaala, Western +ssm Semnam Semnam +ssn Waata Waata +sso Sissano Sissano +ssp Spanish Sign Language Spanish Sign Language +ssq So'a So'a +ssr Swiss-French Sign Language Swiss-French Sign Language +sss Sô Sô +sst Sinasina Sinasina +ssu Susuami Susuami +ssv Shark Bay Shark Bay +ssw Swati Swati +ssx Samberigi Samberigi +ssy Saho Saho +ssz Sengseng Sengseng +sta Settla Settla +stb Northern Subanen Subanen, Northern +std Sentinel Sentinel +ste Liana-Seti Liana-Seti +stf Seta Seta +stg Trieng Trieng +sth Shelta Shelta +sti Bulo Stieng Stieng, Bulo +stj Matya Samo Samo, Matya +stk Arammba Arammba +stl Stellingwerfs Stellingwerfs +stm Setaman Setaman +stn Owa Owa +sto Stoney Stoney +stp Southeastern Tepehuan Tepehuan, Southeastern +stq Saterfriesisch Saterfriesisch +str Straits Salish Salish, Straits +sts Shumashti Shumashti +stt Budeh Stieng Stieng, Budeh +stu Samtao Samtao +stv Silt'e Silt'e +stw Satawalese Satawalese +sty Siberian Tatar Tatar, Siberian +sua Sulka Sulka +sub Suku Suku +suc Western Subanon Subanon, Western +sue Suena Suena +sug Suganga Suganga +sui Suki Suki +suj Shubi Shubi +suk Sukuma Sukuma +sun Sundanese Sundanese +suo Bouni Bouni +suq Suri Suri +suq Tirmaga-Chai Suri Suri, Tirmaga-Chai +sur Mwaghavul Mwaghavul +sus Susu Susu +sut Subtiaba Subtiaba +suv Puroik Puroik +suw Sumbwa Sumbwa +sux Sumerian Sumerian +suy Suyá Suyá +suz Sunwar Sunwar +sva Svan Svan +svb Ulau-Suain Ulau-Suain +svc Vincentian Creole English Creole English, Vincentian +sve Serili Serili +svk Slovakian Sign Language Slovakian Sign Language +svm Slavomolisano Slavomolisano +svs Savosavo Savosavo +svx Skalvian Skalvian +swa Swahili (macrolanguage) Swahili (macrolanguage) +swb Maore Comorian Comorian, Maore +swc Congo Swahili Swahili, Congo +swe Swedish Swedish +swf Sere Sere +swg Swabian Swabian +swh Kiswahili Kiswahili +swh Swahili (individual language) Swahili (individual language) +swi Sui Sui +swj Sira Sira +swk Malawi Sena Sena, Malawi +swl Swedish Sign Language Swedish Sign Language +swm Samosa Samosa +swn Sawknah Sawknah +swo Shanenawa Shanenawa +swp Suau Suau +swq Sharwa Sharwa +swr Saweru Saweru +sws Seluwasan Seluwasan +swt Sawila Sawila +swu Suwawa Suwawa +swv Shekhawati Shekhawati +sww Sowa Sowa +swx Suruahá Suruahá +swy Sarua Sarua +sxb Suba Suba +sxc Sicanian Sicanian +sxe Sighu Sighu +sxg Shixing Shixing +sxg Shuhi Shuhi +sxk Southern Kalapuya Kalapuya, Southern +sxl Selian Selian +sxm Samre Samre +sxn Sangir Sangir +sxo Sorothaptic Sorothaptic +sxr Saaroa Saaroa +sxs Sasaru Sasaru +sxu Upper Saxon Saxon, Upper +sxw Saxwe Gbe Gbe, Saxwe +sya Siang Siang +syb Central Subanen Subanen, Central +syc Classical Syriac Syriac, Classical +syi Seki Seki +syk Sukur Sukur +syl Sylheti Sylheti +sym Maya Samo Samo, Maya +syn Senaya Senaya +syo Suoy Suoy +syr Syriac Syriac +sys Sinyar Sinyar +syw Kagate Kagate +syx Samay Samay +syy Al-Sayyid Bedouin Sign Language Al-Sayyid Bedouin Sign Language +sza Semelai Semelai +szb Ngalum Ngalum +szc Semaq Beri Semaq Beri +sze Seze Seze +szg Sengele Sengele +szl Silesian Silesian +szn Sula Sula +szp Suabo Suabo +szs Solomon Islands Sign Language Solomon Islands Sign Language +szv Isu (Fako Division) Isu (Fako Division) +szw Sawai Sawai +szy Sakizaya Sakizaya +taa Lower Tanana Tanana, Lower +tab Tabassaran Tabassaran +tac Lowland Tarahumara Tarahumara, Lowland +tad Tause Tause +tae Tariana Tariana +taf Tapirapé Tapirapé +tag Tagoi Tagoi +tah Tahitian Tahitian +taj Eastern Tamang Tamang, Eastern +tak Tala Tala +tal Tal Tal +tam Tamil Tamil +tan Tangale Tangale +tao Yami Yami +tap Taabwa Taabwa +taq Tamasheq Tamasheq +tar Central Tarahumara Tarahumara, Central +tas Tay Boi Tay Boi +tat Tatar Tatar +tau Upper Tanana Tanana, Upper +tav Tatuyo Tatuyo +taw Tai Tai +tax Tamki Tamki +tay Atayal Atayal +taz Tocho Tocho +tba Aikanã Aikanã +tbc Takia Takia +tbd Kaki Ae Kaki Ae +tbe Tanimbili Tanimbili +tbf Mandara Mandara +tbg North Tairora Tairora, North +tbh Dharawal Dharawal +tbh Thurawal Thurawal +tbi Gaam Gaam +tbj Tiang Tiang +tbk Calamian Tagbanwa Tagbanwa, Calamian +tbl Tboli Tboli +tbm Tagbu Tagbu +tbn Barro Negro Tunebo Tunebo, Barro Negro +tbo Tawala Tawala +tbp Diebroud Diebroud +tbp Taworta Taworta +tbr Tumtum Tumtum +tbs Tanguat Tanguat +tbt Tembo (Kitembo) Tembo (Kitembo) +tbu Tubar Tubar +tbv Tobo Tobo +tbw Tagbanwa Tagbanwa +tbx Kapin Kapin +tby Tabaru Tabaru +tbz Ditammari Ditammari +tca Ticuna Ticuna +tcb Tanacross Tanacross +tcc Datooga Datooga +tcd Tafi Tafi +tce Southern Tutchone Tutchone, Southern +tcf Malinaltepec Me'phaa Me'phaa, Malinaltepec +tcf Malinaltepec Tlapanec Tlapanec, Malinaltepec +tcg Tamagario Tamagario +tch Turks And Caicos Creole English Creole English, Turks And Caicos +tci Wára Wára +tck Tchitchege Tchitchege +tcl Taman (Myanmar) Taman (Myanmar) +tcm Tanahmerah Tanahmerah +tcn Tichurong Tichurong +tco Taungyo Taungyo +tcp Tawr Chin Chin, Tawr +tcq Kaiy Kaiy +tcs Torres Strait Creole Creole, Torres Strait +tcs Yumplatok Yumplatok +tct T'en T'en +tcu Southeastern Tarahumara Tarahumara, Southeastern +tcw Tecpatlán Totonac Totonac, Tecpatlán +tcx Toda Toda +tcy Tulu Tulu +tcz Thado Chin Chin, Thado +tda Tagdal Tagdal +tdb Panchpargania Panchpargania +tdc Emberá-Tadó Emberá-Tadó +tdd Tai Nüa Tai Nüa +tde Tiranige Diga Dogon Dogon, Tiranige Diga +tdf Talieng Talieng +tdg Western Tamang Tamang, Western +tdh Thulung Thulung +tdi Tomadino Tomadino +tdj Tajio Tajio +tdk Tambas Tambas +tdl Sur Sur +tdm Taruma Taruma +tdn Tondano Tondano +tdo Teme Teme +tdq Tita Tita +tdr Todrah Todrah +tds Doutai Doutai +tdt Tetun Dili Tetun Dili +tdv Toro Toro +tdx Tandroy-Mahafaly Malagasy Malagasy, Tandroy-Mahafaly +tdy Tadyawan Tadyawan +tea Temiar Temiar +teb Tetete Tetete +tec Terik Terik +ted Tepo Krumen Krumen, Tepo +tee Huehuetla Tepehua Tepehua, Huehuetla +tef Teressa Teressa +teg Teke-Tege Teke-Tege +teh Tehuelche Tehuelche +tei Torricelli Torricelli +tek Ibali Teke Teke, Ibali +tel Telugu Telugu +tem Timne Timne +ten Tama (Colombia) Tama (Colombia) +teo Teso Teso +tep Tepecano Tepecano +teq Temein Temein +ter Tereno Tereno +tes Tengger Tengger +tet Tetum Tetum +teu Soo Soo +tev Teor Teor +tew Tewa (USA) Tewa (USA) +tex Tennet Tennet +tey Tulishi Tulishi +tez Tetserret Tetserret +tfi Tofin Gbe Gbe, Tofin +tfn Tanaina Tanaina +tfo Tefaro Tefaro +tfr Teribe Teribe +tft Ternate Ternate +tga Sagalla Sagalla +tgb Tobilung Tobilung +tgc Tigak Tigak +tgd Ciwogai Ciwogai +tge Eastern Gorkha Tamang Tamang, Eastern Gorkha +tgf Chalikha Chalikha +tgh Tobagonian Creole English Creole English, Tobagonian +tgi Lawunuia Lawunuia +tgj Tagin Tagin +tgk Tajik Tajik +tgl Tagalog Tagalog +tgn Tandaganon Tandaganon +tgo Sudest Sudest +tgp Tangoa Tangoa +tgq Tring Tring +tgr Tareng Tareng +tgs Nume Nume +tgt Central Tagbanwa Tagbanwa, Central +tgu Tanggu Tanggu +tgv Tingui-Boto Tingui-Boto +tgw Tagwana Senoufo Senoufo, Tagwana +tgx Tagish Tagish +tgy Togoyo Togoyo +tgz Tagalaka Tagalaka +tha Thai Thai +thd Kuuk Thaayorre Kuuk Thaayorre +thd Thayore Thayore +the Chitwania Tharu Tharu, Chitwania +thf Thangmi Thangmi +thh Northern Tarahumara Tarahumara, Northern +thi Tai Long Tai Long +thk Kitharaka Kitharaka +thk Tharaka Tharaka +thl Dangaura Tharu Tharu, Dangaura +thm Aheu Aheu +thn Thachanadan Thachanadan +thp Nłeʔkepmxcín Nłeʔkepmxcín +thp Thompson Thompson +thp Thompson River Salish Salish, Thompson River +thq Kochila Tharu Tharu, Kochila +thr Rana Tharu Tharu, Rana +ths Thakali Thakali +tht Tahltan Tahltan +tht Tāłtān Tāłtān +thu Thuri Thuri +thv Tahaggart Tamahaq Tamahaq, Tahaggart +thy Tha Tha +thz Tayart Tamajeq Tamajeq, Tayart +tia Tidikelt Tamazight Tamazight, Tidikelt +tic Tira Tira +tif Tifal Tifal +tig Tigre Tigre +tih Timugon Murut Murut, Timugon +tii Tiene Tiene +tij Tilung Tilung +tik Tikar Tikar +til Tillamook Tillamook +tim Timbe Timbe +tin Tindi Tindi +tio Teop Teop +tip Trimuris Trimuris +tiq Tiéfo Tiéfo +tir Tigrinya Tigrinya +tis Masadiit Itneg Itneg, Masadiit +tit Tinigua Tinigua +tiu Adasen Adasen +tiv Tiv Tiv +tiw Tiwi Tiwi +tix Southern Tiwa Tiwa, Southern +tiy Tiruray Tiruray +tiz Tai Hongjin Tai Hongjin +tja Tajuasohn Tajuasohn +tjg Tunjung Tunjung +tji Northern Tujia Tujia, Northern +tjj Tjungundji Tjungundji +tjl Tai Laing Tai Laing +tjm Timucua Timucua +tjn Tonjon Tonjon +tjo Temacine Tamazight Tamazight, Temacine +tjp Tjupany Tjupany +tjs Southern Tujia Tujia, Southern +tju Tjurruru Tjurruru +tjw Djabwurrung Djabwurrung +tka Truká Truká +tkb Buksa Buksa +tkd Tukudede Tukudede +tke Takwane Takwane +tkf Tukumanféd Tukumanféd +tkg Tesaka Malagasy Malagasy, Tesaka +tkl Tokelau Tokelau +tkm Takelma Takelma +tkn Toku-No-Shima Toku-No-Shima +tkp Tikopia Tikopia +tkq Tee Tee +tkr Tsakhur Tsakhur +tks Takestani Takestani +tkt Kathoriya Tharu Tharu, Kathoriya +tku Upper Necaxa Totonac Totonac, Upper Necaxa +tkv Mur Pano Mur Pano +tkw Teanu Teanu +tkx Tangko Tangko +tkz Takua Takua +tla Southwestern Tepehuan Tepehuan, Southwestern +tlb Tobelo Tobelo +tlc Yecuatla Totonac Totonac, Yecuatla +tld Talaud Talaud +tlf Telefol Telefol +tlg Tofanma Tofanma +tlh Klingon Klingon +tlh tlhIngan Hol tlhIngan Hol +tli Tlingit Tlingit +tlj Talinga-Bwisi Talinga-Bwisi +tlk Taloki Taloki +tll Tetela Tetela +tlm Tolomako Tolomako +tln Talondo' Talondo' +tlo Talodi Talodi +tlp Filomena Mata-Coahuitlán Totonac Totonac, Filomena Mata-Coahuitlán +tlq Tai Loi Tai Loi +tlr Talise Talise +tls Tambotalo Tambotalo +tlt Sou Nama Sou Nama +tlt Teluti Teluti +tlu Tulehu Tulehu +tlv Taliabu Taliabu +tlx Khehek Khehek +tly Talysh Talysh +tma Tama (Chad) Tama (Chad) +tmb Avava Avava +tmb Katbol Katbol +tmc Tumak Tumak +tmd Haruai Haruai +tme Tremembé Tremembé +tmf Toba-Maskoy Toba-Maskoy +tmg Ternateño Ternateño +tmh Tamashek Tamashek +tmi Tutuba Tutuba +tmj Samarokena Samarokena +tml Tamnim Citak Citak, Tamnim +tmm Tai Thanh Tai Thanh +tmn Taman (Indonesia) Taman (Indonesia) +tmo Temoq Temoq +tmq Tumleo Tumleo +tmr Jewish Babylonian Aramaic (ca. 200-1200 CE) Aramaic, Jewish Babylonian (ca. 200-1200 CE) +tms Tima Tima +tmt Tasmate Tasmate +tmu Iau Iau +tmv Tembo (Motembo) Tembo (Motembo) +tmw Temuan Temuan +tmy Tami Tami +tmz Tamanaku Tamanaku +tna Tacana Tacana +tnb Western Tunebo Tunebo, Western +tnc Tanimuca-Retuarã Tanimuca-Retuarã +tnd Angosturas Tunebo Tunebo, Angosturas +tng Tobanga Tobanga +tnh Maiani Maiani +tni Tandia Tandia +tnk Kwamera Kwamera +tnl Lenakel Lenakel +tnm Tabla Tabla +tnn North Tanna Tanna, North +tno Toromono Toromono +tnp Whitesands Whitesands +tnq Taino Taino +tnr Ménik Ménik +tns Tenis Tenis +tnt Tontemboan Tontemboan +tnu Tay Khang Tay Khang +tnv Tangchangya Tangchangya +tnw Tonsawang Tonsawang +tnx Tanema Tanema +tny Tongwe Tongwe +tnz Ten'edn Ten'edn +tob Toba Toba +toc Coyutla Totonac Totonac, Coyutla +tod Toma Toma +tof Gizrra Gizrra +tog Tonga (Nyasa) Tonga (Nyasa) +toh Gitonga Gitonga +toi Tonga (Zambia) Tonga (Zambia) +toj Tojolabal Tojolabal +tok Toki Pona Toki Pona +tol Tolowa Tolowa +tom Tombulu Tombulu +ton Tonga (Tonga Islands) Tonga (Tonga Islands) +too Xicotepec De Juárez Totonac Totonac, Xicotepec De Juárez +top Papantla Totonac Totonac, Papantla +toq Toposa Toposa +tor Togbo-Vara Banda Banda, Togbo-Vara +tos Highland Totonac Totonac, Highland +tou Tho Tho +tov Upper Taromi Taromi, Upper +tow Jemez Jemez +tox Tobian Tobian +toy Topoiyo Topoiyo +toz To To +tpa Taupota Taupota +tpc Azoyú Me'phaa Me'phaa, Azoyú +tpc Azoyú Tlapanec Tlapanec, Azoyú +tpe Tippera Tippera +tpf Tarpia Tarpia +tpg Kula Kula +tpi Tok Pisin Tok Pisin +tpj Tapieté Tapieté +tpk Tupinikin Tupinikin +tpl Tlacoapa Me'phaa Me'phaa, Tlacoapa +tpl Tlacoapa Tlapanec Tlapanec, Tlacoapa +tpm Tampulma Tampulma +tpn Tupinambá Tupinambá +tpo Tai Pao Tai Pao +tpp Pisaflores Tepehua Tepehua, Pisaflores +tpq Tukpa Tukpa +tpr Tuparí Tuparí +tpt Tlachichilco Tepehua Tepehua, Tlachichilco +tpu Tampuan Tampuan +tpv Tanapag Tanapag +tpx Acatepec Me'phaa Me'phaa, Acatepec +tpx Acatepec Tlapanec Tlapanec, Acatepec +tpy Trumai Trumai +tpz Tinputz Tinputz +tqb Tembé Tembé +tql Lehali Lehali +tqm Turumsa Turumsa +tqn Tenino Tenino +tqo Toaripi Toaripi +tqp Tomoip Tomoip +tqq Tunni Tunni +tqr Torona Torona +tqt Western Totonac Totonac, Western +tqu Touo Touo +tqw Tonkawa Tonkawa +tra Tirahi Tirahi +trb Terebu Terebu +trc Copala Triqui Triqui, Copala +trd Turi Turi +tre East Tarangan Tarangan, East +trf Trinidadian Creole English Creole English, Trinidadian +trg Lishán Didán Lishán Didán +trh Turaka Turaka +tri Trió Trió +trj Toram Toram +trl Traveller Scottish Scottish, Traveller +trm Tregami Tregami +trn Trinitario Trinitario +tro Tarao Naga Naga, Tarao +trp Kok Borok Kok Borok +trq San Martín Itunyoso Triqui Triqui, San Martín Itunyoso +trr Taushiro Taushiro +trs Chicahuaxtla Triqui Triqui, Chicahuaxtla +trt Tunggare Tunggare +tru Surayt Surayt +tru Turoyo Turoyo +trv Sediq Sediq +trv Seediq Seediq +trv Taroko Taroko +trw Torwali Torwali +trx Tringgus-Sembaan Bidayuh Bidayuh, Tringgus-Sembaan +try Turung Turung +trz Torá Torá +tsa Tsaangi Tsaangi +tsb Tsamai Tsamai +tsc Tswa Tswa +tsd Tsakonian Tsakonian +tse Tunisian Sign Language Tunisian Sign Language +tsg Tausug Tausug +tsh Tsuvan Tsuvan +tsi Tsimshian Tsimshian +tsj Tshangla Tshangla +tsk Tseku Tseku +tsl Ts'ün-Lao Ts'ün-Lao +tsm Türk İşaret Dili Türk İşaret Dili +tsm Turkish Sign Language Turkish Sign Language +tsn Tswana Tswana +tso Tsonga Tsonga +tsp Northern Toussian Toussian, Northern +tsq Thai Sign Language Thai Sign Language +tsr Akei Akei +tss Taiwan Sign Language Taiwan Sign Language +tst Tondi Songway Kiini Songway Kiini, Tondi +tsu Tsou Tsou +tsv Tsogo Tsogo +tsw Tsishingini Tsishingini +tsx Mubami Mubami +tsy Tebul Sign Language Tebul Sign Language +tsz Purepecha Purepecha +tta Tutelo Tutelo +ttb Gaa Gaa +ttc Tektiteko Tektiteko +ttd Tauade Tauade +tte Bwanabwana Bwanabwana +ttf Tuotomb Tuotomb +ttg Tutong Tutong +tth Upper Ta'oih Ta'oih, Upper +tti Tobati Tobati +ttj Tooro Tooro +ttk Totoro Totoro +ttl Totela Totela +ttm Northern Tutchone Tutchone, Northern +ttn Towei Towei +tto Lower Ta'oih Ta'oih, Lower +ttp Tombelala Tombelala +ttq Tawallammat Tamajaq Tamajaq, Tawallammat +ttr Tera Tera +tts Northeastern Thai Thai, Northeastern +ttt Muslim Tat Tat, Muslim +ttu Torau Torau +ttv Titan Titan +ttw Long Wat Long Wat +tty Sikaritai Sikaritai +ttz Tsum Tsum +tua Wiarumus Wiarumus +tub Tübatulabal Tübatulabal +tuc Mutu Mutu +tud Tuxá Tuxá +tue Tuyuca Tuyuca +tuf Central Tunebo Tunebo, Central +tug Tunia Tunia +tuh Taulil Taulil +tui Tupuri Tupuri +tuj Tugutil Tugutil +tuk Turkmen Turkmen +tul Tula Tula +tum Tumbuka Tumbuka +tun Tunica Tunica +tuo Tucano Tucano +tuq Tedaga Tedaga +tur Turkish Turkish +tus Tuscarora Tuscarora +tuu Tututni Tututni +tuv Turkana Turkana +tux Tuxináwa Tuxináwa +tuy Tugen Tugen +tuz Turka Turka +tva Vaghua Vaghua +tvd Tsuvadi Tsuvadi +tve Te'un Te'un +tvi Tulai Tulai +tvk Southeast Ambrym Ambrym, Southeast +tvl Tuvalu Tuvalu +tvm Tela-Masbuar Tela-Masbuar +tvn Tavoyan Tavoyan +tvo Tidore Tidore +tvs Taveta Taveta +tvt Tutsa Naga Naga, Tutsa +tvu Tunen Tunen +tvw Sedoa Sedoa +tvx Taivoan Taivoan +tvy Timor Pidgin Pidgin, Timor +twa Twana Twana +twb Western Tawbuid Tawbuid, Western +twc Teshenawa Teshenawa +twd Twents Twents +twe Tewa (Indonesia) Tewa (Indonesia) +twf Northern Tiwa Tiwa, Northern +twg Tereweng Tereweng +twh Tai Dón Tai Dón +twi Twi Twi +twl Tawara Tawara +twm Tawang Monpa Monpa, Tawang +twn Twendi Twendi +two Tswapong Tswapong +twp Ere Ere +twq Tasawaq Tasawaq +twr Southwestern Tarahumara Tarahumara, Southwestern +twt Turiwára Turiwára +twu Termanu Termanu +tww Tuwari Tuwari +twx Tewe Tewe +twy Tawoyan Tawoyan +txa Tombonuo Tombonuo +txb Tokharian B Tokharian B +txc Tsetsaut Tsetsaut +txe Totoli Totoli +txg Tangut Tangut +txh Thracian Thracian +txi Ikpeng Ikpeng +txj Tarjumo Tarjumo +txm Tomini Tomini +txn West Tarangan Tarangan, West +txo Toto Toto +txq Tii Tii +txr Tartessian Tartessian +txs Tonsea Tonsea +txt Citak Citak +txu Kayapó Kayapó +txx Tatana Tatana +txy Tanosy Malagasy Malagasy, Tanosy +tya Tauya Tauya +tye Kyanga Kyanga +tyh O'du O'du +tyi Teke-Tsaayi Teke-Tsaayi +tyj Tai Do Tai Do +tyj Tai Yo Tai Yo +tyl Thu Lao Thu Lao +tyn Kombai Kombai +typ Thaypan Thaypan +tyr Tai Daeng Tai Daeng +tys Tày Sa Pa Tày Sa Pa +tyt Tày Tac Tày Tac +tyu Kua Kua +tyv Tuvinian Tuvinian +tyx Teke-Tyee Teke-Tyee +tyy Tiyaa Tiyaa +tyz Tày Tày +tza Tanzanian Sign Language Tanzanian Sign Language +tzh Tzeltal Tzeltal +tzj Tz'utujil Tz'utujil +tzl Talossan Talossan +tzm Central Atlas Tamazight Tamazight, Central Atlas +tzn Tugun Tugun +tzo Tzotzil Tzotzil +tzx Tabriak Tabriak +uam Uamué Uamué +uan Kuan Kuan +uar Tairuma Tairuma +uba Ubang Ubang +ubi Ubi Ubi +ubl Buhi'non Bikol Bikol, Buhi'non +ubr Ubir Ubir +ubu Umbu-Ungu Umbu-Ungu +uby Ubykh Ubykh +uda Uda Uda +ude Udihe Udihe +udg Muduga Muduga +udi Udi Udi +udj Ujir Ujir +udl Wuzlam Wuzlam +udm Udmurt Udmurt +udu Uduk Uduk +ues Kioko Kioko +ufi Ufim Ufim +uga Ugaritic Ugaritic +ugb Kuku-Ugbanh Kuku-Ugbanh +uge Ughele Ughele +ugh Kubachi Kubachi +ugn Ugandan Sign Language Ugandan Sign Language +ugo Ugong Ugong +ugy Uruguayan Sign Language Uruguayan Sign Language +uha Uhami Uhami +uhn Damal Damal +uig Uighur Uighur +uig Uyghur Uyghur +uis Uisai Uisai +uiv Iyive Iyive +uji Tanjijili Tanjijili +uka Kaburi Kaburi +ukg Ukuriguma Ukuriguma +ukh Ukhwejo Ukhwejo +uki Kui (India) Kui (India) +ukk Muak Sa-aak Muak Sa-aak +ukl Ukrainian Sign Language Ukrainian Sign Language +ukp Ukpe-Bayobiri Ukpe-Bayobiri +ukq Ukwa Ukwa +ukr Ukrainian Ukrainian +uks Kaapor Sign Language Kaapor Sign Language +uks Urubú-Kaapor Sign Language Urubú-Kaapor Sign Language +uku Ukue Ukue +ukv Kuku Kuku +ukw Ukwuani-Aboh-Ndoni Ukwuani-Aboh-Ndoni +uky Kuuk-Yak Kuuk-Yak +ula Fungwa Fungwa +ulb Ulukwumi Ulukwumi +ulc Ulch Ulch +ule Lule Lule +ulf Afra Afra +ulf Usku Usku +uli Ulithian Ulithian +ulk Meriam Mir Meriam Mir +ull Ullatan Ullatan +ulm Ulumanda' Ulumanda' +uln Unserdeutsch Unserdeutsch +ulu Uma' Lung Uma' Lung +ulw Ulwa Ulwa +uly Buli Buli +uma Umatilla Umatilla +umb Umbundu Umbundu +umc Marrucinian Marrucinian +umd Umbindhamu Umbindhamu +umg Morrobalama Morrobalama +umg Umbuygamu Umbuygamu +umi Ukit Ukit +umm Umon Umon +umn Makyan Naga Naga, Makyan +umo Umotína Umotína +ump Umpila Umpila +umr Umbugarla Umbugarla +ums Pendau Pendau +umu Munsee Munsee +una North Watut Watut, North +und Undetermined Undetermined +une Uneme Uneme +ung Ngarinyin Ngarinyin +uni Uni Uni +unk Enawené-Nawé Enawené-Nawé +unm Unami Unami +unn Kurnai Kurnai +unr Mundari Mundari +unu Unubahe Unubahe +unx Munda Munda +unz Unde Kaili Kaili, Unde +uon Kulon Kulon +upi Umeda Umeda +upv Uripiv-Wala-Rano-Atchin Uripiv-Wala-Rano-Atchin +ura Urarina Urarina +urb Kaapor Kaapor +urb Urubú-Kaapor Urubú-Kaapor +urc Urningangg Urningangg +urd Urdu Urdu +ure Uru Uru +urf Uradhi Uradhi +urg Urigina Urigina +urh Urhobo Urhobo +uri Urim Urim +urk Urak Lawoi' Urak Lawoi' +url Urali Urali +urm Urapmin Urapmin +urn Uruangnirin Uruangnirin +uro Ura (Papua New Guinea) Ura (Papua New Guinea) +urp Uru-Pa-In Uru-Pa-In +urr Lehalurup Lehalurup +urr Löyöp Löyöp +urt Urat Urat +uru Urumi Urumi +urv Uruava Uruava +urw Sop Sop +urx Urimo Urimo +ury Orya Orya +urz Uru-Eu-Wau-Wau Uru-Eu-Wau-Wau +usa Usarufa Usarufa +ush Ushojo Ushojo +usi Usui Usui +usk Usaghade Usaghade +usp Uspanteco Uspanteco +uss us-Saare us-Saare +usu Uya Uya +uta Otank Otank +ute Ute-Southern Paiute Ute-Southern Paiute +uth ut-Hun ut-Hun +utp Amba (Solomon Islands) Amba (Solomon Islands) +utr Etulo Etulo +utu Utu Utu +uum Urum Urum +uur Ura (Vanuatu) Ura (Vanuatu) +uuu U U +uve Fagauvea Fagauvea +uve West Uvean Uvean, West +uvh Uri Uri +uvl Lote Lote +uwa Kuku-Uwanh Kuku-Uwanh +uya Doko-Uyanga Doko-Uyanga +uzb Uzbek Uzbek +uzn Northern Uzbek Uzbek, Northern +uzs Southern Uzbek Uzbek, Southern +vaa Vaagri Booli Vaagri Booli +vae Vale Vale +vaf Vafsi Vafsi +vag Vagla Vagla +vah Varhadi-Nagpuri Varhadi-Nagpuri +vai Vai Vai +vaj Northwestern ǃKung ǃKung, Northwestern +vaj Sekele Sekele +vaj Vasekele Vasekele +val Vehes Vehes +vam Vanimo Vanimo +van Valman Valman +vao Vao Vao +vap Vaiphei Vaiphei +var Huarijio Huarijio +vas Vasavi Vasavi +vau Vanuma Vanuma +vav Varli Varli +vay Wayu Wayu +vbb Southeast Babar Babar, Southeast +vbk Southwestern Bontok Bontok, Southwestern +vec Venetian Venetian +ved Veddah Veddah +vel Veluws Veluws +vem Vemgo-Mabas Vemgo-Mabas +ven Venda Venda +veo Ventureño Ventureño +vep Veps Veps +ver Mom Jango Mom Jango +vgr Vaghri Vaghri +vgt Flemish Sign Language Flemish Sign Language +vgt Vlaamse Gebarentaal Vlaamse Gebarentaal +vic Virgin Islands Creole English Creole English, Virgin Islands +vid Vidunda Vidunda +vie Vietnamese Vietnamese +vif Vili Vili +vig Viemo Viemo +vil Vilela Vilela +vin Vinza Vinza +vis Vishavan Vishavan +vit Viti Viti +viv Iduna Iduna +vjk Bajjika Bajjika +vka Kariyarra Kariyarra +vkj Kujarge Kujarge +vkk Kaur Kaur +vkl Kulisusu Kulisusu +vkm Kamakan Kamakan +vkn Koro Nulu Koro Nulu +vko Kodeoha Kodeoha +vkp Korlai Creole Portuguese Creole Portuguese, Korlai +vkt Tenggarong Kutai Malay Malay, Tenggarong Kutai +vku Kurrama Kurrama +vkz Koro Zuba Koro Zuba +vlp Valpei Valpei +vls Vlaams Vlaams +vma Martuyhunira Martuyhunira +vmb Barbaram Barbaram +vmc Juxtlahuaca Mixtec Mixtec, Juxtlahuaca +vmd Mudu Koraga Koraga, Mudu +vme East Masela Masela, East +vmf Mainfränkisch Mainfränkisch +vmg Lungalunga Lungalunga +vmh Maraghei Maraghei +vmi Miwa Miwa +vmj Ixtayutla Mixtec Mixtec, Ixtayutla +vmk Makhuwa-Shirima Makhuwa-Shirima +vml Malgana Malgana +vmm Mitlatongo Mixtec Mixtec, Mitlatongo +vmp Soyaltepec Mazatec Mazatec, Soyaltepec +vmq Soyaltepec Mixtec Mixtec, Soyaltepec +vmr Marenje Marenje +vms Moksela Moksela +vmu Muluridyi Muluridyi +vmv Valley Maidu Maidu, Valley +vmw Makhuwa Makhuwa +vmx Tamazola Mixtec Mixtec, Tamazola +vmy Ayautla Mazatec Mazatec, Ayautla +vmz Mazatlán Mazatec Mazatec, Mazatlán +vnk Lovono Lovono +vnk Vano Vano +vnm Neve'ei Neve'ei +vnm Vinmavis Vinmavis +vnp Vunapu Vunapu +vol Volapük Volapük +vor Voro Voro +vot Votic Votic +vra Vera'a Vera'a +vro Võro Võro +vrs Varisi Varisi +vrt Banam Bay Banam Bay +vrt Burmbar Burmbar +vsi Moldova Sign Language Moldova Sign Language +vsl Venezuelan Sign Language Venezuelan Sign Language +vsn Vedic Sanskrit Vedic Sanskrit +vsv Llengua de signes valenciana Llengua de signes valenciana +vsv Valencian Sign Language Valencian Sign Language +vto Vitou Vitou +vum Vumbu Vumbu +vun Vunjo Vunjo +vut Vute Vute +vwa Awa (China) Awa (China) +waa Walla Walla Walla Walla +wab Wab Wab +wac Wasco-Wishram Wasco-Wishram +wad Wamesa Wamesa +wad Wondama Wondama +wae Walser Walser +waf Wakoná Wakoná +wag Wa'ema Wa'ema +wah Watubela Watubela +wai Wares Wares +waj Waffa Waffa +wal Wolaitta Wolaitta +wal Wolaytta Wolaytta +wam Wampanoag Wampanoag +wan Wan Wan +wao Wappo Wappo +wap Wapishana Wapishana +waq Wagiman Wagiman +war Waray (Philippines) Waray (Philippines) +was Washo Washo +wat Kaninuwa Kaninuwa +wau Waurá Waurá +wav Waka Waka +waw Waiwai Waiwai +wax Marangis Marangis +wax Watam Watam +way Wayana Wayana +waz Wampur Wampur +wba Warao Warao +wbb Wabo Wabo +wbe Waritai Waritai +wbf Wara Wara +wbh Wanda Wanda +wbi Vwanji Vwanji +wbj Alagwa Alagwa +wbk Waigali Waigali +wbl Wakhi Wakhi +wbm Wa Wa +wbp Warlpiri Warlpiri +wbq Waddar Waddar +wbr Wagdi Wagdi +wbs West Bengal Sign Language West Bengal Sign Language +wbt Warnman Warnman +wbv Wajarri Wajarri +wbw Woi Woi +wca Yanomámi Yanomámi +wci Waci Gbe Gbe, Waci +wdd Wandji Wandji +wdg Wadaginam Wadaginam +wdj Wadjiginy Wadjiginy +wdk Wadikali Wadikali +wdt Wendat Wendat +wdu Wadjigu Wadjigu +wdy Wadjabangayi Wadjabangayi +wea Wewaw Wewaw +wec Wè Western Wè Western +wed Wedau Wedau +weg Wergaia Wergaia +weh Weh Weh +wei Kiunum Kiunum +wem Weme Gbe Gbe, Weme +weo Wemale Wemale +wep Westphalien Westphalien +wer Weri Weri +wes Cameroon Pidgin Pidgin, Cameroon +wet Perai Perai +weu Rawngtu Chin Chin, Rawngtu +wew Wejewa Wejewa +wfg Yafi Yafi +wfg Zorop Zorop +wga Wagaya Wagaya +wgb Wagawaga Wagawaga +wgg Wangganguru Wangganguru +wgg Wangkangurru Wangkangurru +wgi Wahgi Wahgi +wgo Waigeo Waigeo +wgu Wirangu Wirangu +wgy Warrgamay Warrgamay +wha Manusela Manusela +wha Sou Upaa Sou Upaa +whg North Wahgi Wahgi, North +whk Wahau Kenyah Kenyah, Wahau +whu Wahau Kayan Kayan, Wahau +wib Southern Toussian Toussian, Southern +wic Wichita Wichita +wie Wik-Epa Wik-Epa +wif Wik-Keyangan Wik-Keyangan +wig Wik Ngathan Wik Ngathan +wih Wik-Me'anha Wik-Me'anha +wii Minidien Minidien +wij Wik-Iiyanh Wik-Iiyanh +wik Wikalkan Wikalkan +wil Wilawila Wilawila +wim Wik-Mungkan Wik-Mungkan +win Ho-Chunk Ho-Chunk +wir Wiraféd Wiraféd +wiu Wiru Wiru +wiv Vitu Vitu +wiy Wiyot Wiyot +wja Waja Waja +wji Warji Warji +wka Kw'adza Kw'adza +wkb Kumbaran Kumbaran +wkd Mo Mo +wkd Wakde Wakde +wkl Kalanadi Kalanadi +wkr Keerray-Woorroong Keerray-Woorroong +wku Kunduvadi Kunduvadi +wkw Wakawaka Wakawaka +wky Wangkayutyuru Wangkayutyuru +wla Walio Walio +wlc Mwali Comorian Comorian, Mwali +wle Wolane Wolane +wlg Kunbarlang Kunbarlang +wlh Welaun Welaun +wli Waioli Waioli +wlk Wailaki Wailaki +wll Wali (Sudan) Wali (Sudan) +wlm Middle Welsh Welsh, Middle +wln Walloon Walloon +wlo Wolio Wolio +wlr Wailapa Wailapa +wls Wallisian Wallisian +wlu Wuliwuli Wuliwuli +wlv Wichí Lhamtés Vejoz Wichí Lhamtés Vejoz +wlw Walak Walak +wlx Wali (Ghana) Wali (Ghana) +wly Waling Waling +wma Mawa (Nigeria) Mawa (Nigeria) +wmb Wambaya Wambaya +wmc Wamas Wamas +wmd Mamaindé Mamaindé +wme Wambule Wambule +wmg Western Minyag Minyag, Western +wmh Waima'a Waima'a +wmi Wamin Wamin +wmm Maiwa (Indonesia) Maiwa (Indonesia) +wmn Waamwang Waamwang +wmo Wom (Papua New Guinea) Wom (Papua New Guinea) +wms Wambon Wambon +wmt Walmajarri Walmajarri +wmw Mwani Mwani +wmx Womo Womo +wnb Mokati Mokati +wnc Wantoat Wantoat +wnd Wandarang Wandarang +wne Waneci Waneci +wng Wanggom Wanggom +wni Ndzwani Comorian Comorian, Ndzwani +wnk Wanukaka Wanukaka +wnm Wanggamala Wanggamala +wnn Wunumara Wunumara +wno Wano Wano +wnp Wanap Wanap +wnu Usan Usan +wnw Wintu Wintu +wny Waanyi Waanyi +wny Wanyi Wanyi +woa Kuwema Kuwema +woa Tyaraity Tyaraity +wob Wè Northern Wè Northern +woc Wogeo Wogeo +wod Wolani Wolani +woe Woleaian Woleaian +wof Gambian Wolof Wolof, Gambian +wog Wogamusin Wogamusin +woi Kamang Kamang +wok Longto Longto +wol Wolof Wolof +wom Wom (Nigeria) Wom (Nigeria) +won Wongo Wongo +woo Manombai Manombai +wor Woria Woria +wos Hanga Hundi Hanga Hundi +wow Wawonii Wawonii +woy Weyto Weyto +wpc Maco Maco +wrb Waluwarra Waluwarra +wrb Warluwara Warluwara +wrg Gudjal Gudjal +wrg Warungu Warungu +wrh Wiradjuri Wiradjuri +wri Wariyangga Wariyangga +wrk Garrwa Garrwa +wrl Warlmanpa Warlmanpa +wrm Warumungu Warumungu +wrn Warnang Warnang +wro Worrorra Worrorra +wrp Waropen Waropen +wrr Wardaman Wardaman +wrs Waris Waris +wru Waru Waru +wrv Waruna Waruna +wrw Gugu Warra Gugu Warra +wrx Wae Rana Wae Rana +wry Merwari Merwari +wrz Waray (Australia) Waray (Australia) +wsa Warembori Warembori +wsg Adilabad Gondi Gondi, Adilabad +wsi Wusi Wusi +wsk Waskia Waskia +wsr Owenia Owenia +wss Wasa Wasa +wsu Wasu Wasu +wsv Wotapuri-Katarqalai Wotapuri-Katarqalai +wtb Matambwe Matambwe +wtf Watiwa Watiwa +wth Wathawurrung Wathawurrung +wti Berta Berta +wtk Watakataui Watakataui +wtm Mewati Mewati +wtw Wotu Wotu +wua Wikngenchera Wikngenchera +wub Wunambal Wunambal +wud Wudu Wudu +wuh Wutunhua Wutunhua +wul Silimo Silimo +wum Wumbvu Wumbvu +wun Bungu Bungu +wur Wurrugu Wurrugu +wut Wutung Wutung +wuu Wu Chinese Chinese, Wu +wuv Wuvulu-Aua Wuvulu-Aua +wux Wulna Wulna +wuy Wauyai Wauyai +wwa Waama Waama +wwb Wakabunga Wakabunga +wwo Dorig Dorig +wwo Wetamut Wetamut +wwr Warrwa Warrwa +www Wawa Wawa +wxa Waxianghua Waxianghua +wxw Wardandi Wardandi +wyb Wangaaybuwan-Ngiyambaa Wangaaybuwan-Ngiyambaa +wyi Woiwurrung Woiwurrung +wym Wymysorys Wymysorys +wyn Wyandot Wyandot +wyr Wayoró Wayoró +wyy Western Fijian Fijian, Western +xaa Andalusian Arabic Arabic, Andalusian +xab Sambe Sambe +xac Kachari Kachari +xad Adai Adai +xae Aequian Aequian +xag Aghwan Aghwan +xai Kaimbé Kaimbé +xaj Ararandewára Ararandewára +xak Máku Máku +xal Kalmyk Kalmyk +xal Oirat Oirat +xam ǀXam ǀXam +xan Xamtanga Xamtanga +xao Khao Khao +xap Apalachee Apalachee +xaq Aquitanian Aquitanian +xar Karami Karami +xas Kamas Kamas +xat Katawixi Katawixi +xau Kauwera Kauwera +xav Xavánte Xavánte +xaw Kawaiisu Kawaiisu +xay Kayan Mahakam Kayan Mahakam +xbb Lower Burdekin Burdekin, Lower +xbc Bactrian Bactrian +xbd Bindal Bindal +xbe Bigambal Bigambal +xbg Bunganditj Bunganditj +xbi Kombio Kombio +xbj Birrpayi Birrpayi +xbm Middle Breton Breton, Middle +xbn Kenaboi Kenaboi +xbo Bolgarian Bolgarian +xbp Bibbulman Bibbulman +xbr Kambera Kambera +xbw Kambiwá Kambiwá +xby Batjala Batjala +xby Batyala Batyala +xcb Cumbric Cumbric +xcc Camunic Camunic +xce Celtiberian Celtiberian +xcg Cisalpine Gaulish Gaulish, Cisalpine +xch Chemakum Chemakum +xch Chimakum Chimakum +xcl Classical Armenian Armenian, Classical +xcm Comecrudo Comecrudo +xcn Cotoname Cotoname +xco Chorasmian Chorasmian +xcr Carian Carian +xct Classical Tibetan Tibetan, Classical +xcu Curonian Curonian +xcv Chuvantsy Chuvantsy +xcw Coahuilteco Coahuilteco +xcy Cayuse Cayuse +xda Darkinyung Darkinyung +xdc Dacian Dacian +xdk Dharuk Dharuk +xdm Edomite Edomite +xdo Kwandu Kwandu +xdq Kaitag Kaitag +xdy Malayic Dayak Dayak, Malayic +xeb Eblan Eblan +xed Hdi Hdi +xeg ǁXegwi ǁXegwi +xel Kelo Kelo +xem Kembayan Kembayan +xep Epi-Olmec Epi-Olmec +xer Xerénte Xerénte +xes Kesawai Kesawai +xet Xetá Xetá +xeu Keoru-Ahia Keoru-Ahia +xfa Faliscan Faliscan +xga Galatian Galatian +xgb Gbin Gbin +xgd Gudang Gudang +xgf Gabrielino-Fernandeño Gabrielino-Fernandeño +xgg Goreng Goreng +xgi Garingbal Garingbal +xgl Galindan Galindan +xgm Dharumbal Dharumbal +xgm Guwinmal Guwinmal +xgr Garza Garza +xgu Unggumi Unggumi +xgw Guwa Guwa +xha Harami Harami +xhc Hunnic Hunnic +xhd Hadrami Hadrami +xhe Khetrani Khetrani +xhm Middle Khmer (1400 to 1850 CE) Khmer, Middle (1400 to 1850 CE) +xho Xhosa Xhosa +xhr Hernican Hernican +xht Hattic Hattic +xhu Hurrian Hurrian +xhv Khua Khua +xib Iberian Iberian +xii Xiri Xiri +xil Illyrian Illyrian +xin Xinca Xinca +xir Xiriâna Xiriâna +xis Kisan Kisan +xiv Indus Valley Language Indus Valley Language +xiy Xipaya Xipaya +xjb Minjungbal Minjungbal +xjt Jaitmatang Jaitmatang +xka Kalkoti Kalkoti +xkb Northern Nago Nago, Northern +xkc Kho'ini Kho'ini +xkd Mendalam Kayan Kayan, Mendalam +xke Kereho Kereho +xkf Khengkha Khengkha +xkg Kagoro Kagoro +xki Kenyan Sign Language Kenyan Sign Language +xkj Kajali Kajali +xkk Kachok Kachok +xkk Kaco' Kaco' +xkl Mainstream Kenyah Mainstream Kenyah +xkn Kayan River Kayan Kayan, Kayan River +xko Kiorr Kiorr +xkp Kabatei Kabatei +xkq Koroni Koroni +xkr Xakriabá Xakriabá +xks Kumbewaha Kumbewaha +xkt Kantosi Kantosi +xku Kaamba Kaamba +xkv Kgalagadi Kgalagadi +xkw Kembra Kembra +xkx Karore Karore +xky Uma' Lasan Uma' Lasan +xkz Kurtokha Kurtokha +xla Kamula Kamula +xlb Loup B Loup B +xlc Lycian Lycian +xld Lydian Lydian +xle Lemnian Lemnian +xlg Ligurian (Ancient) Ligurian (Ancient) +xli Liburnian Liburnian +xln Alanic Alanic +xlo Loup A Loup A +xlp Lepontic Lepontic +xls Lusitanian Lusitanian +xlu Cuneiform Luwian Luwian, Cuneiform +xly Elymian Elymian +xma Mushungulu Mushungulu +xmb Mbonga Mbonga +xmc Makhuwa-Marrevone Makhuwa-Marrevone +xmd Mbudum Mbudum +xme Median Median +xmf Mingrelian Mingrelian +xmg Mengaka Mengaka +xmh Kugu-Muminh Kugu-Muminh +xmj Majera Majera +xmk Ancient Macedonian Macedonian, Ancient +xml Malaysian Sign Language Malaysian Sign Language +xmm Manado Malay Malay, Manado +xmn Manichaean Middle Persian Persian, Manichaean Middle +xmo Morerebi Morerebi +xmp Kuku-Mu'inh Kuku-Mu'inh +xmq Kuku-Mangk Kuku-Mangk +xmr Meroitic Meroitic +xms Moroccan Sign Language Moroccan Sign Language +xmt Matbat Matbat +xmu Kamu Kamu +xmv Antankarana Malagasy Malagasy, Antankarana +xmv Tankarana Malagasy Malagasy, Tankarana +xmw Tsimihety Malagasy Malagasy, Tsimihety +xmx Maden Maden +xmx Salawati Salawati +xmy Mayaguduna Mayaguduna +xmz Mori Bawah Mori Bawah +xna Ancient North Arabian North Arabian, Ancient +xnb Kanakanabu Kanakanabu +xng Middle Mongolian Mongolian, Middle +xnh Kuanhua Kuanhua +xni Ngarigu Ngarigu +xnj Ngoni (Tanzania) Ngoni (Tanzania) +xnk Nganakarti Nganakarti +xnm Ngumbarl Ngumbarl +xnn Northern Kankanay Kankanay, Northern +xno Anglo-Norman Anglo-Norman +xnq Ngoni (Mozambique) Ngoni (Mozambique) +xnr Kangri Kangri +xns Kanashi Kanashi +xnt Narragansett Narragansett +xnu Nukunul Nukunul +xny Nyiyaparli Nyiyaparli +xnz Kenzi Kenzi +xnz Mattoki Mattoki +xoc O'chi'chi' O'chi'chi' +xod Kokoda Kokoda +xog Soga Soga +xoi Kominimung Kominimung +xok Xokleng Xokleng +xom Komo (Sudan) Komo (Sudan) +xon Konkomba Konkomba +xoo Xukurú Xukurú +xop Kopar Kopar +xor Korubo Korubo +xow Kowaki Kowaki +xpa Pirriya Pirriya +xpb Northeastern Tasmanian Tasmanian, Northeastern +xpb Pyemmairrener Pyemmairrener +xpc Pecheneg Pecheneg +xpd Oyster Bay Tasmanian Tasmanian, Oyster Bay +xpe Liberia Kpelle Kpelle, Liberia +xpf Nuenonne Nuenonne +xpf Southeast Tasmanian Tasmanian, Southeast +xpg Phrygian Phrygian +xph North Midlands Tasmanian Tasmanian, North Midlands +xph Tyerrenoterpanner Tyerrenoterpanner +xpi Pictish Pictish +xpj Mpalitjanh Mpalitjanh +xpk Kulina Pano Pano, Kulina +xpl Port Sorell Tasmanian Tasmanian, Port Sorell +xpm Pumpokol Pumpokol +xpn Kapinawá Kapinawá +xpo Pochutec Pochutec +xpp Puyo-Paekche Puyo-Paekche +xpq Mohegan-Pequot Mohegan-Pequot +xpr Parthian Parthian +xps Pisidian Pisidian +xpt Punthamara Punthamara +xpu Punic Punic +xpv Northern Tasmanian Tasmanian, Northern +xpv Tommeginne Tommeginne +xpw Northwestern Tasmanian Tasmanian, Northwestern +xpw Peerapper Peerapper +xpx Southwestern Tasmanian Tasmanian, Southwestern +xpx Toogee Toogee +xpy Puyo Puyo +xpz Bruny Island Tasmanian Tasmanian, Bruny Island +xqa Karakhanid Karakhanid +xqt Qatabanian Qatabanian +xra Krahô Krahô +xrb Eastern Karaboro Karaboro, Eastern +xrd Gundungurra Gundungurra +xre Kreye Kreye +xrg Minang Minang +xri Krikati-Timbira Krikati-Timbira +xrm Armazic Armazic +xrn Arin Arin +xrr Raetic Raetic +xrt Aranama-Tamique Aranama-Tamique +xru Marriammu Marriammu +xrw Karawa Karawa +xsa Sabaean Sabaean +xsb Sambal Sambal +xsc Scythian Scythian +xsd Sidetic Sidetic +xse Sempan Sempan +xsh Shamang Shamang +xsi Sio Sio +xsj Subi Subi +xsl South Slavey Slavey, South +xsm Kasem Kasem +xsn Sanga (Nigeria) Sanga (Nigeria) +xso Solano Solano +xsp Silopi Silopi +xsq Makhuwa-Saka Makhuwa-Saka +xsr Sherpa Sherpa +xsu Sanumá Sanumá +xsv Sudovian Sudovian +xsy Saisiyat Saisiyat +xta Alcozauca Mixtec Mixtec, Alcozauca +xtb Chazumba Mixtec Mixtec, Chazumba +xtc Katcha-Kadugli-Miri Katcha-Kadugli-Miri +xtd Diuxi-Tilantongo Mixtec Mixtec, Diuxi-Tilantongo +xte Ketengban Ketengban +xtg Transalpine Gaulish Gaulish, Transalpine +xth Yitha Yitha Yitha Yitha +xti Sinicahua Mixtec Mixtec, Sinicahua +xtj San Juan Teita Mixtec Mixtec, San Juan Teita +xtl Tijaltepec Mixtec Mixtec, Tijaltepec +xtm Magdalena Peñasco Mixtec Mixtec, Magdalena Peñasco +xtn Northern Tlaxiaco Mixtec Mixtec, Northern Tlaxiaco +xto Tokharian A Tokharian A +xtp San Miguel Piedras Mixtec Mixtec, San Miguel Piedras +xtq Tumshuqese Tumshuqese +xtr Early Tripuri Tripuri, Early +xts Sindihui Mixtec Mixtec, Sindihui +xtt Tacahua Mixtec Mixtec, Tacahua +xtu Cuyamecalco Mixtec Mixtec, Cuyamecalco +xtv Thawa Thawa +xtw Tawandê Tawandê +xty Yoloxochitl Mixtec Mixtec, Yoloxochitl +xua Alu Kurumba Kurumba, Alu +xub Betta Kurumba Kurumba, Betta +xud Umiida Umiida +xug Kunigami Kunigami +xuj Jennu Kurumba Kurumba, Jennu +xul Ngunawal Ngunawal +xul Nunukul Nunukul +xum Umbrian Umbrian +xun Unggaranggu Unggaranggu +xuo Kuo Kuo +xup Upper Umpqua Umpqua, Upper +xur Urartian Urartian +xut Kuthant Kuthant +xuu Khwedam Khwedam +xuu Kxoe Kxoe +xve Venetic Venetic +xvi Kamviri Kamviri +xvn Vandalic Vandalic +xvo Volscian Volscian +xvs Vestinian Vestinian +xwa Kwaza Kwaza +xwc Woccon Woccon +xwd Wadi Wadi Wadi Wadi +xwe Xwela Gbe Gbe, Xwela +xwg Kwegu Kwegu +xwj Wajuk Wajuk +xwk Wangkumara Wangkumara +xwl Western Xwla Gbe Gbe, Western Xwla +xwo Written Oirat Oirat, Written +xwr Kwerba Mamberamo Kwerba Mamberamo +xwt Wotjobaluk Wotjobaluk +xww Wemba Wemba Wemba Wemba +xxb Boro (Ghana) Boro (Ghana) +xxk Ke'o Ke'o +xxm Minkin Minkin +xxr Koropó Koropó +xxt Tambora Tambora +xya Yaygir Yaygir +xyb Yandjibara Yandjibara +xyj Mayi-Yapi Mayi-Yapi +xyk Mayi-Kulan Mayi-Kulan +xyl Yalakalore Yalakalore +xyt Mayi-Thakurti Mayi-Thakurti +xyy Yorta Yorta Yorta Yorta +xzh Zhang-Zhung Zhang-Zhung +xzm Zemgalian Zemgalian +xzp Ancient Zapotec Zapotec, Ancient +yaa Yaminahua Yaminahua +yab Yuhup Yuhup +yac Pass Valley Yali Yali, Pass Valley +yad Yagua Yagua +yae Pumé Pumé +yaf Yaka (Democratic Republic of Congo) Yaka (Democratic Republic of Congo) +yag Yámana Yámana +yah Yazgulyam Yazgulyam +yai Yagnobi Yagnobi +yaj Banda-Yangere Banda-Yangere +yak Yakama Yakama +yal Yalunka Yalunka +yam Yamba Yamba +yan Mayangna Mayangna +yao Yao Yao +yap Yapese Yapese +yaq Yaqui Yaqui +yar Yabarana Yabarana +yas Nugunu (Cameroon) Nugunu (Cameroon) +yat Yambeta Yambeta +yau Yuwana Yuwana +yav Yangben Yangben +yaw Yawalapití Yawalapití +yax Yauma Yauma +yay Agwagwune Agwagwune +yaz Lokaa Lokaa +yba Yala Yala +ybb Yemba Yemba +ybe West Yugur Yugur, West +ybh Yakha Yakha +ybi Yamphu Yamphu +ybj Hasha Hasha +ybk Bokha Bokha +ybl Yukuben Yukuben +ybm Yaben Yaben +ybn Yabaâna Yabaâna +ybo Yabong Yabong +ybx Yawiyo Yawiyo +yby Yaweyuha Yaweyuha +ych Chesu Chesu +ycl Lolopo Lolopo +ycn Yucuna Yucuna +ycp Chepya Chepya +ycr Yilan Creole Yilan Creole +yda Yanda Yanda +ydd Eastern Yiddish Yiddish, Eastern +yde Yangum Dey Yangum Dey +ydg Yidgha Yidgha +ydk Yoidik Yoidik +yea Ravula Ravula +yec Yeniche Yeniche +yee Yimas Yimas +yei Yeni Yeni +yej Yevanic Yevanic +yel Yela Yela +yer Tarok Tarok +yes Nyankpa Nyankpa +yet Yetfa Yetfa +yeu Yerukula Yerukula +yev Yapunda Yapunda +yey Yeyi Yeyi +yga Malyangapa Malyangapa +ygi Yiningayi Yiningayi +ygl Yangum Gel Yangum Gel +ygm Yagomi Yagomi +ygp Gepo Gepo +ygr Yagaria Yagaria +ygs Yolŋu Sign Language Yolŋu Sign Language +ygu Yugul Yugul +ygw Yagwoia Yagwoia +yha Baha Buyang Buyang, Baha +yhd Judeo-Iraqi Arabic Arabic, Judeo-Iraqi +yhl Hlepho Phowa Phowa, Hlepho +yhs Yan-nhaŋu Sign Language Yan-nhaŋu Sign Language +yia Yinggarda Yinggarda +yid Yiddish Yiddish +yif Ache Ache +yig Wusa Nasu Nasu, Wusa +yih Western Yiddish Yiddish, Western +yii Yidiny Yidiny +yij Yindjibarndi Yindjibarndi +yik Dongshanba Lalo Lalo, Dongshanba +yil Yindjilandji Yindjilandji +yim Yimchungru Naga Naga, Yimchungru +yin Riang Lai Riang Lai +yin Yinchia Yinchia +yip Pholo Pholo +yiq Miqie Miqie +yir North Awyu Awyu, North +yis Yis Yis +yit Eastern Lalu Lalu, Eastern +yiu Awu Awu +yiv Northern Nisu Nisu, Northern +yix Axi Yi Yi, Axi +yiz Azhe Azhe +yka Yakan Yakan +ykg Northern Yukaghir Yukaghir, Northern +ykh Khamnigan Mongol Khamnigan Mongol +yki Yoke Yoke +ykk Yakaikeke Yakaikeke +ykl Khlula Khlula +ykm Kap Kap +ykn Kua-nsi Kua-nsi +yko Yasa Yasa +ykr Yekora Yekora +ykt Kathu Kathu +yku Kuamasi Kuamasi +yky Yakoma Yakoma +yla Yaul Yaul +ylb Yaleba Yaleba +yle Yele Yele +ylg Yelogu Yelogu +yli Angguruk Yali Yali, Angguruk +yll Yil Yil +ylm Limi Limi +yln Langnian Buyang Buyang, Langnian +ylo Naluo Yi Yi, Naluo +ylr Yalarnnga Yalarnnga +ylu Aribwaung Aribwaung +yly Nyâlayu Nyâlayu +yly Nyelâyu Nyelâyu +ymb Yambes Yambes +ymc Southern Muji Muji, Southern +ymd Muda Muda +yme Yameo Yameo +ymg Yamongeri Yamongeri +ymh Mili Mili +ymi Moji Moji +ymk Makwe Makwe +yml Iamalele Iamalele +ymm Maay Maay +ymn Sunum Sunum +ymn Yamna Yamna +ymo Yangum Mon Yangum Mon +ymp Yamap Yamap +ymq Qila Muji Muji, Qila +ymr Malasar Malasar +yms Mysian Mysian +ymx Northern Muji Muji, Northern +ymz Muzi Muzi +yna Aluo Aluo +ynb Yamben Yamben +ynd Yandruwandha Yandruwandha +yne Lang'e Lang'e +yng Yango Yango +ynk Naukan Yupik Yupik, Naukan +ynl Yangulam Yangulam +ynn Yana Yana +yno Yong Yong +ynq Yendang Yendang +yns Yansi Yansi +ynu Yahuna Yahuna +yob Yoba Yoba +yog Yogad Yogad +yoi Yonaguni Yonaguni +yok Yokuts Yokuts +yom Yombe Yombe +yon Yongkom Yongkom +yor Yoruba Yoruba +yot Yotti Yotti +yox Yoron Yoron +yoy Yoy Yoy +ypa Phala Phala +ypb Labo Phowa Phowa, Labo +ypg Phola Phola +yph Phupha Phupha +ypm Phuma Phuma +ypn Ani Phowa Phowa, Ani +ypo Alo Phola Phola, Alo +ypp Phupa Phupa +ypz Phuza Phuza +yra Yerakai Yerakai +yrb Yareba Yareba +yre Yaouré Yaouré +yrk Nenets Nenets +yrl Nhengatu Nhengatu +yrm Yirrk-Mel Yirrk-Mel +yrn Yerong Yerong +yro Yaroamë Yaroamë +yrs Yarsun Yarsun +yrw Yarawata Yarawata +yry Yarluyandi Yarluyandi +ysc Yassic Yassic +ysd Samatao Samatao +ysg Sonaga Sonaga +ysl Yugoslavian Sign Language Yugoslavian Sign Language +ysm Myanmar Sign Language Myanmar Sign Language +ysn Sani Sani +yso Nisi (China) Nisi (China) +ysp Southern Lolopo Lolopo, Southern +ysr Sirenik Yupik Yupik, Sirenik +yss Yessan-Mayo Yessan-Mayo +ysy Sanie Sanie +yta Talu Talu +ytl Tanglang Tanglang +ytp Thopho Thopho +ytw Yout Wam Yout Wam +yty Yatay Yatay +yua Yucatec Maya Maya, Yucatec +yua Yucateco Yucateco +yub Yugambal Yugambal +yuc Yuchi Yuchi +yud Judeo-Tripolitanian Arabic Arabic, Judeo-Tripolitanian +yue Yue Chinese Chinese, Yue +yuf Havasupai-Walapai-Yavapai Havasupai-Walapai-Yavapai +yug Yug Yug +yui Yurutí Yurutí +yuj Karkar-Yuri Karkar-Yuri +yuk Yuki Yuki +yul Yulu Yulu +yum Quechan Quechan +yun Bena (Nigeria) Bena (Nigeria) +yup Yukpa Yukpa +yuq Yuqui Yuqui +yur Yurok Yurok +yut Yopno Yopno +yuw Yau (Morobe Province) Yau (Morobe Province) +yux Southern Yukaghir Yukaghir, Southern +yuy East Yugur Yugur, East +yuz Yuracare Yuracare +yva Yawa Yawa +yvt Yavitero Yavitero +ywa Kalou Kalou +ywg Yinhawangka Yinhawangka +ywl Western Lalu Lalu, Western +ywn Yawanawa Yawanawa +ywq Wuding-Luquan Yi Yi, Wuding-Luquan +ywr Yawuru Yawuru +ywt Central Lalo Lalo, Central +ywt Xishanba Lalo Lalo, Xishanba +ywu Wumeng Nasu Nasu, Wumeng +yww Yawarawarga Yawarawarga +yxa Mayawali Mayawali +yxg Yagara Yagara +yxl Yardliyawarra Yardliyawarra +yxm Yinwum Yinwum +yxu Yuyu Yuyu +yxy Yabula Yabula Yabula Yabula +yyr Yir Yoront Yir Yoront +yyu Yau (Sandaun Province) Yau (Sandaun Province) +yyz Ayizi Ayizi +yzg E'ma Buyang Buyang, E'ma +yzk Zokhuo Zokhuo +zaa Sierra de Juárez Zapotec Zapotec, Sierra de Juárez +zab San Juan Guelavía Zapotec Zapotec, San Juan Guelavía +zab Western Tlacolula Valley Zapotec Zapotec, Western Tlacolula Valley +zac Ocotlán Zapotec Zapotec, Ocotlán +zad Cajonos Zapotec Zapotec, Cajonos +zae Yareni Zapotec Zapotec, Yareni +zaf Ayoquesco Zapotec Zapotec, Ayoquesco +zag Zaghawa Zaghawa +zah Zangwal Zangwal +zai Isthmus Zapotec Zapotec, Isthmus +zaj Zaramo Zaramo +zak Zanaki Zanaki +zal Zauzou Zauzou +zam Miahuatlán Zapotec Zapotec, Miahuatlán +zao Ozolotepec Zapotec Zapotec, Ozolotepec +zap Zapotec Zapotec +zaq Aloápam Zapotec Zapotec, Aloápam +zar Rincón Zapotec Zapotec, Rincón +zas Santo Domingo Albarradas Zapotec Zapotec, Santo Domingo Albarradas +zat Tabaa Zapotec Zapotec, Tabaa +zau Zangskari Zangskari +zav Yatzachi Zapotec Zapotec, Yatzachi +zaw Mitla Zapotec Zapotec, Mitla +zax Xadani Zapotec Zapotec, Xadani +zay Zaysete Zaysete +zay Zayse-Zergulla Zayse-Zergulla +zaz Zari Zari +zba Balaibalan Balaibalan +zbc Central Berawan Berawan, Central +zbe East Berawan Berawan, East +zbl Bliss Bliss +zbl Blissymbolics Blissymbolics +zbl Blissymbols Blissymbols +zbt Batui Batui +zbu Bu (Bauchi State) Bu (Bauchi State) +zbw West Berawan Berawan, West +zca Coatecas Altas Zapotec Zapotec, Coatecas Altas +zcd Las Delicias Zapotec Zapotec, Las Delicias +zch Central Hongshuihe Zhuang Zhuang, Central Hongshuihe +zdj Ngazidja Comorian Comorian, Ngazidja +zea Zeeuws Zeeuws +zeg Zenag Zenag +zeh Eastern Hongshuihe Zhuang Zhuang, Eastern Hongshuihe +zem Zeem Zeem +zen Zenaga Zenaga +zga Kinga Kinga +zgb Guibei Zhuang Zhuang, Guibei +zgh Standard Moroccan Tamazight Tamazight, Standard Moroccan +zgm Minz Zhuang Zhuang, Minz +zgn Guibian Zhuang Zhuang, Guibian +zgr Magori Magori +zha Chuang Chuang +zha Zhuang Zhuang +zhb Zhaba Zhaba +zhd Dai Zhuang Zhuang, Dai +zhi Zhire Zhire +zhn Nong Zhuang Zhuang, Nong +zho Chinese Chinese +zhw Zhoa Zhoa +zia Zia Zia +zib Zimbabwe Sign Language Zimbabwe Sign Language +zik Zimakani Zimakani +zil Zialo Zialo +zim Mesme Mesme +zin Zinza Zinza +ziw Zigula Zigula +ziz Zizilivakan Zizilivakan +zka Kaimbulawa Kaimbulawa +zkd Kadu Kadu +zkg Koguryo Koguryo +zkh Khorezmian Khorezmian +zkk Karankawa Karankawa +zkn Kanan Kanan +zko Kott Kott +zkp São Paulo Kaingáng Kaingáng, São Paulo +zkr Zakhring Zakhring +zkt Kitan Kitan +zku Kaurna Kaurna +zkv Krevinian Krevinian +zkz Khazar Khazar +zla Zula Zula +zlj Liujiang Zhuang Zhuang, Liujiang +zlm Malay (individual language) Malay (individual language) +zln Lianshan Zhuang Zhuang, Lianshan +zlq Liuqian Zhuang Zhuang, Liuqian +zlu Zul Zul +zma Manda (Australia) Manda (Australia) +zmb Zimba Zimba +zmc Margany Margany +zmd Maridan Maridan +zme Mangerr Mangerr +zmf Mfinu Mfinu +zmg Marti Ke Marti Ke +zmh Makolkol Makolkol +zmi Negeri Sembilan Malay Negeri Sembilan Malay +zmj Maridjabin Maridjabin +zmk Mandandanyi Mandandanyi +zml Matngala Matngala +zmm Marimanindji Marimanindji +zmm Marramaninyshi Marramaninyshi +zmn Mbangwe Mbangwe +zmo Molo Molo +zmp Mbuun Mbuun +zmq Mituku Mituku +zmr Maranunggu Maranunggu +zms Mbesa Mbesa +zmt Maringarr Maringarr +zmu Muruwari Muruwari +zmv Mbariman-Gudhinma Mbariman-Gudhinma +zmw Mbo (Democratic Republic of Congo) Mbo (Democratic Republic of Congo) +zmx Bomitaba Bomitaba +zmy Mariyedi Mariyedi +zmz Mbandja Mbandja +zna Zan Gula Zan Gula +zne Zande (individual language) Zande (individual language) +zng Mang Mang +znk Manangkari Manangkari +zns Mangas Mangas +zoc Copainalá Zoque Zoque, Copainalá +zoh Chimalapa Zoque Zoque, Chimalapa +zom Zou Zou +zoo Asunción Mixtepec Zapotec Zapotec, Asunción Mixtepec +zoq Tabasco Zoque Zoque, Tabasco +zor Rayón Zoque Zoque, Rayón +zos Francisco León Zoque Zoque, Francisco León +zpa Lachiguiri Zapotec Zapotec, Lachiguiri +zpb Yautepec Zapotec Zapotec, Yautepec +zpc Choapan Zapotec Zapotec, Choapan +zpd Southeastern Ixtlán Zapotec Zapotec, Southeastern Ixtlán +zpe Petapa Zapotec Zapotec, Petapa +zpf San Pedro Quiatoni Zapotec Zapotec, San Pedro Quiatoni +zpg Guevea De Humboldt Zapotec Zapotec, Guevea De Humboldt +zph Totomachapan Zapotec Zapotec, Totomachapan +zpi Santa María Quiegolani Zapotec Zapotec, Santa María Quiegolani +zpj Quiavicuzas Zapotec Zapotec, Quiavicuzas +zpk Tlacolulita Zapotec Zapotec, Tlacolulita +zpl Lachixío Zapotec Zapotec, Lachixío +zpm Mixtepec Zapotec Zapotec, Mixtepec +zpn Santa Inés Yatzechi Zapotec Zapotec, Santa Inés Yatzechi +zpo Amatlán Zapotec Zapotec, Amatlán +zpp El Alto Zapotec Zapotec, El Alto +zpq Zoogocho Zapotec Zapotec, Zoogocho +zpr Santiago Xanica Zapotec Zapotec, Santiago Xanica +zps Coatlán Zapotec Zapotec, Coatlán +zpt San Vicente Coatlán Zapotec Zapotec, San Vicente Coatlán +zpu Yalálag Zapotec Zapotec, Yalálag +zpv Chichicapan Zapotec Zapotec, Chichicapan +zpw Zaniza Zapotec Zapotec, Zaniza +zpx San Baltazar Loxicha Zapotec Zapotec, San Baltazar Loxicha +zpy Mazaltepec Zapotec Zapotec, Mazaltepec +zpz Texmelucan Zapotec Zapotec, Texmelucan +zqe Qiubei Zhuang Zhuang, Qiubei +zra Kara (Korea) Kara (Korea) +zrg Mirgan Mirgan +zrn Zerenkel Zerenkel +zro Záparo Záparo +zrp Zarphatic Zarphatic +zrs Mairasi Mairasi +zsa Sarasira Sarasira +zsk Kaskean Kaskean +zsl Zambian Sign Language Zambian Sign Language +zsm Standard Malay Malay, Standard +zsr Southern Rincon Zapotec Zapotec, Southern Rincon +zsu Sukurum Sukurum +zte Elotepec Zapotec Zapotec, Elotepec +ztg Xanaguía Zapotec Zapotec, Xanaguía +ztl Lapaguía-Guivini Zapotec Zapotec, Lapaguía-Guivini +ztm San Agustín Mixtepec Zapotec Zapotec, San Agustín Mixtepec +ztn Santa Catarina Albarradas Zapotec Zapotec, Santa Catarina Albarradas +ztp Loxicha Zapotec Zapotec, Loxicha +ztq Quioquitani-Quierí Zapotec Zapotec, Quioquitani-Quierí +zts Tilquiapan Zapotec Zapotec, Tilquiapan +ztt Tejalapan Zapotec Zapotec, Tejalapan +ztu Güilá Zapotec Zapotec, Güilá +ztx Zaachila Zapotec Zapotec, Zaachila +zty Yatee Zapotec Zapotec, Yatee +zuh Tokano Tokano +zul Zulu Zulu +zum Kumzari Kumzari +zun Zuni Zuni +zuy Zumaya Zumaya +zwa Zay Zay +zxx No linguistic content No linguistic content +zxx Not applicable Not applicable +zyb Yongbei Zhuang Zhuang, Yongbei +zyg Yang Zhuang Zhuang, Yang +zyj Youjiang Zhuang Zhuang, Youjiang +zyn Yongnan Zhuang Zhuang, Yongnan +zyp Zyphe Chin Chin, Zyphe +zza Dimili Dimili +zza Dimli (macrolanguage) Dimli (macrolanguage) +zza Kirdki Kirdki +zza Kirmanjki (macrolanguage) Kirmanjki (macrolanguage) +zza Zaza Zaza +zza Zazaki Zazaki +zzj Zuojiang Zhuang Zhuang, Zuojiang diff --git a/external/iso/language/iso-639-3_Code_Tables/iso-639-3_Retirements.tab b/external/iso/language/iso-639-3_Code_Tables/iso-639-3_Retirements.tab new file mode 100644 index 00000000..3fdab9dd --- /dev/null +++ b/external/iso/language/iso-639-3_Code_Tables/iso-639-3_Retirements.tab @@ -0,0 +1,387 @@ +Id Ref_Name Ret_Reason Change_To Ret_Remedy Effective +fri Western Frisian C fry 2005-11-16 +auv Auvergnat M oci 2007-03-14 +gsc Gascon M oci 2007-03-14 +lms Limousin M oci 2007-03-14 +lnc Languedocien M oci 2007-03-14 +prv Provençal M oci 2007-03-14 +amd Amapá Creole N 2007-07-18 +bgh Bogan D bbh 2007-07-18 +bnh Banawá M jaa 2007-07-18 +bvs Belgian Sign Language S Split into Langue des signes de Belgique Francophone [sfb], and Vlaamse Gebarentaal [vgt] 2007-07-18 +ccy Southern Zhuang S Split into five languages: Nong Zhuang [zhn]; Yang Zhuang [zyg]; Yongnan Zhuang [zyn]; Zuojiang Zhuang [zzj]; Dai Zhuang [zhd]. 2007-07-18 +cit Chittagonian S Split into Rohingya [rhg], and Chittagonian (new identifier [ctg]) 2007-07-18 +flm Falam Chin S Split into Ranglong [rnl], and Falam Chin (new identifier [cfm]). 2007-07-18 +jap Jaruára M jaa 2007-07-18 +kob Kohoroxitari M xsu 2007-07-18 +mob Moinba S Split into five languages: Chug [cvg]; Lish [lsh]; Kalaktang Monpa [kkf]; Tawang Monpa [twm]; Sartang [onp] 2007-07-18 +mzf Aiku S Split into four languages: Ambrak [aag]; Yangum Dey [yde]; Yangum Gel [ygl]; Yangum Mon [ymo] 2007-07-18 +nhj Tlalitzlipa Nahuatl M nhi 2007-07-18 +nhs Southeastern Puebla Nahuatl S Split into Sierra Negra Nahuatl [nsu] and Southeastern Puebla Nahuatl [npl] 2007-07-18 +tmx Tomyang M ybi 2007-07-18 +tot Patla-Chicontla Totonac S Split into Upper Necaxa Totonac [tku] and Tecpatlán Totonac [tcw] 2007-07-18 +xmi Miarrã N 2007-07-18 +yib Yinglish M eng 2007-07-18 +ztc Lachirioag Zapotec M zty 2007-07-18 +atf Atuence N 2007-08-10 +bqe Navarro-Labourdin Basque M eus 2007-08-10 +bsz Souletin Basque M eus 2007-08-10 +occ Occidental D ile 2007-12-07 +aex Amerax M eng 2008-01-14 +ahe Ahe M knx 2008-01-14 +aiz Aari S Split into Aari [aiw] (new identifier) and Gayil [gyl] 2008-01-14 +akn Amikoana N 2008-01-14 +arf Arafundi S Split into three languages: Andai [afd]; Nanubae [afk]; Tapei [afp] 2008-01-14 +azr Adzera S Split into three languages: Adzera [adz] (new identifier), Sukurum [zsu] and Sarasira [zsa] 2008-01-14 +bcx Pamona S Split into Pamona [pmf] (new identifier) and Batui [zbt] 2008-01-14 +bii Bisu S Split into Bisu [bzi] (new identifier) and Laomian [lwm] 2008-01-14 +bke Bengkulu M pse 2008-01-14 +blu Hmong Njua S Split into four languages: Hmong Njua [hnj] (new identifier); Chuanqiandian Cluster Miao [cqd]; Horned Miao [hrm]; Small Flowery Miao [sfm] 2008-01-14 +boc Bakung Kenyah M xkl 2008-01-14 +bsd Sarawak Bisaya M bsb 2008-01-14 +bwv Bahau River Kenyah N 2008-01-14 +bxt Buxinhua D bgk 2008-01-14 +byu Buyang S Split into three languages: E'ma Buyang [yzg]; Langnian Buyang [yln]; Baha Buyang [yha] 2008-01-14 +ccx Northern Zhuang S Split into ten languages: Guibian Zh [zgn]; Liujiang Zh [zlj]; Qiubei Zh [zqe]; Guibei Zh [zgb]; Youjiang Zh [zyj]; Central Hongshuihe Zh [zch]; Eastern Hongshuihe Zh [zeh]; Liuqian Zh [zlq]; Yongbei Zh [zyb]; Lianshan Zh [zln]. 2008-01-14 +cru Carútana M bwi 2008-01-14 +dat Darang Deng D mhu 2008-01-14 +dyk Land Dayak N 2008-01-14 +eni Enim M pse 2008-01-14 +fiz Izere S Split into Ganang [gne] and Izere [izr] (new identifier) 2008-01-14 +gen Geman Deng D mxj 2008-01-14 +ggh Garreh-Ajuran N 2008-01-14 +itu Itutang M mzu 2008-01-14 +kds Lahu Shi S Split into Kucong [lkc] and Lahu Shi [lhi] (new identifier) 2008-01-14 +knh Kayan River Kenyah N 2008-01-14 +krg North Korowai M khe 2008-01-14 +krq Krui M ljp 2008-01-14 +kxg Katingan M nij 2008-01-14 +lmt Lematang M mui 2008-01-14 +lnt Lintang M pse 2008-01-14 +lod Berawan S Split into three languages: West Berawan [zbw], Central Berawan [zbc], and East Berawan [zbe] 2008-01-14 +mbg Northern Nambikuára S Split into six languages: Alapmunte [apv]; Lakondê [lkd]; Latundê [ltn]; Mamaindé [wmd]; Tawandê [xtw]; Yalakalore [xyl] 2008-01-14 +mdo Southwest Gbaya S Split into Southwest Gbaya [gso] (new identifier) and Gbaya-Mbodomo [gmm] 2008-01-14 +mhv Arakanese S Split into Marma [rmz] and Rakhine [rki] 2008-01-14 +miv Mimi M amj 2008-01-14 +mqd Madang M xkl 2008-01-14 +nky Khiamniungan Naga S Split into three languages: Khiamniungan Naga [kix] (new identifier); Para Naga [pzn]; Makuri Naga [jmn] 2008-01-14 +nxj Nyadu M byd 2008-01-14 +ogn Ogan M pse 2008-01-14 +ork Orokaiva S Split into Orokaiva [okv] (new identifier), Aeka [aez] and Hunjara-Kaina Ke [hkk] 2008-01-14 +paj Ipeka-Tapuia M kpc 2008-01-14 +pec Southern Pesisir M ljp 2008-01-14 +pen Penesak M mui 2008-01-14 +plm Palembang M mui 2008-01-14 +poj Lower Pokomo M pkb 2008-01-14 +pun Pubian M ljp 2008-01-14 +rae Ranau M ljp 2008-01-14 +rjb Rajbanshi S Split into Kamta (India) / Rangpuri (Bangladesh) [rkt] and Rajbanshi (Nepal) [rjs] 2008-01-14 +rws Rawas M mui 2008-01-14 +sdd Semendo M pse 2008-01-14 +sdi Sindang Kelingi M liw 2008-01-14 +skl Selako M knx 2008-01-14 +slb Kahumamahon Saluan M loe 2008-01-14 +srj Serawai M pse 2008-01-14 +suf Tarpia S Split into Tarpia [tpf] (new identifier) and Kaptiau [kbi] 2008-01-14 +suh Suba S Split into Suba [sxb] (Kenya) and Suba-Simbita [ssc] (Tanzania) 2008-01-14 +suu Sungkai M ljp 2008-01-14 +szk Sizaki M ikz 2008-01-14 +tle Southern Marakwet D enb 2008-01-14 +tnj Tanjong M kxn 2008-01-14 +ttx Tutong 1 M bsb 2008-01-14 +ubm Upper Baram Kenyah N 2008-01-14 +vky Kayu Agung M kge 2008-01-14 +vmo Muko-Muko M min 2008-01-14 +wre Ware N 2008-01-14 +xah Kahayan M nij 2008-01-14 +xkm Mahakam Kenyah N 2008-01-14 +xuf Kunfal M awn 2008-01-14 +yio Dayao Yi M lpo 2008-01-14 +ymj Muji Yi S Split into five languages: Muji, Southern [ymc], Mojii [ymi], Qila Muji [ymq], Northern Muji [ymx], and Muzi [ymz] 2008-01-14 +ypl Pula Yi S Split into three languages: Phola [ypg], Phala [ypa] and Alo Phola [ypo] 2008-01-14 +ypw Puwa Yi S Split into three languages: Hlepho Phowa [yhl], Labo Phowa [ypb], and Ani Phowa [ypn] 2008-01-14 +ywm Wumeng Yi M ywu 2008-01-14 +yym Yuanjiang-Mojiang Yi S Split into Southern Nisu [nsd] and Southwestern Nisu [nsv] 2008-01-14 +mly Malay (individual language) S Split into four languages: Standard Malay [zsm], Haji [hji], Papuan Malay [pmy] and Malay (individual language) [zlm] 2008-02-18 +muw Mundari S Split into Munda [unx] and Mundari [unr] (new identifier) 2008-02-18 +xst Silt'e S Split into Wolane [wle] and Silt'e [stv] (new identifier) 2008-02-28 +ope Old Persian D peo 2008-04-18 +scc Serbian D srp 2008-06-28 +scr Croatian D hrv 2008-06-28 +xsk Sakan D kho 2008-10-23 +mol Moldavian M ron 2008-11-03 +aay Aariya N 2009-01-16 +acc Cubulco Achí M acr 2009-01-16 +cbm Yepocapa Southwestern Cakchiquel M cak 2009-01-16 +chs Chumash N 2009-01-16 +ckc Northern Cakchiquel M cak 2009-01-16 +ckd South Central Cakchiquel M cak 2009-01-16 +cke Eastern Cakchiquel M cak 2009-01-16 +ckf Southern Cakchiquel M cak 2009-01-16 +cki Santa María De Jesús Cakchiquel M cak 2009-01-16 +ckj Santo Domingo Xenacoj Cakchiquel M cak 2009-01-16 +ckk Acatenango Southwestern Cakchiquel M cak 2009-01-16 +ckw Western Cakchiquel M cak 2009-01-16 +cnm Ixtatán Chuj M cac 2009-01-16 +cti Tila Chol M ctu 2009-01-16 +cun Cunén Quiché M quc 2009-01-16 +eml Emiliano-Romagnolo S Split into Emilian [egl] and Romagnol [rgn] 2009-01-16 +eur Europanto N 2009-01-16 +gmo Gamo-Gofa-Dawro S Split into three languages: Gamo [gmv], Gofa [gof], and Dawro [dwr] 2009-01-16 +hsf Southeastern Huastec M hus 2009-01-16 +hva San Luís Potosí Huastec M hus 2009-01-16 +ixi Nebaj Ixil M ixl 2009-01-16 +ixj Chajul Ixil M ixl 2009-01-16 +jai Western Jacalteco M jac 2009-01-16 +mms Southern Mam M mam 2009-01-16 +mpf Tajumulco Mam M mam 2009-01-16 +mtz Tacanec M mam 2009-01-16 +mvc Central Mam M mam 2009-01-16 +mvj Todos Santos Cuchumatán Mam M mam 2009-01-16 +poa Eastern Pokomam M poc 2009-01-16 +pob Western Pokomchí M poh 2009-01-16 +pou Southern Pokomam M poc 2009-01-16 +ppv Papavô N 2009-01-16 +quj Joyabaj Quiché M quc 2009-01-16 +qut West Central Quiché M quc 2009-01-16 +quu Eastern Quiché M quc 2009-01-16 +qxi San Andrés Quiché M quc 2009-01-16 +sic Malinguat S Split into Keak [keh] and Sos Kundi [sdk] 2009-01-16 +stc Santa Cruz S Split into Natügu [ntu] and Nalögo [nlz] 2009-01-16 +tlz Toala' M rob 2009-01-16 +tzb Bachajón Tzeltal M tzh 2009-01-16 +tzc Chamula Tzotzil M tzo 2009-01-16 +tze Chenalhó Tzotzil M tzo 2009-01-16 +tzs San Andrés Larrainzar Tzotzil M tzo 2009-01-16 +tzt Western Tzutujil M tzj 2009-01-16 +tzu Huixtán Tzotzil M tzo 2009-01-16 +tzz Zinacantán Tzotzil M tzo 2009-01-16 +vlr Vatrata S Split into Vera'a [vra] and Lemerig [lrz] 2009-01-16 +yus Chan Santa Cruz Maya M yua 2009-01-16 +nfg Nyeng M nfd 2009-01-26 +nfk Shakara M nfd 2009-01-26 +agp Paranan S Split into Pahanan Agta [apf] and Paranan [prf] (new identifier) 2010-01-18 +bhk Albay Bicolano S Split into Buhi'non Bikol [ubl]; Libon Bikol [lbl]; Miraya Bikol [rbl]; West Albay Bikol [fbl] 2010-01-18 +bkb Finallig S Split into Eastern Bontok [ebk] and Southern Bontok [obk] 2010-01-18 +btb Beti (Cameroon) D beb 2010-01-18 +cjr Chorotega M mom 2010-01-18 +cmk Chimakum D xch 2010-01-18 +drh Darkhat M khk 2010-01-18 +drw Darwazi M prs 2010-01-18 +gav Gabutamon M dev 2010-01-18 +mof Mohegan-Montauk-Narragansett S Split into Mohegan-Pequot [xpq] and Narragansett [xnt] 2010-01-18 +mst Cataelano Mandaya M mry 2010-01-18 +myt Sangab Mandaya M mry 2010-01-18 +rmr Caló S Split into Caló [rmq] and Erromintxela [emx] 2010-01-18 +sgl Sanglechi-Ishkashimi S Split into Sanglechi [sgy] and Ishkashimi [isk] 2010-01-18 +sul Surigaonon S Split into Tandaganon [tgn] and Surigaonon [sgd] (new identifier) 2010-01-18 +sum Sumo-Mayangna S Split into Mayangna [yan] and Ulwa [ulw] 2010-01-18 +tnf Tangshewi M prs 2010-01-18 +wgw Wagawaga S Split into Yaleba [ylb] and Wagawaga [wgb] (new identifier) 2010-01-18 +ayx Ayi (China) D nun 2011-05-18 +bjq Southern Betsimisaraka Malagasy S Split into Southern Betsimisaraka [bzc] and Tesaka Malagasy [tkg] 2011-05-18 +dha Dhanwar (India) N 2011-05-18 +dkl Kolum So Dogon S Split into Ampari Dogon [aqd] and Mombo Dogon [dmb] 2011-05-18 +mja Mahei N 2011-05-18 +nbf Naxi S Split into Naxi [nxq] and Narua [nru] 2011-05-18 +noo Nootka S Split into [dtd] Ditidaht and [nuk] Nuu-chah-nulth 2011-05-18 +tie Tingal M ras 2011-05-18 +tkk Takpa D twm 2011-05-18 +baz Tunen S Split into Tunen [tvu] and Nyokon [nvo] 2012-02-03 +bjd Bandjigali M drl 2012-02-03 +ccq Chaungtha M rki 2012-02-03 +cka Khumi Awa Chin M cmr 2012-02-03 +dap Nisi (India) S Split into Nyishi [njz] and Tagin [tgj] 2012-02-03 +dwl Walo Kumbe Dogon S Split into Dogon, Bankan Tey (Walo) [dbw] and Dogon, Ben Tey (Beni) [dbt] 2012-02-03 +elp Elpaputih N 2012-02-03 +gbc Garawa S Split into Garrwa [wrk] and Wanyi [wny] 2012-02-03 +gio Gelao S Split into Qau [gqu] and A'ou [aou] 2012-02-03 +hrr Horuru M jal 2012-02-03 +ibi Ibilo M opa 2012-02-03 +jar Jarawa (Nigeria) S Split into Gwak [jgk] and Bankal [jjr] 2012-02-03 +kdv Kado S Split into Kadu [zkd] and Kanan [zkn] 2012-02-03 +kgh Upper Tanudan Kalinga M kml 2012-02-03 +kpp Paku Karen S Split into Paku Karen [jkp] and Mobwa Karen [jkm] 2012-02-03 +kzh Kenuzi-Dongola S Split into Andaandi (Dongolawi) [dgl] and Kenzi (Mattoki) [xnz] 2012-02-03 +mgx Omati S Split into Barikewa [jbk] and Mouwase [jmw] 2012-02-03 +nln Durango Nahuatl S Split into Eastern Durango Nahuatl [azd] and Western Durango Nahuatl [azn] 2012-02-03 +pbz Palu N 2012-02-03 +pgy Pongyong N 2012-02-03 +sca Sansu M hle 2012-02-03 +tlw South Wemale M weo 2012-02-03 +unp Worora S Split into Worrorra [wro] and Unggumi [xgu]. 2012-02-03 +wiw Wirangu S Split into Wirangu [wgu] and Nauo [nwo] 2012-02-03 +ybd Yangbye M rki 2012-02-03 +yen Yendang S Split into Yendang [ynq] and Yotti [yot] 2012-02-03 +yma Yamphe M lrr 2012-02-03 +daf Dan S Split into Dan [dnj] and Kla-Dan [lda] 2013-01-23 +djl Djiwarli S Split into Djiwarli [dze] and Thiin [iin] 2013-01-23 +ggr Aghu Tharnggalu S Split into Aghu-Tharnggala [gtu], Gugu-Mini [ggm], and Ikarranggal [ikr] 2013-01-23 +ilw Talur M gal 2013-01-23 +izi Izi-Ezaa-Ikwo-Mgbo S Split into Izii [izz], Ezaa [eza], Ikwo [iqw], Mgbolizhia [gmz] 2013-01-23 +meg Mea M cir 2013-01-23 +mld Malakhel N 2013-01-23 +mnt Maykulan S Split into Mayi-Kulan [xyk], Mayi-Thakurti [xyt], Mayi-Yapi [xyj], and Wunumara [wnn] 2013-01-23 +mwd Mudbura S Split into Karranga [xrq] and Mudburra [dmw] 2013-01-23 +myq Forest Maninka N 2013-01-23 +nbx Ngura S Split into Eastern Karnic [ekc], Garlali [gll], Punthamara [xpt], Wangkumara [xwk], and Badjiri [jbi] 2013-01-23 +nlr Ngarla S Split into Ngarla [nrk] and Yinhawangka [ywg] 2013-01-23 +pcr Panang M adx 2013-01-23 +ppr Piru M lcq 2013-01-23 +tgg Tangga S Split into Fanamaket [bjp], Niwer Mil [hrc], and Warwar Feni [hrw] 2013-01-23 +wit Wintu S Split into Wintu [wnw], Nomlaki [nol], and Patwin [pwi] 2013-01-23 +xia Xiandao M acn 2013-01-23 +yiy Yir Yoront S Split into Yir Yoront [yyr] and Yirrk-Mel [yrm] 2013-01-23 +yos Yos M zom 2013-01-23 +emo Emok N 2014-02-03 +ggm Gugu Mini N 2014-02-03 +leg Lengua S Split into Enlhet [enl] and Enxet [enx] 2014-02-03 +lmm Lamam D rmx 2014-02-03 +mhh Maskoy Pidgin N 2014-02-03 +puz Purum Naga M pub 2014-02-03 +sap Sanapaná S Split into Sanapaná [spn] and Angaité [aqt] 2014-02-03 +yuu Yugh D yug 2014-02-03 +aam Aramanik M aas 2015-01-12 +adp Adap M dzo 2015-01-12 +aue ǂKxʼauǁʼein D ktz 2015-01-12 +bmy Bemba (Democratic Republic of Congo) N 2015-01-12 +bxx Borna (Democratic Republic of Congo) N 2015-01-12 +byy Buya N 2015-01-12 +gfx Mangetti Dune ǃXung M vaj 2015-01-12 +gti Gbati-ri M nyc 2015-01-12 +ime Imeraguen N 2015-01-12 +kbf Kakauhua N 2015-01-12 +koj Sara Dunjo M kwv 2015-01-12 +kwq Kwak M yam 2015-01-12 +kxe Kakihum M tvd 2015-01-12 +lii Lingkhim M raq 2015-01-12 +mwj Maligo M vaj 2015-01-12 +nnx Ngong M ngv 2015-01-12 +oun ǃOǃung M vaj 2015-01-12 +pmu Mirpur Panjabi M phr 2015-01-12 +sgo Songa N 2015-01-12 +thx The D oyb 2015-01-12 +tsf Southwestern Tamang M taj 2015-01-12 +uok Uokha M ema 2015-01-12 +yds Yiddish Sign Language N 2015-01-12 +ymt Mator-Taygi-Karagas D mtm 2015-01-12 +ynh Yangho N 2015-01-12 +bgm Baga Mboteni D bcg 2016-01-15 +btl Bhatola N 2016-01-15 +cbe Chipiajes N 2016-01-15 +cbh Cagua N 2016-01-15 +coy Coyaima M pij 2016-01-15 +cqu Chilean Quechua M quh 2016-01-15 +cum Cumeral N 2016-01-15 +duj Dhuwal S Split into [dwu] Dhuwal and [dwy] Dhuwaya 2016-01-15 +ggn Eastern Gurung M gvr 2016-01-15 +ggo Southern Gondi S Split into [esg] Aheri Gondi and [wsg] Adilabad Gondi 2016-01-15 +guv Gey M duz 2016-01-15 +iap Iapama N 2016-01-15 +ill Iranun S Split into Iranun (Philippines) [ilp] and Iranun (Malaysia) [ilm] 2016-01-15 +kgc Kasseng D tdf 2016-01-15 +kox Coxima N 2016-01-15 +ktr Kota Marudu Tinagas M dtp 2016-01-15 +kvs Kunggara D gdj 2016-01-15 +kzj Coastal Kadazan M dtp 2016-01-15 +kzt Tambunan Dusun M dtp 2016-01-15 +nad Nijadali D xny 2016-01-15 +nts Natagaimas M pij 2016-01-15 +ome Omejes N 2016-01-15 +pmc Palumata D huw 2016-01-15 +pod Ponares N 2016-01-15 +ppa Pao M bfy 2016-01-15 +pry Pray 3 D prt 2016-01-15 +rna Runa N 2016-01-15 +svr Savara N 2016-01-15 +tdu Tempasuk Dusun M dtp 2016-01-15 +thc Tai Hang Tong M tpo 2016-01-15 +tid Tidong S Split into Northern Tidung [ntd] and Southern Tidung [itd] 2016-01-15 +tmp Tai Mène M tyj 2016-01-15 +tne Tinoc Kallahan M kak 2016-01-15 +toe Tomedes N 2016-01-15 +xba Kamba (Brazil) D cax 2016-01-15 +xbx Kabixí N 2016-01-15 +xip Xipináwa N 2016-01-15 +xkh Karahawyana D waw 2016-01-15 +yri Yarí N 2016-01-15 +jeg Jeng M oyb 2017-01-31 +kgd Kataang S Split into [ncq] Northern Katang and [sct] Southern Katang 2017-01-31 +krm Krim M bmf 2017-01-31 +prb Lua' N 2017-01-31 +puk Pu Ko N 2017-01-31 +rie Rien N 2017-01-31 +rsi Rennellese Sign Language N 2017-01-31 +skk Sok M oyb 2017-01-31 +snh Shinabo N 2017-01-31 +lsg Lyons Sign Language N 2018-01-23 +mwx Mediak N 2018-01-23 +mwy Mosiro N 2018-01-23 +ncp Ndaktup M kdz 2018-01-23 +ais Nataoran Amis S Split into Amis [ami] and Sakizaya [szy] 2019-01-25 +asd Asas M snz 2019-01-25 +dit Dirari M dif 2019-01-25 +dud Hun-Saare S Split into ut-Hun [uth] and us-Saare [uss] 2019-01-25 +lba Lui N 2019-01-25 +llo Khlor D ngt 2019-01-25 +myd Maramba M aog 2019-01-25 +myi Mina (India) N 2019-01-25 +nns Ningye M nbr 2019-01-25 +aoh Arma N 2020-01-23 +ayy Tayabas Ayta N 2020-01-23 +bbz Babalia Creole Arabic N 2020-01-23 +bpb Barbacoas N 2020-01-23 +cca Cauca N 2020-01-23 +cdg Chamari N 2020-01-23 +dgu Degaru N 2020-01-23 +drr Dororo M kzk 2020-01-23 +ekc Eastern Karnic N 2020-01-23 +gli Guliguli M kzk 2020-01-23 +kjf Khalaj N 2020-01-23 +kxl Nepali Kurux M kru 2020-01-23 +kxu Kui (India) S Split into [dwk] Dawik Kui and [uki] Kui (India) 2020-01-23 +lmz Lumbee N 2020-01-23 +nxu Narau M bpp 2020-01-23 +plp Palpa N 2020-01-23 +sdm Semandang S Split into Semandang [sdq], Beginci [ebc] and Gerai [gef] 2020-01-23 +tbb Tapeba N 2020-01-23 +xrq Karranga M dmw 2020-01-23 +xtz Tasmanian S Split into [xpv] Northern Tasman, [xph] North Midlands Tasman, [xpb] Northeastern Tasman, [xpd] Oyster Bay Tasman, [xpf] Southeast Tasman, [xpx] Southwestern Tasman, [xpw] Northwestern Tasman, [xpl] Port Sorell Tasman, and [xpz] Bruny Island Tasman 2020-01-23 +zir Ziriya D scv 2020-01-23 +thw Thudam M ola 2020-03-19 +bic Bikaru M bir 2021-01-15 +bij Vaghat-Ya-Bijim-Legeri S Split into Tiyaa [tyy], Bijim [jbm] and Kadung [dkg]. 2021-01-15 +blg Balau M iba 2021-01-15 +gji Geji S Split into Gyaazi [gyz], and Bu (Bauchi State) [zbu] 2021-01-15 +mvm Muya S Split into Eastern Minyag [emq] and Western Minyag [wmg] 2021-01-15 +ngo Ngoni S Split into Ngoni (Tanzania) [xnj] and Ngoni (Mozambique) [xnq] 2021-01-15 +pat Papitalai M kxr 2021-01-15 +vki Ija-Zuba S Split into Koro Nulu [vkn] and Koro Zuba [vkz] 2021-01-15 +wra Warapu S Split into Bauni [bpe], Uni [uni] and Bouni [suo] 2021-01-15 +ajt Judeo-Tunisian Arabic M aeb 2022-01-20 +cug Chungmboko S Split into Chung [cnq] and Mbuk [bpc] 2022-01-20 +lak Laka (Nigeria) M ksp 2022-01-20 +lno Lango (South Sudan) S Split into Lango [lgo], Imotong [imt], Logir [lqr] and Okolie [oie] 2022-01-20 +pii Pini N 2022-01-20 +smd Sama M kmb 2022-01-20 +snb Sebuyau M iba 2022-01-20 +uun Kulon-Pazeh S Split into Kulon [uon] and Pazeh [pzh] 2022-01-20 +wrd Warduji N 2022-01-20 +wya Wyandot S Split into Wyandot [wyn] and Wendat [wdt] 2022-01-20 +ajp South Levantine Arabic M apc 2023-01-20 +kgm Karipúna D plu 2023-01-20 +ksa Shuwa-Zamani S Split into [rsw] Rishiwa and [izm] Kizamani 2023-01-20 +nom Nocamán M cbr 2023-01-20 +plj Polci S Split into Pesse [pze], Nyamzak-Dir-Mbarimi [nzr], Zul [zlu], and Buli [uly] 2023-01-20 +pmk Pamlico M crr 2023-01-20 +prp Parsi M guj 2023-01-20 +slq Salchuq N 2023-01-20 +szd Seru M umi 2023-01-20 +tmk Northwestern Tamang M tdg 2023-01-20 +tpw Tupí D tpn 2023-01-20 +xss Assan M zko 2023-01-20 +zkb Koibal D kjh 2023-01-20 +zua Zeem S Split into [tvi] Tulai, [dyr] Dyarim, [dsk] Dokshi, [cxh] Cha'ari, and [zem] Zeem 2023-01-20 +dek Dek D sqm 2024-10-15 +nte Nathembo M eko 2024-10-15 +yol Yola M enm 2025-10-15 diff --git a/generate/iso/currency/include.mk b/generate/iso/currency/include.mk index d821fa97..7aa781de 100644 --- a/generate/iso/currency/include.mk +++ b/generate/iso/currency/include.mk @@ -1,18 +1,24 @@ BASE_URL_SIX_GROUP_ISO_CURRENCY = https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency .PHONY: external/iso/currency/list-one.xml -external/iso/currency/list-one.xml: scripts/fetch.py - $(PYTHON) $< "$(BASE_URL_SIX_GROUP_ISO_CURRENCY)/lists/list-one.xml" $@ +external/iso/currency/list-one.xml: + $(CURL) --location --output $@ "$(BASE_URL_SIX_GROUP_ISO_CURRENCY)/lists/list-one.xml" .PHONY: external/iso/currency/list-three.xml -external/iso/currency/list-three.xml: scripts/fetch.py - $(PYTHON) $< "$(BASE_URL_SIX_GROUP_ISO_CURRENCY)/lists/list-three.xml" $@ +external/iso/currency/list-three.xml: + $(CURL) --location --output $@ "$(BASE_URL_SIX_GROUP_ISO_CURRENCY)/lists/list-three.xml" -build/iso/currency/list-%.json: scripts/xml2json.py external/iso/currency/list-%.xml +external/iso/currency/list-%.json: scripts/xml2json.py external/iso/currency/list-%.xml $(PYTHON) $< $(word 2,$^) $@ -external-iso-currency: generate/iso/currency/main.py \ - build/iso/currency/list-one.json build/iso/currency/list-three.json +external-iso-currency: \ + external/iso/currency/list-one.json \ + external/iso/currency/list-three.json \ + external/iso/currency/list-one.xml \ + external/iso/currency/list-three.xml + +generate-iso-currency: generate/iso/currency/main.py $(PYTHON) $< EXTERNAL += external-iso-currency +GENERATE += generate-iso-currency diff --git a/generate/iso/currency/main.py b/generate/iso/currency/main.py index 634b5663..f5f9e210 100644 --- a/generate/iso/currency/main.py +++ b/generate/iso/currency/main.py @@ -114,9 +114,9 @@ def build_base_schema(): alpha_code_schema.update({ "title": f"ISO 4217 Alphabetic Currency, Fund, and Precious Metal Code{' (Historical)' if is_historical else ''}", "description": f"A three-letter alphabetic code including {'withdrawn ' if is_historical else ''}currencies, funds, and precious metals ({published_date})", - "$comment": "https://www.iso.org/iso-4217-currency-codes.html", "examples": alpha_code_examples, "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": ["https://www.iso.org/iso-4217-currency-codes.html"], "anyOf": alpha_code_refs }) @@ -124,9 +124,9 @@ def build_base_schema(): alpha_currency_schema.update({ "title": f"ISO 4217 Alphabetic Currency Code{' (Historical)' if is_historical else ''}", "description": f"A three-letter alphabetic {'withdrawn ' if is_historical else ''}currency code, excluding funds and precious metals ({published_date})", - "$comment": "https://www.iso.org/iso-4217-currency-codes.html", "examples": sorted(currency_alpha_codes.keys())[:4], "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": ["https://www.iso.org/iso-4217-currency-codes.html"], "anyOf": [ { "const": code, @@ -143,9 +143,9 @@ def build_base_schema(): alpha_fund_schema.update({ "title": f"ISO 4217 Alphabetic Fund Code{' (Historical)' if is_historical else ''}", "description": f"A three-letter alphabetic {'withdrawn ' if is_historical else ''}fund code ({published_date})", - "$comment": "https://www.iso.org/iso-4217-currency-codes.html", "examples": sorted(fund_alpha_codes.keys())[:4], "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": ["https://www.iso.org/iso-4217-currency-codes.html"], "anyOf": [ { "const": code, @@ -162,9 +162,9 @@ def build_base_schema(): alpha_precious_metal_schema.update({ "title": f"ISO 4217 Alphabetic Precious Metal Code{' (Historical)' if is_historical else ''}", "description": f"A three-letter alphabetic code for {'withdrawn ' if is_historical else ''}precious metals ({published_date})", - "$comment": "https://www.iso.org/iso-4217-currency-codes.html", "examples": ["XAU", "XAG", "XPT", "XPD"], "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": ["https://www.iso.org/iso-4217-currency-codes.html"], "anyOf": [ { "const": code, @@ -194,9 +194,9 @@ def build_base_schema(): numeric_code_schema.update({ "title": f"ISO 4217 Numeric Currency, Fund, and Precious Metal Code{' (Historical)' if is_historical else ''}", "description": f"A three-digit numeric code including {'withdrawn ' if is_historical else ''}currencies, funds, and precious metals ({published_date})", - "$comment": "https://www.iso.org/iso-4217-currency-codes.html", "examples": numeric_code_examples, "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": ["https://www.iso.org/iso-4217-currency-codes.html"], "anyOf": numeric_code_refs }) @@ -204,9 +204,9 @@ def build_base_schema(): numeric_currency_schema.update({ "title": f"ISO 4217 Numeric Currency Code{' (Historical)' if is_historical else ''}", "description": f"A three-digit numeric {'withdrawn ' if is_historical else ''}currency code, excluding funds and precious metals ({published_date})", - "$comment": "https://www.iso.org/iso-4217-currency-codes.html", "examples": sorted(currency_numeric_codes.keys())[:4], "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": ["https://www.iso.org/iso-4217-currency-codes.html"], "anyOf": [ { "const": code, @@ -223,9 +223,9 @@ def build_base_schema(): numeric_fund_schema.update({ "title": f"ISO 4217 Numeric Fund Code{' (Historical)' if is_historical else ''}", "description": f"A three-digit numeric {'withdrawn ' if is_historical else ''}fund code ({published_date})", - "$comment": "https://www.iso.org/iso-4217-currency-codes.html", "examples": sorted(fund_numeric_codes.keys())[:4], "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": ["https://www.iso.org/iso-4217-currency-codes.html"], "anyOf": [ { "const": code, @@ -242,9 +242,9 @@ def build_base_schema(): numeric_precious_metal_schema.update({ "title": f"ISO 4217 Numeric Precious Metal Code{' (Historical)' if is_historical else ''}", "description": f"A three-digit numeric code for {'withdrawn ' if is_historical else ''}precious metals ({published_date})", - "$comment": "https://www.iso.org/iso-4217-currency-codes.html", "examples": [959, 961, 962, 964], "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": ["https://www.iso.org/iso-4217-currency-codes.html"], "anyOf": [ { "const": code, @@ -274,9 +274,9 @@ def build_base_schema(): "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ISO 4217 Numeric Additional Currency Code", "description": "User-assigned numeric codes in the range 900-998", - "$comment": "https://www.iso.org/iso-4217-currency-codes.html", "examples": [900, 950, 998], "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": ["https://www.iso.org/iso-4217-currency-codes.html"], "type": "integer", "minimum": 900, "maximum": 998 @@ -286,9 +286,9 @@ def build_base_schema(): "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ISO 4217 Alphabetic Unknown Currency Code", "description": "The alphabetic code for transactions where no currency is involved", - "$comment": "https://www.iso.org/iso-4217-currency-codes.html", "examples": ["XXX"], "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": ["https://www.iso.org/iso-4217-currency-codes.html"], "const": "XXX" } @@ -296,9 +296,9 @@ def build_base_schema(): "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ISO 4217 Numeric Unknown Currency Code", "description": "The numeric code for transactions where no currency is involved", - "$comment": "https://www.iso.org/iso-4217-currency-codes.html", "examples": [999], "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": ["https://www.iso.org/iso-4217-currency-codes.html"], "const": 999 } @@ -306,9 +306,9 @@ def build_base_schema(): "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ISO 4217 Alphabetic Test Currency Code", "description": "The alphabetic code specifically reserved for testing purposes", - "$comment": "https://www.iso.org/iso-4217-currency-codes.html", "examples": ["XTS"], "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": ["https://www.iso.org/iso-4217-currency-codes.html"], "const": "XTS" } @@ -316,9 +316,9 @@ def build_base_schema(): "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ISO 4217 Numeric Test Currency Code", "description": "The numeric code specifically reserved for testing purposes", - "$comment": "https://www.iso.org/iso-4217-currency-codes.html", "examples": [963], "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": ["https://www.iso.org/iso-4217-currency-codes.html"], "const": 963 } diff --git a/generate/iso/language/include.mk b/generate/iso/language/include.mk new file mode 100644 index 00000000..ab4f2628 --- /dev/null +++ b/generate/iso/language/include.mk @@ -0,0 +1,27 @@ +# See https://standards.iso.org/iso/639/ed-2/en/Access%20to%20the%20databases%20of%20the%20ISO%20639%20Language%20Code.pdf +BASE_URL_LOC_GOV_ISO_639 = https://www.loc.gov/standards/iso639-2 +BASE_URL_SIL_ISO_619 = https://iso639-3.sil.org/sites/iso639-3/files/downloads + +# Covers Set 1, Set 2, and Set 5 +.PHONY: external/iso/language/ISO-639-2_utf-8.txt +external/iso/language/ISO-639-2_utf-8.txt: + $(CURL) --location --output $@ "$(BASE_URL_LOC_GOV_ISO_639)/ISO-639-2_utf-8" + +# Covers Set 3 +.PHONY: external/iso/language/iso-639-3_Code_Tables +external/iso/language/iso-639-3_Code_Tables: + $(RMRF) $@ + $(MKDIRP) $@ + $(CURL) --location --output $@.zip "$(BASE_URL_SIL_ISO_619)/iso-639-3_Code_Tables_20251015.zip" + $(BSDTAR) --strip-components=1 -xf $@.zip -C $@ --no-same-permissions + $(RMRF) $@.zip + +external-iso-language: \ + external/iso/language/ISO-639-2_utf-8.txt \ + external/iso/language/iso-639-3_Code_Tables + +generate-iso-language: generate/iso/language/main.py + $(PYTHON) $< + +EXTERNAL += external-iso-language +GENERATE += generate-iso-language diff --git a/generate/iso/language/main.py b/generate/iso/language/main.py new file mode 100644 index 00000000..00ffc848 --- /dev/null +++ b/generate/iso/language/main.py @@ -0,0 +1,362 @@ +import json +import os +import sys +import csv + + +def parse_iso_639_2(file_path, set_3_lookup_by_part1, set_3_lookup_by_part2b, set_3_lookup_by_part2t): + """Parse ISO-639-2 file which contains Set 1, Set 2, and Set 5.""" + set_1 = {} + set_2_bibliographic = {} + set_2_terminologic = {} + set_5 = {} + + with open(file_path, 'r', encoding='utf-8-sig') as file: + for line in file: + line = line.strip() + if not line: + continue + + parts = line.split('|') + if len(parts) < 5: + continue + + part2b = parts[0].strip() + part2t = parts[1].strip() + part1 = parts[2].strip() + english_name = parts[3].strip() + french_name = parts[4].strip() + + # Determine if this is Set 5 (language families/groups) + is_language_family = 'languages' in english_name.lower() or 'language family' in english_name.lower() + + # Set 5 entries + if is_language_family and part2b: + set_5[part2b] = { + 'name': english_name, + 'name_french': french_name + } + else: + # Set 1 entries + if part1: + set_3_data = set_3_lookup_by_part1.get(part1, {}) + set_1[part1] = { + 'name': english_name, + 'name_french': french_name, + 'part2b': part2b if part2b else None, + 'part2t': part2t if part2t else None, + 'scope': set_3_data.get('scope'), + 'language_type': set_3_data.get('language_type') + } + + # Set 2 entries + if part2b: + set_3_data = set_3_lookup_by_part2b.get(part2b, {}) + set_2_bibliographic[part2b] = { + 'name': english_name, + 'name_french': french_name, + 'part1': part1 if part1 else None, + 'scope': set_3_data.get('scope'), + 'language_type': set_3_data.get('language_type') + } + + if part2t: + set_3_data = set_3_lookup_by_part2t.get(part2t, {}) + set_2_terminologic[part2t] = { + 'name': english_name, + 'name_french': french_name, + 'part1': part1 if part1 else None, + 'scope': set_3_data.get('scope'), + 'language_type': set_3_data.get('language_type') + } + + return set_1, set_2_bibliographic, set_2_terminologic, set_5 + + +def parse_iso_639_3(file_path): + """Parse ISO-639-3 file which contains Set 3.""" + set_3 = {} + + with open(file_path, 'r', encoding='utf-8') as file: + reader = csv.DictReader(file, delimiter='\t') + for row in reader: + code = row['Id'].strip() + if not code: + continue + + metadata = { + 'name': row['Ref_Name'].strip(), + 'scope': row['Scope'].strip() if row['Scope'].strip() else None, + 'language_type': row['Language_Type'].strip() if row['Language_Type'].strip() else None, + 'part2b': row['Part2b'].strip() if row['Part2b'].strip() else None, + 'part2t': row['Part2t'].strip() if row['Part2t'].strip() else None, + 'part1': row['Part1'].strip() if row['Part1'].strip() else None, + 'comment': row['Comment'].strip() if row['Comment'].strip() else None + } + + set_3[code] = metadata + + return set_3 + + +def build_set_3_lookups(set_3): + """Build lookup tables from Set 3 by Part1, Part2b, and Part2t codes.""" + lookup_by_part1 = {} + lookup_by_part2b = {} + lookup_by_part2t = {} + + for code, metadata in set_3.items(): + if metadata.get('part1'): + lookup_by_part1[metadata['part1']] = { + 'scope': metadata['scope'], + 'language_type': metadata['language_type'] + } + if metadata.get('part2b'): + lookup_by_part2b[metadata['part2b']] = { + 'scope': metadata['scope'], + 'language_type': metadata['language_type'] + } + if metadata.get('part2t'): + lookup_by_part2t[metadata['part2t']] = { + 'scope': metadata['scope'], + 'language_type': metadata['language_type'] + } + + return lookup_by_part1, lookup_by_part2b, lookup_by_part2t + + +def expand_scope(scope_code): + """Expand scope code to full word.""" + if not scope_code: + return None + + scope_map = { + 'I': 'individual', + 'M': 'macrolanguage', + 'S': 'special' + } + + if scope_code not in scope_map: + print(f"Error: Unknown scope code '{scope_code}'", file=sys.stderr) + sys.exit(1) + + return scope_map[scope_code] + + +def expand_language_type(type_code): + """Expand language type code to full word.""" + if not type_code: + return None + + type_map = { + 'L': 'living', + 'E': 'extinct', + 'H': 'historic', + 'C': 'constructed', + 'S': 'special', + 'A': 'ancient' + } + + if type_code not in type_map: + print(f"Error: Unknown language type code '{type_code}'", file=sys.stderr) + sys.exit(1) + + return type_map[type_code] + + +def build_base_schema(): + """Build base schema with required fields.""" + return { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": ["https://www.iso.org/standard/74575.html"] + } + + +def generate_set_1_schema(set_1, output_dir): + """Generate schema for ISO 639-1 (2-letter codes).""" + schema = build_base_schema() + schema.update({ + "$comment": "Set 1 contains the most common languages (2-letter codes). All Set 1 codes have corresponding codes in Set 2 and Set 3", + "title": "ISO 639-1:2023 Language Code", + "description": "A two-letter language code from ISO 639-1", + "examples": sorted(set_1.keys())[:4], + "anyOf": [ + { + "const": code, + "title": metadata['name'], + **({'x-scope': expand_scope(metadata['scope'])} if metadata.get('scope') else {}), + **({'x-language-type': expand_language_type(metadata['language_type'])} if metadata.get('language_type') else {}), + **({'x-name-french': metadata['name_french']} if metadata.get('name_french') else {}), + **({'x-set-2-bibliographic': metadata['part2b']} if metadata.get('part2b') else {}), + **({'x-set-2-terminologic': metadata['part2t']} if metadata.get('part2t') else {}) + } + for code, metadata in sorted(set_1.items()) + ] + }) + + file_path = os.path.join(output_dir, "set-1.json") + with open(file_path, 'w') as file: + json.dump(schema, file, indent=2) + file.write('\n') + print(f"Generated {file_path} with {len(set_1)} codes") + + +def generate_set_2_bibliographic_schema(set_2_bibliographic, output_dir): + """Generate schema for ISO 639-2 bibliographic codes.""" + schema = build_base_schema() + schema.update({ + "$comment": "Set 2 bibliographic is a superset of Set 1 and a subset of Set 3. Bibliographic codes are based on English language names", + "title": "ISO 639-2:2023 Bibliographic Language Code", + "description": "A three-letter bibliographic language code from ISO 639-2", + "examples": sorted(set_2_bibliographic.keys())[:4], + "anyOf": [ + { + "const": code, + "title": metadata['name'], + **({'x-scope': expand_scope(metadata['scope'])} if metadata.get('scope') else {}), + **({'x-language-type': expand_language_type(metadata['language_type'])} if metadata.get('language_type') else {}), + **({'x-name-french': metadata['name_french']} if metadata.get('name_french') else {}), + **({'x-set-1': metadata['part1']} if metadata.get('part1') else {}) + } + for code, metadata in sorted(set_2_bibliographic.items()) + ] + }) + + file_path = os.path.join(output_dir, "set-2-bibliographic.json") + with open(file_path, 'w') as file: + json.dump(schema, file, indent=2) + file.write('\n') + print(f"Generated {file_path} with {len(set_2_bibliographic)} codes") + + +def generate_set_2_terminologic_schema(set_2_terminologic, output_dir): + """Generate schema for ISO 639-2 terminologic codes.""" + schema = build_base_schema() + schema.update({ + "$comment": "Set 2 terminologic is a superset of Set 1 and a subset of Set 3. Terminologic codes are based on native language names. Only about 20 languages have both bibliographic and terminologic codes", + "title": "ISO 639-2:2023 Terminologic Language Code", + "description": "A three-letter terminologic language code from ISO 639-2", + "examples": sorted(set_2_terminologic.keys())[:4], + "anyOf": [ + { + "const": code, + "title": metadata['name'], + **({'x-scope': expand_scope(metadata['scope'])} if metadata.get('scope') else {}), + **({'x-language-type': expand_language_type(metadata['language_type'])} if metadata.get('language_type') else {}), + **({'x-name-french': metadata['name_french']} if metadata.get('name_french') else {}), + **({'x-set-1': metadata['part1']} if metadata.get('part1') else {}) + } + for code, metadata in sorted(set_2_terminologic.items()) + ] + }) + + file_path = os.path.join(output_dir, "set-2-terminologic.json") + with open(file_path, 'w') as file: + json.dump(schema, file, indent=2) + file.write('\n') + print(f"Generated {file_path} with {len(set_2_terminologic)} codes") + + +def generate_set_3_schema(set_3, output_dir): + """Generate schema for ISO 639-3 (comprehensive language codes).""" + schema = build_base_schema() + schema.update({ + "$comment": "Set 3 is a superset of Set 1 and Set 2. It provides comprehensive coverage of individual languages, macrolanguages, and special codes", + "title": "ISO 639-3:2023 Language Code", + "description": "A three-letter language code from ISO 639-3", + "examples": sorted(set_3.keys())[:4], + "anyOf": [ + { + "const": code, + "title": metadata['name'], + **({'x-scope': expand_scope(metadata['scope'])} if metadata.get('scope') else {}), + **({'x-language-type': expand_language_type(metadata['language_type'])} if metadata.get('language_type') else {}), + **({'x-set-2-bibliographic': metadata['part2b']} if metadata.get('part2b') else {}), + **({'x-set-2-terminologic': metadata['part2t']} if metadata.get('part2t') else {}), + **({'x-set-1': metadata['part1']} if metadata.get('part1') else {}), + **({'$comment': metadata['comment']} if metadata.get('comment') else {}) + } + for code, metadata in sorted(set_3.items()) + ] + }) + + file_path = os.path.join(output_dir, "set-3.json") + with open(file_path, 'w') as file: + json.dump(schema, file, indent=2) + file.write('\n') + print(f"Generated {file_path} with {len(set_3)} codes") + + +def generate_set_5_schema(set_5, output_dir): + """Generate schema for ISO 639-5 (language families and groups).""" + schema = build_base_schema() + schema.update({ + "$comment": "Set 5 codes language families and groups, not individual languages. It is independent from Sets 1-3", + "title": "ISO 639-5:2023 Language Family Code", + "description": "A three-letter code for language families and groups from ISO 639-5", + "examples": sorted(set_5.keys())[:4], + "anyOf": [ + { + "const": code, + "title": metadata['name'], + **({'x-name-french': metadata['name_french']} if metadata.get('name_french') else {}) + } + for code, metadata in sorted(set_5.items()) + ] + }) + + file_path = os.path.join(output_dir, "set-5.json") + with open(file_path, 'w') as file: + json.dump(schema, file, indent=2) + file.write('\n') + print(f"Generated {file_path} with {len(set_5)} codes") + + +def main(): + script_dir = os.path.dirname(os.path.abspath(__file__)) + project_root = os.path.dirname(os.path.dirname(os.path.dirname(script_dir))) + + iso_639_2_file = os.path.join(project_root, "external", "iso", "language", "ISO-639-2_utf-8.txt") + iso_639_3_file = os.path.join(project_root, "external", "iso", "language", "iso-639-3_Code_Tables", "iso-639-3.tab") + output_dir = os.path.join(project_root, "schemas", "iso", "language", "2023") + + if not os.path.exists(iso_639_2_file): + print(f"Error: Data file not found: {iso_639_2_file}", file=sys.stderr) + print("Run 'make external-iso-language' first to download the ISO 639 data", file=sys.stderr) + sys.exit(1) + + if not os.path.exists(iso_639_3_file): + print(f"Error: Data file not found: {iso_639_3_file}", file=sys.stderr) + print("Run 'make external-iso-language' first to download the ISO 639 data", file=sys.stderr) + sys.exit(1) + + # Parse Set 3 first to build lookup tables + print("Parsing ISO 639-3 data...") + set_3 = parse_iso_639_3(iso_639_3_file) + + print("Building Set 3 lookup tables...") + lookup_by_part1, lookup_by_part2b, lookup_by_part2t = build_set_3_lookups(set_3) + + # Parse ISO 639-2 data with Set 3 lookups + print("Parsing ISO 639-2 data...") + set_1, set_2_bibliographic, set_2_terminologic, set_5 = parse_iso_639_2( + iso_639_2_file, lookup_by_part1, lookup_by_part2b, lookup_by_part2t + ) + + # Create output directory + os.makedirs(output_dir, exist_ok=True) + + # Generate schemas + print("Generating schemas...") + generate_set_1_schema(set_1, output_dir) + generate_set_2_bibliographic_schema(set_2_bibliographic, output_dir) + generate_set_2_terminologic_schema(set_2_terminologic, output_dir) + generate_set_3_schema(set_3, output_dir) + generate_set_5_schema(set_5, output_dir) + + print("Done!") + + +if __name__ == "__main__": + main() diff --git a/schemas/iso/language/2023/set-1.json b/schemas/iso/language/2023/set-1.json new file mode 100644 index 00000000..4d1cbd1d --- /dev/null +++ b/schemas/iso/language/2023/set-1.json @@ -0,0 +1,1495 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "ISO 639-1:2023 Language Code", + "description": "A two-letter language code from ISO 639-1", + "$comment": "Set 1 contains the most common languages (2-letter codes). All Set 1 codes have corresponding codes in Set 2 and Set 3", + "examples": [ "aa", "ab", "ae", "af" ], + "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": [ "https://www.iso.org/standard/74575.html" ], + "anyOf": [ + { + "title": "Afar", + "x-language-type": "living", + "x-name-french": "afar", + "x-scope": "individual", + "x-set-2-bibliographic": "aar", + "const": "aa" + }, + { + "title": "Abkhazian", + "x-language-type": "living", + "x-name-french": "abkhaze", + "x-scope": "individual", + "x-set-2-bibliographic": "abk", + "const": "ab" + }, + { + "title": "Avestan", + "x-language-type": "historic", + "x-name-french": "avestique", + "x-scope": "individual", + "x-set-2-bibliographic": "ave", + "const": "ae" + }, + { + "title": "Afrikaans", + "x-language-type": "living", + "x-name-french": "afrikaans", + "x-scope": "individual", + "x-set-2-bibliographic": "afr", + "const": "af" + }, + { + "title": "Akan", + "x-language-type": "living", + "x-name-french": "akan", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "aka", + "const": "ak" + }, + { + "title": "Amharic", + "x-language-type": "living", + "x-name-french": "amharique", + "x-scope": "individual", + "x-set-2-bibliographic": "amh", + "const": "am" + }, + { + "title": "Aragonese", + "x-language-type": "living", + "x-name-french": "aragonais", + "x-scope": "individual", + "x-set-2-bibliographic": "arg", + "const": "an" + }, + { + "title": "Arabic", + "x-language-type": "living", + "x-name-french": "arabe", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "ara", + "const": "ar" + }, + { + "title": "Assamese", + "x-language-type": "living", + "x-name-french": "assamais", + "x-scope": "individual", + "x-set-2-bibliographic": "asm", + "const": "as" + }, + { + "title": "Avaric", + "x-language-type": "living", + "x-name-french": "avar", + "x-scope": "individual", + "x-set-2-bibliographic": "ava", + "const": "av" + }, + { + "title": "Aymara", + "x-language-type": "living", + "x-name-french": "aymara", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "aym", + "const": "ay" + }, + { + "title": "Azerbaijani", + "x-language-type": "living", + "x-name-french": "azéri", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "aze", + "const": "az" + }, + { + "title": "Bashkir", + "x-language-type": "living", + "x-name-french": "bachkir", + "x-scope": "individual", + "x-set-2-bibliographic": "bak", + "const": "ba" + }, + { + "title": "Belarusian", + "x-language-type": "living", + "x-name-french": "biélorusse", + "x-scope": "individual", + "x-set-2-bibliographic": "bel", + "const": "be" + }, + { + "title": "Bulgarian", + "x-language-type": "living", + "x-name-french": "bulgare", + "x-scope": "individual", + "x-set-2-bibliographic": "bul", + "const": "bg" + }, + { + "title": "Bislama", + "x-language-type": "living", + "x-name-french": "bichlamar", + "x-scope": "individual", + "x-set-2-bibliographic": "bis", + "const": "bi" + }, + { + "title": "Bambara", + "x-language-type": "living", + "x-name-french": "bambara", + "x-scope": "individual", + "x-set-2-bibliographic": "bam", + "const": "bm" + }, + { + "title": "Bengali", + "x-language-type": "living", + "x-name-french": "bengali", + "x-scope": "individual", + "x-set-2-bibliographic": "ben", + "const": "bn" + }, + { + "title": "Tibetan", + "x-language-type": "living", + "x-name-french": "tibétain", + "x-scope": "individual", + "x-set-2-bibliographic": "tib", + "x-set-2-terminologic": "bod", + "const": "bo" + }, + { + "title": "Breton", + "x-language-type": "living", + "x-name-french": "breton", + "x-scope": "individual", + "x-set-2-bibliographic": "bre", + "const": "br" + }, + { + "title": "Bosnian", + "x-language-type": "living", + "x-name-french": "bosniaque", + "x-scope": "individual", + "x-set-2-bibliographic": "bos", + "const": "bs" + }, + { + "title": "Catalan; Valencian", + "x-language-type": "living", + "x-name-french": "catalan; valencien", + "x-scope": "individual", + "x-set-2-bibliographic": "cat", + "const": "ca" + }, + { + "title": "Chechen", + "x-language-type": "living", + "x-name-french": "tchétchène", + "x-scope": "individual", + "x-set-2-bibliographic": "che", + "const": "ce" + }, + { + "title": "Chamorro", + "x-language-type": "living", + "x-name-french": "chamorro", + "x-scope": "individual", + "x-set-2-bibliographic": "cha", + "const": "ch" + }, + { + "title": "Corsican", + "x-language-type": "living", + "x-name-french": "corse", + "x-scope": "individual", + "x-set-2-bibliographic": "cos", + "const": "co" + }, + { + "title": "Cree", + "x-language-type": "living", + "x-name-french": "cree", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "cre", + "const": "cr" + }, + { + "title": "Czech", + "x-language-type": "living", + "x-name-french": "tchèque", + "x-scope": "individual", + "x-set-2-bibliographic": "cze", + "x-set-2-terminologic": "ces", + "const": "cs" + }, + { + "title": "Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic", + "x-language-type": "historic", + "x-name-french": "slavon d'église; vieux slave; slavon liturgique; vieux bulgare", + "x-scope": "individual", + "x-set-2-bibliographic": "chu", + "const": "cu" + }, + { + "title": "Chuvash", + "x-language-type": "living", + "x-name-french": "tchouvache", + "x-scope": "individual", + "x-set-2-bibliographic": "chv", + "const": "cv" + }, + { + "title": "Welsh", + "x-language-type": "living", + "x-name-french": "gallois", + "x-scope": "individual", + "x-set-2-bibliographic": "wel", + "x-set-2-terminologic": "cym", + "const": "cy" + }, + { + "title": "Danish", + "x-language-type": "living", + "x-name-french": "danois", + "x-scope": "individual", + "x-set-2-bibliographic": "dan", + "const": "da" + }, + { + "title": "German", + "x-language-type": "living", + "x-name-french": "allemand", + "x-scope": "individual", + "x-set-2-bibliographic": "ger", + "x-set-2-terminologic": "deu", + "const": "de" + }, + { + "title": "Divehi; Dhivehi; Maldivian", + "x-language-type": "living", + "x-name-french": "maldivien", + "x-scope": "individual", + "x-set-2-bibliographic": "div", + "const": "dv" + }, + { + "title": "Dzongkha", + "x-language-type": "living", + "x-name-french": "dzongkha", + "x-scope": "individual", + "x-set-2-bibliographic": "dzo", + "const": "dz" + }, + { + "title": "Ewe", + "x-language-type": "living", + "x-name-french": "éwé", + "x-scope": "individual", + "x-set-2-bibliographic": "ewe", + "const": "ee" + }, + { + "title": "Modern Greek (1453-)", + "x-language-type": "living", + "x-name-french": "grec moderne (1453-)", + "x-scope": "individual", + "x-set-2-bibliographic": "gre", + "x-set-2-terminologic": "ell", + "const": "el" + }, + { + "title": "English", + "x-language-type": "living", + "x-name-french": "anglais", + "x-scope": "individual", + "x-set-2-bibliographic": "eng", + "const": "en" + }, + { + "title": "Esperanto", + "x-language-type": "constructed", + "x-name-french": "espéranto", + "x-scope": "individual", + "x-set-2-bibliographic": "epo", + "const": "eo" + }, + { + "title": "Spanish; Castilian", + "x-language-type": "living", + "x-name-french": "espagnol; castillan", + "x-scope": "individual", + "x-set-2-bibliographic": "spa", + "const": "es" + }, + { + "title": "Estonian", + "x-language-type": "living", + "x-name-french": "estonien", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "est", + "const": "et" + }, + { + "title": "Basque", + "x-language-type": "living", + "x-name-french": "basque", + "x-scope": "individual", + "x-set-2-bibliographic": "baq", + "x-set-2-terminologic": "eus", + "const": "eu" + }, + { + "title": "Persian", + "x-language-type": "living", + "x-name-french": "persan", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "per", + "x-set-2-terminologic": "fas", + "const": "fa" + }, + { + "title": "Fulah", + "x-language-type": "living", + "x-name-french": "peul", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "ful", + "const": "ff" + }, + { + "title": "Finnish", + "x-language-type": "living", + "x-name-french": "finnois", + "x-scope": "individual", + "x-set-2-bibliographic": "fin", + "const": "fi" + }, + { + "title": "Fijian", + "x-language-type": "living", + "x-name-french": "fidjien", + "x-scope": "individual", + "x-set-2-bibliographic": "fij", + "const": "fj" + }, + { + "title": "Faroese", + "x-language-type": "living", + "x-name-french": "féroïen", + "x-scope": "individual", + "x-set-2-bibliographic": "fao", + "const": "fo" + }, + { + "title": "French", + "x-language-type": "living", + "x-name-french": "français", + "x-scope": "individual", + "x-set-2-bibliographic": "fre", + "x-set-2-terminologic": "fra", + "const": "fr" + }, + { + "title": "Western Frisian", + "x-language-type": "living", + "x-name-french": "frison occidental", + "x-scope": "individual", + "x-set-2-bibliographic": "fry", + "const": "fy" + }, + { + "title": "Irish", + "x-language-type": "living", + "x-name-french": "irlandais", + "x-scope": "individual", + "x-set-2-bibliographic": "gle", + "const": "ga" + }, + { + "title": "Gaelic; Scottish Gaelic", + "x-language-type": "living", + "x-name-french": "gaélique; gaélique écossais", + "x-scope": "individual", + "x-set-2-bibliographic": "gla", + "const": "gd" + }, + { + "title": "Galician", + "x-language-type": "living", + "x-name-french": "galicien", + "x-scope": "individual", + "x-set-2-bibliographic": "glg", + "const": "gl" + }, + { + "title": "Guarani", + "x-language-type": "living", + "x-name-french": "guarani", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "grn", + "const": "gn" + }, + { + "title": "Gujarati", + "x-language-type": "living", + "x-name-french": "goudjrati", + "x-scope": "individual", + "x-set-2-bibliographic": "guj", + "const": "gu" + }, + { + "title": "Manx", + "x-language-type": "living", + "x-name-french": "manx; mannois", + "x-scope": "individual", + "x-set-2-bibliographic": "glv", + "const": "gv" + }, + { + "title": "Hausa", + "x-language-type": "living", + "x-name-french": "haoussa", + "x-scope": "individual", + "x-set-2-bibliographic": "hau", + "const": "ha" + }, + { + "title": "Hebrew", + "x-language-type": "living", + "x-name-french": "hébreu", + "x-scope": "individual", + "x-set-2-bibliographic": "heb", + "const": "he" + }, + { + "title": "Hindi", + "x-language-type": "living", + "x-name-french": "hindi", + "x-scope": "individual", + "x-set-2-bibliographic": "hin", + "const": "hi" + }, + { + "title": "Hiri Motu", + "x-language-type": "living", + "x-name-french": "hiri motu", + "x-scope": "individual", + "x-set-2-bibliographic": "hmo", + "const": "ho" + }, + { + "title": "Croatian", + "x-language-type": "living", + "x-name-french": "croate", + "x-scope": "individual", + "x-set-2-bibliographic": "hrv", + "const": "hr" + }, + { + "title": "Haitian; Haitian Creole", + "x-language-type": "living", + "x-name-french": "haïtien; créole haïtien", + "x-scope": "individual", + "x-set-2-bibliographic": "hat", + "const": "ht" + }, + { + "title": "Hungarian", + "x-language-type": "living", + "x-name-french": "hongrois", + "x-scope": "individual", + "x-set-2-bibliographic": "hun", + "const": "hu" + }, + { + "title": "Armenian", + "x-language-type": "living", + "x-name-french": "arménien", + "x-scope": "individual", + "x-set-2-bibliographic": "arm", + "x-set-2-terminologic": "hye", + "const": "hy" + }, + { + "title": "Herero", + "x-language-type": "living", + "x-name-french": "herero", + "x-scope": "individual", + "x-set-2-bibliographic": "her", + "const": "hz" + }, + { + "title": "Interlingua (International Auxiliary Language Association)", + "x-language-type": "constructed", + "x-name-french": "interlingua (langue auxiliaire internationale)", + "x-scope": "individual", + "x-set-2-bibliographic": "ina", + "const": "ia" + }, + { + "title": "Indonesian", + "x-language-type": "living", + "x-name-french": "indonésien", + "x-scope": "individual", + "x-set-2-bibliographic": "ind", + "const": "id" + }, + { + "title": "Interlingue; Occidental", + "x-language-type": "constructed", + "x-name-french": "interlingue", + "x-scope": "individual", + "x-set-2-bibliographic": "ile", + "const": "ie" + }, + { + "title": "Igbo", + "x-language-type": "living", + "x-name-french": "igbo", + "x-scope": "individual", + "x-set-2-bibliographic": "ibo", + "const": "ig" + }, + { + "title": "Sichuan Yi; Nuosu", + "x-language-type": "living", + "x-name-french": "yi de Sichuan", + "x-scope": "individual", + "x-set-2-bibliographic": "iii", + "const": "ii" + }, + { + "title": "Inupiaq", + "x-language-type": "living", + "x-name-french": "inupiaq", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "ipk", + "const": "ik" + }, + { + "title": "Ido", + "x-language-type": "constructed", + "x-name-french": "ido", + "x-scope": "individual", + "x-set-2-bibliographic": "ido", + "const": "io" + }, + { + "title": "Icelandic", + "x-language-type": "living", + "x-name-french": "islandais", + "x-scope": "individual", + "x-set-2-bibliographic": "ice", + "x-set-2-terminologic": "isl", + "const": "is" + }, + { + "title": "Italian", + "x-language-type": "living", + "x-name-french": "italien", + "x-scope": "individual", + "x-set-2-bibliographic": "ita", + "const": "it" + }, + { + "title": "Inuktitut", + "x-language-type": "living", + "x-name-french": "inuktitut", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "iku", + "const": "iu" + }, + { + "title": "Japanese", + "x-language-type": "living", + "x-name-french": "japonais", + "x-scope": "individual", + "x-set-2-bibliographic": "jpn", + "const": "ja" + }, + { + "title": "Javanese", + "x-language-type": "living", + "x-name-french": "javanais", + "x-scope": "individual", + "x-set-2-bibliographic": "jav", + "const": "jv" + }, + { + "title": "Georgian", + "x-language-type": "living", + "x-name-french": "géorgien", + "x-scope": "individual", + "x-set-2-bibliographic": "geo", + "x-set-2-terminologic": "kat", + "const": "ka" + }, + { + "title": "Kongo", + "x-language-type": "living", + "x-name-french": "kongo", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "kon", + "const": "kg" + }, + { + "title": "Kikuyu; Gikuyu", + "x-language-type": "living", + "x-name-french": "kikuyu", + "x-scope": "individual", + "x-set-2-bibliographic": "kik", + "const": "ki" + }, + { + "title": "Kuanyama; Kwanyama", + "x-language-type": "living", + "x-name-french": "kuanyama; kwanyama", + "x-scope": "individual", + "x-set-2-bibliographic": "kua", + "const": "kj" + }, + { + "title": "Kazakh", + "x-language-type": "living", + "x-name-french": "kazakh", + "x-scope": "individual", + "x-set-2-bibliographic": "kaz", + "const": "kk" + }, + { + "title": "Kalaallisut; Greenlandic", + "x-language-type": "living", + "x-name-french": "groenlandais", + "x-scope": "individual", + "x-set-2-bibliographic": "kal", + "const": "kl" + }, + { + "title": "Central Khmer", + "x-language-type": "living", + "x-name-french": "khmer central", + "x-scope": "individual", + "x-set-2-bibliographic": "khm", + "const": "km" + }, + { + "title": "Kannada", + "x-language-type": "living", + "x-name-french": "kannada", + "x-scope": "individual", + "x-set-2-bibliographic": "kan", + "const": "kn" + }, + { + "title": "Korean", + "x-language-type": "living", + "x-name-french": "coréen", + "x-scope": "individual", + "x-set-2-bibliographic": "kor", + "const": "ko" + }, + { + "title": "Kanuri", + "x-language-type": "living", + "x-name-french": "kanouri", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "kau", + "const": "kr" + }, + { + "title": "Kashmiri", + "x-language-type": "living", + "x-name-french": "kashmiri", + "x-scope": "individual", + "x-set-2-bibliographic": "kas", + "const": "ks" + }, + { + "title": "Kurdish", + "x-language-type": "living", + "x-name-french": "kurde", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "kur", + "const": "ku" + }, + { + "title": "Komi", + "x-language-type": "living", + "x-name-french": "kom", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "kom", + "const": "kv" + }, + { + "title": "Cornish", + "x-language-type": "living", + "x-name-french": "cornique", + "x-scope": "individual", + "x-set-2-bibliographic": "cor", + "const": "kw" + }, + { + "title": "Kirghiz; Kyrgyz", + "x-language-type": "living", + "x-name-french": "kirghiz", + "x-scope": "individual", + "x-set-2-bibliographic": "kir", + "const": "ky" + }, + { + "title": "Latin", + "x-language-type": "historic", + "x-name-french": "latin", + "x-scope": "individual", + "x-set-2-bibliographic": "lat", + "const": "la" + }, + { + "title": "Luxembourgish; Letzeburgesch", + "x-language-type": "living", + "x-name-french": "luxembourgeois", + "x-scope": "individual", + "x-set-2-bibliographic": "ltz", + "const": "lb" + }, + { + "title": "Ganda", + "x-language-type": "living", + "x-name-french": "ganda", + "x-scope": "individual", + "x-set-2-bibliographic": "lug", + "const": "lg" + }, + { + "title": "Limburgan; Limburger; Limburgish", + "x-language-type": "living", + "x-name-french": "limbourgeois", + "x-scope": "individual", + "x-set-2-bibliographic": "lim", + "const": "li" + }, + { + "title": "Lingala", + "x-language-type": "living", + "x-name-french": "lingala", + "x-scope": "individual", + "x-set-2-bibliographic": "lin", + "const": "ln" + }, + { + "title": "Lao", + "x-language-type": "living", + "x-name-french": "lao", + "x-scope": "individual", + "x-set-2-bibliographic": "lao", + "const": "lo" + }, + { + "title": "Lithuanian", + "x-language-type": "living", + "x-name-french": "lituanien", + "x-scope": "individual", + "x-set-2-bibliographic": "lit", + "const": "lt" + }, + { + "title": "Luba-Katanga", + "x-language-type": "living", + "x-name-french": "luba-katanga", + "x-scope": "individual", + "x-set-2-bibliographic": "lub", + "const": "lu" + }, + { + "title": "Latvian", + "x-language-type": "living", + "x-name-french": "letton", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "lav", + "const": "lv" + }, + { + "title": "Malagasy", + "x-language-type": "living", + "x-name-french": "malgache", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "mlg", + "const": "mg" + }, + { + "title": "Marshallese", + "x-language-type": "living", + "x-name-french": "marshall", + "x-scope": "individual", + "x-set-2-bibliographic": "mah", + "const": "mh" + }, + { + "title": "Maori", + "x-language-type": "living", + "x-name-french": "maori", + "x-scope": "individual", + "x-set-2-bibliographic": "mao", + "x-set-2-terminologic": "mri", + "const": "mi" + }, + { + "title": "Macedonian", + "x-language-type": "living", + "x-name-french": "macédonien", + "x-scope": "individual", + "x-set-2-bibliographic": "mac", + "x-set-2-terminologic": "mkd", + "const": "mk" + }, + { + "title": "Malayalam", + "x-language-type": "living", + "x-name-french": "malayalam", + "x-scope": "individual", + "x-set-2-bibliographic": "mal", + "const": "ml" + }, + { + "title": "Mongolian", + "x-language-type": "living", + "x-name-french": "mongol", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "mon", + "const": "mn" + }, + { + "title": "Marathi", + "x-language-type": "living", + "x-name-french": "marathe", + "x-scope": "individual", + "x-set-2-bibliographic": "mar", + "const": "mr" + }, + { + "title": "Malay", + "x-language-type": "living", + "x-name-french": "malais", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "may", + "x-set-2-terminologic": "msa", + "const": "ms" + }, + { + "title": "Maltese", + "x-language-type": "living", + "x-name-french": "maltais", + "x-scope": "individual", + "x-set-2-bibliographic": "mlt", + "const": "mt" + }, + { + "title": "Burmese", + "x-language-type": "living", + "x-name-french": "birman", + "x-scope": "individual", + "x-set-2-bibliographic": "bur", + "x-set-2-terminologic": "mya", + "const": "my" + }, + { + "title": "Nauru", + "x-language-type": "living", + "x-name-french": "nauruan", + "x-scope": "individual", + "x-set-2-bibliographic": "nau", + "const": "na" + }, + { + "title": "Norwegian Bokmål", + "x-language-type": "living", + "x-name-french": "norvégien bokmål", + "x-scope": "individual", + "x-set-2-bibliographic": "nob", + "const": "nb" + }, + { + "title": "North Ndebele", + "x-language-type": "living", + "x-name-french": "ndébélé du Nord", + "x-scope": "individual", + "x-set-2-bibliographic": "nde", + "const": "nd" + }, + { + "title": "Nepali", + "x-language-type": "living", + "x-name-french": "népalais", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "nep", + "const": "ne" + }, + { + "title": "Ndonga", + "x-language-type": "living", + "x-name-french": "ndonga", + "x-scope": "individual", + "x-set-2-bibliographic": "ndo", + "const": "ng" + }, + { + "title": "Dutch; Flemish", + "x-language-type": "living", + "x-name-french": "néerlandais; flamand", + "x-scope": "individual", + "x-set-2-bibliographic": "dut", + "x-set-2-terminologic": "nld", + "const": "nl" + }, + { + "title": "Norwegian Nynorsk", + "x-language-type": "living", + "x-name-french": "norvégien nynorsk", + "x-scope": "individual", + "x-set-2-bibliographic": "nno", + "const": "nn" + }, + { + "title": "Norwegian", + "x-language-type": "living", + "x-name-french": "norvégien", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "nor", + "const": "no" + }, + { + "title": "South Ndebele", + "x-language-type": "living", + "x-name-french": "ndébélé du Sud", + "x-scope": "individual", + "x-set-2-bibliographic": "nbl", + "const": "nr" + }, + { + "title": "Navajo; Navaho", + "x-language-type": "living", + "x-name-french": "navaho", + "x-scope": "individual", + "x-set-2-bibliographic": "nav", + "const": "nv" + }, + { + "title": "Chichewa; Chewa; Nyanja", + "x-language-type": "living", + "x-name-french": "chichewa; chewa; nyanja", + "x-scope": "individual", + "x-set-2-bibliographic": "nya", + "const": "ny" + }, + { + "title": "Occitan (post 1500)", + "x-language-type": "living", + "x-name-french": "occitan (après 1500)", + "x-scope": "individual", + "x-set-2-bibliographic": "oci", + "const": "oc" + }, + { + "title": "Ojibwa", + "x-language-type": "living", + "x-name-french": "ojibwa", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "oji", + "const": "oj" + }, + { + "title": "Oromo", + "x-language-type": "living", + "x-name-french": "galla", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "orm", + "const": "om" + }, + { + "title": "Oriya", + "x-language-type": "living", + "x-name-french": "oriya", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "ori", + "const": "or" + }, + { + "title": "Ossetian; Ossetic", + "x-language-type": "living", + "x-name-french": "ossète", + "x-scope": "individual", + "x-set-2-bibliographic": "oss", + "const": "os" + }, + { + "title": "Panjabi; Punjabi", + "x-language-type": "living", + "x-name-french": "pendjabi", + "x-scope": "individual", + "x-set-2-bibliographic": "pan", + "const": "pa" + }, + { + "title": "Pali", + "x-language-type": "historic", + "x-name-french": "pali", + "x-scope": "individual", + "x-set-2-bibliographic": "pli", + "const": "pi" + }, + { + "title": "Polish", + "x-language-type": "living", + "x-name-french": "polonais", + "x-scope": "individual", + "x-set-2-bibliographic": "pol", + "const": "pl" + }, + { + "title": "Pushto; Pashto", + "x-language-type": "living", + "x-name-french": "pachto", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "pus", + "const": "ps" + }, + { + "title": "Portuguese", + "x-language-type": "living", + "x-name-french": "portugais", + "x-scope": "individual", + "x-set-2-bibliographic": "por", + "const": "pt" + }, + { + "title": "Quechua", + "x-language-type": "living", + "x-name-french": "quechua", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "que", + "const": "qu" + }, + { + "title": "Romansh", + "x-language-type": "living", + "x-name-french": "romanche", + "x-scope": "individual", + "x-set-2-bibliographic": "roh", + "const": "rm" + }, + { + "title": "Rundi", + "x-language-type": "living", + "x-name-french": "rundi", + "x-scope": "individual", + "x-set-2-bibliographic": "run", + "const": "rn" + }, + { + "title": "Romanian; Moldavian; Moldovan", + "x-language-type": "living", + "x-name-french": "roumain; moldave", + "x-scope": "individual", + "x-set-2-bibliographic": "rum", + "x-set-2-terminologic": "ron", + "const": "ro" + }, + { + "title": "Russian", + "x-language-type": "living", + "x-name-french": "russe", + "x-scope": "individual", + "x-set-2-bibliographic": "rus", + "const": "ru" + }, + { + "title": "Kinyarwanda", + "x-language-type": "living", + "x-name-french": "rwanda", + "x-scope": "individual", + "x-set-2-bibliographic": "kin", + "const": "rw" + }, + { + "title": "Sanskrit", + "x-language-type": "historic", + "x-name-french": "sanskrit", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "san", + "const": "sa" + }, + { + "title": "Sardinian", + "x-language-type": "living", + "x-name-french": "sarde", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "srd", + "const": "sc" + }, + { + "title": "Sindhi", + "x-language-type": "living", + "x-name-french": "sindhi", + "x-scope": "individual", + "x-set-2-bibliographic": "snd", + "const": "sd" + }, + { + "title": "Northern Sami", + "x-language-type": "living", + "x-name-french": "sami du Nord", + "x-scope": "individual", + "x-set-2-bibliographic": "sme", + "const": "se" + }, + { + "title": "Sango", + "x-language-type": "living", + "x-name-french": "sango", + "x-scope": "individual", + "x-set-2-bibliographic": "sag", + "const": "sg" + }, + { + "title": "Sinhala; Sinhalese", + "x-language-type": "living", + "x-name-french": "singhalais", + "x-scope": "individual", + "x-set-2-bibliographic": "sin", + "const": "si" + }, + { + "title": "Slovak", + "x-language-type": "living", + "x-name-french": "slovaque", + "x-scope": "individual", + "x-set-2-bibliographic": "slo", + "x-set-2-terminologic": "slk", + "const": "sk" + }, + { + "title": "Slovenian", + "x-language-type": "living", + "x-name-french": "slovène", + "x-scope": "individual", + "x-set-2-bibliographic": "slv", + "const": "sl" + }, + { + "title": "Samoan", + "x-language-type": "living", + "x-name-french": "samoan", + "x-scope": "individual", + "x-set-2-bibliographic": "smo", + "const": "sm" + }, + { + "title": "Shona", + "x-language-type": "living", + "x-name-french": "shona", + "x-scope": "individual", + "x-set-2-bibliographic": "sna", + "const": "sn" + }, + { + "title": "Somali", + "x-language-type": "living", + "x-name-french": "somali", + "x-scope": "individual", + "x-set-2-bibliographic": "som", + "const": "so" + }, + { + "title": "Albanian", + "x-language-type": "living", + "x-name-french": "albanais", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "alb", + "x-set-2-terminologic": "sqi", + "const": "sq" + }, + { + "title": "Serbian", + "x-language-type": "living", + "x-name-french": "serbe", + "x-scope": "individual", + "x-set-2-bibliographic": "srp", + "const": "sr" + }, + { + "title": "Swati", + "x-language-type": "living", + "x-name-french": "swati", + "x-scope": "individual", + "x-set-2-bibliographic": "ssw", + "const": "ss" + }, + { + "title": "Sotho, Southern", + "x-language-type": "living", + "x-name-french": "sotho du Sud", + "x-scope": "individual", + "x-set-2-bibliographic": "sot", + "const": "st" + }, + { + "title": "Sundanese", + "x-language-type": "living", + "x-name-french": "soundanais", + "x-scope": "individual", + "x-set-2-bibliographic": "sun", + "const": "su" + }, + { + "title": "Swedish", + "x-language-type": "living", + "x-name-french": "suédois", + "x-scope": "individual", + "x-set-2-bibliographic": "swe", + "const": "sv" + }, + { + "title": "Swahili", + "x-language-type": "living", + "x-name-french": "swahili", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "swa", + "const": "sw" + }, + { + "title": "Tamil", + "x-language-type": "living", + "x-name-french": "tamoul", + "x-scope": "individual", + "x-set-2-bibliographic": "tam", + "const": "ta" + }, + { + "title": "Telugu", + "x-language-type": "living", + "x-name-french": "télougou", + "x-scope": "individual", + "x-set-2-bibliographic": "tel", + "const": "te" + }, + { + "title": "Tajik", + "x-language-type": "living", + "x-name-french": "tadjik", + "x-scope": "individual", + "x-set-2-bibliographic": "tgk", + "const": "tg" + }, + { + "title": "Thai", + "x-language-type": "living", + "x-name-french": "thaï", + "x-scope": "individual", + "x-set-2-bibliographic": "tha", + "const": "th" + }, + { + "title": "Tigrinya", + "x-language-type": "living", + "x-name-french": "tigrigna", + "x-scope": "individual", + "x-set-2-bibliographic": "tir", + "const": "ti" + }, + { + "title": "Turkmen", + "x-language-type": "living", + "x-name-french": "turkmène", + "x-scope": "individual", + "x-set-2-bibliographic": "tuk", + "const": "tk" + }, + { + "title": "Tagalog", + "x-language-type": "living", + "x-name-french": "tagalog", + "x-scope": "individual", + "x-set-2-bibliographic": "tgl", + "const": "tl" + }, + { + "title": "Tswana", + "x-language-type": "living", + "x-name-french": "tswana", + "x-scope": "individual", + "x-set-2-bibliographic": "tsn", + "const": "tn" + }, + { + "title": "Tonga (Tonga Islands)", + "x-language-type": "living", + "x-name-french": "tongan (Îles Tonga)", + "x-scope": "individual", + "x-set-2-bibliographic": "ton", + "const": "to" + }, + { + "title": "Turkish", + "x-language-type": "living", + "x-name-french": "turc", + "x-scope": "individual", + "x-set-2-bibliographic": "tur", + "const": "tr" + }, + { + "title": "Tsonga", + "x-language-type": "living", + "x-name-french": "tsonga", + "x-scope": "individual", + "x-set-2-bibliographic": "tso", + "const": "ts" + }, + { + "title": "Tatar", + "x-language-type": "living", + "x-name-french": "tatar", + "x-scope": "individual", + "x-set-2-bibliographic": "tat", + "const": "tt" + }, + { + "title": "Twi", + "x-language-type": "living", + "x-name-french": "twi", + "x-scope": "individual", + "x-set-2-bibliographic": "twi", + "const": "tw" + }, + { + "title": "Tahitian", + "x-language-type": "living", + "x-name-french": "tahitien", + "x-scope": "individual", + "x-set-2-bibliographic": "tah", + "const": "ty" + }, + { + "title": "Uighur; Uyghur", + "x-language-type": "living", + "x-name-french": "ouïgour", + "x-scope": "individual", + "x-set-2-bibliographic": "uig", + "const": "ug" + }, + { + "title": "Ukrainian", + "x-language-type": "living", + "x-name-french": "ukrainien", + "x-scope": "individual", + "x-set-2-bibliographic": "ukr", + "const": "uk" + }, + { + "title": "Urdu", + "x-language-type": "living", + "x-name-french": "ourdou", + "x-scope": "individual", + "x-set-2-bibliographic": "urd", + "const": "ur" + }, + { + "title": "Uzbek", + "x-language-type": "living", + "x-name-french": "ouszbek", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "uzb", + "const": "uz" + }, + { + "title": "Venda", + "x-language-type": "living", + "x-name-french": "venda", + "x-scope": "individual", + "x-set-2-bibliographic": "ven", + "const": "ve" + }, + { + "title": "Vietnamese", + "x-language-type": "living", + "x-name-french": "vietnamien", + "x-scope": "individual", + "x-set-2-bibliographic": "vie", + "const": "vi" + }, + { + "title": "Volapük", + "x-language-type": "constructed", + "x-name-french": "volapük", + "x-scope": "individual", + "x-set-2-bibliographic": "vol", + "const": "vo" + }, + { + "title": "Walloon", + "x-language-type": "living", + "x-name-french": "wallon", + "x-scope": "individual", + "x-set-2-bibliographic": "wln", + "const": "wa" + }, + { + "title": "Wolof", + "x-language-type": "living", + "x-name-french": "wolof", + "x-scope": "individual", + "x-set-2-bibliographic": "wol", + "const": "wo" + }, + { + "title": "Xhosa", + "x-language-type": "living", + "x-name-french": "xhosa", + "x-scope": "individual", + "x-set-2-bibliographic": "xho", + "const": "xh" + }, + { + "title": "Yiddish", + "x-language-type": "living", + "x-name-french": "yiddish", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "yid", + "const": "yi" + }, + { + "title": "Yoruba", + "x-language-type": "living", + "x-name-french": "yoruba", + "x-scope": "individual", + "x-set-2-bibliographic": "yor", + "const": "yo" + }, + { + "title": "Zhuang; Chuang", + "x-language-type": "living", + "x-name-french": "zhuang; chuang", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "zha", + "const": "za" + }, + { + "title": "Chinese", + "x-language-type": "living", + "x-name-french": "chinois", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "chi", + "x-set-2-terminologic": "zho", + "const": "zh" + }, + { + "title": "Zulu", + "x-language-type": "living", + "x-name-french": "zoulou", + "x-scope": "individual", + "x-set-2-bibliographic": "zul", + "const": "zu" + } + ] +} diff --git a/schemas/iso/language/2023/set-2-bibliographic.json b/schemas/iso/language/2023/set-2-bibliographic.json new file mode 100644 index 00000000..7222305d --- /dev/null +++ b/schemas/iso/language/2023/set-2-bibliographic.json @@ -0,0 +1,3145 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "ISO 639-2:2023 Bibliographic Language Code", + "description": "A three-letter bibliographic language code from ISO 639-2", + "$comment": "Set 2 bibliographic is a superset of Set 1 and a subset of Set 3. Bibliographic codes are based on English language names", + "examples": [ "aar", "abk", "ace", "ach" ], + "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": [ "https://www.iso.org/standard/74575.html" ], + "anyOf": [ + { + "title": "Afar", + "x-language-type": "living", + "x-name-french": "afar", + "x-scope": "individual", + "x-set-1": "aa", + "const": "aar" + }, + { + "title": "Abkhazian", + "x-language-type": "living", + "x-name-french": "abkhaze", + "x-scope": "individual", + "x-set-1": "ab", + "const": "abk" + }, + { + "title": "Achinese", + "x-language-type": "living", + "x-name-french": "aceh", + "x-scope": "individual", + "const": "ace" + }, + { + "title": "Acoli", + "x-language-type": "living", + "x-name-french": "acoli", + "x-scope": "individual", + "const": "ach" + }, + { + "title": "Adangme", + "x-language-type": "living", + "x-name-french": "adangme", + "x-scope": "individual", + "const": "ada" + }, + { + "title": "Adyghe; Adygei", + "x-language-type": "living", + "x-name-french": "adyghé", + "x-scope": "individual", + "const": "ady" + }, + { + "title": "Afrihili", + "x-language-type": "constructed", + "x-name-french": "afrihili", + "x-scope": "individual", + "const": "afh" + }, + { + "title": "Afrikaans", + "x-language-type": "living", + "x-name-french": "afrikaans", + "x-scope": "individual", + "x-set-1": "af", + "const": "afr" + }, + { + "title": "Ainu", + "x-language-type": "living", + "x-name-french": "aïnou", + "x-scope": "individual", + "const": "ain" + }, + { + "title": "Akan", + "x-language-type": "living", + "x-name-french": "akan", + "x-scope": "macrolanguage", + "x-set-1": "ak", + "const": "aka" + }, + { + "title": "Akkadian", + "x-language-type": "historic", + "x-name-french": "akkadien", + "x-scope": "individual", + "const": "akk" + }, + { + "title": "Albanian", + "x-language-type": "living", + "x-name-french": "albanais", + "x-scope": "macrolanguage", + "x-set-1": "sq", + "const": "alb" + }, + { + "title": "Aleut", + "x-language-type": "living", + "x-name-french": "aléoute", + "x-scope": "individual", + "const": "ale" + }, + { + "title": "Southern Altai", + "x-language-type": "living", + "x-name-french": "altai du Sud", + "x-scope": "individual", + "const": "alt" + }, + { + "title": "Amharic", + "x-language-type": "living", + "x-name-french": "amharique", + "x-scope": "individual", + "x-set-1": "am", + "const": "amh" + }, + { + "title": "English, Old (ca.450-1100)", + "x-language-type": "historic", + "x-name-french": "anglo-saxon (ca.450-1100)", + "x-scope": "individual", + "const": "ang" + }, + { + "title": "Angika", + "x-language-type": "living", + "x-name-french": "angika", + "x-scope": "individual", + "const": "anp" + }, + { + "title": "Arabic", + "x-language-type": "living", + "x-name-french": "arabe", + "x-scope": "macrolanguage", + "x-set-1": "ar", + "const": "ara" + }, + { + "title": "Official Aramaic (700-300 BCE); Imperial Aramaic (700-300 BCE)", + "x-language-type": "historic", + "x-name-french": "araméen d'empire (700-300 BCE)", + "x-scope": "individual", + "const": "arc" + }, + { + "title": "Aragonese", + "x-language-type": "living", + "x-name-french": "aragonais", + "x-scope": "individual", + "x-set-1": "an", + "const": "arg" + }, + { + "title": "Armenian", + "x-language-type": "living", + "x-name-french": "arménien", + "x-scope": "individual", + "x-set-1": "hy", + "const": "arm" + }, + { + "title": "Mapudungun; Mapuche", + "x-language-type": "living", + "x-name-french": "mapudungun; mapuche; mapuce", + "x-scope": "individual", + "const": "arn" + }, + { + "title": "Arapaho", + "x-language-type": "living", + "x-name-french": "arapaho", + "x-scope": "individual", + "const": "arp" + }, + { + "title": "Arawak", + "x-language-type": "living", + "x-name-french": "arawak", + "x-scope": "individual", + "const": "arw" + }, + { + "title": "Assamese", + "x-language-type": "living", + "x-name-french": "assamais", + "x-scope": "individual", + "x-set-1": "as", + "const": "asm" + }, + { + "title": "Asturian; Bable; Leonese; Asturleonese", + "x-language-type": "living", + "x-name-french": "asturien; bable; léonais; asturoléonais", + "x-scope": "individual", + "const": "ast" + }, + { + "title": "Avaric", + "x-language-type": "living", + "x-name-french": "avar", + "x-scope": "individual", + "x-set-1": "av", + "const": "ava" + }, + { + "title": "Avestan", + "x-language-type": "historic", + "x-name-french": "avestique", + "x-scope": "individual", + "x-set-1": "ae", + "const": "ave" + }, + { + "title": "Awadhi", + "x-language-type": "living", + "x-name-french": "awadhi", + "x-scope": "individual", + "const": "awa" + }, + { + "title": "Aymara", + "x-language-type": "living", + "x-name-french": "aymara", + "x-scope": "macrolanguage", + "x-set-1": "ay", + "const": "aym" + }, + { + "title": "Azerbaijani", + "x-language-type": "living", + "x-name-french": "azéri", + "x-scope": "macrolanguage", + "x-set-1": "az", + "const": "aze" + }, + { + "title": "Bashkir", + "x-language-type": "living", + "x-name-french": "bachkir", + "x-scope": "individual", + "x-set-1": "ba", + "const": "bak" + }, + { + "title": "Baluchi", + "x-language-type": "living", + "x-name-french": "baloutchi", + "x-scope": "macrolanguage", + "const": "bal" + }, + { + "title": "Bambara", + "x-language-type": "living", + "x-name-french": "bambara", + "x-scope": "individual", + "x-set-1": "bm", + "const": "bam" + }, + { + "title": "Balinese", + "x-language-type": "living", + "x-name-french": "balinais", + "x-scope": "individual", + "const": "ban" + }, + { + "title": "Basque", + "x-language-type": "living", + "x-name-french": "basque", + "x-scope": "individual", + "x-set-1": "eu", + "const": "baq" + }, + { + "title": "Basa", + "x-language-type": "living", + "x-name-french": "basa", + "x-scope": "individual", + "const": "bas" + }, + { + "title": "Beja; Bedawiyet", + "x-language-type": "living", + "x-name-french": "bedja", + "x-scope": "individual", + "const": "bej" + }, + { + "title": "Belarusian", + "x-language-type": "living", + "x-name-french": "biélorusse", + "x-scope": "individual", + "x-set-1": "be", + "const": "bel" + }, + { + "title": "Bemba", + "x-language-type": "living", + "x-name-french": "bemba", + "x-scope": "individual", + "const": "bem" + }, + { + "title": "Bengali", + "x-language-type": "living", + "x-name-french": "bengali", + "x-scope": "individual", + "x-set-1": "bn", + "const": "ben" + }, + { + "title": "Bhojpuri", + "x-language-type": "living", + "x-name-french": "bhojpuri", + "x-scope": "individual", + "const": "bho" + }, + { + "title": "Bikol", + "x-language-type": "living", + "x-name-french": "bikol", + "x-scope": "macrolanguage", + "const": "bik" + }, + { + "title": "Bini; Edo", + "x-language-type": "living", + "x-name-french": "bini; edo", + "x-scope": "individual", + "const": "bin" + }, + { + "title": "Bislama", + "x-language-type": "living", + "x-name-french": "bichlamar", + "x-scope": "individual", + "x-set-1": "bi", + "const": "bis" + }, + { + "title": "Siksika", + "x-language-type": "living", + "x-name-french": "blackfoot", + "x-scope": "individual", + "const": "bla" + }, + { + "title": "Bosnian", + "x-language-type": "living", + "x-name-french": "bosniaque", + "x-scope": "individual", + "x-set-1": "bs", + "const": "bos" + }, + { + "title": "Braj", + "x-language-type": "living", + "x-name-french": "braj", + "x-scope": "individual", + "const": "bra" + }, + { + "title": "Breton", + "x-language-type": "living", + "x-name-french": "breton", + "x-scope": "individual", + "x-set-1": "br", + "const": "bre" + }, + { + "title": "Buriat", + "x-language-type": "living", + "x-name-french": "bouriate", + "x-scope": "macrolanguage", + "const": "bua" + }, + { + "title": "Buginese", + "x-language-type": "living", + "x-name-french": "bugi", + "x-scope": "individual", + "const": "bug" + }, + { + "title": "Bulgarian", + "x-language-type": "living", + "x-name-french": "bulgare", + "x-scope": "individual", + "x-set-1": "bg", + "const": "bul" + }, + { + "title": "Burmese", + "x-language-type": "living", + "x-name-french": "birman", + "x-scope": "individual", + "x-set-1": "my", + "const": "bur" + }, + { + "title": "Blin; Bilin", + "x-language-type": "living", + "x-name-french": "blin; bilen", + "x-scope": "individual", + "const": "byn" + }, + { + "title": "Caddo", + "x-language-type": "living", + "x-name-french": "caddo", + "x-scope": "individual", + "const": "cad" + }, + { + "title": "Galibi Carib", + "x-language-type": "living", + "x-name-french": "karib; galibi; carib", + "x-scope": "individual", + "const": "car" + }, + { + "title": "Catalan; Valencian", + "x-language-type": "living", + "x-name-french": "catalan; valencien", + "x-scope": "individual", + "x-set-1": "ca", + "const": "cat" + }, + { + "title": "Cebuano", + "x-language-type": "living", + "x-name-french": "cebuano", + "x-scope": "individual", + "const": "ceb" + }, + { + "title": "Chamorro", + "x-language-type": "living", + "x-name-french": "chamorro", + "x-scope": "individual", + "x-set-1": "ch", + "const": "cha" + }, + { + "title": "Chibcha", + "x-language-type": "extinct", + "x-name-french": "chibcha", + "x-scope": "individual", + "const": "chb" + }, + { + "title": "Chechen", + "x-language-type": "living", + "x-name-french": "tchétchène", + "x-scope": "individual", + "x-set-1": "ce", + "const": "che" + }, + { + "title": "Chagatai", + "x-language-type": "extinct", + "x-name-french": "djaghataï", + "x-scope": "individual", + "const": "chg" + }, + { + "title": "Chinese", + "x-language-type": "living", + "x-name-french": "chinois", + "x-scope": "macrolanguage", + "x-set-1": "zh", + "const": "chi" + }, + { + "title": "Chuukese", + "x-language-type": "living", + "x-name-french": "chuuk", + "x-scope": "individual", + "const": "chk" + }, + { + "title": "Mari", + "x-language-type": "living", + "x-name-french": "mari", + "x-scope": "macrolanguage", + "const": "chm" + }, + { + "title": "Chinook jargon", + "x-language-type": "living", + "x-name-french": "chinook, jargon", + "x-scope": "individual", + "const": "chn" + }, + { + "title": "Choctaw", + "x-language-type": "living", + "x-name-french": "choctaw", + "x-scope": "individual", + "const": "cho" + }, + { + "title": "Chipewyan; Dene Suline", + "x-language-type": "living", + "x-name-french": "chipewyan", + "x-scope": "individual", + "const": "chp" + }, + { + "title": "Cherokee", + "x-language-type": "living", + "x-name-french": "cherokee", + "x-scope": "individual", + "const": "chr" + }, + { + "title": "Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic", + "x-language-type": "historic", + "x-name-french": "slavon d'église; vieux slave; slavon liturgique; vieux bulgare", + "x-scope": "individual", + "x-set-1": "cu", + "const": "chu" + }, + { + "title": "Chuvash", + "x-language-type": "living", + "x-name-french": "tchouvache", + "x-scope": "individual", + "x-set-1": "cv", + "const": "chv" + }, + { + "title": "Cheyenne", + "x-language-type": "living", + "x-name-french": "cheyenne", + "x-scope": "individual", + "const": "chy" + }, + { + "title": "Montenegrin", + "x-language-type": "living", + "x-name-french": "monténégrin", + "x-scope": "individual", + "const": "cnr" + }, + { + "title": "Coptic", + "x-language-type": "extinct", + "x-name-french": "copte", + "x-scope": "individual", + "const": "cop" + }, + { + "title": "Cornish", + "x-language-type": "living", + "x-name-french": "cornique", + "x-scope": "individual", + "x-set-1": "kw", + "const": "cor" + }, + { + "title": "Corsican", + "x-language-type": "living", + "x-name-french": "corse", + "x-scope": "individual", + "x-set-1": "co", + "const": "cos" + }, + { + "title": "Creoles and pidgins, English based", + "x-name-french": "créoles et pidgins basés sur l'anglais", + "const": "cpe" + }, + { + "title": "Creoles and pidgins, French-based", + "x-name-french": "créoles et pidgins basés sur le français", + "const": "cpf" + }, + { + "title": "Creoles and pidgins, Portuguese-based", + "x-name-french": "créoles et pidgins basés sur le portugais", + "const": "cpp" + }, + { + "title": "Cree", + "x-language-type": "living", + "x-name-french": "cree", + "x-scope": "macrolanguage", + "x-set-1": "cr", + "const": "cre" + }, + { + "title": "Crimean Tatar; Crimean Turkish", + "x-language-type": "living", + "x-name-french": "tatar de Crimé", + "x-scope": "individual", + "const": "crh" + }, + { + "title": "Creoles and pidgins", + "x-name-french": "créoles et pidgins", + "const": "crp" + }, + { + "title": "Kashubian", + "x-language-type": "living", + "x-name-french": "kachoube", + "x-scope": "individual", + "const": "csb" + }, + { + "title": "Czech", + "x-language-type": "living", + "x-name-french": "tchèque", + "x-scope": "individual", + "x-set-1": "cs", + "const": "cze" + }, + { + "title": "Dakota", + "x-language-type": "living", + "x-name-french": "dakota", + "x-scope": "individual", + "const": "dak" + }, + { + "title": "Danish", + "x-language-type": "living", + "x-name-french": "danois", + "x-scope": "individual", + "x-set-1": "da", + "const": "dan" + }, + { + "title": "Dargwa", + "x-language-type": "living", + "x-name-french": "dargwa", + "x-scope": "individual", + "const": "dar" + }, + { + "title": "Delaware", + "x-language-type": "living", + "x-name-french": "delaware", + "x-scope": "macrolanguage", + "const": "del" + }, + { + "title": "Slave (Athapascan)", + "x-language-type": "living", + "x-name-french": "esclave (athapascan)", + "x-scope": "macrolanguage", + "const": "den" + }, + { + "title": "Tlicho; Dogrib", + "x-language-type": "living", + "x-name-french": "tlicho; dogrib", + "x-scope": "individual", + "const": "dgr" + }, + { + "title": "Dinka", + "x-language-type": "living", + "x-name-french": "dinka", + "x-scope": "macrolanguage", + "const": "din" + }, + { + "title": "Divehi; Dhivehi; Maldivian", + "x-language-type": "living", + "x-name-french": "maldivien", + "x-scope": "individual", + "x-set-1": "dv", + "const": "div" + }, + { + "title": "Dogri", + "x-language-type": "living", + "x-name-french": "dogri", + "x-scope": "macrolanguage", + "const": "doi" + }, + { + "title": "Lower Sorbian", + "x-language-type": "living", + "x-name-french": "bas-sorabe", + "x-scope": "individual", + "const": "dsb" + }, + { + "title": "Duala", + "x-language-type": "living", + "x-name-french": "douala", + "x-scope": "individual", + "const": "dua" + }, + { + "title": "Dutch, Middle (ca.1050-1350)", + "x-language-type": "historic", + "x-name-french": "néerlandais moyen (ca. 1050-1350)", + "x-scope": "individual", + "const": "dum" + }, + { + "title": "Dutch; Flemish", + "x-language-type": "living", + "x-name-french": "néerlandais; flamand", + "x-scope": "individual", + "x-set-1": "nl", + "const": "dut" + }, + { + "title": "Dyula", + "x-language-type": "living", + "x-name-french": "dioula", + "x-scope": "individual", + "const": "dyu" + }, + { + "title": "Dzongkha", + "x-language-type": "living", + "x-name-french": "dzongkha", + "x-scope": "individual", + "x-set-1": "dz", + "const": "dzo" + }, + { + "title": "Efik", + "x-language-type": "living", + "x-name-french": "efik", + "x-scope": "individual", + "const": "efi" + }, + { + "title": "Egyptian (Ancient)", + "x-language-type": "historic", + "x-name-french": "égyptien", + "x-scope": "individual", + "const": "egy" + }, + { + "title": "Ekajuk", + "x-language-type": "living", + "x-name-french": "ekajuk", + "x-scope": "individual", + "const": "eka" + }, + { + "title": "Elamite", + "x-language-type": "historic", + "x-name-french": "élamite", + "x-scope": "individual", + "const": "elx" + }, + { + "title": "English", + "x-language-type": "living", + "x-name-french": "anglais", + "x-scope": "individual", + "x-set-1": "en", + "const": "eng" + }, + { + "title": "English, Middle (1100-1500)", + "x-language-type": "historic", + "x-name-french": "anglais moyen (1100-1500)", + "x-scope": "individual", + "const": "enm" + }, + { + "title": "Esperanto", + "x-language-type": "constructed", + "x-name-french": "espéranto", + "x-scope": "individual", + "x-set-1": "eo", + "const": "epo" + }, + { + "title": "Estonian", + "x-language-type": "living", + "x-name-french": "estonien", + "x-scope": "macrolanguage", + "x-set-1": "et", + "const": "est" + }, + { + "title": "Ewe", + "x-language-type": "living", + "x-name-french": "éwé", + "x-scope": "individual", + "x-set-1": "ee", + "const": "ewe" + }, + { + "title": "Ewondo", + "x-language-type": "living", + "x-name-french": "éwondo", + "x-scope": "individual", + "const": "ewo" + }, + { + "title": "Fang", + "x-language-type": "living", + "x-name-french": "fang", + "x-scope": "individual", + "const": "fan" + }, + { + "title": "Faroese", + "x-language-type": "living", + "x-name-french": "féroïen", + "x-scope": "individual", + "x-set-1": "fo", + "const": "fao" + }, + { + "title": "Fanti", + "x-language-type": "living", + "x-name-french": "fanti", + "x-scope": "individual", + "const": "fat" + }, + { + "title": "Fijian", + "x-language-type": "living", + "x-name-french": "fidjien", + "x-scope": "individual", + "x-set-1": "fj", + "const": "fij" + }, + { + "title": "Filipino; Pilipino", + "x-language-type": "living", + "x-name-french": "filipino; pilipino", + "x-scope": "individual", + "const": "fil" + }, + { + "title": "Finnish", + "x-language-type": "living", + "x-name-french": "finnois", + "x-scope": "individual", + "x-set-1": "fi", + "const": "fin" + }, + { + "title": "Fon", + "x-language-type": "living", + "x-name-french": "fon", + "x-scope": "individual", + "const": "fon" + }, + { + "title": "French", + "x-language-type": "living", + "x-name-french": "français", + "x-scope": "individual", + "x-set-1": "fr", + "const": "fre" + }, + { + "title": "French, Middle (ca.1400-1600)", + "x-language-type": "historic", + "x-name-french": "français moyen (1400-1600)", + "x-scope": "individual", + "const": "frm" + }, + { + "title": "French, Old (842-ca.1400)", + "x-language-type": "historic", + "x-name-french": "français ancien (842-ca.1400)", + "x-scope": "individual", + "const": "fro" + }, + { + "title": "Northern Frisian", + "x-language-type": "living", + "x-name-french": "frison septentrional", + "x-scope": "individual", + "const": "frr" + }, + { + "title": "Eastern Frisian", + "x-language-type": "living", + "x-name-french": "frison oriental", + "x-scope": "individual", + "const": "frs" + }, + { + "title": "Western Frisian", + "x-language-type": "living", + "x-name-french": "frison occidental", + "x-scope": "individual", + "x-set-1": "fy", + "const": "fry" + }, + { + "title": "Fulah", + "x-language-type": "living", + "x-name-french": "peul", + "x-scope": "macrolanguage", + "x-set-1": "ff", + "const": "ful" + }, + { + "title": "Friulian", + "x-language-type": "living", + "x-name-french": "frioulan", + "x-scope": "individual", + "const": "fur" + }, + { + "title": "Ga", + "x-language-type": "living", + "x-name-french": "ga", + "x-scope": "individual", + "const": "gaa" + }, + { + "title": "Gayo", + "x-language-type": "living", + "x-name-french": "gayo", + "x-scope": "individual", + "const": "gay" + }, + { + "title": "Gbaya", + "x-language-type": "living", + "x-name-french": "gbaya", + "x-scope": "macrolanguage", + "const": "gba" + }, + { + "title": "Georgian", + "x-language-type": "living", + "x-name-french": "géorgien", + "x-scope": "individual", + "x-set-1": "ka", + "const": "geo" + }, + { + "title": "German", + "x-language-type": "living", + "x-name-french": "allemand", + "x-scope": "individual", + "x-set-1": "de", + "const": "ger" + }, + { + "title": "Geez", + "x-language-type": "historic", + "x-name-french": "guèze", + "x-scope": "individual", + "const": "gez" + }, + { + "title": "Gilbertese", + "x-language-type": "living", + "x-name-french": "kiribati", + "x-scope": "individual", + "const": "gil" + }, + { + "title": "Gaelic; Scottish Gaelic", + "x-language-type": "living", + "x-name-french": "gaélique; gaélique écossais", + "x-scope": "individual", + "x-set-1": "gd", + "const": "gla" + }, + { + "title": "Irish", + "x-language-type": "living", + "x-name-french": "irlandais", + "x-scope": "individual", + "x-set-1": "ga", + "const": "gle" + }, + { + "title": "Galician", + "x-language-type": "living", + "x-name-french": "galicien", + "x-scope": "individual", + "x-set-1": "gl", + "const": "glg" + }, + { + "title": "Manx", + "x-language-type": "living", + "x-name-french": "manx; mannois", + "x-scope": "individual", + "x-set-1": "gv", + "const": "glv" + }, + { + "title": "German, Middle High (ca.1050-1500)", + "x-language-type": "historic", + "x-name-french": "allemand, moyen haut (ca. 1050-1500)", + "x-scope": "individual", + "const": "gmh" + }, + { + "title": "German, Old High (ca.750-1050)", + "x-language-type": "historic", + "x-name-french": "allemand, vieux haut (ca. 750-1050)", + "x-scope": "individual", + "const": "goh" + }, + { + "title": "Gondi", + "x-language-type": "living", + "x-name-french": "gond", + "x-scope": "macrolanguage", + "const": "gon" + }, + { + "title": "Gorontalo", + "x-language-type": "living", + "x-name-french": "gorontalo", + "x-scope": "individual", + "const": "gor" + }, + { + "title": "Gothic", + "x-language-type": "historic", + "x-name-french": "gothique", + "x-scope": "individual", + "const": "got" + }, + { + "title": "Grebo", + "x-language-type": "living", + "x-name-french": "grebo", + "x-scope": "macrolanguage", + "const": "grb" + }, + { + "title": "Greek, Ancient (to 1453)", + "x-language-type": "historic", + "x-name-french": "grec ancien (jusqu'à 1453)", + "x-scope": "individual", + "const": "grc" + }, + { + "title": "Modern Greek (1453-)", + "x-language-type": "living", + "x-name-french": "grec moderne (1453-)", + "x-scope": "individual", + "x-set-1": "el", + "const": "gre" + }, + { + "title": "Guarani", + "x-language-type": "living", + "x-name-french": "guarani", + "x-scope": "macrolanguage", + "x-set-1": "gn", + "const": "grn" + }, + { + "title": "Swiss German; Alemannic; Alsatian", + "x-language-type": "living", + "x-name-french": "suisse alémanique; alémanique; alsacien", + "x-scope": "individual", + "const": "gsw" + }, + { + "title": "Gujarati", + "x-language-type": "living", + "x-name-french": "goudjrati", + "x-scope": "individual", + "x-set-1": "gu", + "const": "guj" + }, + { + "title": "Gwich'in", + "x-language-type": "living", + "x-name-french": "gwich'in", + "x-scope": "individual", + "const": "gwi" + }, + { + "title": "Haida", + "x-language-type": "living", + "x-name-french": "haida", + "x-scope": "macrolanguage", + "const": "hai" + }, + { + "title": "Haitian; Haitian Creole", + "x-language-type": "living", + "x-name-french": "haïtien; créole haïtien", + "x-scope": "individual", + "x-set-1": "ht", + "const": "hat" + }, + { + "title": "Hausa", + "x-language-type": "living", + "x-name-french": "haoussa", + "x-scope": "individual", + "x-set-1": "ha", + "const": "hau" + }, + { + "title": "Hawaiian", + "x-language-type": "living", + "x-name-french": "hawaïen", + "x-scope": "individual", + "const": "haw" + }, + { + "title": "Hebrew", + "x-language-type": "living", + "x-name-french": "hébreu", + "x-scope": "individual", + "x-set-1": "he", + "const": "heb" + }, + { + "title": "Herero", + "x-language-type": "living", + "x-name-french": "herero", + "x-scope": "individual", + "x-set-1": "hz", + "const": "her" + }, + { + "title": "Hiligaynon", + "x-language-type": "living", + "x-name-french": "hiligaynon", + "x-scope": "individual", + "const": "hil" + }, + { + "title": "Hindi", + "x-language-type": "living", + "x-name-french": "hindi", + "x-scope": "individual", + "x-set-1": "hi", + "const": "hin" + }, + { + "title": "Hittite", + "x-language-type": "historic", + "x-name-french": "hittite", + "x-scope": "individual", + "const": "hit" + }, + { + "title": "Hmong; Mong", + "x-language-type": "living", + "x-name-french": "hmong", + "x-scope": "macrolanguage", + "const": "hmn" + }, + { + "title": "Hiri Motu", + "x-language-type": "living", + "x-name-french": "hiri motu", + "x-scope": "individual", + "x-set-1": "ho", + "const": "hmo" + }, + { + "title": "Croatian", + "x-language-type": "living", + "x-name-french": "croate", + "x-scope": "individual", + "x-set-1": "hr", + "const": "hrv" + }, + { + "title": "Upper Sorbian", + "x-language-type": "living", + "x-name-french": "haut-sorabe", + "x-scope": "individual", + "const": "hsb" + }, + { + "title": "Hungarian", + "x-language-type": "living", + "x-name-french": "hongrois", + "x-scope": "individual", + "x-set-1": "hu", + "const": "hun" + }, + { + "title": "Hupa", + "x-language-type": "living", + "x-name-french": "hupa", + "x-scope": "individual", + "const": "hup" + }, + { + "title": "Iban", + "x-language-type": "living", + "x-name-french": "iban", + "x-scope": "individual", + "const": "iba" + }, + { + "title": "Igbo", + "x-language-type": "living", + "x-name-french": "igbo", + "x-scope": "individual", + "x-set-1": "ig", + "const": "ibo" + }, + { + "title": "Icelandic", + "x-language-type": "living", + "x-name-french": "islandais", + "x-scope": "individual", + "x-set-1": "is", + "const": "ice" + }, + { + "title": "Ido", + "x-language-type": "constructed", + "x-name-french": "ido", + "x-scope": "individual", + "x-set-1": "io", + "const": "ido" + }, + { + "title": "Sichuan Yi; Nuosu", + "x-language-type": "living", + "x-name-french": "yi de Sichuan", + "x-scope": "individual", + "x-set-1": "ii", + "const": "iii" + }, + { + "title": "Inuktitut", + "x-language-type": "living", + "x-name-french": "inuktitut", + "x-scope": "macrolanguage", + "x-set-1": "iu", + "const": "iku" + }, + { + "title": "Interlingue; Occidental", + "x-language-type": "constructed", + "x-name-french": "interlingue", + "x-scope": "individual", + "x-set-1": "ie", + "const": "ile" + }, + { + "title": "Iloko", + "x-language-type": "living", + "x-name-french": "ilocano", + "x-scope": "individual", + "const": "ilo" + }, + { + "title": "Interlingua (International Auxiliary Language Association)", + "x-language-type": "constructed", + "x-name-french": "interlingua (langue auxiliaire internationale)", + "x-scope": "individual", + "x-set-1": "ia", + "const": "ina" + }, + { + "title": "Indonesian", + "x-language-type": "living", + "x-name-french": "indonésien", + "x-scope": "individual", + "x-set-1": "id", + "const": "ind" + }, + { + "title": "Ingush", + "x-language-type": "living", + "x-name-french": "ingouche", + "x-scope": "individual", + "const": "inh" + }, + { + "title": "Inupiaq", + "x-language-type": "living", + "x-name-french": "inupiaq", + "x-scope": "macrolanguage", + "x-set-1": "ik", + "const": "ipk" + }, + { + "title": "Italian", + "x-language-type": "living", + "x-name-french": "italien", + "x-scope": "individual", + "x-set-1": "it", + "const": "ita" + }, + { + "title": "Javanese", + "x-language-type": "living", + "x-name-french": "javanais", + "x-scope": "individual", + "x-set-1": "jv", + "const": "jav" + }, + { + "title": "Lojban", + "x-language-type": "constructed", + "x-name-french": "lojban", + "x-scope": "individual", + "const": "jbo" + }, + { + "title": "Japanese", + "x-language-type": "living", + "x-name-french": "japonais", + "x-scope": "individual", + "x-set-1": "ja", + "const": "jpn" + }, + { + "title": "Judeo-Persian", + "x-language-type": "living", + "x-name-french": "judéo-persan", + "x-scope": "individual", + "const": "jpr" + }, + { + "title": "Judeo-Arabic", + "x-language-type": "living", + "x-name-french": "judéo-arabe", + "x-scope": "macrolanguage", + "const": "jrb" + }, + { + "title": "Kara-Kalpak", + "x-language-type": "living", + "x-name-french": "karakalpak", + "x-scope": "individual", + "const": "kaa" + }, + { + "title": "Kabyle", + "x-language-type": "living", + "x-name-french": "kabyle", + "x-scope": "individual", + "const": "kab" + }, + { + "title": "Kachin; Jingpho", + "x-language-type": "living", + "x-name-french": "kachin; jingpho", + "x-scope": "individual", + "const": "kac" + }, + { + "title": "Kalaallisut; Greenlandic", + "x-language-type": "living", + "x-name-french": "groenlandais", + "x-scope": "individual", + "x-set-1": "kl", + "const": "kal" + }, + { + "title": "Kamba", + "x-language-type": "living", + "x-name-french": "kamba", + "x-scope": "individual", + "const": "kam" + }, + { + "title": "Kannada", + "x-language-type": "living", + "x-name-french": "kannada", + "x-scope": "individual", + "x-set-1": "kn", + "const": "kan" + }, + { + "title": "Kashmiri", + "x-language-type": "living", + "x-name-french": "kashmiri", + "x-scope": "individual", + "x-set-1": "ks", + "const": "kas" + }, + { + "title": "Kanuri", + "x-language-type": "living", + "x-name-french": "kanouri", + "x-scope": "macrolanguage", + "x-set-1": "kr", + "const": "kau" + }, + { + "title": "Kawi", + "x-language-type": "historic", + "x-name-french": "kawi", + "x-scope": "individual", + "const": "kaw" + }, + { + "title": "Kazakh", + "x-language-type": "living", + "x-name-french": "kazakh", + "x-scope": "individual", + "x-set-1": "kk", + "const": "kaz" + }, + { + "title": "Kabardian", + "x-language-type": "living", + "x-name-french": "kabardien", + "x-scope": "individual", + "const": "kbd" + }, + { + "title": "Khasi", + "x-language-type": "living", + "x-name-french": "khasi", + "x-scope": "individual", + "const": "kha" + }, + { + "title": "Central Khmer", + "x-language-type": "living", + "x-name-french": "khmer central", + "x-scope": "individual", + "x-set-1": "km", + "const": "khm" + }, + { + "title": "Khotanese; Sakan", + "x-language-type": "historic", + "x-name-french": "khotanais; sakan", + "x-scope": "individual", + "const": "kho" + }, + { + "title": "Kikuyu; Gikuyu", + "x-language-type": "living", + "x-name-french": "kikuyu", + "x-scope": "individual", + "x-set-1": "ki", + "const": "kik" + }, + { + "title": "Kinyarwanda", + "x-language-type": "living", + "x-name-french": "rwanda", + "x-scope": "individual", + "x-set-1": "rw", + "const": "kin" + }, + { + "title": "Kirghiz; Kyrgyz", + "x-language-type": "living", + "x-name-french": "kirghiz", + "x-scope": "individual", + "x-set-1": "ky", + "const": "kir" + }, + { + "title": "Kimbundu", + "x-language-type": "living", + "x-name-french": "kimbundu", + "x-scope": "individual", + "const": "kmb" + }, + { + "title": "Konkani", + "x-language-type": "living", + "x-name-french": "konkani", + "x-scope": "macrolanguage", + "const": "kok" + }, + { + "title": "Komi", + "x-language-type": "living", + "x-name-french": "kom", + "x-scope": "macrolanguage", + "x-set-1": "kv", + "const": "kom" + }, + { + "title": "Kongo", + "x-language-type": "living", + "x-name-french": "kongo", + "x-scope": "macrolanguage", + "x-set-1": "kg", + "const": "kon" + }, + { + "title": "Korean", + "x-language-type": "living", + "x-name-french": "coréen", + "x-scope": "individual", + "x-set-1": "ko", + "const": "kor" + }, + { + "title": "Kosraean", + "x-language-type": "living", + "x-name-french": "kosrae", + "x-scope": "individual", + "const": "kos" + }, + { + "title": "Kpelle", + "x-language-type": "living", + "x-name-french": "kpellé", + "x-scope": "macrolanguage", + "const": "kpe" + }, + { + "title": "Karachay-Balkar", + "x-language-type": "living", + "x-name-french": "karatchai balkar", + "x-scope": "individual", + "const": "krc" + }, + { + "title": "Karelian", + "x-language-type": "living", + "x-name-french": "carélien", + "x-scope": "individual", + "const": "krl" + }, + { + "title": "Kurukh", + "x-language-type": "living", + "x-name-french": "kurukh", + "x-scope": "individual", + "const": "kru" + }, + { + "title": "Kuanyama; Kwanyama", + "x-language-type": "living", + "x-name-french": "kuanyama; kwanyama", + "x-scope": "individual", + "x-set-1": "kj", + "const": "kua" + }, + { + "title": "Kumyk", + "x-language-type": "living", + "x-name-french": "koumyk", + "x-scope": "individual", + "const": "kum" + }, + { + "title": "Kurdish", + "x-language-type": "living", + "x-name-french": "kurde", + "x-scope": "macrolanguage", + "x-set-1": "ku", + "const": "kur" + }, + { + "title": "Kutenai", + "x-language-type": "living", + "x-name-french": "kutenai", + "x-scope": "individual", + "const": "kut" + }, + { + "title": "Ladino", + "x-language-type": "living", + "x-name-french": "judéo-espagnol", + "x-scope": "individual", + "const": "lad" + }, + { + "title": "Lahnda", + "x-language-type": "living", + "x-name-french": "lahnda", + "x-scope": "macrolanguage", + "const": "lah" + }, + { + "title": "Lamba", + "x-language-type": "living", + "x-name-french": "lamba", + "x-scope": "individual", + "const": "lam" + }, + { + "title": "Lao", + "x-language-type": "living", + "x-name-french": "lao", + "x-scope": "individual", + "x-set-1": "lo", + "const": "lao" + }, + { + "title": "Latin", + "x-language-type": "historic", + "x-name-french": "latin", + "x-scope": "individual", + "x-set-1": "la", + "const": "lat" + }, + { + "title": "Latvian", + "x-language-type": "living", + "x-name-french": "letton", + "x-scope": "macrolanguage", + "x-set-1": "lv", + "const": "lav" + }, + { + "title": "Lezghian", + "x-language-type": "living", + "x-name-french": "lezghien", + "x-scope": "individual", + "const": "lez" + }, + { + "title": "Limburgan; Limburger; Limburgish", + "x-language-type": "living", + "x-name-french": "limbourgeois", + "x-scope": "individual", + "x-set-1": "li", + "const": "lim" + }, + { + "title": "Lingala", + "x-language-type": "living", + "x-name-french": "lingala", + "x-scope": "individual", + "x-set-1": "ln", + "const": "lin" + }, + { + "title": "Lithuanian", + "x-language-type": "living", + "x-name-french": "lituanien", + "x-scope": "individual", + "x-set-1": "lt", + "const": "lit" + }, + { + "title": "Mongo", + "x-language-type": "living", + "x-name-french": "mongo", + "x-scope": "individual", + "const": "lol" + }, + { + "title": "Lozi", + "x-language-type": "living", + "x-name-french": "lozi", + "x-scope": "individual", + "const": "loz" + }, + { + "title": "Luxembourgish; Letzeburgesch", + "x-language-type": "living", + "x-name-french": "luxembourgeois", + "x-scope": "individual", + "x-set-1": "lb", + "const": "ltz" + }, + { + "title": "Luba-Lulua", + "x-language-type": "living", + "x-name-french": "luba-lulua", + "x-scope": "individual", + "const": "lua" + }, + { + "title": "Luba-Katanga", + "x-language-type": "living", + "x-name-french": "luba-katanga", + "x-scope": "individual", + "x-set-1": "lu", + "const": "lub" + }, + { + "title": "Ganda", + "x-language-type": "living", + "x-name-french": "ganda", + "x-scope": "individual", + "x-set-1": "lg", + "const": "lug" + }, + { + "title": "Luiseno", + "x-language-type": "extinct", + "x-name-french": "luiseno", + "x-scope": "individual", + "const": "lui" + }, + { + "title": "Lunda", + "x-language-type": "living", + "x-name-french": "lunda", + "x-scope": "individual", + "const": "lun" + }, + { + "title": "Luo (Kenya and Tanzania)", + "x-language-type": "living", + "x-name-french": "luo (Kenya et Tanzanie)", + "x-scope": "individual", + "const": "luo" + }, + { + "title": "Lushai", + "x-language-type": "living", + "x-name-french": "lushai", + "x-scope": "individual", + "const": "lus" + }, + { + "title": "Macedonian", + "x-language-type": "living", + "x-name-french": "macédonien", + "x-scope": "individual", + "x-set-1": "mk", + "const": "mac" + }, + { + "title": "Madurese", + "x-language-type": "living", + "x-name-french": "madourais", + "x-scope": "individual", + "const": "mad" + }, + { + "title": "Magahi", + "x-language-type": "living", + "x-name-french": "magahi", + "x-scope": "individual", + "const": "mag" + }, + { + "title": "Marshallese", + "x-language-type": "living", + "x-name-french": "marshall", + "x-scope": "individual", + "x-set-1": "mh", + "const": "mah" + }, + { + "title": "Maithili", + "x-language-type": "living", + "x-name-french": "maithili", + "x-scope": "individual", + "const": "mai" + }, + { + "title": "Makasar", + "x-language-type": "living", + "x-name-french": "makassar", + "x-scope": "individual", + "const": "mak" + }, + { + "title": "Malayalam", + "x-language-type": "living", + "x-name-french": "malayalam", + "x-scope": "individual", + "x-set-1": "ml", + "const": "mal" + }, + { + "title": "Mandingo", + "x-language-type": "living", + "x-name-french": "mandingue", + "x-scope": "macrolanguage", + "const": "man" + }, + { + "title": "Maori", + "x-language-type": "living", + "x-name-french": "maori", + "x-scope": "individual", + "x-set-1": "mi", + "const": "mao" + }, + { + "title": "Marathi", + "x-language-type": "living", + "x-name-french": "marathe", + "x-scope": "individual", + "x-set-1": "mr", + "const": "mar" + }, + { + "title": "Masai", + "x-language-type": "living", + "x-name-french": "massaï", + "x-scope": "individual", + "const": "mas" + }, + { + "title": "Malay", + "x-language-type": "living", + "x-name-french": "malais", + "x-scope": "macrolanguage", + "x-set-1": "ms", + "const": "may" + }, + { + "title": "Moksha", + "x-language-type": "living", + "x-name-french": "moksa", + "x-scope": "individual", + "const": "mdf" + }, + { + "title": "Mandar", + "x-language-type": "living", + "x-name-french": "mandar", + "x-scope": "individual", + "const": "mdr" + }, + { + "title": "Mende", + "x-language-type": "living", + "x-name-french": "mendé", + "x-scope": "individual", + "const": "men" + }, + { + "title": "Irish, Middle (900-1200)", + "x-language-type": "historic", + "x-name-french": "irlandais moyen (900-1200)", + "x-scope": "individual", + "const": "mga" + }, + { + "title": "Mi'kmaq; Micmac", + "x-language-type": "living", + "x-name-french": "mi'kmaq; micmac", + "x-scope": "individual", + "const": "mic" + }, + { + "title": "Minangkabau", + "x-language-type": "living", + "x-name-french": "minangkabau", + "x-scope": "individual", + "const": "min" + }, + { + "title": "Malagasy", + "x-language-type": "living", + "x-name-french": "malgache", + "x-scope": "macrolanguage", + "x-set-1": "mg", + "const": "mlg" + }, + { + "title": "Maltese", + "x-language-type": "living", + "x-name-french": "maltais", + "x-scope": "individual", + "x-set-1": "mt", + "const": "mlt" + }, + { + "title": "Manchu", + "x-language-type": "living", + "x-name-french": "mandchou", + "x-scope": "individual", + "const": "mnc" + }, + { + "title": "Manipuri", + "x-language-type": "living", + "x-name-french": "manipuri", + "x-scope": "individual", + "const": "mni" + }, + { + "title": "Mohawk", + "x-language-type": "living", + "x-name-french": "mohawk", + "x-scope": "individual", + "const": "moh" + }, + { + "title": "Mongolian", + "x-language-type": "living", + "x-name-french": "mongol", + "x-scope": "macrolanguage", + "x-set-1": "mn", + "const": "mon" + }, + { + "title": "Mossi", + "x-language-type": "living", + "x-name-french": "moré", + "x-scope": "individual", + "const": "mos" + }, + { + "title": "Creek", + "x-language-type": "living", + "x-name-french": "muskogee", + "x-scope": "individual", + "const": "mus" + }, + { + "title": "Mirandese", + "x-language-type": "living", + "x-name-french": "mirandais", + "x-scope": "individual", + "const": "mwl" + }, + { + "title": "Marwari", + "x-language-type": "living", + "x-name-french": "marvari", + "x-scope": "macrolanguage", + "const": "mwr" + }, + { + "title": "Erzya", + "x-language-type": "living", + "x-name-french": "erza", + "x-scope": "individual", + "const": "myv" + }, + { + "title": "Neapolitan", + "x-language-type": "living", + "x-name-french": "napolitain", + "x-scope": "individual", + "const": "nap" + }, + { + "title": "Nauru", + "x-language-type": "living", + "x-name-french": "nauruan", + "x-scope": "individual", + "x-set-1": "na", + "const": "nau" + }, + { + "title": "Navajo; Navaho", + "x-language-type": "living", + "x-name-french": "navaho", + "x-scope": "individual", + "x-set-1": "nv", + "const": "nav" + }, + { + "title": "South Ndebele", + "x-language-type": "living", + "x-name-french": "ndébélé du Sud", + "x-scope": "individual", + "x-set-1": "nr", + "const": "nbl" + }, + { + "title": "North Ndebele", + "x-language-type": "living", + "x-name-french": "ndébélé du Nord", + "x-scope": "individual", + "x-set-1": "nd", + "const": "nde" + }, + { + "title": "Ndonga", + "x-language-type": "living", + "x-name-french": "ndonga", + "x-scope": "individual", + "x-set-1": "ng", + "const": "ndo" + }, + { + "title": "Low German; Low Saxon; German, Low; Saxon, Low", + "x-language-type": "living", + "x-name-french": "bas allemand; bas saxon; allemand, bas; saxon, bas", + "x-scope": "individual", + "const": "nds" + }, + { + "title": "Nepali", + "x-language-type": "living", + "x-name-french": "népalais", + "x-scope": "macrolanguage", + "x-set-1": "ne", + "const": "nep" + }, + { + "title": "Nepal Bhasa; Newar; Newari", + "x-language-type": "living", + "x-name-french": "nepal bhasa; néwar; newari", + "x-scope": "individual", + "const": "new" + }, + { + "title": "Nias", + "x-language-type": "living", + "x-name-french": "nias", + "x-scope": "individual", + "const": "nia" + }, + { + "title": "Niuean", + "x-language-type": "living", + "x-name-french": "niué", + "x-scope": "individual", + "const": "niu" + }, + { + "title": "Norwegian Nynorsk", + "x-language-type": "living", + "x-name-french": "norvégien nynorsk", + "x-scope": "individual", + "x-set-1": "nn", + "const": "nno" + }, + { + "title": "Norwegian Bokmål", + "x-language-type": "living", + "x-name-french": "norvégien bokmål", + "x-scope": "individual", + "x-set-1": "nb", + "const": "nob" + }, + { + "title": "Nogai", + "x-language-type": "living", + "x-name-french": "nogaï; nogay", + "x-scope": "individual", + "const": "nog" + }, + { + "title": "Norse, Old", + "x-language-type": "historic", + "x-name-french": "norrois, vieux", + "x-scope": "individual", + "const": "non" + }, + { + "title": "Norwegian", + "x-language-type": "living", + "x-name-french": "norvégien", + "x-scope": "macrolanguage", + "x-set-1": "no", + "const": "nor" + }, + { + "title": "N'Ko", + "x-language-type": "living", + "x-name-french": "n'ko", + "x-scope": "individual", + "const": "nqo" + }, + { + "title": "Pedi; Sepedi; Northern Sotho", + "x-language-type": "living", + "x-name-french": "pedi; sepedi; sotho du Nord", + "x-scope": "individual", + "const": "nso" + }, + { + "title": "Classical Newari; Old Newari; Classical Nepal Bhasa", + "x-language-type": "historic", + "x-name-french": "newari classique", + "x-scope": "individual", + "const": "nwc" + }, + { + "title": "Chichewa; Chewa; Nyanja", + "x-language-type": "living", + "x-name-french": "chichewa; chewa; nyanja", + "x-scope": "individual", + "x-set-1": "ny", + "const": "nya" + }, + { + "title": "Nyamwezi", + "x-language-type": "living", + "x-name-french": "nyamwezi", + "x-scope": "individual", + "const": "nym" + }, + { + "title": "Nyankole", + "x-language-type": "living", + "x-name-french": "nyankolé", + "x-scope": "individual", + "const": "nyn" + }, + { + "title": "Nyoro", + "x-language-type": "living", + "x-name-french": "nyoro", + "x-scope": "individual", + "const": "nyo" + }, + { + "title": "Nzima", + "x-language-type": "living", + "x-name-french": "nzema", + "x-scope": "individual", + "const": "nzi" + }, + { + "title": "Occitan (post 1500)", + "x-language-type": "living", + "x-name-french": "occitan (après 1500)", + "x-scope": "individual", + "x-set-1": "oc", + "const": "oci" + }, + { + "title": "Ojibwa", + "x-language-type": "living", + "x-name-french": "ojibwa", + "x-scope": "macrolanguage", + "x-set-1": "oj", + "const": "oji" + }, + { + "title": "Oriya", + "x-language-type": "living", + "x-name-french": "oriya", + "x-scope": "macrolanguage", + "x-set-1": "or", + "const": "ori" + }, + { + "title": "Oromo", + "x-language-type": "living", + "x-name-french": "galla", + "x-scope": "macrolanguage", + "x-set-1": "om", + "const": "orm" + }, + { + "title": "Osage", + "x-language-type": "living", + "x-name-french": "osage", + "x-scope": "individual", + "const": "osa" + }, + { + "title": "Ossetian; Ossetic", + "x-language-type": "living", + "x-name-french": "ossète", + "x-scope": "individual", + "x-set-1": "os", + "const": "oss" + }, + { + "title": "Turkish, Ottoman (1500-1928)", + "x-language-type": "historic", + "x-name-french": "turc ottoman (1500-1928)", + "x-scope": "individual", + "const": "ota" + }, + { + "title": "Pangasinan", + "x-language-type": "living", + "x-name-french": "pangasinan", + "x-scope": "individual", + "const": "pag" + }, + { + "title": "Pahlavi", + "x-language-type": "historic", + "x-name-french": "pahlavi", + "x-scope": "individual", + "const": "pal" + }, + { + "title": "Pampanga; Kapampangan", + "x-language-type": "living", + "x-name-french": "pampangan", + "x-scope": "individual", + "const": "pam" + }, + { + "title": "Panjabi; Punjabi", + "x-language-type": "living", + "x-name-french": "pendjabi", + "x-scope": "individual", + "x-set-1": "pa", + "const": "pan" + }, + { + "title": "Papiamento", + "x-language-type": "living", + "x-name-french": "papiamento", + "x-scope": "individual", + "const": "pap" + }, + { + "title": "Palauan", + "x-language-type": "living", + "x-name-french": "palau", + "x-scope": "individual", + "const": "pau" + }, + { + "title": "Persian, Old (ca.600-400 B.C.)", + "x-language-type": "historic", + "x-name-french": "perse, vieux (ca. 600-400 av. J.-C.)", + "x-scope": "individual", + "const": "peo" + }, + { + "title": "Persian", + "x-language-type": "living", + "x-name-french": "persan", + "x-scope": "macrolanguage", + "x-set-1": "fa", + "const": "per" + }, + { + "title": "Phoenician", + "x-language-type": "historic", + "x-name-french": "phénicien", + "x-scope": "individual", + "const": "phn" + }, + { + "title": "Pali", + "x-language-type": "historic", + "x-name-french": "pali", + "x-scope": "individual", + "x-set-1": "pi", + "const": "pli" + }, + { + "title": "Polish", + "x-language-type": "living", + "x-name-french": "polonais", + "x-scope": "individual", + "x-set-1": "pl", + "const": "pol" + }, + { + "title": "Pohnpeian", + "x-language-type": "living", + "x-name-french": "pohnpei", + "x-scope": "individual", + "const": "pon" + }, + { + "title": "Portuguese", + "x-language-type": "living", + "x-name-french": "portugais", + "x-scope": "individual", + "x-set-1": "pt", + "const": "por" + }, + { + "title": "Provençal, Old (to 1500); Occitan, Old (to 1500)", + "x-language-type": "historic", + "x-name-french": "provençal ancien (jusqu'à 1500); occitan ancien (jusqu'à 1500)", + "x-scope": "individual", + "const": "pro" + }, + { + "title": "Pushto; Pashto", + "x-language-type": "living", + "x-name-french": "pachto", + "x-scope": "macrolanguage", + "x-set-1": "ps", + "const": "pus" + }, + { + "title": "Reserved for local use", + "x-name-french": "réservée à l'usage local", + "const": "qaa-qtz" + }, + { + "title": "Quechua", + "x-language-type": "living", + "x-name-french": "quechua", + "x-scope": "macrolanguage", + "x-set-1": "qu", + "const": "que" + }, + { + "title": "Rajasthani", + "x-language-type": "living", + "x-name-french": "rajasthani", + "x-scope": "macrolanguage", + "const": "raj" + }, + { + "title": "Rapanui", + "x-language-type": "living", + "x-name-french": "rapanui", + "x-scope": "individual", + "const": "rap" + }, + { + "title": "Rarotongan; Cook Islands Maori", + "x-language-type": "living", + "x-name-french": "rarotonga; maori des îles Cook", + "x-scope": "individual", + "const": "rar" + }, + { + "title": "Romansh", + "x-language-type": "living", + "x-name-french": "romanche", + "x-scope": "individual", + "x-set-1": "rm", + "const": "roh" + }, + { + "title": "Romany", + "x-language-type": "living", + "x-name-french": "tsigane", + "x-scope": "macrolanguage", + "const": "rom" + }, + { + "title": "Romanian; Moldavian; Moldovan", + "x-language-type": "living", + "x-name-french": "roumain; moldave", + "x-scope": "individual", + "x-set-1": "ro", + "const": "rum" + }, + { + "title": "Rundi", + "x-language-type": "living", + "x-name-french": "rundi", + "x-scope": "individual", + "x-set-1": "rn", + "const": "run" + }, + { + "title": "Aromanian; Arumanian; Macedo-Romanian", + "x-language-type": "living", + "x-name-french": "aroumain; macédo-roumain", + "x-scope": "individual", + "const": "rup" + }, + { + "title": "Russian", + "x-language-type": "living", + "x-name-french": "russe", + "x-scope": "individual", + "x-set-1": "ru", + "const": "rus" + }, + { + "title": "Sandawe", + "x-language-type": "living", + "x-name-french": "sandawe", + "x-scope": "individual", + "const": "sad" + }, + { + "title": "Sango", + "x-language-type": "living", + "x-name-french": "sango", + "x-scope": "individual", + "x-set-1": "sg", + "const": "sag" + }, + { + "title": "Yakut", + "x-language-type": "living", + "x-name-french": "iakoute", + "x-scope": "individual", + "const": "sah" + }, + { + "title": "Samaritan Aramaic", + "x-language-type": "extinct", + "x-name-french": "samaritain", + "x-scope": "individual", + "const": "sam" + }, + { + "title": "Sanskrit", + "x-language-type": "historic", + "x-name-french": "sanskrit", + "x-scope": "macrolanguage", + "x-set-1": "sa", + "const": "san" + }, + { + "title": "Sasak", + "x-language-type": "living", + "x-name-french": "sasak", + "x-scope": "individual", + "const": "sas" + }, + { + "title": "Santali", + "x-language-type": "living", + "x-name-french": "santal", + "x-scope": "individual", + "const": "sat" + }, + { + "title": "Sicilian", + "x-language-type": "living", + "x-name-french": "sicilien", + "x-scope": "individual", + "const": "scn" + }, + { + "title": "Scots", + "x-language-type": "living", + "x-name-french": "écossais", + "x-scope": "individual", + "const": "sco" + }, + { + "title": "Selkup", + "x-language-type": "living", + "x-name-french": "selkoupe", + "x-scope": "individual", + "const": "sel" + }, + { + "title": "Irish, Old (to 900)", + "x-language-type": "historic", + "x-name-french": "irlandais ancien (jusqu'à 900)", + "x-scope": "individual", + "const": "sga" + }, + { + "title": "Shan", + "x-language-type": "living", + "x-name-french": "chan", + "x-scope": "individual", + "const": "shn" + }, + { + "title": "Sidamo", + "x-language-type": "living", + "x-name-french": "sidamo", + "x-scope": "individual", + "const": "sid" + }, + { + "title": "Sinhala; Sinhalese", + "x-language-type": "living", + "x-name-french": "singhalais", + "x-scope": "individual", + "x-set-1": "si", + "const": "sin" + }, + { + "title": "Slovak", + "x-language-type": "living", + "x-name-french": "slovaque", + "x-scope": "individual", + "x-set-1": "sk", + "const": "slo" + }, + { + "title": "Slovenian", + "x-language-type": "living", + "x-name-french": "slovène", + "x-scope": "individual", + "x-set-1": "sl", + "const": "slv" + }, + { + "title": "Southern Sami", + "x-language-type": "living", + "x-name-french": "sami du Sud", + "x-scope": "individual", + "const": "sma" + }, + { + "title": "Northern Sami", + "x-language-type": "living", + "x-name-french": "sami du Nord", + "x-scope": "individual", + "x-set-1": "se", + "const": "sme" + }, + { + "title": "Lule Sami", + "x-language-type": "living", + "x-name-french": "sami de Lule", + "x-scope": "individual", + "const": "smj" + }, + { + "title": "Inari Sami", + "x-language-type": "living", + "x-name-french": "sami d'Inari", + "x-scope": "individual", + "const": "smn" + }, + { + "title": "Samoan", + "x-language-type": "living", + "x-name-french": "samoan", + "x-scope": "individual", + "x-set-1": "sm", + "const": "smo" + }, + { + "title": "Skolt Sami", + "x-language-type": "living", + "x-name-french": "sami skolt", + "x-scope": "individual", + "const": "sms" + }, + { + "title": "Shona", + "x-language-type": "living", + "x-name-french": "shona", + "x-scope": "individual", + "x-set-1": "sn", + "const": "sna" + }, + { + "title": "Sindhi", + "x-language-type": "living", + "x-name-french": "sindhi", + "x-scope": "individual", + "x-set-1": "sd", + "const": "snd" + }, + { + "title": "Soninke", + "x-language-type": "living", + "x-name-french": "soninké", + "x-scope": "individual", + "const": "snk" + }, + { + "title": "Sogdian", + "x-language-type": "historic", + "x-name-french": "sogdien", + "x-scope": "individual", + "const": "sog" + }, + { + "title": "Somali", + "x-language-type": "living", + "x-name-french": "somali", + "x-scope": "individual", + "x-set-1": "so", + "const": "som" + }, + { + "title": "Sotho, Southern", + "x-language-type": "living", + "x-name-french": "sotho du Sud", + "x-scope": "individual", + "x-set-1": "st", + "const": "sot" + }, + { + "title": "Spanish; Castilian", + "x-language-type": "living", + "x-name-french": "espagnol; castillan", + "x-scope": "individual", + "x-set-1": "es", + "const": "spa" + }, + { + "title": "Sardinian", + "x-language-type": "living", + "x-name-french": "sarde", + "x-scope": "macrolanguage", + "x-set-1": "sc", + "const": "srd" + }, + { + "title": "Sranan Tongo", + "x-language-type": "living", + "x-name-french": "sranan tongo", + "x-scope": "individual", + "const": "srn" + }, + { + "title": "Serbian", + "x-language-type": "living", + "x-name-french": "serbe", + "x-scope": "individual", + "x-set-1": "sr", + "const": "srp" + }, + { + "title": "Serer", + "x-language-type": "living", + "x-name-french": "sérère", + "x-scope": "individual", + "const": "srr" + }, + { + "title": "Swati", + "x-language-type": "living", + "x-name-french": "swati", + "x-scope": "individual", + "x-set-1": "ss", + "const": "ssw" + }, + { + "title": "Sukuma", + "x-language-type": "living", + "x-name-french": "sukuma", + "x-scope": "individual", + "const": "suk" + }, + { + "title": "Sundanese", + "x-language-type": "living", + "x-name-french": "soundanais", + "x-scope": "individual", + "x-set-1": "su", + "const": "sun" + }, + { + "title": "Susu", + "x-language-type": "living", + "x-name-french": "soussou", + "x-scope": "individual", + "const": "sus" + }, + { + "title": "Sumerian", + "x-language-type": "historic", + "x-name-french": "sumérien", + "x-scope": "individual", + "const": "sux" + }, + { + "title": "Swahili", + "x-language-type": "living", + "x-name-french": "swahili", + "x-scope": "macrolanguage", + "x-set-1": "sw", + "const": "swa" + }, + { + "title": "Swedish", + "x-language-type": "living", + "x-name-french": "suédois", + "x-scope": "individual", + "x-set-1": "sv", + "const": "swe" + }, + { + "title": "Classical Syriac", + "x-language-type": "historic", + "x-name-french": "syriaque classique", + "x-scope": "individual", + "const": "syc" + }, + { + "title": "Syriac", + "x-language-type": "living", + "x-name-french": "syriaque", + "x-scope": "macrolanguage", + "const": "syr" + }, + { + "title": "Tahitian", + "x-language-type": "living", + "x-name-french": "tahitien", + "x-scope": "individual", + "x-set-1": "ty", + "const": "tah" + }, + { + "title": "Tamil", + "x-language-type": "living", + "x-name-french": "tamoul", + "x-scope": "individual", + "x-set-1": "ta", + "const": "tam" + }, + { + "title": "Tatar", + "x-language-type": "living", + "x-name-french": "tatar", + "x-scope": "individual", + "x-set-1": "tt", + "const": "tat" + }, + { + "title": "Telugu", + "x-language-type": "living", + "x-name-french": "télougou", + "x-scope": "individual", + "x-set-1": "te", + "const": "tel" + }, + { + "title": "Timne", + "x-language-type": "living", + "x-name-french": "temne", + "x-scope": "individual", + "const": "tem" + }, + { + "title": "Tereno", + "x-language-type": "living", + "x-name-french": "tereno", + "x-scope": "individual", + "const": "ter" + }, + { + "title": "Tetum", + "x-language-type": "living", + "x-name-french": "tetum", + "x-scope": "individual", + "const": "tet" + }, + { + "title": "Tajik", + "x-language-type": "living", + "x-name-french": "tadjik", + "x-scope": "individual", + "x-set-1": "tg", + "const": "tgk" + }, + { + "title": "Tagalog", + "x-language-type": "living", + "x-name-french": "tagalog", + "x-scope": "individual", + "x-set-1": "tl", + "const": "tgl" + }, + { + "title": "Thai", + "x-language-type": "living", + "x-name-french": "thaï", + "x-scope": "individual", + "x-set-1": "th", + "const": "tha" + }, + { + "title": "Tibetan", + "x-language-type": "living", + "x-name-french": "tibétain", + "x-scope": "individual", + "x-set-1": "bo", + "const": "tib" + }, + { + "title": "Tigre", + "x-language-type": "living", + "x-name-french": "tigré", + "x-scope": "individual", + "const": "tig" + }, + { + "title": "Tigrinya", + "x-language-type": "living", + "x-name-french": "tigrigna", + "x-scope": "individual", + "x-set-1": "ti", + "const": "tir" + }, + { + "title": "Tiv", + "x-language-type": "living", + "x-name-french": "tiv", + "x-scope": "individual", + "const": "tiv" + }, + { + "title": "Tokelau", + "x-language-type": "living", + "x-name-french": "tokelau", + "x-scope": "individual", + "const": "tkl" + }, + { + "title": "Klingon; tlhIngan-Hol", + "x-language-type": "constructed", + "x-name-french": "klingon", + "x-scope": "individual", + "const": "tlh" + }, + { + "title": "Tlingit", + "x-language-type": "living", + "x-name-french": "tlingit", + "x-scope": "individual", + "const": "tli" + }, + { + "title": "Tamashek", + "x-language-type": "living", + "x-name-french": "tamacheq", + "x-scope": "macrolanguage", + "const": "tmh" + }, + { + "title": "Tonga (Nyasa)", + "x-language-type": "living", + "x-name-french": "tonga (Nyasa)", + "x-scope": "individual", + "const": "tog" + }, + { + "title": "Tonga (Tonga Islands)", + "x-language-type": "living", + "x-name-french": "tongan (Îles Tonga)", + "x-scope": "individual", + "x-set-1": "to", + "const": "ton" + }, + { + "title": "Tok Pisin", + "x-language-type": "living", + "x-name-french": "tok pisin", + "x-scope": "individual", + "const": "tpi" + }, + { + "title": "Tsimshian", + "x-language-type": "living", + "x-name-french": "tsimshian", + "x-scope": "individual", + "const": "tsi" + }, + { + "title": "Tswana", + "x-language-type": "living", + "x-name-french": "tswana", + "x-scope": "individual", + "x-set-1": "tn", + "const": "tsn" + }, + { + "title": "Tsonga", + "x-language-type": "living", + "x-name-french": "tsonga", + "x-scope": "individual", + "x-set-1": "ts", + "const": "tso" + }, + { + "title": "Turkmen", + "x-language-type": "living", + "x-name-french": "turkmène", + "x-scope": "individual", + "x-set-1": "tk", + "const": "tuk" + }, + { + "title": "Tumbuka", + "x-language-type": "living", + "x-name-french": "tumbuka", + "x-scope": "individual", + "const": "tum" + }, + { + "title": "Turkish", + "x-language-type": "living", + "x-name-french": "turc", + "x-scope": "individual", + "x-set-1": "tr", + "const": "tur" + }, + { + "title": "Tuvalu", + "x-language-type": "living", + "x-name-french": "tuvalu", + "x-scope": "individual", + "const": "tvl" + }, + { + "title": "Twi", + "x-language-type": "living", + "x-name-french": "twi", + "x-scope": "individual", + "x-set-1": "tw", + "const": "twi" + }, + { + "title": "Tuvinian", + "x-language-type": "living", + "x-name-french": "touva", + "x-scope": "individual", + "const": "tyv" + }, + { + "title": "Udmurt", + "x-language-type": "living", + "x-name-french": "oudmourte", + "x-scope": "individual", + "const": "udm" + }, + { + "title": "Ugaritic", + "x-language-type": "historic", + "x-name-french": "ougaritique", + "x-scope": "individual", + "const": "uga" + }, + { + "title": "Uighur; Uyghur", + "x-language-type": "living", + "x-name-french": "ouïgour", + "x-scope": "individual", + "x-set-1": "ug", + "const": "uig" + }, + { + "title": "Ukrainian", + "x-language-type": "living", + "x-name-french": "ukrainien", + "x-scope": "individual", + "x-set-1": "uk", + "const": "ukr" + }, + { + "title": "Umbundu", + "x-language-type": "living", + "x-name-french": "umbundu", + "x-scope": "individual", + "const": "umb" + }, + { + "title": "Undetermined", + "x-language-type": "special", + "x-name-french": "indéterminée", + "x-scope": "special", + "const": "und" + }, + { + "title": "Urdu", + "x-language-type": "living", + "x-name-french": "ourdou", + "x-scope": "individual", + "x-set-1": "ur", + "const": "urd" + }, + { + "title": "Uzbek", + "x-language-type": "living", + "x-name-french": "ouszbek", + "x-scope": "macrolanguage", + "x-set-1": "uz", + "const": "uzb" + }, + { + "title": "Vai", + "x-language-type": "living", + "x-name-french": "vaï", + "x-scope": "individual", + "const": "vai" + }, + { + "title": "Venda", + "x-language-type": "living", + "x-name-french": "venda", + "x-scope": "individual", + "x-set-1": "ve", + "const": "ven" + }, + { + "title": "Vietnamese", + "x-language-type": "living", + "x-name-french": "vietnamien", + "x-scope": "individual", + "x-set-1": "vi", + "const": "vie" + }, + { + "title": "Volapük", + "x-language-type": "constructed", + "x-name-french": "volapük", + "x-scope": "individual", + "x-set-1": "vo", + "const": "vol" + }, + { + "title": "Votic", + "x-language-type": "living", + "x-name-french": "vote", + "x-scope": "individual", + "const": "vot" + }, + { + "title": "Wolaitta; Wolaytta", + "x-language-type": "living", + "x-name-french": "wolaitta; wolaytta", + "x-scope": "individual", + "const": "wal" + }, + { + "title": "Waray", + "x-language-type": "living", + "x-name-french": "waray", + "x-scope": "individual", + "const": "war" + }, + { + "title": "Washo", + "x-language-type": "living", + "x-name-french": "washo", + "x-scope": "individual", + "const": "was" + }, + { + "title": "Welsh", + "x-language-type": "living", + "x-name-french": "gallois", + "x-scope": "individual", + "x-set-1": "cy", + "const": "wel" + }, + { + "title": "Walloon", + "x-language-type": "living", + "x-name-french": "wallon", + "x-scope": "individual", + "x-set-1": "wa", + "const": "wln" + }, + { + "title": "Wolof", + "x-language-type": "living", + "x-name-french": "wolof", + "x-scope": "individual", + "x-set-1": "wo", + "const": "wol" + }, + { + "title": "Kalmyk; Oirat", + "x-language-type": "living", + "x-name-french": "kalmouk; oïrat", + "x-scope": "individual", + "const": "xal" + }, + { + "title": "Xhosa", + "x-language-type": "living", + "x-name-french": "xhosa", + "x-scope": "individual", + "x-set-1": "xh", + "const": "xho" + }, + { + "title": "Yao", + "x-language-type": "living", + "x-name-french": "yao", + "x-scope": "individual", + "const": "yao" + }, + { + "title": "Yapese", + "x-language-type": "living", + "x-name-french": "yapois", + "x-scope": "individual", + "const": "yap" + }, + { + "title": "Yiddish", + "x-language-type": "living", + "x-name-french": "yiddish", + "x-scope": "macrolanguage", + "x-set-1": "yi", + "const": "yid" + }, + { + "title": "Yoruba", + "x-language-type": "living", + "x-name-french": "yoruba", + "x-scope": "individual", + "x-set-1": "yo", + "const": "yor" + }, + { + "title": "Zapotec", + "x-language-type": "living", + "x-name-french": "zapotèque", + "x-scope": "macrolanguage", + "const": "zap" + }, + { + "title": "Blissymbols; Blissymbolics; Bliss", + "x-language-type": "constructed", + "x-name-french": "symboles Bliss; Bliss", + "x-scope": "individual", + "const": "zbl" + }, + { + "title": "Zenaga", + "x-language-type": "living", + "x-name-french": "zenaga", + "x-scope": "individual", + "const": "zen" + }, + { + "title": "Standard Moroccan Tamazight", + "x-language-type": "living", + "x-name-french": "amazighe standard marocain", + "x-scope": "individual", + "const": "zgh" + }, + { + "title": "Zhuang; Chuang", + "x-language-type": "living", + "x-name-french": "zhuang; chuang", + "x-scope": "macrolanguage", + "x-set-1": "za", + "const": "zha" + }, + { + "title": "Zulu", + "x-language-type": "living", + "x-name-french": "zoulou", + "x-scope": "individual", + "x-set-1": "zu", + "const": "zul" + }, + { + "title": "Zuni", + "x-language-type": "living", + "x-name-french": "zuni", + "x-scope": "individual", + "const": "zun" + }, + { + "title": "No linguistic content; Not applicable", + "x-language-type": "special", + "x-name-french": "pas de contenu linguistique; non applicable", + "x-scope": "special", + "const": "zxx" + }, + { + "title": "Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki", + "x-language-type": "living", + "x-name-french": "zaza; dimili; dimli; kirdki; kirmanjki; zazaki", + "x-scope": "macrolanguage", + "const": "zza" + } + ] +} diff --git a/schemas/iso/language/2023/set-2-terminologic.json b/schemas/iso/language/2023/set-2-terminologic.json new file mode 100644 index 00000000..84013854 --- /dev/null +++ b/schemas/iso/language/2023/set-2-terminologic.json @@ -0,0 +1,171 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "ISO 639-2:2023 Terminologic Language Code", + "description": "A three-letter terminologic language code from ISO 639-2", + "$comment": "Set 2 terminologic is a superset of Set 1 and a subset of Set 3. Terminologic codes are based on native language names. Only about 20 languages have both bibliographic and terminologic codes", + "examples": [ "bod", "ces", "cym", "deu" ], + "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": [ "https://www.iso.org/standard/74575.html" ], + "anyOf": [ + { + "title": "Tibetan", + "x-language-type": "living", + "x-name-french": "tibétain", + "x-scope": "individual", + "x-set-1": "bo", + "const": "bod" + }, + { + "title": "Czech", + "x-language-type": "living", + "x-name-french": "tchèque", + "x-scope": "individual", + "x-set-1": "cs", + "const": "ces" + }, + { + "title": "Welsh", + "x-language-type": "living", + "x-name-french": "gallois", + "x-scope": "individual", + "x-set-1": "cy", + "const": "cym" + }, + { + "title": "German", + "x-language-type": "living", + "x-name-french": "allemand", + "x-scope": "individual", + "x-set-1": "de", + "const": "deu" + }, + { + "title": "Modern Greek (1453-)", + "x-language-type": "living", + "x-name-french": "grec moderne (1453-)", + "x-scope": "individual", + "x-set-1": "el", + "const": "ell" + }, + { + "title": "Basque", + "x-language-type": "living", + "x-name-french": "basque", + "x-scope": "individual", + "x-set-1": "eu", + "const": "eus" + }, + { + "title": "Persian", + "x-language-type": "living", + "x-name-french": "persan", + "x-scope": "macrolanguage", + "x-set-1": "fa", + "const": "fas" + }, + { + "title": "French", + "x-language-type": "living", + "x-name-french": "français", + "x-scope": "individual", + "x-set-1": "fr", + "const": "fra" + }, + { + "title": "Armenian", + "x-language-type": "living", + "x-name-french": "arménien", + "x-scope": "individual", + "x-set-1": "hy", + "const": "hye" + }, + { + "title": "Icelandic", + "x-language-type": "living", + "x-name-french": "islandais", + "x-scope": "individual", + "x-set-1": "is", + "const": "isl" + }, + { + "title": "Georgian", + "x-language-type": "living", + "x-name-french": "géorgien", + "x-scope": "individual", + "x-set-1": "ka", + "const": "kat" + }, + { + "title": "Macedonian", + "x-language-type": "living", + "x-name-french": "macédonien", + "x-scope": "individual", + "x-set-1": "mk", + "const": "mkd" + }, + { + "title": "Maori", + "x-language-type": "living", + "x-name-french": "maori", + "x-scope": "individual", + "x-set-1": "mi", + "const": "mri" + }, + { + "title": "Malay", + "x-language-type": "living", + "x-name-french": "malais", + "x-scope": "macrolanguage", + "x-set-1": "ms", + "const": "msa" + }, + { + "title": "Burmese", + "x-language-type": "living", + "x-name-french": "birman", + "x-scope": "individual", + "x-set-1": "my", + "const": "mya" + }, + { + "title": "Dutch; Flemish", + "x-language-type": "living", + "x-name-french": "néerlandais; flamand", + "x-scope": "individual", + "x-set-1": "nl", + "const": "nld" + }, + { + "title": "Romanian; Moldavian; Moldovan", + "x-language-type": "living", + "x-name-french": "roumain; moldave", + "x-scope": "individual", + "x-set-1": "ro", + "const": "ron" + }, + { + "title": "Slovak", + "x-language-type": "living", + "x-name-french": "slovaque", + "x-scope": "individual", + "x-set-1": "sk", + "const": "slk" + }, + { + "title": "Albanian", + "x-language-type": "living", + "x-name-french": "albanais", + "x-scope": "macrolanguage", + "x-set-1": "sq", + "const": "sqi" + }, + { + "title": "Chinese", + "x-language-type": "living", + "x-name-french": "chinois", + "x-scope": "macrolanguage", + "x-set-1": "zh", + "const": "zho" + } + ] +} diff --git a/schemas/iso/language/2023/set-3.json b/schemas/iso/language/2023/set-3.json new file mode 100644 index 00000000..056f2a7d --- /dev/null +++ b/schemas/iso/language/2023/set-3.json @@ -0,0 +1,48586 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "ISO 639-3:2023 Language Code", + "description": "A three-letter language code from ISO 639-3", + "$comment": "Set 3 is a superset of Set 1 and Set 2. It provides comprehensive coverage of individual languages, macrolanguages, and special codes", + "examples": [ "aaa", "aab", "aac", "aad" ], + "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": [ "https://www.iso.org/standard/74575.html" ], + "anyOf": [ + { + "title": "Ghotuo", + "x-language-type": "living", + "x-scope": "individual", + "const": "aaa" + }, + { + "title": "Alumu-Tesu", + "x-language-type": "living", + "x-scope": "individual", + "const": "aab" + }, + { + "title": "Ari", + "x-language-type": "living", + "x-scope": "individual", + "const": "aac" + }, + { + "title": "Amal", + "x-language-type": "living", + "x-scope": "individual", + "const": "aad" + }, + { + "title": "Arbëreshë Albanian", + "x-language-type": "living", + "x-scope": "individual", + "const": "aae" + }, + { + "title": "Aranadan", + "x-language-type": "living", + "x-scope": "individual", + "const": "aaf" + }, + { + "title": "Ambrak", + "x-language-type": "living", + "x-scope": "individual", + "const": "aag" + }, + { + "title": "Abu' Arapesh", + "x-language-type": "living", + "x-scope": "individual", + "const": "aah" + }, + { + "title": "Arifama-Miniafia", + "x-language-type": "living", + "x-scope": "individual", + "const": "aai" + }, + { + "title": "Ankave", + "x-language-type": "living", + "x-scope": "individual", + "const": "aak" + }, + { + "title": "Afade", + "x-language-type": "living", + "x-scope": "individual", + "const": "aal" + }, + { + "title": "Anambé", + "x-language-type": "living", + "x-scope": "individual", + "const": "aan" + }, + { + "title": "Algerian Saharan Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "aao" + }, + { + "title": "Pará Arára", + "x-language-type": "living", + "x-scope": "individual", + "const": "aap" + }, + { + "title": "Eastern Abnaki", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "aaq" + }, + { + "title": "Afar", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "aa", + "x-set-2-bibliographic": "aar", + "x-set-2-terminologic": "aar", + "const": "aar" + }, + { + "title": "Aasáx", + "x-language-type": "living", + "x-scope": "individual", + "const": "aas" + }, + { + "title": "Arvanitika Albanian", + "x-language-type": "living", + "x-scope": "individual", + "const": "aat" + }, + { + "title": "Abau", + "x-language-type": "living", + "x-scope": "individual", + "const": "aau" + }, + { + "title": "Solong", + "x-language-type": "living", + "x-scope": "individual", + "const": "aaw" + }, + { + "title": "Mandobo Atas", + "x-language-type": "living", + "x-scope": "individual", + "const": "aax" + }, + { + "title": "Amarasi", + "x-language-type": "living", + "x-scope": "individual", + "const": "aaz" + }, + { + "title": "Abé", + "x-language-type": "living", + "x-scope": "individual", + "const": "aba" + }, + { + "title": "Bankon", + "x-language-type": "living", + "x-scope": "individual", + "const": "abb" + }, + { + "title": "Ambala Ayta", + "x-language-type": "living", + "x-scope": "individual", + "const": "abc" + }, + { + "title": "Manide", + "x-language-type": "living", + "x-scope": "individual", + "const": "abd" + }, + { + "title": "Western Abnaki", + "x-language-type": "living", + "x-scope": "individual", + "const": "abe" + }, + { + "title": "Abai Sungai", + "x-language-type": "living", + "x-scope": "individual", + "const": "abf" + }, + { + "title": "Abaga", + "x-language-type": "living", + "x-scope": "individual", + "const": "abg" + }, + { + "title": "Tajiki Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "abh" + }, + { + "title": "Abidji", + "x-language-type": "living", + "x-scope": "individual", + "const": "abi" + }, + { + "title": "Aka-Bea", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "abj" + }, + { + "title": "Abkhazian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ab", + "x-set-2-bibliographic": "abk", + "x-set-2-terminologic": "abk", + "const": "abk" + }, + { + "title": "Lampung Nyo", + "x-language-type": "living", + "x-scope": "individual", + "const": "abl" + }, + { + "title": "Abanyom", + "x-language-type": "living", + "x-scope": "individual", + "const": "abm" + }, + { + "title": "Abua", + "x-language-type": "living", + "x-scope": "individual", + "const": "abn" + }, + { + "title": "Abon", + "x-language-type": "living", + "x-scope": "individual", + "const": "abo" + }, + { + "title": "Abellen Ayta", + "x-language-type": "living", + "x-scope": "individual", + "const": "abp" + }, + { + "title": "Abaza", + "x-language-type": "living", + "x-scope": "individual", + "const": "abq" + }, + { + "title": "Abron", + "x-language-type": "living", + "x-scope": "individual", + "const": "abr" + }, + { + "title": "Ambonese Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "abs" + }, + { + "title": "Ambulas", + "x-language-type": "living", + "x-scope": "individual", + "const": "abt" + }, + { + "title": "Abure", + "x-language-type": "living", + "x-scope": "individual", + "const": "abu" + }, + { + "title": "Baharna Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "abv" + }, + { + "title": "Pal", + "x-language-type": "living", + "x-scope": "individual", + "const": "abw" + }, + { + "title": "Inabaknon", + "x-language-type": "living", + "x-scope": "individual", + "const": "abx" + }, + { + "title": "Aneme Wake", + "x-language-type": "living", + "x-scope": "individual", + "const": "aby" + }, + { + "title": "Abui", + "x-language-type": "living", + "x-scope": "individual", + "const": "abz" + }, + { + "title": "Achagua", + "x-language-type": "living", + "x-scope": "individual", + "const": "aca" + }, + { + "title": "Áncá", + "x-language-type": "living", + "x-scope": "individual", + "const": "acb" + }, + { + "title": "Gikyode", + "x-language-type": "living", + "x-scope": "individual", + "const": "acd" + }, + { + "title": "Achinese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "ace", + "x-set-2-terminologic": "ace", + "const": "ace" + }, + { + "title": "Saint Lucian Creole French", + "x-language-type": "living", + "x-scope": "individual", + "const": "acf" + }, + { + "title": "Acoli", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "ach", + "x-set-2-terminologic": "ach", + "const": "ach" + }, + { + "title": "Aka-Cari", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "aci" + }, + { + "title": "Aka-Kora", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ack" + }, + { + "title": "Akar-Bale", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "acl" + }, + { + "title": "Mesopotamian Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "acm" + }, + { + "title": "Achang", + "x-language-type": "living", + "x-scope": "individual", + "const": "acn" + }, + { + "title": "Eastern Acipa", + "x-language-type": "living", + "x-scope": "individual", + "const": "acp" + }, + { + "title": "Ta'izzi-Adeni Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "acq" + }, + { + "title": "Achi", + "x-language-type": "living", + "x-scope": "individual", + "const": "acr" + }, + { + "title": "Acroá", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "acs" + }, + { + "title": "Achterhoeks", + "x-language-type": "living", + "x-scope": "individual", + "const": "act" + }, + { + "title": "Achuar-Shiwiar", + "x-language-type": "living", + "x-scope": "individual", + "const": "acu" + }, + { + "title": "Achumawi", + "x-language-type": "living", + "x-scope": "individual", + "const": "acv" + }, + { + "title": "Hijazi Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "acw" + }, + { + "title": "Omani Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "acx" + }, + { + "title": "Cypriot Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "acy" + }, + { + "title": "Acheron", + "x-language-type": "living", + "x-scope": "individual", + "const": "acz" + }, + { + "title": "Adangme", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "ada", + "x-set-2-terminologic": "ada", + "const": "ada" + }, + { + "title": "Atauran", + "x-language-type": "living", + "x-scope": "individual", + "const": "adb" + }, + { + "title": "Lidzonka", + "x-language-type": "living", + "x-scope": "individual", + "const": "add" + }, + { + "title": "Adele", + "x-language-type": "living", + "x-scope": "individual", + "const": "ade" + }, + { + "title": "Dhofari Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "adf" + }, + { + "title": "Andegerebinha", + "x-language-type": "living", + "x-scope": "individual", + "const": "adg" + }, + { + "title": "Adhola", + "x-language-type": "living", + "x-scope": "individual", + "const": "adh" + }, + { + "title": "Adi", + "x-language-type": "living", + "x-scope": "individual", + "const": "adi" + }, + { + "title": "Adioukrou", + "x-language-type": "living", + "x-scope": "individual", + "const": "adj" + }, + { + "title": "Galo", + "x-language-type": "living", + "x-scope": "individual", + "const": "adl" + }, + { + "title": "Adang", + "x-language-type": "living", + "x-scope": "individual", + "const": "adn" + }, + { + "title": "Abu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ado" + }, + { + "title": "Adangbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "adq" + }, + { + "title": "Adonara", + "x-language-type": "living", + "x-scope": "individual", + "const": "adr" + }, + { + "title": "Adamorobe Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "ads" + }, + { + "title": "Adnyamathanha", + "x-language-type": "living", + "x-scope": "individual", + "const": "adt" + }, + { + "title": "Aduge", + "x-language-type": "living", + "x-scope": "individual", + "const": "adu" + }, + { + "title": "Amundava", + "x-language-type": "living", + "x-scope": "individual", + "const": "adw" + }, + { + "title": "Amdo Tibetan", + "x-language-type": "living", + "x-scope": "individual", + "const": "adx" + }, + { + "title": "Adyghe", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "ady", + "x-set-2-terminologic": "ady", + "const": "ady" + }, + { + "title": "Adzera", + "x-language-type": "living", + "x-scope": "individual", + "const": "adz" + }, + { + "title": "Areba", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "aea" + }, + { + "title": "Tunisian Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "aeb" + }, + { + "title": "Saidi Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "aec" + }, + { + "title": "Argentine Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "aed" + }, + { + "title": "Northeast Pashai", + "x-language-type": "living", + "x-scope": "individual", + "const": "aee" + }, + { + "title": "Haeke", + "x-language-type": "living", + "x-scope": "individual", + "const": "aek" + }, + { + "title": "Ambele", + "x-language-type": "living", + "x-scope": "individual", + "const": "ael" + }, + { + "title": "Arem", + "x-language-type": "living", + "x-scope": "individual", + "const": "aem" + }, + { + "title": "Armenian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "aen" + }, + { + "title": "Aer", + "x-language-type": "living", + "x-scope": "individual", + "const": "aeq" + }, + { + "title": "Eastern Arrernte", + "x-language-type": "living", + "x-scope": "individual", + "const": "aer" + }, + { + "title": "Alsea", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "aes" + }, + { + "title": "Akeu", + "x-language-type": "living", + "x-scope": "individual", + "const": "aeu" + }, + { + "title": "Ambakich", + "x-language-type": "living", + "x-scope": "individual", + "const": "aew" + }, + { + "title": "Amele", + "x-language-type": "living", + "x-scope": "individual", + "const": "aey" + }, + { + "title": "Aeka", + "x-language-type": "living", + "x-scope": "individual", + "const": "aez" + }, + { + "title": "Gulf Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "afb" + }, + { + "title": "Andai", + "x-language-type": "living", + "x-scope": "individual", + "const": "afd" + }, + { + "title": "Putukwam", + "x-language-type": "living", + "x-scope": "individual", + "const": "afe" + }, + { + "title": "Afghan Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "afg" + }, + { + "title": "Afrihili", + "x-language-type": "constructed", + "x-scope": "individual", + "x-set-2-bibliographic": "afh", + "x-set-2-terminologic": "afh", + "const": "afh" + }, + { + "title": "Akrukay", + "x-language-type": "living", + "x-scope": "individual", + "const": "afi" + }, + { + "title": "Nanubae", + "x-language-type": "living", + "x-scope": "individual", + "const": "afk" + }, + { + "title": "Defaka", + "x-language-type": "living", + "x-scope": "individual", + "const": "afn" + }, + { + "title": "Eloyi", + "x-language-type": "living", + "x-scope": "individual", + "const": "afo" + }, + { + "title": "Tapei", + "x-language-type": "living", + "x-scope": "individual", + "const": "afp" + }, + { + "title": "Afrikaans", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "af", + "x-set-2-bibliographic": "afr", + "x-set-2-terminologic": "afr", + "const": "afr" + }, + { + "title": "Afro-Seminole Creole", + "x-language-type": "living", + "x-scope": "individual", + "const": "afs" + }, + { + "title": "Afitti", + "x-language-type": "living", + "x-scope": "individual", + "const": "aft" + }, + { + "title": "Awutu", + "x-language-type": "living", + "x-scope": "individual", + "const": "afu" + }, + { + "title": "Obokuitai", + "x-language-type": "living", + "x-scope": "individual", + "const": "afz" + }, + { + "title": "Aguano", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "aga" + }, + { + "title": "Legbo", + "x-language-type": "living", + "x-scope": "individual", + "const": "agb" + }, + { + "title": "Agatu", + "x-language-type": "living", + "x-scope": "individual", + "const": "agc" + }, + { + "title": "Agarabi", + "x-language-type": "living", + "x-scope": "individual", + "const": "agd" + }, + { + "title": "Angal", + "x-language-type": "living", + "x-scope": "individual", + "const": "age" + }, + { + "title": "Arguni", + "x-language-type": "living", + "x-scope": "individual", + "const": "agf" + }, + { + "title": "Angor", + "x-language-type": "living", + "x-scope": "individual", + "const": "agg" + }, + { + "title": "Ngelima", + "x-language-type": "living", + "x-scope": "individual", + "const": "agh" + }, + { + "title": "Agariya", + "x-language-type": "living", + "x-scope": "individual", + "const": "agi" + }, + { + "title": "Argobba", + "x-language-type": "living", + "x-scope": "individual", + "const": "agj" + }, + { + "title": "Isarog Agta", + "x-language-type": "living", + "x-scope": "individual", + "const": "agk" + }, + { + "title": "Fembe", + "x-language-type": "living", + "x-scope": "individual", + "const": "agl" + }, + { + "title": "Angaataha", + "x-language-type": "living", + "x-scope": "individual", + "const": "agm" + }, + { + "title": "Agutaynen", + "x-language-type": "living", + "x-scope": "individual", + "const": "agn" + }, + { + "title": "Tainae", + "x-language-type": "living", + "x-scope": "individual", + "const": "ago" + }, + { + "title": "Aghem", + "x-language-type": "living", + "x-scope": "individual", + "const": "agq" + }, + { + "title": "Aguaruna", + "x-language-type": "living", + "x-scope": "individual", + "const": "agr" + }, + { + "title": "Esimbi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ags" + }, + { + "title": "Central Cagayan Agta", + "x-language-type": "living", + "x-scope": "individual", + "const": "agt" + }, + { + "title": "Aguacateco", + "x-language-type": "living", + "x-scope": "individual", + "const": "agu" + }, + { + "title": "Remontado Dumagat", + "x-language-type": "living", + "x-scope": "individual", + "const": "agv" + }, + { + "title": "Kahua", + "x-language-type": "living", + "x-scope": "individual", + "const": "agw" + }, + { + "title": "Aghul", + "x-language-type": "living", + "x-scope": "individual", + "const": "agx" + }, + { + "title": "Southern Alta", + "x-language-type": "living", + "x-scope": "individual", + "const": "agy" + }, + { + "title": "Mt. Iriga Agta", + "x-language-type": "living", + "x-scope": "individual", + "const": "agz" + }, + { + "title": "Ahanta", + "x-language-type": "living", + "x-scope": "individual", + "const": "aha" + }, + { + "title": "Axamb", + "x-language-type": "living", + "x-scope": "individual", + "const": "ahb" + }, + { + "title": "Qimant", + "x-language-type": "living", + "x-scope": "individual", + "const": "ahg" + }, + { + "title": "Aghu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ahh" + }, + { + "title": "Tiagbamrin Aizi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ahi" + }, + { + "title": "Akha", + "x-language-type": "living", + "x-scope": "individual", + "const": "ahk" + }, + { + "title": "Igo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ahl" + }, + { + "title": "Mobumrin Aizi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ahm" + }, + { + "title": "Àhàn", + "x-language-type": "living", + "x-scope": "individual", + "const": "ahn" + }, + { + "title": "Ahom", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "aho" + }, + { + "title": "Aproumu Aizi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ahp" + }, + { + "title": "Ahirani", + "x-language-type": "living", + "x-scope": "individual", + "const": "ahr" + }, + { + "title": "Ashe", + "x-language-type": "living", + "x-scope": "individual", + "const": "ahs" + }, + { + "title": "Ahtena", + "x-language-type": "living", + "x-scope": "individual", + "const": "aht" + }, + { + "title": "Arosi", + "x-language-type": "living", + "x-scope": "individual", + "const": "aia" + }, + { + "title": "Ainu (China)", + "x-language-type": "living", + "x-scope": "individual", + "const": "aib" + }, + { + "title": "Ainbai", + "x-language-type": "living", + "x-scope": "individual", + "const": "aic" + }, + { + "title": "Alngith", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "aid" + }, + { + "title": "Amara", + "x-language-type": "living", + "x-scope": "individual", + "const": "aie" + }, + { + "title": "Agi", + "x-language-type": "living", + "x-scope": "individual", + "const": "aif" + }, + { + "title": "Antigua and Barbuda Creole English", + "x-language-type": "living", + "x-scope": "individual", + "const": "aig" + }, + { + "title": "Ai-Cham", + "x-language-type": "living", + "x-scope": "individual", + "const": "aih" + }, + { + "title": "Assyrian Neo-Aramaic", + "x-language-type": "living", + "x-scope": "individual", + "const": "aii" + }, + { + "title": "Lishanid Noshan", + "x-language-type": "living", + "x-scope": "individual", + "const": "aij" + }, + { + "title": "Ake", + "x-language-type": "living", + "x-scope": "individual", + "const": "aik" + }, + { + "title": "Aimele", + "x-language-type": "living", + "x-scope": "individual", + "const": "ail" + }, + { + "title": "Aimol", + "x-language-type": "living", + "x-scope": "individual", + "const": "aim" + }, + { + "title": "Ainu (Japan)", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "ain", + "x-set-2-terminologic": "ain", + "const": "ain" + }, + { + "title": "Aiton", + "x-language-type": "living", + "x-scope": "individual", + "const": "aio" + }, + { + "title": "Burumakok", + "x-language-type": "living", + "x-scope": "individual", + "const": "aip" + }, + { + "title": "Aimaq", + "x-language-type": "living", + "x-scope": "individual", + "const": "aiq" + }, + { + "title": "Airoran", + "x-language-type": "living", + "x-scope": "individual", + "const": "air" + }, + { + "title": "Arikem", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ait" + }, + { + "title": "Aari", + "x-language-type": "living", + "x-scope": "individual", + "const": "aiw" + }, + { + "title": "Aighon", + "x-language-type": "living", + "x-scope": "individual", + "const": "aix" + }, + { + "title": "Ali", + "x-language-type": "living", + "x-scope": "individual", + "const": "aiy" + }, + { + "title": "Aja (South Sudan)", + "x-language-type": "living", + "x-scope": "individual", + "const": "aja" + }, + { + "title": "Aja (Benin)", + "x-language-type": "living", + "x-scope": "individual", + "const": "ajg" + }, + { + "title": "Ajië", + "x-language-type": "living", + "x-scope": "individual", + "const": "aji" + }, + { + "title": "Andajin", + "x-language-type": "living", + "x-scope": "individual", + "const": "ajn" + }, + { + "title": "Algerian Jewish Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "ajs" + }, + { + "title": "Judeo-Moroccan Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "aju" + }, + { + "title": "Ajawa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ajw" + }, + { + "title": "Amri Karbi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ajz" + }, + { + "title": "Akan", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "ak", + "x-set-2-bibliographic": "aka", + "x-set-2-terminologic": "aka", + "const": "aka" + }, + { + "title": "Batak Angkola", + "x-language-type": "living", + "x-scope": "individual", + "const": "akb" + }, + { + "title": "Mpur", + "x-language-type": "living", + "x-scope": "individual", + "const": "akc" + }, + { + "title": "Ukpet-Ehom", + "x-language-type": "living", + "x-scope": "individual", + "const": "akd" + }, + { + "title": "Akawaio", + "x-language-type": "living", + "x-scope": "individual", + "const": "ake" + }, + { + "title": "Akpa", + "x-language-type": "living", + "x-scope": "individual", + "const": "akf" + }, + { + "title": "Anakalangu", + "x-language-type": "living", + "x-scope": "individual", + "const": "akg" + }, + { + "title": "Angal Heneng", + "x-language-type": "living", + "x-scope": "individual", + "const": "akh" + }, + { + "title": "Aiome", + "x-language-type": "living", + "x-scope": "individual", + "const": "aki" + }, + { + "title": "Aka-Jeru", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "akj" + }, + { + "title": "Akkadian", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "akk", + "x-set-2-terminologic": "akk", + "const": "akk" + }, + { + "title": "Aklanon", + "x-language-type": "living", + "x-scope": "individual", + "const": "akl" + }, + { + "title": "Aka-Bo", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "akm" + }, + { + "title": "Akurio", + "x-language-type": "living", + "x-scope": "individual", + "const": "ako" + }, + { + "title": "Siwu", + "x-language-type": "living", + "x-scope": "individual", + "const": "akp" + }, + { + "title": "Ak", + "x-language-type": "living", + "x-scope": "individual", + "const": "akq" + }, + { + "title": "Araki", + "x-language-type": "living", + "x-scope": "individual", + "const": "akr" + }, + { + "title": "Akaselem", + "x-language-type": "living", + "x-scope": "individual", + "const": "aks" + }, + { + "title": "Akolet", + "x-language-type": "living", + "x-scope": "individual", + "const": "akt" + }, + { + "title": "Akum", + "x-language-type": "living", + "x-scope": "individual", + "const": "aku" + }, + { + "title": "Akhvakh", + "x-language-type": "living", + "x-scope": "individual", + "const": "akv" + }, + { + "title": "Akwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "akw" + }, + { + "title": "Aka-Kede", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "akx" + }, + { + "title": "Aka-Kol", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "aky" + }, + { + "title": "Alabama", + "x-language-type": "living", + "x-scope": "individual", + "const": "akz" + }, + { + "title": "Alago", + "x-language-type": "living", + "x-scope": "individual", + "const": "ala" + }, + { + "title": "Qawasqar", + "x-language-type": "living", + "x-scope": "individual", + "const": "alc" + }, + { + "title": "Alladian", + "x-language-type": "living", + "x-scope": "individual", + "const": "ald" + }, + { + "title": "Aleut", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "ale", + "x-set-2-terminologic": "ale", + "const": "ale" + }, + { + "title": "Alege", + "x-language-type": "living", + "x-scope": "individual", + "const": "alf" + }, + { + "title": "Alawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "alh" + }, + { + "title": "Amaimon", + "x-language-type": "living", + "x-scope": "individual", + "const": "ali" + }, + { + "title": "Alangan", + "x-language-type": "living", + "x-scope": "individual", + "const": "alj" + }, + { + "title": "Alak", + "x-language-type": "living", + "x-scope": "individual", + "const": "alk" + }, + { + "title": "Allar", + "x-language-type": "living", + "x-scope": "individual", + "const": "all" + }, + { + "title": "Amblong", + "x-language-type": "living", + "x-scope": "individual", + "const": "alm" + }, + { + "title": "Gheg Albanian", + "x-language-type": "living", + "x-scope": "individual", + "const": "aln" + }, + { + "title": "Larike-Wakasihu", + "x-language-type": "living", + "x-scope": "individual", + "const": "alo" + }, + { + "title": "Alune", + "x-language-type": "living", + "x-scope": "individual", + "const": "alp" + }, + { + "title": "Algonquin", + "x-language-type": "living", + "x-scope": "individual", + "const": "alq" + }, + { + "title": "Alutor", + "x-language-type": "living", + "x-scope": "individual", + "const": "alr" + }, + { + "title": "Tosk Albanian", + "x-language-type": "living", + "x-scope": "individual", + "const": "als" + }, + { + "title": "Southern Altai", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "alt", + "x-set-2-terminologic": "alt", + "const": "alt" + }, + { + "title": "'Are'are", + "x-language-type": "living", + "x-scope": "individual", + "const": "alu" + }, + { + "title": "Alaba-K’abeena", + "x-language-type": "living", + "x-scope": "individual", + "const": "alw" + }, + { + "title": "Amol", + "x-language-type": "living", + "x-scope": "individual", + "const": "alx" + }, + { + "title": "Alyawarr", + "x-language-type": "living", + "x-scope": "individual", + "const": "aly" + }, + { + "title": "Alur", + "x-language-type": "living", + "x-scope": "individual", + "const": "alz" + }, + { + "title": "Amanayé", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ama" + }, + { + "title": "Ambo", + "x-language-type": "living", + "x-scope": "individual", + "const": "amb" + }, + { + "title": "Amahuaca", + "x-language-type": "living", + "x-scope": "individual", + "const": "amc" + }, + { + "title": "Yanesha'", + "x-language-type": "living", + "x-scope": "individual", + "const": "ame" + }, + { + "title": "Hamer-Banna", + "x-language-type": "living", + "x-scope": "individual", + "const": "amf" + }, + { + "title": "Amurdak", + "x-language-type": "living", + "x-scope": "individual", + "const": "amg" + }, + { + "title": "Amharic", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "am", + "x-set-2-bibliographic": "amh", + "x-set-2-terminologic": "amh", + "const": "amh" + }, + { + "title": "Amis", + "x-language-type": "living", + "x-scope": "individual", + "const": "ami" + }, + { + "title": "Amdang", + "x-language-type": "living", + "x-scope": "individual", + "const": "amj" + }, + { + "title": "Ambai", + "x-language-type": "living", + "x-scope": "individual", + "const": "amk" + }, + { + "title": "War-Jaintia", + "x-language-type": "living", + "x-scope": "individual", + "const": "aml" + }, + { + "title": "Ama (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "amm" + }, + { + "title": "Amanab", + "x-language-type": "living", + "x-scope": "individual", + "const": "amn" + }, + { + "title": "Amo", + "x-language-type": "living", + "x-scope": "individual", + "const": "amo" + }, + { + "title": "Alamblak", + "x-language-type": "living", + "x-scope": "individual", + "const": "amp" + }, + { + "title": "Amahai", + "x-language-type": "living", + "x-scope": "individual", + "const": "amq" + }, + { + "title": "Amarakaeri", + "x-language-type": "living", + "x-scope": "individual", + "const": "amr" + }, + { + "title": "Southern Amami-Oshima", + "x-language-type": "living", + "x-scope": "individual", + "const": "ams" + }, + { + "title": "Amto", + "x-language-type": "living", + "x-scope": "individual", + "const": "amt" + }, + { + "title": "Guerrero Amuzgo", + "x-language-type": "living", + "x-scope": "individual", + "const": "amu" + }, + { + "title": "Ambelau", + "x-language-type": "living", + "x-scope": "individual", + "const": "amv" + }, + { + "title": "Western Neo-Aramaic", + "x-language-type": "living", + "x-scope": "individual", + "const": "amw" + }, + { + "title": "Anmatyerre", + "x-language-type": "living", + "x-scope": "individual", + "const": "amx" + }, + { + "title": "Ami", + "x-language-type": "living", + "x-scope": "individual", + "const": "amy" + }, + { + "title": "Atampaya", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "amz" + }, + { + "title": "Andaqui", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ana" + }, + { + "title": "Andoa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "anb" + }, + { + "title": "Ngas", + "x-language-type": "living", + "x-scope": "individual", + "const": "anc" + }, + { + "title": "Ansus", + "x-language-type": "living", + "x-scope": "individual", + "const": "and" + }, + { + "title": "Xârâcùù", + "x-language-type": "living", + "x-scope": "individual", + "const": "ane" + }, + { + "title": "Animere", + "x-language-type": "living", + "x-scope": "individual", + "const": "anf" + }, + { + "title": "Old English (ca. 450-1100)", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "ang", + "x-set-2-terminologic": "ang", + "const": "ang" + }, + { + "title": "Nend", + "x-language-type": "living", + "x-scope": "individual", + "const": "anh" + }, + { + "title": "Andi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ani" + }, + { + "title": "Anor", + "x-language-type": "living", + "x-scope": "individual", + "const": "anj" + }, + { + "title": "Goemai", + "x-language-type": "living", + "x-scope": "individual", + "const": "ank" + }, + { + "title": "Anu-Hkongso Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "anl" + }, + { + "title": "Anal", + "x-language-type": "living", + "x-scope": "individual", + "const": "anm" + }, + { + "title": "Obolo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ann" + }, + { + "title": "Andoque", + "x-language-type": "living", + "x-scope": "individual", + "const": "ano" + }, + { + "title": "Angika", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "anp", + "x-set-2-terminologic": "anp", + "const": "anp" + }, + { + "title": "Jarawa (India)", + "x-language-type": "living", + "x-scope": "individual", + "const": "anq" + }, + { + "title": "Andh", + "x-language-type": "living", + "x-scope": "individual", + "const": "anr" + }, + { + "title": "Anserma", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ans" + }, + { + "title": "Antakarinya", + "x-language-type": "living", + "x-scope": "individual", + "const": "ant" + }, + { + "title": "Anuak", + "x-language-type": "living", + "x-scope": "individual", + "const": "anu" + }, + { + "title": "Denya", + "x-language-type": "living", + "x-scope": "individual", + "const": "anv" + }, + { + "title": "Anaang", + "x-language-type": "living", + "x-scope": "individual", + "const": "anw" + }, + { + "title": "Andra-Hus", + "x-language-type": "living", + "x-scope": "individual", + "const": "anx" + }, + { + "title": "Anyin", + "x-language-type": "living", + "x-scope": "individual", + "const": "any" + }, + { + "title": "Anem", + "x-language-type": "living", + "x-scope": "individual", + "const": "anz" + }, + { + "title": "Angolar", + "x-language-type": "living", + "x-scope": "individual", + "const": "aoa" + }, + { + "title": "Abom", + "x-language-type": "living", + "x-scope": "individual", + "const": "aob" + }, + { + "title": "Pemon", + "x-language-type": "living", + "x-scope": "individual", + "const": "aoc" + }, + { + "title": "Andarum", + "x-language-type": "living", + "x-scope": "individual", + "const": "aod" + }, + { + "title": "Angal Enen", + "x-language-type": "living", + "x-scope": "individual", + "const": "aoe" + }, + { + "title": "Bragat", + "x-language-type": "living", + "x-scope": "individual", + "const": "aof" + }, + { + "title": "Angoram", + "x-language-type": "living", + "x-scope": "individual", + "const": "aog" + }, + { + "title": "Anindilyakwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "aoi" + }, + { + "title": "Mufian", + "x-language-type": "living", + "x-scope": "individual", + "const": "aoj" + }, + { + "title": "Arhö", + "x-language-type": "living", + "x-scope": "individual", + "const": "aok" + }, + { + "title": "Alor", + "x-language-type": "living", + "x-scope": "individual", + "const": "aol" + }, + { + "title": "Ömie", + "x-language-type": "living", + "x-scope": "individual", + "const": "aom" + }, + { + "title": "Bumbita Arapesh", + "x-language-type": "living", + "x-scope": "individual", + "const": "aon" + }, + { + "title": "Aore", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "aor" + }, + { + "title": "Taikat", + "x-language-type": "living", + "x-scope": "individual", + "const": "aos" + }, + { + "title": "Atong (India)", + "x-language-type": "living", + "x-scope": "individual", + "const": "aot" + }, + { + "title": "A'ou", + "x-language-type": "living", + "x-scope": "individual", + "const": "aou" + }, + { + "title": "Atorada", + "x-language-type": "living", + "x-scope": "individual", + "const": "aox" + }, + { + "title": "Uab Meto", + "x-language-type": "living", + "x-scope": "individual", + "const": "aoz" + }, + { + "title": "Sa'a", + "x-language-type": "living", + "x-scope": "individual", + "const": "apb" + }, + { + "title": "Levantine Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "apc" + }, + { + "title": "Sudanese Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "apd" + }, + { + "title": "Bukiyip", + "x-language-type": "living", + "x-scope": "individual", + "const": "ape" + }, + { + "title": "Pahanan Agta", + "x-language-type": "living", + "x-scope": "individual", + "const": "apf" + }, + { + "title": "Ampanang", + "x-language-type": "living", + "x-scope": "individual", + "const": "apg" + }, + { + "title": "Athpariya", + "x-language-type": "living", + "x-scope": "individual", + "const": "aph" + }, + { + "title": "Apiaká", + "x-language-type": "living", + "x-scope": "individual", + "const": "api" + }, + { + "title": "Jicarilla Apache", + "x-language-type": "living", + "x-scope": "individual", + "const": "apj" + }, + { + "title": "Kiowa Apache", + "x-language-type": "living", + "x-scope": "individual", + "const": "apk" + }, + { + "title": "Lipan Apache", + "x-language-type": "living", + "x-scope": "individual", + "const": "apl" + }, + { + "title": "Mescalero-Chiricahua Apache", + "x-language-type": "living", + "x-scope": "individual", + "const": "apm" + }, + { + "title": "Apinayé", + "x-language-type": "living", + "x-scope": "individual", + "const": "apn" + }, + { + "title": "Ambul", + "x-language-type": "living", + "x-scope": "individual", + "const": "apo" + }, + { + "title": "Apma", + "x-language-type": "living", + "x-scope": "individual", + "const": "app" + }, + { + "title": "A-Pucikwar", + "x-language-type": "living", + "x-scope": "individual", + "const": "apq" + }, + { + "title": "Arop-Lokep", + "x-language-type": "living", + "x-scope": "individual", + "const": "apr" + }, + { + "title": "Arop-Sissano", + "x-language-type": "living", + "x-scope": "individual", + "const": "aps" + }, + { + "title": "Apatani", + "x-language-type": "living", + "x-scope": "individual", + "const": "apt" + }, + { + "title": "Apurinã", + "x-language-type": "living", + "x-scope": "individual", + "const": "apu" + }, + { + "title": "Alapmunte", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "apv" + }, + { + "title": "Western Apache", + "x-language-type": "living", + "x-scope": "individual", + "const": "apw" + }, + { + "title": "Aputai", + "x-language-type": "living", + "x-scope": "individual", + "const": "apx" + }, + { + "title": "Apalaí", + "x-language-type": "living", + "x-scope": "individual", + "const": "apy" + }, + { + "title": "Safeyoka", + "x-language-type": "living", + "x-scope": "individual", + "const": "apz" + }, + { + "title": "Archi", + "x-language-type": "living", + "x-scope": "individual", + "const": "aqc" + }, + { + "title": "Ampari Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "aqd" + }, + { + "title": "Arigidi", + "x-language-type": "living", + "x-scope": "individual", + "const": "aqg" + }, + { + "title": "Aninka", + "x-language-type": "living", + "x-scope": "individual", + "const": "aqk" + }, + { + "title": "Atohwaim", + "x-language-type": "living", + "x-scope": "individual", + "const": "aqm" + }, + { + "title": "Northern Alta", + "x-language-type": "living", + "x-scope": "individual", + "const": "aqn" + }, + { + "title": "Atakapa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "aqp" + }, + { + "title": "Arhâ", + "x-language-type": "living", + "x-scope": "individual", + "const": "aqr" + }, + { + "title": "Angaité", + "x-language-type": "living", + "x-scope": "individual", + "const": "aqt" + }, + { + "title": "Akuntsu", + "x-language-type": "living", + "x-scope": "individual", + "const": "aqz" + }, + { + "title": "Arabic", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "ar", + "x-set-2-bibliographic": "ara", + "x-set-2-terminologic": "ara", + "const": "ara" + }, + { + "title": "Standard Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "arb" + }, + { + "title": "Official Aramaic (700-300 BCE)", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "arc", + "x-set-2-terminologic": "arc", + "const": "arc" + }, + { + "title": "Arabana", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ard" + }, + { + "title": "Western Arrarnta", + "x-language-type": "living", + "x-scope": "individual", + "const": "are" + }, + { + "title": "Aragonese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "an", + "x-set-2-bibliographic": "arg", + "x-set-2-terminologic": "arg", + "const": "arg" + }, + { + "title": "Arhuaco", + "x-language-type": "living", + "x-scope": "individual", + "const": "arh" + }, + { + "title": "Arikara", + "x-language-type": "living", + "x-scope": "individual", + "const": "ari" + }, + { + "title": "Arapaso", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "arj" + }, + { + "title": "Arikapú", + "x-language-type": "living", + "x-scope": "individual", + "const": "ark" + }, + { + "title": "Arabela", + "x-language-type": "living", + "x-scope": "individual", + "const": "arl" + }, + { + "title": "Mapudungun", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "arn", + "x-set-2-terminologic": "arn", + "const": "arn" + }, + { + "title": "Araona", + "x-language-type": "living", + "x-scope": "individual", + "const": "aro" + }, + { + "title": "Arapaho", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "arp", + "x-set-2-terminologic": "arp", + "const": "arp" + }, + { + "title": "Algerian Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "arq" + }, + { + "title": "Karo (Brazil)", + "x-language-type": "living", + "x-scope": "individual", + "const": "arr" + }, + { + "title": "Najdi Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "ars" + }, + { + "title": "Aruá (Amazonas State)", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "aru" + }, + { + "title": "Arbore", + "x-language-type": "living", + "x-scope": "individual", + "const": "arv" + }, + { + "title": "Arawak", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "arw", + "x-set-2-terminologic": "arw", + "const": "arw" + }, + { + "title": "Aruá (Rodonia State)", + "x-language-type": "living", + "x-scope": "individual", + "const": "arx" + }, + { + "title": "Moroccan Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "ary" + }, + { + "title": "Egyptian Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "arz" + }, + { + "title": "Asu (Tanzania)", + "x-language-type": "living", + "x-scope": "individual", + "const": "asa" + }, + { + "title": "Assiniboine", + "x-language-type": "living", + "x-scope": "individual", + "const": "asb" + }, + { + "title": "Casuarina Coast Asmat", + "x-language-type": "living", + "x-scope": "individual", + "const": "asc" + }, + { + "title": "American Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "ase" + }, + { + "title": "Auslan", + "x-language-type": "living", + "x-scope": "individual", + "const": "asf" + }, + { + "title": "Cishingini", + "x-language-type": "living", + "x-scope": "individual", + "const": "asg" + }, + { + "title": "Abishira", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ash" + }, + { + "title": "Buruwai", + "x-language-type": "living", + "x-scope": "individual", + "const": "asi" + }, + { + "title": "Sari", + "x-language-type": "living", + "x-scope": "individual", + "const": "asj" + }, + { + "title": "Ashkun", + "x-language-type": "living", + "x-scope": "individual", + "const": "ask" + }, + { + "title": "Asilulu", + "x-language-type": "living", + "x-scope": "individual", + "const": "asl" + }, + { + "title": "Assamese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "as", + "x-set-2-bibliographic": "asm", + "x-set-2-terminologic": "asm", + "const": "asm" + }, + { + "title": "Xingú Asuriní", + "x-language-type": "living", + "x-scope": "individual", + "const": "asn" + }, + { + "title": "Dano", + "x-language-type": "living", + "x-scope": "individual", + "const": "aso" + }, + { + "title": "Algerian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "asp" + }, + { + "title": "Austrian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "asq" + }, + { + "title": "Asuri", + "x-language-type": "living", + "x-scope": "individual", + "const": "asr" + }, + { + "title": "Ipulo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ass" + }, + { + "title": "Asturian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "ast", + "x-set-2-terminologic": "ast", + "const": "ast" + }, + { + "title": "Tocantins Asurini", + "x-language-type": "living", + "x-scope": "individual", + "const": "asu" + }, + { + "title": "Asoa", + "x-language-type": "living", + "x-scope": "individual", + "const": "asv" + }, + { + "title": "Australian Aborigines Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "asw" + }, + { + "title": "Muratayak", + "x-language-type": "living", + "x-scope": "individual", + "const": "asx" + }, + { + "title": "Yaosakor Asmat", + "x-language-type": "living", + "x-scope": "individual", + "const": "asy" + }, + { + "title": "As", + "x-language-type": "living", + "x-scope": "individual", + "const": "asz" + }, + { + "title": "Pele-Ata", + "x-language-type": "living", + "x-scope": "individual", + "const": "ata" + }, + { + "title": "Zaiwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "atb" + }, + { + "title": "Atsahuaca", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "atc" + }, + { + "title": "Ata Manobo", + "x-language-type": "living", + "x-scope": "individual", + "const": "atd" + }, + { + "title": "Atemble", + "x-language-type": "living", + "x-scope": "individual", + "const": "ate" + }, + { + "title": "Ivbie North-Okpela-Arhe", + "x-language-type": "living", + "x-scope": "individual", + "const": "atg" + }, + { + "title": "Attié", + "x-language-type": "living", + "x-scope": "individual", + "const": "ati" + }, + { + "title": "Atikamekw", + "x-language-type": "living", + "x-scope": "individual", + "const": "atj" + }, + { + "title": "Ati", + "x-language-type": "living", + "x-scope": "individual", + "const": "atk" + }, + { + "title": "Mt. Iraya Agta", + "x-language-type": "living", + "x-scope": "individual", + "const": "atl" + }, + { + "title": "Ata", + "x-language-type": "living", + "x-scope": "individual", + "const": "atm" + }, + { + "title": "Ashtiani", + "x-language-type": "living", + "x-scope": "individual", + "const": "atn" + }, + { + "title": "Atong (Cameroon)", + "x-language-type": "living", + "x-scope": "individual", + "const": "ato" + }, + { + "title": "Pudtol Atta", + "x-language-type": "living", + "x-scope": "individual", + "const": "atp" + }, + { + "title": "Aralle-Tabulahan", + "x-language-type": "living", + "x-scope": "individual", + "const": "atq" + }, + { + "title": "Waimiri-Atroari", + "x-language-type": "living", + "x-scope": "individual", + "const": "atr" + }, + { + "title": "Gros Ventre", + "x-language-type": "living", + "x-scope": "individual", + "const": "ats" + }, + { + "title": "Pamplona Atta", + "x-language-type": "living", + "x-scope": "individual", + "const": "att" + }, + { + "title": "Reel", + "x-language-type": "living", + "x-scope": "individual", + "const": "atu" + }, + { + "title": "Northern Altai", + "x-language-type": "living", + "x-scope": "individual", + "const": "atv" + }, + { + "title": "Atsugewi", + "x-language-type": "living", + "x-scope": "individual", + "const": "atw" + }, + { + "title": "Arutani", + "x-language-type": "living", + "x-scope": "individual", + "const": "atx" + }, + { + "title": "Aneityum", + "x-language-type": "living", + "x-scope": "individual", + "const": "aty" + }, + { + "title": "Arta", + "x-language-type": "living", + "x-scope": "individual", + "const": "atz" + }, + { + "title": "Asumboa", + "x-language-type": "living", + "x-scope": "individual", + "const": "aua" + }, + { + "title": "Alugu", + "x-language-type": "living", + "x-scope": "individual", + "const": "aub" + }, + { + "title": "Waorani", + "x-language-type": "living", + "x-scope": "individual", + "const": "auc" + }, + { + "title": "Anuta", + "x-language-type": "living", + "x-scope": "individual", + "const": "aud" + }, + { + "title": "Aguna", + "x-language-type": "living", + "x-scope": "individual", + "const": "aug" + }, + { + "title": "Aushi", + "x-language-type": "living", + "x-scope": "individual", + "const": "auh" + }, + { + "title": "Anuki", + "x-language-type": "living", + "x-scope": "individual", + "const": "aui" + }, + { + "title": "Awjilah", + "x-language-type": "living", + "x-scope": "individual", + "const": "auj" + }, + { + "title": "Heyo", + "x-language-type": "living", + "x-scope": "individual", + "const": "auk" + }, + { + "title": "Aulua", + "x-language-type": "living", + "x-scope": "individual", + "const": "aul" + }, + { + "title": "Asu (Nigeria)", + "x-language-type": "living", + "x-scope": "individual", + "const": "aum" + }, + { + "title": "Molmo One", + "x-language-type": "living", + "x-scope": "individual", + "const": "aun" + }, + { + "title": "Auyokawa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "auo" + }, + { + "title": "Makayam", + "x-language-type": "living", + "x-scope": "individual", + "const": "aup" + }, + { + "title": "Anus", + "x-language-type": "living", + "x-scope": "individual", + "const": "auq" + }, + { + "title": "Aruek", + "x-language-type": "living", + "x-scope": "individual", + "const": "aur" + }, + { + "title": "Austral", + "x-language-type": "living", + "x-scope": "individual", + "const": "aut" + }, + { + "title": "Auye", + "x-language-type": "living", + "x-scope": "individual", + "const": "auu" + }, + { + "title": "Awyi", + "x-language-type": "living", + "x-scope": "individual", + "const": "auw" + }, + { + "title": "Aurá", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "aux" + }, + { + "title": "Awiyaana", + "x-language-type": "living", + "x-scope": "individual", + "const": "auy" + }, + { + "title": "Uzbeki Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "auz" + }, + { + "title": "Avaric", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "av", + "x-set-2-bibliographic": "ava", + "x-set-2-terminologic": "ava", + "const": "ava" + }, + { + "title": "Avau", + "x-language-type": "living", + "x-scope": "individual", + "const": "avb" + }, + { + "title": "Alviri-Vidari", + "x-language-type": "living", + "x-scope": "individual", + "const": "avd" + }, + { + "title": "Avestan", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-1": "ae", + "x-set-2-bibliographic": "ave", + "x-set-2-terminologic": "ave", + "const": "ave" + }, + { + "title": "Avikam", + "x-language-type": "living", + "x-scope": "individual", + "const": "avi" + }, + { + "title": "Kotava", + "x-language-type": "constructed", + "x-scope": "individual", + "const": "avk" + }, + { + "title": "Eastern Egyptian Bedawi Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "avl" + }, + { + "title": "Angkamuthi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "avm" + }, + { + "title": "Avatime", + "x-language-type": "living", + "x-scope": "individual", + "const": "avn" + }, + { + "title": "Agavotaguerra", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "avo" + }, + { + "title": "Aushiri", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "avs" + }, + { + "title": "Au", + "x-language-type": "living", + "x-scope": "individual", + "const": "avt" + }, + { + "title": "Avokaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "avu" + }, + { + "title": "Avá-Canoeiro", + "x-language-type": "living", + "x-scope": "individual", + "const": "avv" + }, + { + "title": "Awadhi", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "awa", + "x-set-2-terminologic": "awa", + "const": "awa" + }, + { + "title": "Awa (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "awb" + }, + { + "title": "Cicipu", + "x-language-type": "living", + "x-scope": "individual", + "const": "awc" + }, + { + "title": "Awetí", + "x-language-type": "living", + "x-scope": "individual", + "const": "awe" + }, + { + "title": "Anguthimri", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "awg" + }, + { + "title": "Awbono", + "x-language-type": "living", + "x-scope": "individual", + "const": "awh" + }, + { + "title": "Aekyom", + "x-language-type": "living", + "x-scope": "individual", + "const": "awi" + }, + { + "title": "Awabakal", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "awk" + }, + { + "title": "Arawum", + "x-language-type": "living", + "x-scope": "individual", + "const": "awm" + }, + { + "title": "Awngi", + "x-language-type": "living", + "x-scope": "individual", + "const": "awn" + }, + { + "title": "Awak", + "x-language-type": "living", + "x-scope": "individual", + "const": "awo" + }, + { + "title": "Awera", + "x-language-type": "living", + "x-scope": "individual", + "const": "awr" + }, + { + "title": "South Awyu", + "x-language-type": "living", + "x-scope": "individual", + "const": "aws" + }, + { + "title": "Araweté", + "x-language-type": "living", + "x-scope": "individual", + "const": "awt" + }, + { + "title": "Central Awyu", + "x-language-type": "living", + "x-scope": "individual", + "const": "awu" + }, + { + "title": "Jair Awyu", + "x-language-type": "living", + "x-scope": "individual", + "const": "awv" + }, + { + "title": "Awun", + "x-language-type": "living", + "x-scope": "individual", + "const": "aww" + }, + { + "title": "Awara", + "x-language-type": "living", + "x-scope": "individual", + "const": "awx" + }, + { + "title": "Edera Awyu", + "x-language-type": "living", + "x-scope": "individual", + "const": "awy" + }, + { + "title": "Abipon", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "axb" + }, + { + "title": "Ayerrerenge", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "axe" + }, + { + "title": "Mato Grosso Arára", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "axg" + }, + { + "title": "Yaka (Central African Republic)", + "x-language-type": "living", + "x-scope": "individual", + "const": "axk" + }, + { + "title": "Lower Southern Aranda", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "axl" + }, + { + "title": "Middle Armenian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "axm" + }, + { + "title": "Xârâgurè", + "x-language-type": "living", + "x-scope": "individual", + "const": "axx" + }, + { + "title": "Awar", + "x-language-type": "living", + "x-scope": "individual", + "const": "aya" + }, + { + "title": "Ayizo Gbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "ayb" + }, + { + "title": "Southern Aymara", + "x-language-type": "living", + "x-scope": "individual", + "const": "ayc" + }, + { + "title": "Ayabadhu", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ayd" + }, + { + "title": "Ayere", + "x-language-type": "living", + "x-scope": "individual", + "const": "aye" + }, + { + "title": "Ginyanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "ayg" + }, + { + "title": "Hadrami Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "ayh" + }, + { + "title": "Leyigha", + "x-language-type": "living", + "x-scope": "individual", + "const": "ayi" + }, + { + "title": "Akuku", + "x-language-type": "living", + "x-scope": "individual", + "const": "ayk" + }, + { + "title": "Libyan Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "ayl" + }, + { + "title": "Aymara", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "ay", + "x-set-2-bibliographic": "aym", + "x-set-2-terminologic": "aym", + "const": "aym" + }, + { + "title": "Sanaani Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "ayn" + }, + { + "title": "Ayoreo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ayo" + }, + { + "title": "North Mesopotamian Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "ayp" + }, + { + "title": "Ayi (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "ayq" + }, + { + "title": "Central Aymara", + "x-language-type": "living", + "x-scope": "individual", + "const": "ayr" + }, + { + "title": "Sorsogon Ayta", + "x-language-type": "living", + "x-scope": "individual", + "const": "ays" + }, + { + "title": "Magbukun Ayta", + "x-language-type": "living", + "x-scope": "individual", + "const": "ayt" + }, + { + "title": "Ayu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ayu" + }, + { + "title": "Mai Brat", + "x-language-type": "living", + "x-scope": "individual", + "const": "ayz" + }, + { + "title": "Azha", + "x-language-type": "living", + "x-scope": "individual", + "const": "aza" + }, + { + "title": "South Azerbaijani", + "x-language-type": "living", + "x-scope": "individual", + "const": "azb" + }, + { + "title": "Eastern Durango Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "azd" + }, + { + "title": "Azerbaijani", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "az", + "x-set-2-bibliographic": "aze", + "x-set-2-terminologic": "aze", + "const": "aze" + }, + { + "title": "San Pedro Amuzgos Amuzgo", + "x-language-type": "living", + "x-scope": "individual", + "const": "azg" + }, + { + "title": "North Azerbaijani", + "x-language-type": "living", + "x-scope": "individual", + "const": "azj" + }, + { + "title": "Ipalapa Amuzgo", + "x-language-type": "living", + "x-scope": "individual", + "const": "azm" + }, + { + "title": "Western Durango Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "azn" + }, + { + "title": "Awing", + "x-language-type": "living", + "x-scope": "individual", + "const": "azo" + }, + { + "title": "Faire Atta", + "x-language-type": "living", + "x-scope": "individual", + "const": "azt" + }, + { + "title": "Highland Puebla Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "azz" + }, + { + "title": "Babatana", + "x-language-type": "living", + "x-scope": "individual", + "const": "baa" + }, + { + "title": "Bainouk-Gunyuño", + "x-language-type": "living", + "x-scope": "individual", + "const": "bab" + }, + { + "title": "Badui", + "x-language-type": "living", + "x-scope": "individual", + "const": "bac" + }, + { + "title": "Baré", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "bae" + }, + { + "title": "Nubaca", + "x-language-type": "living", + "x-scope": "individual", + "const": "baf" + }, + { + "title": "Tuki", + "x-language-type": "living", + "x-scope": "individual", + "const": "bag" + }, + { + "title": "Bahamas Creole English", + "x-language-type": "living", + "x-scope": "individual", + "const": "bah" + }, + { + "title": "Barakai", + "x-language-type": "living", + "x-scope": "individual", + "const": "baj" + }, + { + "title": "Bashkir", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ba", + "x-set-2-bibliographic": "bak", + "x-set-2-terminologic": "bak", + "const": "bak" + }, + { + "title": "Baluchi", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "bal", + "x-set-2-terminologic": "bal", + "const": "bal" + }, + { + "title": "Bambara", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "bm", + "x-set-2-bibliographic": "bam", + "x-set-2-terminologic": "bam", + "const": "bam" + }, + { + "title": "Balinese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "ban", + "x-set-2-terminologic": "ban", + "const": "ban" + }, + { + "title": "Waimaha", + "x-language-type": "living", + "x-scope": "individual", + "const": "bao" + }, + { + "title": "Bantawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "bap" + }, + { + "title": "Bavarian", + "x-language-type": "living", + "x-scope": "individual", + "const": "bar" + }, + { + "title": "Basa (Cameroon)", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "bas", + "x-set-2-terminologic": "bas", + "const": "bas" + }, + { + "title": "Bada (Nigeria)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bau" + }, + { + "title": "Vengo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bav" + }, + { + "title": "Bambili-Bambui", + "x-language-type": "living", + "x-scope": "individual", + "const": "baw" + }, + { + "title": "Bamun", + "x-language-type": "living", + "x-scope": "individual", + "const": "bax" + }, + { + "title": "Batuley", + "x-language-type": "living", + "x-scope": "individual", + "const": "bay" + }, + { + "title": "Baatonum", + "x-language-type": "living", + "x-scope": "individual", + "const": "bba" + }, + { + "title": "Barai", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbb" + }, + { + "title": "Batak Toba", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbc" + }, + { + "title": "Bau", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbd" + }, + { + "title": "Bangba", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbe" + }, + { + "title": "Baibai", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbf" + }, + { + "title": "Barama", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbg" + }, + { + "title": "Bugan", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbh" + }, + { + "title": "Barombi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbi" + }, + { + "title": "Ghomálá'", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbj" + }, + { + "title": "Babanki", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbk" + }, + { + "title": "Bats", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbl" + }, + { + "title": "Babango", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbm" + }, + { + "title": "Uneapa", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbn" + }, + { + "title": "Northern Bobo Madaré", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbo" + }, + { + "title": "West Central Banda", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbp" + }, + { + "title": "Bamali", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbq" + }, + { + "title": "Girawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbr" + }, + { + "title": "Bakpinka", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbs" + }, + { + "title": "Mburku", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbt" + }, + { + "title": "Kulung (Nigeria)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbu" + }, + { + "title": "Karnai", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbv" + }, + { + "title": "Baba", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbw" + }, + { + "title": "Bubia", + "x-language-type": "living", + "x-scope": "individual", + "const": "bbx" + }, + { + "title": "Befang", + "x-language-type": "living", + "x-scope": "individual", + "const": "bby" + }, + { + "title": "Central Bai", + "x-language-type": "living", + "x-scope": "individual", + "const": "bca" + }, + { + "title": "Bainouk-Samik", + "x-language-type": "living", + "x-scope": "individual", + "const": "bcb" + }, + { + "title": "Southern Balochi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bcc" + }, + { + "title": "North Babar", + "x-language-type": "living", + "x-scope": "individual", + "const": "bcd" + }, + { + "title": "Bamenyam", + "x-language-type": "living", + "x-scope": "individual", + "const": "bce" + }, + { + "title": "Bamu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bcf" + }, + { + "title": "Baga Pokur", + "x-language-type": "living", + "x-scope": "individual", + "const": "bcg" + }, + { + "title": "Bariai", + "x-language-type": "living", + "x-scope": "individual", + "const": "bch" + }, + { + "title": "Baoulé", + "x-language-type": "living", + "x-scope": "individual", + "const": "bci" + }, + { + "title": "Bardi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bcj" + }, + { + "title": "Bunuba", + "x-language-type": "living", + "x-scope": "individual", + "const": "bck" + }, + { + "title": "Central Bikol", + "x-language-type": "living", + "x-scope": "individual", + "const": "bcl" + }, + { + "title": "Bannoni", + "x-language-type": "living", + "x-scope": "individual", + "const": "bcm" + }, + { + "title": "Bali (Nigeria)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bcn" + }, + { + "title": "Kaluli", + "x-language-type": "living", + "x-scope": "individual", + "const": "bco" + }, + { + "title": "Bali (Democratic Republic of Congo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bcp" + }, + { + "title": "Bench", + "x-language-type": "living", + "x-scope": "individual", + "const": "bcq" + }, + { + "title": "Babine", + "x-language-type": "living", + "x-scope": "individual", + "const": "bcr" + }, + { + "title": "Kohumono", + "x-language-type": "living", + "x-scope": "individual", + "const": "bcs" + }, + { + "title": "Bendi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bct" + }, + { + "title": "Awad Bing", + "x-language-type": "living", + "x-scope": "individual", + "const": "bcu" + }, + { + "title": "Shoo-Minda-Nye", + "x-language-type": "living", + "x-scope": "individual", + "const": "bcv" + }, + { + "title": "Bana", + "x-language-type": "living", + "x-scope": "individual", + "const": "bcw" + }, + { + "title": "Bacama", + "x-language-type": "living", + "x-scope": "individual", + "const": "bcy" + }, + { + "title": "Bainouk-Gunyaamolo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bcz" + }, + { + "title": "Bayot", + "x-language-type": "living", + "x-scope": "individual", + "const": "bda" + }, + { + "title": "Basap", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdb" + }, + { + "title": "Emberá-Baudó", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdc" + }, + { + "title": "Bunama", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdd" + }, + { + "title": "Bade", + "x-language-type": "living", + "x-scope": "individual", + "const": "bde" + }, + { + "title": "Biage", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdf" + }, + { + "title": "Bonggi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdg" + }, + { + "title": "Baka (South Sudan)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdh" + }, + { + "title": "Burun", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdi" + }, + { + "title": "Bai (South Sudan)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdj" + }, + { + "title": "Budukh", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdk" + }, + { + "title": "Indonesian Bajau", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdl" + }, + { + "title": "Buduma", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdm" + }, + { + "title": "Baldemu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdn" + }, + { + "title": "Morom", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdo" + }, + { + "title": "Bende", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdp" + }, + { + "title": "Bahnar", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdq" + }, + { + "title": "West Coast Bajau", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdr" + }, + { + "title": "Burunge", + "x-language-type": "living", + "x-scope": "individual", + "const": "bds" + }, + { + "title": "Bokoto", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdt" + }, + { + "title": "Oroko", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdu" + }, + { + "title": "Bodo Parja", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdv" + }, + { + "title": "Baham", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdw" + }, + { + "title": "Budong-Budong", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdx" + }, + { + "title": "Bandjalang", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdy" + }, + { + "title": "Badeshi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bdz" + }, + { + "title": "Beaver", + "x-language-type": "living", + "x-scope": "individual", + "const": "bea" + }, + { + "title": "Bebele", + "x-language-type": "living", + "x-scope": "individual", + "const": "beb" + }, + { + "title": "Iceve-Maci", + "x-language-type": "living", + "x-scope": "individual", + "const": "bec" + }, + { + "title": "Bedoanas", + "x-language-type": "living", + "x-scope": "individual", + "const": "bed" + }, + { + "title": "Byangsi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bee" + }, + { + "title": "Benabena", + "x-language-type": "living", + "x-scope": "individual", + "const": "bef" + }, + { + "title": "Belait", + "x-language-type": "living", + "x-scope": "individual", + "const": "beg" + }, + { + "title": "Biali", + "x-language-type": "living", + "x-scope": "individual", + "const": "beh" + }, + { + "title": "Bekati'", + "x-language-type": "living", + "x-scope": "individual", + "const": "bei" + }, + { + "title": "Beja", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "bej", + "x-set-2-terminologic": "bej", + "const": "bej" + }, + { + "title": "Bebeli", + "x-language-type": "living", + "x-scope": "individual", + "const": "bek" + }, + { + "title": "Belarusian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "be", + "x-set-2-bibliographic": "bel", + "x-set-2-terminologic": "bel", + "const": "bel" + }, + { + "title": "Bemba (Zambia)", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "bem", + "x-set-2-terminologic": "bem", + "const": "bem" + }, + { + "title": "Bengali", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "bn", + "x-set-2-bibliographic": "ben", + "x-set-2-terminologic": "ben", + "const": "ben" + }, + { + "title": "Beami", + "x-language-type": "living", + "x-scope": "individual", + "const": "beo" + }, + { + "title": "Besoa", + "x-language-type": "living", + "x-scope": "individual", + "const": "bep" + }, + { + "title": "Beembe", + "x-language-type": "living", + "x-scope": "individual", + "const": "beq" + }, + { + "title": "Besme", + "x-language-type": "living", + "x-scope": "individual", + "const": "bes" + }, + { + "title": "Guiberoua Béte", + "x-language-type": "living", + "x-scope": "individual", + "const": "bet" + }, + { + "title": "Blagar", + "x-language-type": "living", + "x-scope": "individual", + "const": "beu" + }, + { + "title": "Daloa Bété", + "x-language-type": "living", + "x-scope": "individual", + "const": "bev" + }, + { + "title": "Betawi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bew" + }, + { + "title": "Jur Modo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bex" + }, + { + "title": "Beli (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bey" + }, + { + "title": "Bena (Tanzania)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bez" + }, + { + "title": "Bari", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfa" + }, + { + "title": "Pauri Bareli", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfb" + }, + { + "title": "Panyi Bai", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfc" + }, + { + "title": "Bafut", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfd" + }, + { + "title": "Betaf", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfe" + }, + { + "title": "Bofi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bff" + }, + { + "title": "Busang Kayan", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfg" + }, + { + "title": "Blafe", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfh" + }, + { + "title": "British Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfi" + }, + { + "title": "Bafanji", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfj" + }, + { + "title": "Ban Khor Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfk" + }, + { + "title": "Banda-Ndélé", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfl" + }, + { + "title": "Mmen", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfm" + }, + { + "title": "Bunak", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfn" + }, + { + "title": "Malba Birifor", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfo" + }, + { + "title": "Beba", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfp" + }, + { + "title": "Badaga", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfq" + }, + { + "title": "Bazigar", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfr" + }, + { + "title": "Southern Bai", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfs" + }, + { + "title": "Balti", + "x-language-type": "living", + "x-scope": "individual", + "const": "bft" + }, + { + "title": "Gahri", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfu" + }, + { + "title": "Bondo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfw" + }, + { + "title": "Bantayanon", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfx" + }, + { + "title": "Bagheli", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfy" + }, + { + "title": "Mahasu Pahari", + "x-language-type": "living", + "x-scope": "individual", + "const": "bfz" + }, + { + "title": "Gwamhi-Wuri", + "x-language-type": "living", + "x-scope": "individual", + "const": "bga" + }, + { + "title": "Bobongko", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgb" + }, + { + "title": "Haryanvi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgc" + }, + { + "title": "Rathwi Bareli", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgd" + }, + { + "title": "Bauria", + "x-language-type": "living", + "x-scope": "individual", + "const": "bge" + }, + { + "title": "Bangandu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgf" + }, + { + "title": "Bugun", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgg" + }, + { + "title": "Giangan", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgi" + }, + { + "title": "Bangolan", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgj" + }, + { + "title": "Bit", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgk" + }, + { + "title": "Bo (Laos)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgl" + }, + { + "title": "Western Balochi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgn" + }, + { + "title": "Baga Koga", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgo" + }, + { + "title": "Eastern Balochi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgp" + }, + { + "title": "Bagri", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgq" + }, + { + "title": "Bawm Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgr" + }, + { + "title": "Tagabawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgs" + }, + { + "title": "Bughotu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgt" + }, + { + "title": "Mbongno", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgu" + }, + { + "title": "Warkay-Bipim", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgv" + }, + { + "title": "Bhatri", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgw" + }, + { + "title": "Balkan Gagauz Turkish", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgx" + }, + { + "title": "Benggoi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgy" + }, + { + "title": "Banggai", + "x-language-type": "living", + "x-scope": "individual", + "const": "bgz" + }, + { + "title": "Bharia", + "x-language-type": "living", + "x-scope": "individual", + "const": "bha" + }, + { + "title": "Bhili", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhb" + }, + { + "title": "Biga", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhc" + }, + { + "title": "Bhadrawahi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhd" + }, + { + "title": "Bhaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhe" + }, + { + "title": "Odiai", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhf" + }, + { + "title": "Binandere", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhg" + }, + { + "title": "Bukharic", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhh" + }, + { + "title": "Bhilali", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhi" + }, + { + "title": "Bahing", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhj" + }, + { + "title": "Bimin", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhl" + }, + { + "title": "Bathari", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhm" + }, + { + "title": "Bohtan Neo-Aramaic", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhn" + }, + { + "title": "Bhojpuri", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "bho", + "x-set-2-terminologic": "bho", + "const": "bho" + }, + { + "title": "Bima", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhp" + }, + { + "title": "Tukang Besi South", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhq" + }, + { + "title": "Bara Malagasy", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhr" + }, + { + "title": "Buwal", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhs" + }, + { + "title": "Bhattiyali", + "x-language-type": "living", + "x-scope": "individual", + "const": "bht" + }, + { + "title": "Bhunjia", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhu" + }, + { + "title": "Bahau", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhv" + }, + { + "title": "Biak", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhw" + }, + { + "title": "Bhalay", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhx" + }, + { + "title": "Bhele", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhy" + }, + { + "title": "Bada (Indonesia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bhz" + }, + { + "title": "Badimaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "bia" + }, + { + "title": "Bissa", + "x-language-type": "living", + "x-scope": "individual", + "const": "bib" + }, + { + "title": "Bidiyo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bid" + }, + { + "title": "Bepour", + "x-language-type": "living", + "x-scope": "individual", + "const": "bie" + }, + { + "title": "Biafada", + "x-language-type": "living", + "x-scope": "individual", + "const": "bif" + }, + { + "title": "Biangai", + "x-language-type": "living", + "x-scope": "individual", + "const": "big" + }, + { + "title": "Bikol", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "bik", + "x-set-2-terminologic": "bik", + "const": "bik" + }, + { + "title": "Bile", + "x-language-type": "living", + "x-scope": "individual", + "const": "bil" + }, + { + "title": "Bimoba", + "x-language-type": "living", + "x-scope": "individual", + "const": "bim" + }, + { + "title": "Bini", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "bin", + "x-set-2-terminologic": "bin", + "const": "bin" + }, + { + "title": "Nai", + "x-language-type": "living", + "x-scope": "individual", + "const": "bio" + }, + { + "title": "Bila", + "x-language-type": "living", + "x-scope": "individual", + "const": "bip" + }, + { + "title": "Bipi", + "x-language-type": "living", + "x-scope": "individual", + "const": "biq" + }, + { + "title": "Bisorio", + "x-language-type": "living", + "x-scope": "individual", + "const": "bir" + }, + { + "title": "Bislama", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "bi", + "x-set-2-bibliographic": "bis", + "x-set-2-terminologic": "bis", + "const": "bis" + }, + { + "title": "Berinomo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bit" + }, + { + "title": "Biete", + "x-language-type": "living", + "x-scope": "individual", + "const": "biu" + }, + { + "title": "Southern Birifor", + "x-language-type": "living", + "x-scope": "individual", + "const": "biv" + }, + { + "title": "Kol (Cameroon)", + "x-language-type": "living", + "x-scope": "individual", + "const": "biw" + }, + { + "title": "Bijori", + "x-language-type": "living", + "x-scope": "individual", + "const": "bix" + }, + { + "title": "Birhor", + "x-language-type": "living", + "x-scope": "individual", + "const": "biy" + }, + { + "title": "Baloi", + "x-language-type": "living", + "x-scope": "individual", + "const": "biz" + }, + { + "title": "Budza", + "x-language-type": "living", + "x-scope": "individual", + "const": "bja" + }, + { + "title": "Banggarla", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "bjb" + }, + { + "title": "Bariji", + "x-language-type": "living", + "x-scope": "individual", + "const": "bjc" + }, + { + "title": "Biao-Jiao Mien", + "x-language-type": "living", + "x-scope": "individual", + "const": "bje" + }, + { + "title": "Barzani Jewish Neo-Aramaic", + "x-language-type": "living", + "x-scope": "individual", + "const": "bjf" + }, + { + "title": "Bidyogo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bjg" + }, + { + "title": "Bahinemo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bjh" + }, + { + "title": "Burji", + "x-language-type": "living", + "x-scope": "individual", + "const": "bji" + }, + { + "title": "Kanauji", + "x-language-type": "living", + "x-scope": "individual", + "const": "bjj" + }, + { + "title": "Barok", + "x-language-type": "living", + "x-scope": "individual", + "const": "bjk" + }, + { + "title": "Bulu (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bjl" + }, + { + "title": "Bajelani", + "x-language-type": "living", + "x-scope": "individual", + "const": "bjm" + }, + { + "title": "Banjar", + "x-language-type": "living", + "x-scope": "individual", + "const": "bjn" + }, + { + "title": "Mid-Southern Banda", + "x-language-type": "living", + "x-scope": "individual", + "const": "bjo" + }, + { + "title": "Fanamaket", + "x-language-type": "living", + "x-scope": "individual", + "const": "bjp" + }, + { + "title": "Binumarien", + "x-language-type": "living", + "x-scope": "individual", + "const": "bjr" + }, + { + "title": "Bajan", + "x-language-type": "living", + "x-scope": "individual", + "const": "bjs" + }, + { + "title": "Balanta-Ganja", + "x-language-type": "living", + "x-scope": "individual", + "const": "bjt" + }, + { + "title": "Busuu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bju" + }, + { + "title": "Bedjond", + "x-language-type": "living", + "x-scope": "individual", + "const": "bjv" + }, + { + "title": "Bakwé", + "x-language-type": "living", + "x-scope": "individual", + "const": "bjw" + }, + { + "title": "Banao Itneg", + "x-language-type": "living", + "x-scope": "individual", + "const": "bjx" + }, + { + "title": "Bayali", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "bjy" + }, + { + "title": "Baruga", + "x-language-type": "living", + "x-scope": "individual", + "const": "bjz" + }, + { + "title": "Kyak", + "x-language-type": "living", + "x-scope": "individual", + "const": "bka" + }, + { + "title": "Baka (Cameroon)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bkc" + }, + { + "title": "Binukid", + "x-language-type": "living", + "x-scope": "individual", + "const": "bkd" + }, + { + "title": "Beeke", + "x-language-type": "living", + "x-scope": "individual", + "const": "bkf" + }, + { + "title": "Buraka", + "x-language-type": "living", + "x-scope": "individual", + "const": "bkg" + }, + { + "title": "Bakoko", + "x-language-type": "living", + "x-scope": "individual", + "const": "bkh" + }, + { + "title": "Baki", + "x-language-type": "living", + "x-scope": "individual", + "const": "bki" + }, + { + "title": "Pande", + "x-language-type": "living", + "x-scope": "individual", + "const": "bkj" + }, + { + "title": "Brokskat", + "x-language-type": "living", + "x-scope": "individual", + "const": "bkk" + }, + { + "title": "Berik", + "x-language-type": "living", + "x-scope": "individual", + "const": "bkl" + }, + { + "title": "Kom (Cameroon)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bkm" + }, + { + "title": "Bukitan", + "x-language-type": "living", + "x-scope": "individual", + "const": "bkn" + }, + { + "title": "Kwa'", + "x-language-type": "living", + "x-scope": "individual", + "const": "bko" + }, + { + "title": "Boko (Democratic Republic of Congo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bkp" + }, + { + "title": "Bakairí", + "x-language-type": "living", + "x-scope": "individual", + "const": "bkq" + }, + { + "title": "Bakumpai", + "x-language-type": "living", + "x-scope": "individual", + "const": "bkr" + }, + { + "title": "Northern Sorsoganon", + "x-language-type": "living", + "x-scope": "individual", + "const": "bks" + }, + { + "title": "Boloki", + "x-language-type": "living", + "x-scope": "individual", + "const": "bkt" + }, + { + "title": "Buhid", + "x-language-type": "living", + "x-scope": "individual", + "const": "bku" + }, + { + "title": "Bekwarra", + "x-language-type": "living", + "x-scope": "individual", + "const": "bkv" + }, + { + "title": "Bekwel", + "x-language-type": "living", + "x-scope": "individual", + "const": "bkw" + }, + { + "title": "Baikeno", + "x-language-type": "living", + "x-scope": "individual", + "const": "bkx" + }, + { + "title": "Bokyi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bky" + }, + { + "title": "Bungku", + "x-language-type": "living", + "x-scope": "individual", + "const": "bkz" + }, + { + "title": "Siksika", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "bla", + "x-set-2-terminologic": "bla", + "const": "bla" + }, + { + "title": "Bilua", + "x-language-type": "living", + "x-scope": "individual", + "const": "blb" + }, + { + "title": "Bella Coola", + "x-language-type": "living", + "x-scope": "individual", + "const": "blc" + }, + { + "title": "Bolango", + "x-language-type": "living", + "x-scope": "individual", + "const": "bld" + }, + { + "title": "Balanta-Kentohe", + "x-language-type": "living", + "x-scope": "individual", + "const": "ble" + }, + { + "title": "Buol", + "x-language-type": "living", + "x-scope": "individual", + "const": "blf" + }, + { + "title": "Kuwaa", + "x-language-type": "living", + "x-scope": "individual", + "const": "blh" + }, + { + "title": "Bolia", + "x-language-type": "living", + "x-scope": "individual", + "const": "bli" + }, + { + "title": "Bolongan", + "x-language-type": "living", + "x-scope": "individual", + "const": "blj" + }, + { + "title": "Pa'o Karen", + "x-language-type": "living", + "x-scope": "individual", + "const": "blk" + }, + { + "title": "Biloxi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "bll" + }, + { + "title": "Beli (South Sudan)", + "x-language-type": "living", + "x-scope": "individual", + "const": "blm" + }, + { + "title": "Southern Catanduanes Bikol", + "x-language-type": "living", + "x-scope": "individual", + "const": "bln" + }, + { + "title": "Anii", + "x-language-type": "living", + "x-scope": "individual", + "const": "blo" + }, + { + "title": "Blablanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "blp" + }, + { + "title": "Baluan-Pam", + "x-language-type": "living", + "x-scope": "individual", + "const": "blq" + }, + { + "title": "Blang", + "x-language-type": "living", + "x-scope": "individual", + "const": "blr" + }, + { + "title": "Balaesang", + "x-language-type": "living", + "x-scope": "individual", + "const": "bls" + }, + { + "title": "Tai Dam", + "x-language-type": "living", + "x-scope": "individual", + "const": "blt" + }, + { + "title": "Kibala", + "x-language-type": "living", + "x-scope": "individual", + "const": "blv" + }, + { + "title": "Balangao", + "x-language-type": "living", + "x-scope": "individual", + "const": "blw" + }, + { + "title": "Mag-Indi Ayta", + "x-language-type": "living", + "x-scope": "individual", + "const": "blx" + }, + { + "title": "Notre", + "x-language-type": "living", + "x-scope": "individual", + "const": "bly" + }, + { + "title": "Balantak", + "x-language-type": "living", + "x-scope": "individual", + "const": "blz" + }, + { + "title": "Lame", + "x-language-type": "living", + "x-scope": "individual", + "const": "bma" + }, + { + "title": "Bembe", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmb" + }, + { + "title": "Biem", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmc" + }, + { + "title": "Baga Manduri", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmd" + }, + { + "title": "Limassa", + "x-language-type": "living", + "x-scope": "individual", + "const": "bme" + }, + { + "title": "Bom-Kim", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmf" + }, + { + "title": "Bamwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmg" + }, + { + "title": "Kein", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmh" + }, + { + "title": "Bagirmi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmi" + }, + { + "title": "Bote-Majhi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmj" + }, + { + "title": "Ghayavi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmk" + }, + { + "title": "Bomboli", + "x-language-type": "living", + "x-scope": "individual", + "const": "bml" + }, + { + "title": "Northern Betsimisaraka Malagasy", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmm" + }, + { + "title": "Bina (Papua New Guinea)", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "bmn" + }, + { + "title": "Bambalang", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmo" + }, + { + "title": "Bulgebi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmp" + }, + { + "title": "Bomu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmq" + }, + { + "title": "Muinane", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmr" + }, + { + "title": "Bilma Kanuri", + "x-language-type": "living", + "x-scope": "individual", + "const": "bms" + }, + { + "title": "Biao Mon", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmt" + }, + { + "title": "Somba-Siawari", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmu" + }, + { + "title": "Bum", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmv" + }, + { + "title": "Bomwali", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmw" + }, + { + "title": "Baimak", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmx" + }, + { + "title": "Baramu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bmz" + }, + { + "title": "Bonerate", + "x-language-type": "living", + "x-scope": "individual", + "const": "bna" + }, + { + "title": "Bookan", + "x-language-type": "living", + "x-scope": "individual", + "const": "bnb" + }, + { + "title": "Bontok", + "x-language-type": "living", + "x-scope": "macrolanguage", + "const": "bnc" + }, + { + "title": "Banda (Indonesia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bnd" + }, + { + "title": "Bintauna", + "x-language-type": "living", + "x-scope": "individual", + "const": "bne" + }, + { + "title": "Masiwang", + "x-language-type": "living", + "x-scope": "individual", + "const": "bnf" + }, + { + "title": "Benga", + "x-language-type": "living", + "x-scope": "individual", + "const": "bng" + }, + { + "title": "Bangi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bni" + }, + { + "title": "Eastern Tawbuid", + "x-language-type": "living", + "x-scope": "individual", + "const": "bnj" + }, + { + "title": "Bierebo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bnk" + }, + { + "title": "Boon", + "x-language-type": "living", + "x-scope": "individual", + "const": "bnl" + }, + { + "title": "Batanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "bnm" + }, + { + "title": "Bunun", + "x-language-type": "living", + "x-scope": "individual", + "const": "bnn" + }, + { + "title": "Bantoanon", + "x-language-type": "living", + "x-scope": "individual", + "const": "bno" + }, + { + "title": "Bola", + "x-language-type": "living", + "x-scope": "individual", + "const": "bnp" + }, + { + "title": "Bantik", + "x-language-type": "living", + "x-scope": "individual", + "const": "bnq" + }, + { + "title": "Butmas-Tur", + "x-language-type": "living", + "x-scope": "individual", + "const": "bnr" + }, + { + "title": "Bundeli", + "x-language-type": "living", + "x-scope": "individual", + "const": "bns" + }, + { + "title": "Bentong", + "x-language-type": "living", + "x-scope": "individual", + "const": "bnu" + }, + { + "title": "Bonerif", + "x-language-type": "living", + "x-scope": "individual", + "const": "bnv" + }, + { + "title": "Bisis", + "x-language-type": "living", + "x-scope": "individual", + "const": "bnw" + }, + { + "title": "Bangubangu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bnx" + }, + { + "title": "Bintulu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bny" + }, + { + "title": "Beezen", + "x-language-type": "living", + "x-scope": "individual", + "const": "bnz" + }, + { + "title": "Bora", + "x-language-type": "living", + "x-scope": "individual", + "const": "boa" + }, + { + "title": "Aweer", + "x-language-type": "living", + "x-scope": "individual", + "const": "bob" + }, + { + "title": "Tibetan", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "bo", + "x-set-2-bibliographic": "tib", + "x-set-2-terminologic": "bod", + "const": "bod" + }, + { + "title": "Mundabli", + "x-language-type": "living", + "x-scope": "individual", + "const": "boe" + }, + { + "title": "Bolon", + "x-language-type": "living", + "x-scope": "individual", + "const": "bof" + }, + { + "title": "Bamako Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "bog" + }, + { + "title": "Boma", + "x-language-type": "living", + "x-scope": "individual", + "const": "boh" + }, + { + "title": "Barbareño", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "boi" + }, + { + "title": "Anjam", + "x-language-type": "living", + "x-scope": "individual", + "const": "boj" + }, + { + "title": "Bonjo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bok" + }, + { + "title": "Bole", + "x-language-type": "living", + "x-scope": "individual", + "const": "bol" + }, + { + "title": "Berom", + "x-language-type": "living", + "x-scope": "individual", + "const": "bom" + }, + { + "title": "Bine", + "x-language-type": "living", + "x-scope": "individual", + "const": "bon" + }, + { + "title": "Tiemacèwè Bozo", + "x-language-type": "living", + "x-scope": "individual", + "const": "boo" + }, + { + "title": "Bonkiman", + "x-language-type": "living", + "x-scope": "individual", + "const": "bop" + }, + { + "title": "Bogaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "boq" + }, + { + "title": "Borôro", + "x-language-type": "living", + "x-scope": "individual", + "const": "bor" + }, + { + "title": "Bosnian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "bs", + "x-set-2-bibliographic": "bos", + "x-set-2-terminologic": "bos", + "const": "bos" + }, + { + "title": "Bongo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bot" + }, + { + "title": "Bondei", + "x-language-type": "living", + "x-scope": "individual", + "const": "bou" + }, + { + "title": "Tuwuli", + "x-language-type": "living", + "x-scope": "individual", + "const": "bov" + }, + { + "title": "Rema", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "bow" + }, + { + "title": "Buamu", + "x-language-type": "living", + "x-scope": "individual", + "const": "box" + }, + { + "title": "Bodo (Central African Republic)", + "x-language-type": "living", + "x-scope": "individual", + "const": "boy" + }, + { + "title": "Tiéyaxo Bozo", + "x-language-type": "living", + "x-scope": "individual", + "const": "boz" + }, + { + "title": "Daakaka", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpa" + }, + { + "title": "Mbuk", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpc" + }, + { + "title": "Banda-Banda", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpd" + }, + { + "title": "Bauni", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpe" + }, + { + "title": "Bonggo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpg" + }, + { + "title": "Botlikh", + "x-language-type": "living", + "x-scope": "individual", + "const": "bph" + }, + { + "title": "Bagupi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpi" + }, + { + "title": "Binji", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpj" + }, + { + "title": "Orowe", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpk" + }, + { + "title": "Broome Pearling Lugger Pidgin", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpl" + }, + { + "title": "Biyom", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpm" + }, + { + "title": "Dzao Min", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpn" + }, + { + "title": "Anasi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpo" + }, + { + "title": "Kaure", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpp" + }, + { + "title": "Banda Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpq" + }, + { + "title": "Koronadal Blaan", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpr" + }, + { + "title": "Sarangani Blaan", + "x-language-type": "living", + "x-scope": "individual", + "const": "bps" + }, + { + "title": "Barrow Point", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "bpt" + }, + { + "title": "Bongu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpu" + }, + { + "title": "Bian Marind", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpv" + }, + { + "title": "Bo (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpw" + }, + { + "title": "Palya Bareli", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpx" + }, + { + "title": "Bishnupriya", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpy" + }, + { + "title": "Bilba", + "x-language-type": "living", + "x-scope": "individual", + "const": "bpz" + }, + { + "title": "Tchumbuli", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqa" + }, + { + "title": "Bagusa", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqb" + }, + { + "title": "Boko (Benin)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqc" + }, + { + "title": "Bung", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqd" + }, + { + "title": "Baga Kaloum", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "bqf" + }, + { + "title": "Bago-Kusuntu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqg" + }, + { + "title": "Baima", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqh" + }, + { + "title": "Bakhtiari", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqi" + }, + { + "title": "Bandial", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqj" + }, + { + "title": "Banda-Mbrès", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqk" + }, + { + "title": "Karian", + "x-language-type": "living", + "x-scope": "individual", + "const": "bql" + }, + { + "title": "Wumboko", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqm" + }, + { + "title": "Bulgarian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqn" + }, + { + "title": "Balo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqo" + }, + { + "title": "Busa", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqp" + }, + { + "title": "Biritai", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqq" + }, + { + "title": "Burusu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqr" + }, + { + "title": "Bosngun", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqs" + }, + { + "title": "Bamukumbit", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqt" + }, + { + "title": "Boguru", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqu" + }, + { + "title": "Koro Wachi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqv" + }, + { + "title": "Buru (Nigeria)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqw" + }, + { + "title": "Baangi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqx" + }, + { + "title": "Bengkala Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqy" + }, + { + "title": "Bakaka", + "x-language-type": "living", + "x-scope": "individual", + "const": "bqz" + }, + { + "title": "Braj", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "bra", + "x-set-2-terminologic": "bra", + "const": "bra" + }, + { + "title": "Brao", + "x-language-type": "living", + "x-scope": "individual", + "const": "brb" + }, + { + "title": "Berbice Creole Dutch", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "brc" + }, + { + "title": "Baraamu", + "x-language-type": "living", + "x-scope": "individual", + "const": "brd" + }, + { + "title": "Breton", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "br", + "x-set-2-bibliographic": "bre", + "x-set-2-terminologic": "bre", + "const": "bre" + }, + { + "title": "Bira", + "x-language-type": "living", + "x-scope": "individual", + "const": "brf" + }, + { + "title": "Baure", + "x-language-type": "living", + "x-scope": "individual", + "const": "brg" + }, + { + "title": "Brahui", + "x-language-type": "living", + "x-scope": "individual", + "const": "brh" + }, + { + "title": "Mokpwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "bri" + }, + { + "title": "Bieria", + "x-language-type": "living", + "x-scope": "individual", + "const": "brj" + }, + { + "title": "Birked", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "brk" + }, + { + "title": "Birwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "brl" + }, + { + "title": "Barambu", + "x-language-type": "living", + "x-scope": "individual", + "const": "brm" + }, + { + "title": "Boruca", + "x-language-type": "living", + "x-scope": "individual", + "const": "brn" + }, + { + "title": "Brokkat", + "x-language-type": "living", + "x-scope": "individual", + "const": "bro" + }, + { + "title": "Barapasi", + "x-language-type": "living", + "x-scope": "individual", + "const": "brp" + }, + { + "title": "Breri", + "x-language-type": "living", + "x-scope": "individual", + "const": "brq" + }, + { + "title": "Birao", + "x-language-type": "living", + "x-scope": "individual", + "const": "brr" + }, + { + "title": "Baras", + "x-language-type": "living", + "x-scope": "individual", + "const": "brs" + }, + { + "title": "Bitare", + "x-language-type": "living", + "x-scope": "individual", + "const": "brt" + }, + { + "title": "Eastern Bru", + "x-language-type": "living", + "x-scope": "individual", + "const": "bru" + }, + { + "title": "Western Bru", + "x-language-type": "living", + "x-scope": "individual", + "const": "brv" + }, + { + "title": "Bellari", + "x-language-type": "living", + "x-scope": "individual", + "const": "brw" + }, + { + "title": "Bodo (India)", + "x-language-type": "living", + "x-scope": "individual", + "const": "brx" + }, + { + "title": "Burui", + "x-language-type": "living", + "x-scope": "individual", + "const": "bry" + }, + { + "title": "Bilbil", + "x-language-type": "living", + "x-scope": "individual", + "const": "brz" + }, + { + "title": "Abinomn", + "x-language-type": "living", + "x-scope": "individual", + "const": "bsa" + }, + { + "title": "Brunei Bisaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "bsb" + }, + { + "title": "Bassari", + "x-language-type": "living", + "x-scope": "individual", + "const": "bsc" + }, + { + "title": "Wushi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bse" + }, + { + "title": "Bauchi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bsf" + }, + { + "title": "Bashkardi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bsg" + }, + { + "title": "Kati", + "x-language-type": "living", + "x-scope": "individual", + "const": "bsh" + }, + { + "title": "Bassossi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bsi" + }, + { + "title": "Bangwinji", + "x-language-type": "living", + "x-scope": "individual", + "const": "bsj" + }, + { + "title": "Burushaski", + "x-language-type": "living", + "x-scope": "individual", + "const": "bsk" + }, + { + "title": "Basa-Gumna", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "bsl" + }, + { + "title": "Busami", + "x-language-type": "living", + "x-scope": "individual", + "const": "bsm" + }, + { + "title": "Barasana-Eduria", + "x-language-type": "living", + "x-scope": "individual", + "const": "bsn" + }, + { + "title": "Buso", + "x-language-type": "living", + "x-scope": "individual", + "const": "bso" + }, + { + "title": "Baga Sitemu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bsp" + }, + { + "title": "Bassa", + "x-language-type": "living", + "x-scope": "individual", + "const": "bsq" + }, + { + "title": "Bassa-Kontagora", + "x-language-type": "living", + "x-scope": "individual", + "const": "bsr" + }, + { + "title": "Akoose", + "x-language-type": "living", + "x-scope": "individual", + "const": "bss" + }, + { + "title": "Basketo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bst" + }, + { + "title": "Bahonsuai", + "x-language-type": "living", + "x-scope": "individual", + "const": "bsu" + }, + { + "title": "Baga Sobané", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "bsv" + }, + { + "title": "Baiso", + "x-language-type": "living", + "x-scope": "individual", + "const": "bsw" + }, + { + "title": "Yangkam", + "x-language-type": "living", + "x-scope": "individual", + "const": "bsx" + }, + { + "title": "Sabah Bisaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "bsy" + }, + { + "title": "Bata", + "x-language-type": "living", + "x-scope": "individual", + "const": "bta" + }, + { + "title": "Bati (Cameroon)", + "x-language-type": "living", + "x-scope": "individual", + "const": "btc" + }, + { + "title": "Batak Dairi", + "x-language-type": "living", + "x-scope": "individual", + "const": "btd" + }, + { + "title": "Gamo-Ningi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "bte" + }, + { + "title": "Birgit", + "x-language-type": "living", + "x-scope": "individual", + "const": "btf" + }, + { + "title": "Gagnoa Bété", + "x-language-type": "living", + "x-scope": "individual", + "const": "btg" + }, + { + "title": "Biatah Bidayuh", + "x-language-type": "living", + "x-scope": "individual", + "const": "bth" + }, + { + "title": "Burate", + "x-language-type": "living", + "x-scope": "individual", + "const": "bti" + }, + { + "title": "Bacanese Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "btj" + }, + { + "title": "Batak Mandailing", + "x-language-type": "living", + "x-scope": "individual", + "const": "btm" + }, + { + "title": "Ratagnon", + "x-language-type": "living", + "x-scope": "individual", + "const": "btn" + }, + { + "title": "Rinconada Bikol", + "x-language-type": "living", + "x-scope": "individual", + "const": "bto" + }, + { + "title": "Budibud", + "x-language-type": "living", + "x-scope": "individual", + "const": "btp" + }, + { + "title": "Batek", + "x-language-type": "living", + "x-scope": "individual", + "const": "btq" + }, + { + "title": "Baetora", + "x-language-type": "living", + "x-scope": "individual", + "const": "btr" + }, + { + "title": "Batak Simalungun", + "x-language-type": "living", + "x-scope": "individual", + "const": "bts" + }, + { + "title": "Bete-Bendi", + "x-language-type": "living", + "x-scope": "individual", + "const": "btt" + }, + { + "title": "Batu", + "x-language-type": "living", + "x-scope": "individual", + "const": "btu" + }, + { + "title": "Bateri", + "x-language-type": "living", + "x-scope": "individual", + "const": "btv" + }, + { + "title": "Butuanon", + "x-language-type": "living", + "x-scope": "individual", + "const": "btw" + }, + { + "title": "Batak Karo", + "x-language-type": "living", + "x-scope": "individual", + "const": "btx" + }, + { + "title": "Bobot", + "x-language-type": "living", + "x-scope": "individual", + "const": "bty" + }, + { + "title": "Batak Alas-Kluet", + "x-language-type": "living", + "x-scope": "individual", + "const": "btz" + }, + { + "title": "Buriat", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "bua", + "x-set-2-terminologic": "bua", + "const": "bua" + }, + { + "title": "Bua", + "x-language-type": "living", + "x-scope": "individual", + "const": "bub" + }, + { + "title": "Bushi", + "x-language-type": "living", + "x-scope": "individual", + "const": "buc" + }, + { + "title": "Ntcham", + "x-language-type": "living", + "x-scope": "individual", + "const": "bud" + }, + { + "title": "Beothuk", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "bue" + }, + { + "title": "Bushoong", + "x-language-type": "living", + "x-scope": "individual", + "const": "buf" + }, + { + "title": "Buginese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "bug", + "x-set-2-terminologic": "bug", + "const": "bug" + }, + { + "title": "Younuo Bunu", + "x-language-type": "living", + "x-scope": "individual", + "const": "buh" + }, + { + "title": "Bongili", + "x-language-type": "living", + "x-scope": "individual", + "const": "bui" + }, + { + "title": "Basa-Gurmana", + "x-language-type": "living", + "x-scope": "individual", + "const": "buj" + }, + { + "title": "Bugawac", + "x-language-type": "living", + "x-scope": "individual", + "const": "buk" + }, + { + "title": "Bulgarian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "bg", + "x-set-2-bibliographic": "bul", + "x-set-2-terminologic": "bul", + "const": "bul" + }, + { + "title": "Bulu (Cameroon)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bum" + }, + { + "title": "Sherbro", + "x-language-type": "living", + "x-scope": "individual", + "const": "bun" + }, + { + "title": "Terei", + "x-language-type": "living", + "x-scope": "individual", + "const": "buo" + }, + { + "title": "Busoa", + "x-language-type": "living", + "x-scope": "individual", + "const": "bup" + }, + { + "title": "Brem", + "x-language-type": "living", + "x-scope": "individual", + "const": "buq" + }, + { + "title": "Bokobaru", + "x-language-type": "living", + "x-scope": "individual", + "const": "bus" + }, + { + "title": "Bungain", + "x-language-type": "living", + "x-scope": "individual", + "const": "but" + }, + { + "title": "Budu", + "x-language-type": "living", + "x-scope": "individual", + "const": "buu" + }, + { + "title": "Bun", + "x-language-type": "living", + "x-scope": "individual", + "const": "buv" + }, + { + "title": "Bubi", + "x-language-type": "living", + "x-scope": "individual", + "const": "buw" + }, + { + "title": "Boghom", + "x-language-type": "living", + "x-scope": "individual", + "const": "bux" + }, + { + "title": "Bullom So", + "x-language-type": "living", + "x-scope": "individual", + "const": "buy" + }, + { + "title": "Bukwen", + "x-language-type": "living", + "x-scope": "individual", + "const": "buz" + }, + { + "title": "Barein", + "x-language-type": "living", + "x-scope": "individual", + "const": "bva" + }, + { + "title": "Bube", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvb" + }, + { + "title": "Baelelea", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvc" + }, + { + "title": "Baeggu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvd" + }, + { + "title": "Berau Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "bve" + }, + { + "title": "Boor", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvf" + }, + { + "title": "Bonkeng", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvg" + }, + { + "title": "Bure", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvh" + }, + { + "title": "Belanda Viri", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvi" + }, + { + "title": "Baan", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvj" + }, + { + "title": "Bukat", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvk" + }, + { + "title": "Bolivian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvl" + }, + { + "title": "Bamunka", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvm" + }, + { + "title": "Buna", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvn" + }, + { + "title": "Bolgo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvo" + }, + { + "title": "Bumang", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvp" + }, + { + "title": "Birri", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvq" + }, + { + "title": "Burarra", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvr" + }, + { + "title": "Bati (Indonesia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvt" + }, + { + "title": "Bukit Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvu" + }, + { + "title": "Baniva", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "bvv" + }, + { + "title": "Boga", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvw" + }, + { + "title": "Dibole", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvx" + }, + { + "title": "Baybayanon", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvy" + }, + { + "title": "Bauzi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bvz" + }, + { + "title": "Bwatoo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwa" + }, + { + "title": "Namosi-Naitasiri-Serua", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwb" + }, + { + "title": "Bwile", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwc" + }, + { + "title": "Bwaidoka", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwd" + }, + { + "title": "Bwe Karen", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwe" + }, + { + "title": "Boselewa", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwf" + }, + { + "title": "Barwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwg" + }, + { + "title": "Bishuo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwh" + }, + { + "title": "Baniwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwi" + }, + { + "title": "Láá Láá Bwamu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwj" + }, + { + "title": "Bauwaki", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwk" + }, + { + "title": "Bwela", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwl" + }, + { + "title": "Biwat", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwm" + }, + { + "title": "Wunai Bunu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwn" + }, + { + "title": "Boro (Ethiopia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwo" + }, + { + "title": "Mandobo Bawah", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwp" + }, + { + "title": "Southern Bobo Madaré", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwq" + }, + { + "title": "Bura-Pabir", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwr" + }, + { + "title": "Bomboma", + "x-language-type": "living", + "x-scope": "individual", + "const": "bws" + }, + { + "title": "Bafaw-Balong", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwt" + }, + { + "title": "Buli (Ghana)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwu" + }, + { + "title": "Bwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "bww" + }, + { + "title": "Bu-Nao Bunu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwx" + }, + { + "title": "Cwi Bwamu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwy" + }, + { + "title": "Bwisi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bwz" + }, + { + "title": "Tairaha", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxa" + }, + { + "title": "Belanda Bor", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxb" + }, + { + "title": "Molengue", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxc" + }, + { + "title": "Pela", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxd" + }, + { + "title": "Birale", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxe" + }, + { + "title": "Bilur", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxf" + }, + { + "title": "Bangala", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxg" + }, + { + "title": "Buhutu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxh" + }, + { + "title": "Pirlatapa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "bxi" + }, + { + "title": "Bayungu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxj" + }, + { + "title": "Bukusu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxk" + }, + { + "title": "Jalkunan", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxl" + }, + { + "title": "Mongolia Buriat", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxm" + }, + { + "title": "Burduna", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxn" + }, + { + "title": "Barikanchi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxo" + }, + { + "title": "Bebil", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxp" + }, + { + "title": "Beele", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxq" + }, + { + "title": "Russia Buriat", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxr" + }, + { + "title": "Busam", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxs" + }, + { + "title": "China Buriat", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxu" + }, + { + "title": "Berakou", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxv" + }, + { + "title": "Bankagooma", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxw" + }, + { + "title": "Binahari", + "x-language-type": "living", + "x-scope": "individual", + "const": "bxz" + }, + { + "title": "Batak", + "x-language-type": "living", + "x-scope": "individual", + "const": "bya" + }, + { + "title": "Bikya", + "x-language-type": "living", + "x-scope": "individual", + "const": "byb" + }, + { + "title": "Ubaghara", + "x-language-type": "living", + "x-scope": "individual", + "const": "byc" + }, + { + "title": "Benyadu'", + "x-language-type": "living", + "x-scope": "individual", + "const": "byd" + }, + { + "title": "Pouye", + "x-language-type": "living", + "x-scope": "individual", + "const": "bye" + }, + { + "title": "Bete", + "x-language-type": "living", + "x-scope": "individual", + "const": "byf" + }, + { + "title": "Baygo", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "byg" + }, + { + "title": "Bhujel", + "x-language-type": "living", + "x-scope": "individual", + "const": "byh" + }, + { + "title": "Buyu", + "x-language-type": "living", + "x-scope": "individual", + "const": "byi" + }, + { + "title": "Bina (Nigeria)", + "x-language-type": "living", + "x-scope": "individual", + "const": "byj" + }, + { + "title": "Biao", + "x-language-type": "living", + "x-scope": "individual", + "const": "byk" + }, + { + "title": "Bayono", + "x-language-type": "living", + "x-scope": "individual", + "const": "byl" + }, + { + "title": "Bidjara", + "x-language-type": "living", + "x-scope": "individual", + "const": "bym" + }, + { + "title": "Bilin", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "byn", + "x-set-2-terminologic": "byn", + "const": "byn" + }, + { + "title": "Biyo", + "x-language-type": "living", + "x-scope": "individual", + "const": "byo" + }, + { + "title": "Bumaji", + "x-language-type": "living", + "x-scope": "individual", + "const": "byp" + }, + { + "title": "Basay", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "byq" + }, + { + "title": "Baruya", + "x-language-type": "living", + "x-scope": "individual", + "const": "byr" + }, + { + "title": "Burak", + "x-language-type": "living", + "x-scope": "individual", + "const": "bys" + }, + { + "title": "Berti", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "byt" + }, + { + "title": "Medumba", + "x-language-type": "living", + "x-scope": "individual", + "const": "byv" + }, + { + "title": "Belhariya", + "x-language-type": "living", + "x-scope": "individual", + "const": "byw" + }, + { + "title": "Qaqet", + "x-language-type": "living", + "x-scope": "individual", + "const": "byx" + }, + { + "title": "Banaro", + "x-language-type": "living", + "x-scope": "individual", + "const": "byz" + }, + { + "title": "Bandi", + "x-language-type": "living", + "x-scope": "individual", + "const": "bza" + }, + { + "title": "Andio", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzb" + }, + { + "title": "Southern Betsimisaraka Malagasy", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzc" + }, + { + "title": "Bribri", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzd" + }, + { + "title": "Jenaama Bozo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bze" + }, + { + "title": "Boikin", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzf" + }, + { + "title": "Babuza", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzg" + }, + { + "title": "Mapos Buang", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzh" + }, + { + "title": "Bisu", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzi" + }, + { + "title": "Belize Kriol English", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzj" + }, + { + "title": "Nicaragua Creole English", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzk" + }, + { + "title": "Boano (Sulawesi)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzl" + }, + { + "title": "Bolondo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzm" + }, + { + "title": "Boano (Maluku)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzn" + }, + { + "title": "Bozaba", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzo" + }, + { + "title": "Kemberano", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzp" + }, + { + "title": "Buli (Indonesia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzq" + }, + { + "title": "Biri", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "bzr" + }, + { + "title": "Brazilian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzs" + }, + { + "title": "Brithenig", + "x-language-type": "constructed", + "x-scope": "individual", + "const": "bzt" + }, + { + "title": "Burmeso", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzu" + }, + { + "title": "Naami", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzv" + }, + { + "title": "Basa (Nigeria)", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzw" + }, + { + "title": "Kɛlɛngaxo Bozo", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzx" + }, + { + "title": "Obanliku", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzy" + }, + { + "title": "Evant", + "x-language-type": "living", + "x-scope": "individual", + "const": "bzz" + }, + { + "title": "Chortí", + "x-language-type": "living", + "x-scope": "individual", + "const": "caa" + }, + { + "title": "Garifuna", + "x-language-type": "living", + "x-scope": "individual", + "const": "cab" + }, + { + "title": "Chuj", + "x-language-type": "living", + "x-scope": "individual", + "const": "cac" + }, + { + "title": "Caddo", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "cad", + "x-set-2-terminologic": "cad", + "const": "cad" + }, + { + "title": "Lehar", + "x-language-type": "living", + "x-scope": "individual", + "const": "cae" + }, + { + "title": "Southern Carrier", + "x-language-type": "living", + "x-scope": "individual", + "const": "caf" + }, + { + "title": "Nivaclé", + "x-language-type": "living", + "x-scope": "individual", + "const": "cag" + }, + { + "title": "Cahuarano", + "x-language-type": "living", + "x-scope": "individual", + "const": "cah" + }, + { + "title": "Chané", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "caj" + }, + { + "title": "Kaqchikel", + "x-language-type": "living", + "x-scope": "individual", + "const": "cak" + }, + { + "title": "Carolinian", + "x-language-type": "living", + "x-scope": "individual", + "const": "cal" + }, + { + "title": "Cemuhî", + "x-language-type": "living", + "x-scope": "individual", + "const": "cam" + }, + { + "title": "Chambri", + "x-language-type": "living", + "x-scope": "individual", + "const": "can" + }, + { + "title": "Chácobo", + "x-language-type": "living", + "x-scope": "individual", + "const": "cao" + }, + { + "title": "Chipaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "cap" + }, + { + "title": "Car Nicobarese", + "x-language-type": "living", + "x-scope": "individual", + "const": "caq" + }, + { + "title": "Galibi Carib", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "car", + "x-set-2-terminologic": "car", + "const": "car" + }, + { + "title": "Tsimané", + "x-language-type": "living", + "x-scope": "individual", + "const": "cas" + }, + { + "title": "Catalan", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ca", + "x-set-2-bibliographic": "cat", + "x-set-2-terminologic": "cat", + "const": "cat" + }, + { + "title": "Cavineña", + "x-language-type": "living", + "x-scope": "individual", + "const": "cav" + }, + { + "title": "Callawalla", + "x-language-type": "living", + "x-scope": "individual", + "const": "caw" + }, + { + "title": "Chiquitano", + "x-language-type": "living", + "x-scope": "individual", + "const": "cax" + }, + { + "title": "Cayuga", + "x-language-type": "living", + "x-scope": "individual", + "const": "cay" + }, + { + "title": "Canichana", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "caz" + }, + { + "title": "Cabiyarí", + "x-language-type": "living", + "x-scope": "individual", + "const": "cbb" + }, + { + "title": "Carapana", + "x-language-type": "living", + "x-scope": "individual", + "const": "cbc" + }, + { + "title": "Carijona", + "x-language-type": "living", + "x-scope": "individual", + "const": "cbd" + }, + { + "title": "Chimila", + "x-language-type": "living", + "x-scope": "individual", + "const": "cbg" + }, + { + "title": "Chachi", + "x-language-type": "living", + "x-scope": "individual", + "const": "cbi" + }, + { + "title": "Ede Cabe", + "x-language-type": "living", + "x-scope": "individual", + "const": "cbj" + }, + { + "title": "Chavacano", + "x-language-type": "living", + "x-scope": "individual", + "const": "cbk" + }, + { + "title": "Bualkhaw Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "cbl" + }, + { + "title": "Nyahkur", + "x-language-type": "living", + "x-scope": "individual", + "const": "cbn" + }, + { + "title": "Izora", + "x-language-type": "living", + "x-scope": "individual", + "const": "cbo" + }, + { + "title": "Tsucuba", + "x-language-type": "living", + "x-scope": "individual", + "const": "cbq" + }, + { + "title": "Cashibo-Cacataibo", + "x-language-type": "living", + "x-scope": "individual", + "const": "cbr" + }, + { + "title": "Cashinahua", + "x-language-type": "living", + "x-scope": "individual", + "const": "cbs" + }, + { + "title": "Chayahuita", + "x-language-type": "living", + "x-scope": "individual", + "const": "cbt" + }, + { + "title": "Candoshi-Shapra", + "x-language-type": "living", + "x-scope": "individual", + "const": "cbu" + }, + { + "title": "Cacua", + "x-language-type": "living", + "x-scope": "individual", + "const": "cbv" + }, + { + "title": "Kinabalian", + "x-language-type": "living", + "x-scope": "individual", + "const": "cbw" + }, + { + "title": "Carabayo", + "x-language-type": "living", + "x-scope": "individual", + "const": "cby" + }, + { + "title": "Chamicuro", + "x-language-type": "living", + "x-scope": "individual", + "const": "ccc" + }, + { + "title": "Cafundo Creole", + "x-language-type": "living", + "x-scope": "individual", + "const": "ccd" + }, + { + "title": "Chopi", + "x-language-type": "living", + "x-scope": "individual", + "const": "cce" + }, + { + "title": "Samba Daka", + "x-language-type": "living", + "x-scope": "individual", + "const": "ccg" + }, + { + "title": "Atsam", + "x-language-type": "living", + "x-scope": "individual", + "const": "cch" + }, + { + "title": "Kasanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "ccj" + }, + { + "title": "Cutchi-Swahili", + "x-language-type": "living", + "x-scope": "individual", + "const": "ccl" + }, + { + "title": "Malaccan Creole Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "ccm" + }, + { + "title": "Comaltepec Chinantec", + "x-language-type": "living", + "x-scope": "individual", + "const": "cco" + }, + { + "title": "Chakma", + "x-language-type": "living", + "x-scope": "individual", + "const": "ccp" + }, + { + "title": "Cacaopera", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ccr" + }, + { + "title": "Choni", + "x-language-type": "living", + "x-scope": "individual", + "const": "cda" + }, + { + "title": "Chenchu", + "x-language-type": "living", + "x-scope": "individual", + "const": "cde" + }, + { + "title": "Chiru", + "x-language-type": "living", + "x-scope": "individual", + "const": "cdf" + }, + { + "title": "Chambeali", + "x-language-type": "living", + "x-scope": "individual", + "const": "cdh" + }, + { + "title": "Chodri", + "x-language-type": "living", + "x-scope": "individual", + "const": "cdi" + }, + { + "title": "Churahi", + "x-language-type": "living", + "x-scope": "individual", + "const": "cdj" + }, + { + "title": "Chepang", + "x-language-type": "living", + "x-scope": "individual", + "const": "cdm" + }, + { + "title": "Chaudangsi", + "x-language-type": "living", + "x-scope": "individual", + "const": "cdn" + }, + { + "title": "Min Dong Chinese", + "x-language-type": "living", + "x-scope": "individual", + "const": "cdo" + }, + { + "title": "Cinda-Regi-Tiyal", + "x-language-type": "living", + "x-scope": "individual", + "const": "cdr" + }, + { + "title": "Chadian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "cds" + }, + { + "title": "Chadong", + "x-language-type": "living", + "x-scope": "individual", + "const": "cdy" + }, + { + "title": "Koda", + "x-language-type": "living", + "x-scope": "individual", + "const": "cdz" + }, + { + "title": "Lower Chehalis", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "cea" + }, + { + "title": "Cebuano", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "ceb", + "x-set-2-terminologic": "ceb", + "const": "ceb" + }, + { + "title": "Chamacoco", + "x-language-type": "living", + "x-scope": "individual", + "const": "ceg" + }, + { + "title": "Eastern Khumi Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "cek" + }, + { + "title": "Cen", + "x-language-type": "living", + "x-scope": "individual", + "const": "cen" + }, + { + "title": "Czech", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "cs", + "x-set-2-bibliographic": "cze", + "x-set-2-terminologic": "ces", + "const": "ces" + }, + { + "title": "Centúúm", + "x-language-type": "living", + "x-scope": "individual", + "const": "cet" + }, + { + "title": "Ekai Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "cey" + }, + { + "title": "Dijim-Bwilim", + "x-language-type": "living", + "x-scope": "individual", + "const": "cfa" + }, + { + "title": "Cara", + "x-language-type": "living", + "x-scope": "individual", + "const": "cfd" + }, + { + "title": "Como Karim", + "x-language-type": "living", + "x-scope": "individual", + "const": "cfg" + }, + { + "title": "Falam Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "cfm" + }, + { + "title": "Changriwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "cga" + }, + { + "title": "Kagayanen", + "x-language-type": "living", + "x-scope": "individual", + "const": "cgc" + }, + { + "title": "Chiga", + "x-language-type": "living", + "x-scope": "individual", + "const": "cgg" + }, + { + "title": "Chocangacakha", + "x-language-type": "living", + "x-scope": "individual", + "const": "cgk" + }, + { + "title": "Chamorro", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ch", + "x-set-2-bibliographic": "cha", + "x-set-2-terminologic": "cha", + "const": "cha" + }, + { + "title": "Chibcha", + "x-language-type": "extinct", + "x-scope": "individual", + "x-set-2-bibliographic": "chb", + "x-set-2-terminologic": "chb", + "const": "chb" + }, + { + "title": "Catawba", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "chc" + }, + { + "title": "Highland Oaxaca Chontal", + "x-language-type": "living", + "x-scope": "individual", + "const": "chd" + }, + { + "title": "Chechen", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ce", + "x-set-2-bibliographic": "che", + "x-set-2-terminologic": "che", + "const": "che" + }, + { + "title": "Tabasco Chontal", + "x-language-type": "living", + "x-scope": "individual", + "const": "chf" + }, + { + "title": "Chagatai", + "x-language-type": "extinct", + "x-scope": "individual", + "x-set-2-bibliographic": "chg", + "x-set-2-terminologic": "chg", + "const": "chg" + }, + { + "title": "Chinook", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "chh" + }, + { + "title": "Ojitlán Chinantec", + "x-language-type": "living", + "x-scope": "individual", + "const": "chj" + }, + { + "title": "Chuukese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "chk", + "x-set-2-terminologic": "chk", + "const": "chk" + }, + { + "title": "Cahuilla", + "x-language-type": "living", + "x-scope": "individual", + "const": "chl" + }, + { + "title": "Mari (Russia)", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "chm", + "x-set-2-terminologic": "chm", + "const": "chm" + }, + { + "title": "Chinook jargon", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "chn", + "x-set-2-terminologic": "chn", + "const": "chn" + }, + { + "title": "Choctaw", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "cho", + "x-set-2-terminologic": "cho", + "const": "cho" + }, + { + "title": "Chipewyan", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "chp", + "x-set-2-terminologic": "chp", + "const": "chp" + }, + { + "title": "Quiotepec Chinantec", + "x-language-type": "living", + "x-scope": "individual", + "const": "chq" + }, + { + "title": "Cherokee", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "chr", + "x-set-2-terminologic": "chr", + "const": "chr" + }, + { + "title": "Cholón", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "cht" + }, + { + "title": "Church Slavic", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-1": "cu", + "x-set-2-bibliographic": "chu", + "x-set-2-terminologic": "chu", + "const": "chu" + }, + { + "title": "Chuvash", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "cv", + "x-set-2-bibliographic": "chv", + "x-set-2-terminologic": "chv", + "const": "chv" + }, + { + "title": "Chuwabu", + "x-language-type": "living", + "x-scope": "individual", + "const": "chw" + }, + { + "title": "Chantyal", + "x-language-type": "living", + "x-scope": "individual", + "const": "chx" + }, + { + "title": "Cheyenne", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "chy", + "x-set-2-terminologic": "chy", + "const": "chy" + }, + { + "title": "Ozumacín Chinantec", + "x-language-type": "living", + "x-scope": "individual", + "const": "chz" + }, + { + "title": "Cia-Cia", + "x-language-type": "living", + "x-scope": "individual", + "const": "cia" + }, + { + "title": "Ci Gbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "cib" + }, + { + "title": "Chickasaw", + "x-language-type": "living", + "x-scope": "individual", + "const": "cic" + }, + { + "title": "Chimariko", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "cid" + }, + { + "title": "Cineni", + "x-language-type": "living", + "x-scope": "individual", + "const": "cie" + }, + { + "title": "Chinali", + "x-language-type": "living", + "x-scope": "individual", + "const": "cih" + }, + { + "title": "Chitkuli Kinnauri", + "x-language-type": "living", + "x-scope": "individual", + "const": "cik" + }, + { + "title": "Cimbrian", + "x-language-type": "living", + "x-scope": "individual", + "const": "cim" + }, + { + "title": "Cinta Larga", + "x-language-type": "living", + "x-scope": "individual", + "const": "cin" + }, + { + "title": "Chiapanec", + "x-language-type": "living", + "x-scope": "individual", + "const": "cip" + }, + { + "title": "Tiri", + "x-language-type": "living", + "x-scope": "individual", + "const": "cir" + }, + { + "title": "Chippewa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ciw" + }, + { + "title": "Chaima", + "x-language-type": "living", + "x-scope": "individual", + "const": "ciy" + }, + { + "title": "Western Cham", + "x-language-type": "living", + "x-scope": "individual", + "const": "cja" + }, + { + "title": "Chru", + "x-language-type": "living", + "x-scope": "individual", + "const": "cje" + }, + { + "title": "Upper Chehalis", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "cjh" + }, + { + "title": "Chamalal", + "x-language-type": "living", + "x-scope": "individual", + "const": "cji" + }, + { + "title": "Chokwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "cjk" + }, + { + "title": "Eastern Cham", + "x-language-type": "living", + "x-scope": "individual", + "const": "cjm" + }, + { + "title": "Chenapian", + "x-language-type": "living", + "x-scope": "individual", + "const": "cjn" + }, + { + "title": "Ashéninka Pajonal", + "x-language-type": "living", + "x-scope": "individual", + "const": "cjo" + }, + { + "title": "Cabécar", + "x-language-type": "living", + "x-scope": "individual", + "const": "cjp" + }, + { + "title": "Shor", + "x-language-type": "living", + "x-scope": "individual", + "const": "cjs" + }, + { + "title": "Chuave", + "x-language-type": "living", + "x-scope": "individual", + "const": "cjv" + }, + { + "title": "Jinyu Chinese", + "x-language-type": "living", + "x-scope": "individual", + "const": "cjy" + }, + { + "title": "Central Kurdish", + "x-language-type": "living", + "x-scope": "individual", + "const": "ckb" + }, + { + "title": "Chak", + "x-language-type": "living", + "x-scope": "individual", + "const": "ckh" + }, + { + "title": "Cibak", + "x-language-type": "living", + "x-scope": "individual", + "const": "ckl" + }, + { + "title": "Chakavian", + "x-language-type": "living", + "x-scope": "individual", + "const": "ckm" + }, + { + "title": "Kaang Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "ckn" + }, + { + "title": "Anufo", + "x-language-type": "living", + "x-scope": "individual", + "const": "cko" + }, + { + "title": "Kajakse", + "x-language-type": "living", + "x-scope": "individual", + "const": "ckq" + }, + { + "title": "Kairak", + "x-language-type": "living", + "x-scope": "individual", + "const": "ckr" + }, + { + "title": "Tayo", + "x-language-type": "living", + "x-scope": "individual", + "const": "cks" + }, + { + "title": "Chukot", + "x-language-type": "living", + "x-scope": "individual", + "const": "ckt" + }, + { + "title": "Koasati", + "x-language-type": "living", + "x-scope": "individual", + "const": "cku" + }, + { + "title": "Kavalan", + "x-language-type": "living", + "x-scope": "individual", + "const": "ckv" + }, + { + "title": "Caka", + "x-language-type": "living", + "x-scope": "individual", + "const": "ckx" + }, + { + "title": "Cakfem-Mushere", + "x-language-type": "living", + "x-scope": "individual", + "const": "cky" + }, + { + "title": "Cakchiquel-Quiché Mixed Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "ckz" + }, + { + "title": "Ron", + "x-language-type": "living", + "x-scope": "individual", + "const": "cla" + }, + { + "title": "Chilcotin", + "x-language-type": "living", + "x-scope": "individual", + "const": "clc" + }, + { + "title": "Chaldean Neo-Aramaic", + "x-language-type": "living", + "x-scope": "individual", + "const": "cld" + }, + { + "title": "Lealao Chinantec", + "x-language-type": "living", + "x-scope": "individual", + "const": "cle" + }, + { + "title": "Chilisso", + "x-language-type": "living", + "x-scope": "individual", + "const": "clh" + }, + { + "title": "Chakali", + "x-language-type": "living", + "x-scope": "individual", + "const": "cli" + }, + { + "title": "Laitu Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "clj" + }, + { + "title": "Idu-Mishmi", + "x-language-type": "living", + "x-scope": "individual", + "const": "clk" + }, + { + "title": "Chala", + "x-language-type": "living", + "x-scope": "individual", + "const": "cll" + }, + { + "title": "Klallam", + "x-language-type": "living", + "x-scope": "individual", + "const": "clm" + }, + { + "title": "Lowland Oaxaca Chontal", + "x-language-type": "living", + "x-scope": "individual", + "const": "clo" + }, + { + "title": "Classical Sanskrit", + "x-language-type": "historic", + "x-scope": "individual", + "const": "cls" + }, + { + "title": "Lautu Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "clt" + }, + { + "title": "Caluyanun", + "x-language-type": "living", + "x-scope": "individual", + "const": "clu" + }, + { + "title": "Chulym", + "x-language-type": "living", + "x-scope": "individual", + "const": "clw" + }, + { + "title": "Eastern Highland Chatino", + "x-language-type": "living", + "x-scope": "individual", + "const": "cly" + }, + { + "title": "Maa", + "x-language-type": "living", + "x-scope": "individual", + "const": "cma" + }, + { + "title": "Cerma", + "x-language-type": "living", + "x-scope": "individual", + "const": "cme" + }, + { + "title": "Classical Mongolian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "cmg" + }, + { + "title": "Emberá-Chamí", + "x-language-type": "living", + "x-scope": "individual", + "const": "cmi" + }, + { + "title": "Campalagian", + "x-language-type": "living", + "x-scope": "individual", + "const": "cml" + }, + { + "title": "Michigamea", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "cmm" + }, + { + "title": "Mandarin Chinese", + "x-language-type": "living", + "x-scope": "individual", + "const": "cmn" + }, + { + "title": "Central Mnong", + "x-language-type": "living", + "x-scope": "individual", + "const": "cmo" + }, + { + "title": "Mro-Khimi Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "cmr" + }, + { + "title": "Messapic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "cms" + }, + { + "title": "Camtho", + "x-language-type": "living", + "x-scope": "individual", + "const": "cmt" + }, + { + "title": "Changthang", + "x-language-type": "living", + "x-scope": "individual", + "const": "cna" + }, + { + "title": "Chinbon Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "cnb" + }, + { + "title": "Côông", + "x-language-type": "living", + "x-scope": "individual", + "const": "cnc" + }, + { + "title": "Northern Qiang", + "x-language-type": "living", + "x-scope": "individual", + "const": "cng" + }, + { + "title": "Hakha Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "cnh" + }, + { + "title": "Asháninka", + "x-language-type": "living", + "x-scope": "individual", + "const": "cni" + }, + { + "title": "Khumi Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "cnk" + }, + { + "title": "Lalana Chinantec", + "x-language-type": "living", + "x-scope": "individual", + "const": "cnl" + }, + { + "title": "Con", + "x-language-type": "living", + "x-scope": "individual", + "const": "cno" + }, + { + "title": "Northern Ping Chinese", + "x-language-type": "living", + "x-scope": "individual", + "const": "cnp" + }, + { + "title": "Chung", + "x-language-type": "living", + "x-scope": "individual", + "const": "cnq" + }, + { + "title": "Montenegrin", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "cnr", + "x-set-2-terminologic": "cnr", + "const": "cnr" + }, + { + "title": "Central Asmat", + "x-language-type": "living", + "x-scope": "individual", + "const": "cns" + }, + { + "title": "Tepetotutla Chinantec", + "x-language-type": "living", + "x-scope": "individual", + "const": "cnt" + }, + { + "title": "Chenoua", + "x-language-type": "living", + "x-scope": "individual", + "const": "cnu" + }, + { + "title": "Ngawn Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "cnw" + }, + { + "title": "Middle Cornish", + "x-language-type": "historic", + "x-scope": "individual", + "const": "cnx" + }, + { + "title": "Cocos Islands Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "coa" + }, + { + "title": "Chicomuceltec", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "cob" + }, + { + "title": "Cocopa", + "x-language-type": "living", + "x-scope": "individual", + "const": "coc" + }, + { + "title": "Cocama-Cocamilla", + "x-language-type": "living", + "x-scope": "individual", + "const": "cod" + }, + { + "title": "Koreguaje", + "x-language-type": "living", + "x-scope": "individual", + "const": "coe" + }, + { + "title": "Colorado", + "x-language-type": "living", + "x-scope": "individual", + "const": "cof" + }, + { + "title": "Chong", + "x-language-type": "living", + "x-scope": "individual", + "const": "cog" + }, + { + "title": "Chonyi-Dzihana-Kauma", + "x-language-type": "living", + "x-scope": "individual", + "const": "coh" + }, + { + "title": "Cochimi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "coj" + }, + { + "title": "Santa Teresa Cora", + "x-language-type": "living", + "x-scope": "individual", + "const": "cok" + }, + { + "title": "Columbia-Wenatchi", + "x-language-type": "living", + "x-scope": "individual", + "const": "col" + }, + { + "title": "Comanche", + "x-language-type": "living", + "x-scope": "individual", + "const": "com" + }, + { + "title": "Cofán", + "x-language-type": "living", + "x-scope": "individual", + "const": "con" + }, + { + "title": "Comox", + "x-language-type": "living", + "x-scope": "individual", + "const": "coo" + }, + { + "title": "Coptic", + "x-language-type": "extinct", + "x-scope": "individual", + "x-set-2-bibliographic": "cop", + "x-set-2-terminologic": "cop", + "const": "cop" + }, + { + "title": "Coquille", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "coq" + }, + { + "title": "Cornish", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "kw", + "x-set-2-bibliographic": "cor", + "x-set-2-terminologic": "cor", + "const": "cor" + }, + { + "title": "Corsican", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "co", + "x-set-2-bibliographic": "cos", + "x-set-2-terminologic": "cos", + "const": "cos" + }, + { + "title": "Caquinte", + "x-language-type": "living", + "x-scope": "individual", + "const": "cot" + }, + { + "title": "Wamey", + "x-language-type": "living", + "x-scope": "individual", + "const": "cou" + }, + { + "title": "Cao Miao", + "x-language-type": "living", + "x-scope": "individual", + "const": "cov" + }, + { + "title": "Cowlitz", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "cow" + }, + { + "title": "Nanti", + "x-language-type": "living", + "x-scope": "individual", + "const": "cox" + }, + { + "title": "Chochotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "coz" + }, + { + "title": "Palantla Chinantec", + "x-language-type": "living", + "x-scope": "individual", + "const": "cpa" + }, + { + "title": "Ucayali-Yurúa Ashéninka", + "x-language-type": "living", + "x-scope": "individual", + "const": "cpb" + }, + { + "title": "Ajyíninka Apurucayali", + "x-language-type": "living", + "x-scope": "individual", + "const": "cpc" + }, + { + "title": "Cappadocian Greek", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "cpg" + }, + { + "title": "Chinese Pidgin English", + "x-language-type": "living", + "x-scope": "individual", + "const": "cpi" + }, + { + "title": "Cherepon", + "x-language-type": "living", + "x-scope": "individual", + "const": "cpn" + }, + { + "title": "Kpeego", + "x-language-type": "living", + "x-scope": "individual", + "const": "cpo" + }, + { + "title": "Capiznon", + "x-language-type": "living", + "x-scope": "individual", + "const": "cps" + }, + { + "title": "Pichis Ashéninka", + "x-language-type": "living", + "x-scope": "individual", + "const": "cpu" + }, + { + "title": "Pu-Xian Chinese", + "x-language-type": "living", + "x-scope": "individual", + "const": "cpx" + }, + { + "title": "South Ucayali Ashéninka", + "x-language-type": "living", + "x-scope": "individual", + "const": "cpy" + }, + { + "title": "Chuanqiandian Cluster Miao", + "x-language-type": "living", + "x-scope": "individual", + "const": "cqd" + }, + { + "title": "Chara", + "x-language-type": "living", + "x-scope": "individual", + "const": "cra" + }, + { + "title": "Island Carib", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "crb" + }, + { + "title": "Lonwolwol", + "x-language-type": "living", + "x-scope": "individual", + "const": "crc" + }, + { + "title": "Coeur d'Alene", + "x-language-type": "living", + "x-scope": "individual", + "const": "crd" + }, + { + "title": "Cree", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "cr", + "x-set-2-bibliographic": "cre", + "x-set-2-terminologic": "cre", + "const": "cre" + }, + { + "title": "Caramanta", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "crf" + }, + { + "title": "Michif", + "x-language-type": "living", + "x-scope": "individual", + "const": "crg" + }, + { + "title": "Crimean Tatar", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "crh", + "x-set-2-terminologic": "crh", + "const": "crh" + }, + { + "title": "Sãotomense", + "x-language-type": "living", + "x-scope": "individual", + "const": "cri" + }, + { + "title": "Southern East Cree", + "x-language-type": "living", + "x-scope": "individual", + "const": "crj" + }, + { + "title": "Plains Cree", + "x-language-type": "living", + "x-scope": "individual", + "const": "crk" + }, + { + "title": "Northern East Cree", + "x-language-type": "living", + "x-scope": "individual", + "const": "crl" + }, + { + "title": "Moose Cree", + "x-language-type": "living", + "x-scope": "individual", + "const": "crm" + }, + { + "title": "El Nayar Cora", + "x-language-type": "living", + "x-scope": "individual", + "const": "crn" + }, + { + "title": "Crow", + "x-language-type": "living", + "x-scope": "individual", + "const": "cro" + }, + { + "title": "Iyo'wujwa Chorote", + "x-language-type": "living", + "x-scope": "individual", + "const": "crq" + }, + { + "title": "Carolina Algonquian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "crr" + }, + { + "title": "Seselwa Creole French", + "x-language-type": "living", + "x-scope": "individual", + "const": "crs" + }, + { + "title": "Iyojwa'ja Chorote", + "x-language-type": "living", + "x-scope": "individual", + "const": "crt" + }, + { + "title": "Chaura", + "x-language-type": "living", + "x-scope": "individual", + "const": "crv" + }, + { + "title": "Chrau", + "x-language-type": "living", + "x-scope": "individual", + "const": "crw" + }, + { + "title": "Carrier", + "x-language-type": "living", + "x-scope": "individual", + "const": "crx" + }, + { + "title": "Cori", + "x-language-type": "living", + "x-scope": "individual", + "const": "cry" + }, + { + "title": "Cruzeño", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "crz" + }, + { + "title": "Chiltepec Chinantec", + "x-language-type": "living", + "x-scope": "individual", + "const": "csa" + }, + { + "title": "Kashubian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "csb", + "x-set-2-terminologic": "csb", + "const": "csb" + }, + { + "title": "Catalan Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "csc" + }, + { + "title": "Chiangmai Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "csd" + }, + { + "title": "Czech Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "cse" + }, + { + "title": "Cuba Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "csf" + }, + { + "title": "Chilean Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "csg" + }, + { + "title": "Asho Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "csh" + }, + { + "title": "Coast Miwok", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "csi" + }, + { + "title": "Songlai Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "csj" + }, + { + "title": "Jola-Kasa", + "x-language-type": "living", + "x-scope": "individual", + "const": "csk" + }, + { + "title": "Chinese Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "csl" + }, + { + "title": "Central Sierra Miwok", + "x-language-type": "living", + "x-scope": "individual", + "const": "csm" + }, + { + "title": "Colombian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "csn" + }, + { + "title": "Sochiapam Chinantec", + "x-language-type": "living", + "x-scope": "individual", + "const": "cso" + }, + { + "title": "Southern Ping Chinese", + "x-language-type": "living", + "x-scope": "individual", + "const": "csp" + }, + { + "title": "Croatia Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "csq" + }, + { + "title": "Costa Rican Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "csr" + }, + { + "title": "Southern Ohlone", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "css" + }, + { + "title": "Northern Ohlone", + "x-language-type": "living", + "x-scope": "individual", + "const": "cst" + }, + { + "title": "Sumtu Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "csv" + }, + { + "title": "Swampy Cree", + "x-language-type": "living", + "x-scope": "individual", + "const": "csw" + }, + { + "title": "Cambodian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "csx" + }, + { + "title": "Siyin Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "csy" + }, + { + "title": "Coos", + "x-language-type": "living", + "x-scope": "individual", + "const": "csz" + }, + { + "title": "Tataltepec Chatino", + "x-language-type": "living", + "x-scope": "individual", + "const": "cta" + }, + { + "title": "Chetco", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ctc" + }, + { + "title": "Tedim Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "ctd" + }, + { + "title": "Tepinapa Chinantec", + "x-language-type": "living", + "x-scope": "individual", + "const": "cte" + }, + { + "title": "Chittagonian", + "x-language-type": "living", + "x-scope": "individual", + "const": "ctg" + }, + { + "title": "Thaiphum Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "cth" + }, + { + "title": "Tlacoatzintepec Chinantec", + "x-language-type": "living", + "x-scope": "individual", + "const": "ctl" + }, + { + "title": "Chitimacha", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ctm" + }, + { + "title": "Chhintange", + "x-language-type": "living", + "x-scope": "individual", + "const": "ctn" + }, + { + "title": "Emberá-Catío", + "x-language-type": "living", + "x-scope": "individual", + "const": "cto" + }, + { + "title": "Western Highland Chatino", + "x-language-type": "living", + "x-scope": "individual", + "const": "ctp" + }, + { + "title": "Northern Catanduanes Bikol", + "x-language-type": "living", + "x-scope": "individual", + "const": "cts" + }, + { + "title": "Wayanad Chetti", + "x-language-type": "living", + "x-scope": "individual", + "const": "ctt" + }, + { + "title": "Chol", + "x-language-type": "living", + "x-scope": "individual", + "const": "ctu" + }, + { + "title": "Moundadan Chetty", + "x-language-type": "living", + "x-scope": "individual", + "const": "cty" + }, + { + "title": "Zacatepec Chatino", + "x-language-type": "living", + "x-scope": "individual", + "const": "ctz" + }, + { + "title": "Cua", + "x-language-type": "living", + "x-scope": "individual", + "const": "cua" + }, + { + "title": "Cubeo", + "x-language-type": "living", + "x-scope": "individual", + "const": "cub" + }, + { + "title": "Usila Chinantec", + "x-language-type": "living", + "x-scope": "individual", + "const": "cuc" + }, + { + "title": "Chuka", + "x-language-type": "living", + "x-scope": "individual", + "const": "cuh" + }, + { + "title": "Cuiba", + "x-language-type": "living", + "x-scope": "individual", + "const": "cui" + }, + { + "title": "Mashco Piro", + "x-language-type": "living", + "x-scope": "individual", + "const": "cuj" + }, + { + "title": "San Blas Kuna", + "x-language-type": "living", + "x-scope": "individual", + "const": "cuk" + }, + { + "title": "Culina", + "x-language-type": "living", + "x-scope": "individual", + "const": "cul" + }, + { + "title": "Cumanagoto", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "cuo" + }, + { + "title": "Cupeño", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "cup" + }, + { + "title": "Cun", + "x-language-type": "living", + "x-scope": "individual", + "const": "cuq" + }, + { + "title": "Chhulung", + "x-language-type": "living", + "x-scope": "individual", + "const": "cur" + }, + { + "title": "Teutila Cuicatec", + "x-language-type": "living", + "x-scope": "individual", + "const": "cut" + }, + { + "title": "Tai Ya", + "x-language-type": "living", + "x-scope": "individual", + "const": "cuu" + }, + { + "title": "Cuvok", + "x-language-type": "living", + "x-scope": "individual", + "const": "cuv" + }, + { + "title": "Chukwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "cuw" + }, + { + "title": "Tepeuxila Cuicatec", + "x-language-type": "living", + "x-scope": "individual", + "const": "cux" + }, + { + "title": "Cuitlatec", + "x-language-type": "living", + "x-scope": "individual", + "const": "cuy" + }, + { + "title": "Chug", + "x-language-type": "living", + "x-scope": "individual", + "const": "cvg" + }, + { + "title": "Valle Nacional Chinantec", + "x-language-type": "living", + "x-scope": "individual", + "const": "cvn" + }, + { + "title": "Kabwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "cwa" + }, + { + "title": "Maindo", + "x-language-type": "living", + "x-scope": "individual", + "const": "cwb" + }, + { + "title": "Woods Cree", + "x-language-type": "living", + "x-scope": "individual", + "const": "cwd" + }, + { + "title": "Kwere", + "x-language-type": "living", + "x-scope": "individual", + "const": "cwe" + }, + { + "title": "Chewong", + "x-language-type": "living", + "x-scope": "individual", + "const": "cwg" + }, + { + "title": "Kuwaataay", + "x-language-type": "living", + "x-scope": "individual", + "const": "cwt" + }, + { + "title": "Cha'ari", + "x-language-type": "living", + "x-scope": "individual", + "const": "cxh" + }, + { + "title": "Nopala Chatino", + "x-language-type": "living", + "x-scope": "individual", + "const": "cya" + }, + { + "title": "Cayubaba", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "cyb" + }, + { + "title": "Welsh", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "cy", + "x-set-2-bibliographic": "wel", + "x-set-2-terminologic": "cym", + "const": "cym" + }, + { + "title": "Cuyonon", + "x-language-type": "living", + "x-scope": "individual", + "const": "cyo" + }, + { + "title": "Huizhou Chinese", + "x-language-type": "living", + "x-scope": "individual", + "const": "czh" + }, + { + "title": "Knaanic", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "czk" + }, + { + "title": "Zenzontepec Chatino", + "x-language-type": "living", + "x-scope": "individual", + "const": "czn" + }, + { + "title": "Min Zhong Chinese", + "x-language-type": "living", + "x-scope": "individual", + "const": "czo" + }, + { + "title": "Zotung Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "czt" + }, + { + "title": "Dangaléat", + "x-language-type": "living", + "x-scope": "individual", + "const": "daa" + }, + { + "title": "Dambi", + "x-language-type": "living", + "x-scope": "individual", + "const": "dac" + }, + { + "title": "Marik", + "x-language-type": "living", + "x-scope": "individual", + "const": "dad" + }, + { + "title": "Duupa", + "x-language-type": "living", + "x-scope": "individual", + "const": "dae" + }, + { + "title": "Dagbani", + "x-language-type": "living", + "x-scope": "individual", + "const": "dag" + }, + { + "title": "Gwahatike", + "x-language-type": "living", + "x-scope": "individual", + "const": "dah" + }, + { + "title": "Day", + "x-language-type": "living", + "x-scope": "individual", + "const": "dai" + }, + { + "title": "Dar Fur Daju", + "x-language-type": "living", + "x-scope": "individual", + "const": "daj" + }, + { + "title": "Dakota", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "dak", + "x-set-2-terminologic": "dak", + "const": "dak" + }, + { + "title": "Dahalo", + "x-language-type": "living", + "x-scope": "individual", + "const": "dal" + }, + { + "title": "Damakawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "dam" + }, + { + "title": "Danish", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "da", + "x-set-2-bibliographic": "dan", + "x-set-2-terminologic": "dan", + "const": "dan" + }, + { + "title": "Daai Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "dao" + }, + { + "title": "Dandami Maria", + "x-language-type": "living", + "x-scope": "individual", + "const": "daq" + }, + { + "title": "Dargwa", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "dar", + "x-set-2-terminologic": "dar", + "const": "dar" + }, + { + "title": "Daho-Doo", + "x-language-type": "living", + "x-scope": "individual", + "const": "das" + }, + { + "title": "Dar Sila Daju", + "x-language-type": "living", + "x-scope": "individual", + "const": "dau" + }, + { + "title": "Taita", + "x-language-type": "living", + "x-scope": "individual", + "const": "dav" + }, + { + "title": "Davawenyo", + "x-language-type": "living", + "x-scope": "individual", + "const": "daw" + }, + { + "title": "Dayi", + "x-language-type": "living", + "x-scope": "individual", + "const": "dax" + }, + { + "title": "Moi-Wadea", + "x-language-type": "living", + "x-scope": "individual", + "const": "daz" + }, + { + "title": "Bangime", + "x-language-type": "living", + "x-scope": "individual", + "const": "dba" + }, + { + "title": "Deno", + "x-language-type": "living", + "x-scope": "individual", + "const": "dbb" + }, + { + "title": "Dadiya", + "x-language-type": "living", + "x-scope": "individual", + "const": "dbd" + }, + { + "title": "Dabe", + "x-language-type": "living", + "x-scope": "individual", + "const": "dbe" + }, + { + "title": "Edopi", + "x-language-type": "living", + "x-scope": "individual", + "const": "dbf" + }, + { + "title": "Dogul Dom Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "dbg" + }, + { + "title": "Doka", + "x-language-type": "living", + "x-scope": "individual", + "const": "dbi" + }, + { + "title": "Ida'an", + "x-language-type": "living", + "x-scope": "individual", + "const": "dbj" + }, + { + "title": "Dyirbal", + "x-language-type": "living", + "x-scope": "individual", + "const": "dbl" + }, + { + "title": "Duguri", + "x-language-type": "living", + "x-scope": "individual", + "const": "dbm" + }, + { + "title": "Duriankere", + "x-language-type": "living", + "x-scope": "individual", + "const": "dbn" + }, + { + "title": "Dulbu", + "x-language-type": "living", + "x-scope": "individual", + "const": "dbo" + }, + { + "title": "Duwai", + "x-language-type": "living", + "x-scope": "individual", + "const": "dbp" + }, + { + "title": "Daba", + "x-language-type": "living", + "x-scope": "individual", + "const": "dbq" + }, + { + "title": "Dabarre", + "x-language-type": "living", + "x-scope": "individual", + "const": "dbr" + }, + { + "title": "Ben Tey Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "dbt" + }, + { + "title": "Bondum Dom Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "dbu" + }, + { + "title": "Dungu", + "x-language-type": "living", + "x-scope": "individual", + "const": "dbv" + }, + { + "title": "Bankan Tey Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "dbw" + }, + { + "title": "Dibiyaso", + "x-language-type": "living", + "x-scope": "individual", + "const": "dby" + }, + { + "title": "Deccan", + "x-language-type": "living", + "x-scope": "individual", + "const": "dcc" + }, + { + "title": "Negerhollands", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "dcr" + }, + { + "title": "Dadi Dadi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "dda" + }, + { + "title": "Dongotono", + "x-language-type": "living", + "x-scope": "individual", + "const": "ddd" + }, + { + "title": "Doondo", + "x-language-type": "living", + "x-scope": "individual", + "const": "dde" + }, + { + "title": "Fataluku", + "x-language-type": "living", + "x-scope": "individual", + "const": "ddg" + }, + { + "title": "West Goodenough", + "x-language-type": "living", + "x-scope": "individual", + "const": "ddi" + }, + { + "title": "Jaru", + "x-language-type": "living", + "x-scope": "individual", + "const": "ddj" + }, + { + "title": "Dendi (Benin)", + "x-language-type": "living", + "x-scope": "individual", + "const": "ddn" + }, + { + "title": "Dido", + "x-language-type": "living", + "x-scope": "individual", + "const": "ddo" + }, + { + "title": "Dhudhuroa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ddr" + }, + { + "title": "Donno So Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "dds" + }, + { + "title": "Dawera-Daweloor", + "x-language-type": "living", + "x-scope": "individual", + "const": "ddw" + }, + { + "title": "Dagik", + "x-language-type": "living", + "x-scope": "individual", + "const": "dec" + }, + { + "title": "Dedua", + "x-language-type": "living", + "x-scope": "individual", + "const": "ded" + }, + { + "title": "Dewoin", + "x-language-type": "living", + "x-scope": "individual", + "const": "dee" + }, + { + "title": "Dezfuli", + "x-language-type": "living", + "x-scope": "individual", + "const": "def" + }, + { + "title": "Degema", + "x-language-type": "living", + "x-scope": "individual", + "const": "deg" + }, + { + "title": "Dehwari", + "x-language-type": "living", + "x-scope": "individual", + "const": "deh" + }, + { + "title": "Demisa", + "x-language-type": "living", + "x-scope": "individual", + "const": "dei" + }, + { + "title": "Delaware", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "del", + "x-set-2-terminologic": "del", + "const": "del" + }, + { + "title": "Dem", + "x-language-type": "living", + "x-scope": "individual", + "const": "dem" + }, + { + "title": "Slave (Athapascan)", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "den", + "x-set-2-terminologic": "den", + "const": "den" + }, + { + "title": "Pidgin Delaware", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "dep" + }, + { + "title": "Dendi (Central African Republic)", + "x-language-type": "living", + "x-scope": "individual", + "const": "deq" + }, + { + "title": "Deori", + "x-language-type": "living", + "x-scope": "individual", + "const": "der" + }, + { + "title": "Desano", + "x-language-type": "living", + "x-scope": "individual", + "const": "des" + }, + { + "title": "German", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "de", + "x-set-2-bibliographic": "ger", + "x-set-2-terminologic": "deu", + "const": "deu" + }, + { + "title": "Domung", + "x-language-type": "living", + "x-scope": "individual", + "const": "dev" + }, + { + "title": "Dengese", + "x-language-type": "living", + "x-scope": "individual", + "const": "dez" + }, + { + "title": "Southern Dagaare", + "x-language-type": "living", + "x-scope": "individual", + "const": "dga" + }, + { + "title": "Bunoge Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "dgb" + }, + { + "title": "Casiguran Dumagat Agta", + "x-language-type": "living", + "x-scope": "individual", + "const": "dgc" + }, + { + "title": "Dagaari Dioula", + "x-language-type": "living", + "x-scope": "individual", + "const": "dgd" + }, + { + "title": "Degenan", + "x-language-type": "living", + "x-scope": "individual", + "const": "dge" + }, + { + "title": "Doga", + "x-language-type": "living", + "x-scope": "individual", + "const": "dgg" + }, + { + "title": "Dghwede", + "x-language-type": "living", + "x-scope": "individual", + "const": "dgh" + }, + { + "title": "Northern Dagara", + "x-language-type": "living", + "x-scope": "individual", + "const": "dgi" + }, + { + "title": "Dagba", + "x-language-type": "living", + "x-scope": "individual", + "const": "dgk" + }, + { + "title": "Andaandi", + "x-language-type": "living", + "x-scope": "individual", + "const": "dgl" + }, + { + "title": "Dagoman", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "dgn" + }, + { + "title": "Dogri (individual language)", + "x-language-type": "living", + "x-scope": "individual", + "const": "dgo" + }, + { + "title": "Tlicho", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "dgr", + "x-set-2-terminologic": "dgr", + "const": "dgr" + }, + { + "title": "Dogoso", + "x-language-type": "living", + "x-scope": "individual", + "const": "dgs" + }, + { + "title": "Ndra'ngith", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "dgt" + }, + { + "title": "Daungwurrung", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "dgw" + }, + { + "title": "Doghoro", + "x-language-type": "living", + "x-scope": "individual", + "const": "dgx" + }, + { + "title": "Daga", + "x-language-type": "living", + "x-scope": "individual", + "const": "dgz" + }, + { + "title": "Dhundari", + "x-language-type": "living", + "x-scope": "individual", + "const": "dhd" + }, + { + "title": "Dhangu-Djangu", + "x-language-type": "living", + "x-scope": "individual", + "const": "dhg" + }, + { + "title": "Dhimal", + "x-language-type": "living", + "x-scope": "individual", + "const": "dhi" + }, + { + "title": "Dhalandji", + "x-language-type": "living", + "x-scope": "individual", + "const": "dhl" + }, + { + "title": "Zemba", + "x-language-type": "living", + "x-scope": "individual", + "const": "dhm" + }, + { + "title": "Dhanki", + "x-language-type": "living", + "x-scope": "individual", + "const": "dhn" + }, + { + "title": "Dhodia", + "x-language-type": "living", + "x-scope": "individual", + "const": "dho" + }, + { + "title": "Dhargari", + "x-language-type": "living", + "x-scope": "individual", + "const": "dhr" + }, + { + "title": "Dhaiso", + "x-language-type": "living", + "x-scope": "individual", + "const": "dhs" + }, + { + "title": "Dhurga", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "dhu" + }, + { + "title": "Dehu", + "x-language-type": "living", + "x-scope": "individual", + "const": "dhv" + }, + { + "title": "Dhanwar (Nepal)", + "x-language-type": "living", + "x-scope": "individual", + "const": "dhw" + }, + { + "title": "Dhungaloo", + "x-language-type": "living", + "x-scope": "individual", + "const": "dhx" + }, + { + "title": "Dia", + "x-language-type": "living", + "x-scope": "individual", + "const": "dia" + }, + { + "title": "South Central Dinka", + "x-language-type": "living", + "x-scope": "individual", + "const": "dib" + }, + { + "title": "Lakota Dida", + "x-language-type": "living", + "x-scope": "individual", + "const": "dic" + }, + { + "title": "Didinga", + "x-language-type": "living", + "x-scope": "individual", + "const": "did" + }, + { + "title": "Dieri", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "dif" + }, + { + "title": "Digo", + "x-language-type": "living", + "x-scope": "individual", + "const": "dig" + }, + { + "title": "Kumiai", + "x-language-type": "living", + "x-scope": "individual", + "const": "dih" + }, + { + "title": "Dimbong", + "x-language-type": "living", + "x-scope": "individual", + "const": "dii" + }, + { + "title": "Dai", + "x-language-type": "living", + "x-scope": "individual", + "const": "dij" + }, + { + "title": "Southwestern Dinka", + "x-language-type": "living", + "x-scope": "individual", + "const": "dik" + }, + { + "title": "Dilling", + "x-language-type": "living", + "x-scope": "individual", + "const": "dil" + }, + { + "title": "Dime", + "x-language-type": "living", + "x-scope": "individual", + "const": "dim" + }, + { + "title": "Dinka", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "din", + "x-set-2-terminologic": "din", + "const": "din" + }, + { + "title": "Dibo", + "x-language-type": "living", + "x-scope": "individual", + "const": "dio" + }, + { + "title": "Northeastern Dinka", + "x-language-type": "living", + "x-scope": "individual", + "const": "dip" + }, + { + "title": "Dimli (individual language)", + "x-language-type": "living", + "x-scope": "individual", + "const": "diq" + }, + { + "title": "Dirim", + "x-language-type": "living", + "x-scope": "individual", + "const": "dir" + }, + { + "title": "Dimasa", + "x-language-type": "living", + "x-scope": "individual", + "const": "dis" + }, + { + "title": "Diriku", + "x-language-type": "living", + "x-scope": "individual", + "const": "diu" + }, + { + "title": "Dhivehi", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "dv", + "x-set-2-bibliographic": "div", + "x-set-2-terminologic": "div", + "const": "div" + }, + { + "title": "Northwestern Dinka", + "x-language-type": "living", + "x-scope": "individual", + "const": "diw" + }, + { + "title": "Dixon Reef", + "x-language-type": "living", + "x-scope": "individual", + "const": "dix" + }, + { + "title": "Diuwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "diy" + }, + { + "title": "Ding", + "x-language-type": "living", + "x-scope": "individual", + "const": "diz" + }, + { + "title": "Djadjawurrung", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "dja" + }, + { + "title": "Djinba", + "x-language-type": "living", + "x-scope": "individual", + "const": "djb" + }, + { + "title": "Dar Daju Daju", + "x-language-type": "living", + "x-scope": "individual", + "const": "djc" + }, + { + "title": "Djamindjung", + "x-language-type": "living", + "x-scope": "individual", + "const": "djd" + }, + { + "title": "Zarma", + "x-language-type": "living", + "x-scope": "individual", + "const": "dje" + }, + { + "title": "Djangun", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "djf" + }, + { + "title": "Djinang", + "x-language-type": "living", + "x-scope": "individual", + "const": "dji" + }, + { + "title": "Djeebbana", + "x-language-type": "living", + "x-scope": "individual", + "const": "djj" + }, + { + "title": "Eastern Maroon Creole", + "x-language-type": "living", + "x-scope": "individual", + "const": "djk" + }, + { + "title": "Jamsay Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "djm" + }, + { + "title": "Jawoyn", + "x-language-type": "living", + "x-scope": "individual", + "const": "djn" + }, + { + "title": "Jangkang", + "x-language-type": "living", + "x-scope": "individual", + "const": "djo" + }, + { + "title": "Djambarrpuyngu", + "x-language-type": "living", + "x-scope": "individual", + "const": "djr" + }, + { + "title": "Kapriman", + "x-language-type": "living", + "x-scope": "individual", + "const": "dju" + }, + { + "title": "Djawi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "djw" + }, + { + "title": "Dakpakha", + "x-language-type": "living", + "x-scope": "individual", + "const": "dka" + }, + { + "title": "Kadung", + "x-language-type": "living", + "x-scope": "individual", + "const": "dkg" + }, + { + "title": "Dakka", + "x-language-type": "living", + "x-scope": "individual", + "const": "dkk" + }, + { + "title": "Kuijau", + "x-language-type": "living", + "x-scope": "individual", + "const": "dkr" + }, + { + "title": "Southeastern Dinka", + "x-language-type": "living", + "x-scope": "individual", + "const": "dks" + }, + { + "title": "Mazagway", + "x-language-type": "living", + "x-scope": "individual", + "const": "dkx" + }, + { + "title": "Dolgan", + "x-language-type": "living", + "x-scope": "individual", + "const": "dlg" + }, + { + "title": "Dahalik", + "x-language-type": "living", + "x-scope": "individual", + "const": "dlk" + }, + { + "title": "Dalmatian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "dlm" + }, + { + "title": "Darlong", + "x-language-type": "living", + "x-scope": "individual", + "const": "dln" + }, + { + "title": "Duma", + "x-language-type": "living", + "x-scope": "individual", + "const": "dma" + }, + { + "title": "Mombo Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "dmb" + }, + { + "title": "Gavak", + "x-language-type": "living", + "x-scope": "individual", + "const": "dmc" + }, + { + "title": "Madhi Madhi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "dmd" + }, + { + "title": "Dugwor", + "x-language-type": "living", + "x-scope": "individual", + "const": "dme" + }, + { + "title": "Medefaidrin", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "dmf" + }, + { + "title": "Upper Kinabatangan", + "x-language-type": "living", + "x-scope": "individual", + "const": "dmg" + }, + { + "title": "Domaaki", + "x-language-type": "living", + "x-scope": "individual", + "const": "dmk" + }, + { + "title": "Dameli", + "x-language-type": "living", + "x-scope": "individual", + "const": "dml" + }, + { + "title": "Dama", + "x-language-type": "living", + "x-scope": "individual", + "const": "dmm" + }, + { + "title": "Kemedzung", + "x-language-type": "living", + "x-scope": "individual", + "const": "dmo" + }, + { + "title": "East Damar", + "x-language-type": "living", + "x-scope": "individual", + "const": "dmr" + }, + { + "title": "Dampelas", + "x-language-type": "living", + "x-scope": "individual", + "const": "dms" + }, + { + "title": "Dubu", + "x-language-type": "living", + "x-scope": "individual", + "const": "dmu" + }, + { + "title": "Dumpas", + "x-language-type": "living", + "x-scope": "individual", + "const": "dmv" + }, + { + "title": "Mudburra", + "x-language-type": "living", + "x-scope": "individual", + "const": "dmw" + }, + { + "title": "Dema", + "x-language-type": "living", + "x-scope": "individual", + "const": "dmx" + }, + { + "title": "Demta", + "x-language-type": "living", + "x-scope": "individual", + "const": "dmy" + }, + { + "title": "Upper Grand Valley Dani", + "x-language-type": "living", + "x-scope": "individual", + "const": "dna" + }, + { + "title": "Daonda", + "x-language-type": "living", + "x-scope": "individual", + "const": "dnd" + }, + { + "title": "Ndendeule", + "x-language-type": "living", + "x-scope": "individual", + "const": "dne" + }, + { + "title": "Dungan", + "x-language-type": "living", + "x-scope": "individual", + "const": "dng" + }, + { + "title": "Lower Grand Valley Dani", + "x-language-type": "living", + "x-scope": "individual", + "const": "dni" + }, + { + "title": "Dan", + "x-language-type": "living", + "x-scope": "individual", + "const": "dnj" + }, + { + "title": "Dengka", + "x-language-type": "living", + "x-scope": "individual", + "const": "dnk" + }, + { + "title": "Dzùùngoo", + "x-language-type": "living", + "x-scope": "individual", + "const": "dnn" + }, + { + "title": "Ndrulo", + "x-language-type": "living", + "x-scope": "individual", + "const": "dno" + }, + { + "title": "Danaru", + "x-language-type": "living", + "x-scope": "individual", + "const": "dnr" + }, + { + "title": "Mid Grand Valley Dani", + "x-language-type": "living", + "x-scope": "individual", + "const": "dnt" + }, + { + "title": "Danau", + "x-language-type": "living", + "x-scope": "individual", + "const": "dnu" + }, + { + "title": "Danu", + "x-language-type": "living", + "x-scope": "individual", + "const": "dnv" + }, + { + "title": "Western Dani", + "x-language-type": "living", + "x-scope": "individual", + "const": "dnw" + }, + { + "title": "Dení", + "x-language-type": "living", + "x-scope": "individual", + "const": "dny" + }, + { + "title": "Dom", + "x-language-type": "living", + "x-scope": "individual", + "const": "doa" + }, + { + "title": "Dobu", + "x-language-type": "living", + "x-scope": "individual", + "const": "dob" + }, + { + "title": "Northern Dong", + "x-language-type": "living", + "x-scope": "individual", + "const": "doc" + }, + { + "title": "Doe", + "x-language-type": "living", + "x-scope": "individual", + "const": "doe" + }, + { + "title": "Domu", + "x-language-type": "living", + "x-scope": "individual", + "const": "dof" + }, + { + "title": "Dong", + "x-language-type": "living", + "x-scope": "individual", + "const": "doh" + }, + { + "title": "Dogri (macrolanguage)", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "doi", + "x-set-2-terminologic": "doi", + "const": "doi" + }, + { + "title": "Dondo", + "x-language-type": "living", + "x-scope": "individual", + "const": "dok" + }, + { + "title": "Doso", + "x-language-type": "living", + "x-scope": "individual", + "const": "dol" + }, + { + "title": "Toura (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "don" + }, + { + "title": "Dongo", + "x-language-type": "living", + "x-scope": "individual", + "const": "doo" + }, + { + "title": "Lukpa", + "x-language-type": "living", + "x-scope": "individual", + "const": "dop" + }, + { + "title": "Dominican Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "doq" + }, + { + "title": "Dori'o", + "x-language-type": "living", + "x-scope": "individual", + "const": "dor" + }, + { + "title": "Dogosé", + "x-language-type": "living", + "x-scope": "individual", + "const": "dos" + }, + { + "title": "Dass", + "x-language-type": "living", + "x-scope": "individual", + "const": "dot" + }, + { + "title": "Dombe", + "x-language-type": "living", + "x-scope": "individual", + "const": "dov" + }, + { + "title": "Doyayo", + "x-language-type": "living", + "x-scope": "individual", + "const": "dow" + }, + { + "title": "Bussa", + "x-language-type": "living", + "x-scope": "individual", + "const": "dox" + }, + { + "title": "Dompo", + "x-language-type": "living", + "x-scope": "individual", + "const": "doy" + }, + { + "title": "Dorze", + "x-language-type": "living", + "x-scope": "individual", + "const": "doz" + }, + { + "title": "Papar", + "x-language-type": "living", + "x-scope": "individual", + "const": "dpp" + }, + { + "title": "Dair", + "x-language-type": "living", + "x-scope": "individual", + "const": "drb" + }, + { + "title": "Minderico", + "x-language-type": "living", + "x-scope": "individual", + "const": "drc" + }, + { + "title": "Darmiya", + "x-language-type": "living", + "x-scope": "individual", + "const": "drd" + }, + { + "title": "Dolpo", + "x-language-type": "living", + "x-scope": "individual", + "const": "dre" + }, + { + "title": "Rungus", + "x-language-type": "living", + "x-scope": "individual", + "const": "drg" + }, + { + "title": "C'Lela", + "x-language-type": "living", + "x-scope": "individual", + "const": "dri" + }, + { + "title": "Paakantyi", + "x-language-type": "living", + "x-scope": "individual", + "const": "drl" + }, + { + "title": "West Damar", + "x-language-type": "living", + "x-scope": "individual", + "const": "drn" + }, + { + "title": "Daro-Matu Melanau", + "x-language-type": "living", + "x-scope": "individual", + "const": "dro" + }, + { + "title": "Dura", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "drq" + }, + { + "title": "Gedeo", + "x-language-type": "living", + "x-scope": "individual", + "const": "drs" + }, + { + "title": "Drents", + "x-language-type": "living", + "x-scope": "individual", + "const": "drt" + }, + { + "title": "Rukai", + "x-language-type": "living", + "x-scope": "individual", + "const": "dru" + }, + { + "title": "Darai", + "x-language-type": "living", + "x-scope": "individual", + "const": "dry" + }, + { + "title": "Lower Sorbian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "dsb", + "x-set-2-terminologic": "dsb", + "const": "dsb" + }, + { + "title": "Dutch Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "dse" + }, + { + "title": "Daasanach", + "x-language-type": "living", + "x-scope": "individual", + "const": "dsh" + }, + { + "title": "Disa", + "x-language-type": "living", + "x-scope": "individual", + "const": "dsi" + }, + { + "title": "Dokshi", + "x-language-type": "living", + "x-scope": "individual", + "const": "dsk" + }, + { + "title": "Danish Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "dsl" + }, + { + "title": "Dusner", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "dsn" + }, + { + "title": "Desiya", + "x-language-type": "living", + "x-scope": "individual", + "const": "dso" + }, + { + "title": "Tadaksahak", + "x-language-type": "living", + "x-scope": "individual", + "const": "dsq" + }, + { + "title": "Mardin Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "dsz" + }, + { + "title": "Daur", + "x-language-type": "living", + "x-scope": "individual", + "const": "dta" + }, + { + "title": "Labuk-Kinabatangan Kadazan", + "x-language-type": "living", + "x-scope": "individual", + "const": "dtb" + }, + { + "title": "Ditidaht", + "x-language-type": "living", + "x-scope": "individual", + "const": "dtd" + }, + { + "title": "Adithinngithigh", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "dth" + }, + { + "title": "Ana Tinga Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "dti" + }, + { + "title": "Tene Kan Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "dtk" + }, + { + "title": "Tomo Kan Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "dtm" + }, + { + "title": "Daatsʼíin", + "x-language-type": "living", + "x-scope": "individual", + "const": "dtn" + }, + { + "title": "Tommo So Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "dto" + }, + { + "title": "Kadazan Dusun", + "x-language-type": "living", + "x-scope": "individual", + "const": "dtp" + }, + { + "title": "Lotud", + "x-language-type": "living", + "x-scope": "individual", + "const": "dtr" + }, + { + "title": "Toro So Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "dts" + }, + { + "title": "Toro Tegu Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "dtt" + }, + { + "title": "Tebul Ure Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "dtu" + }, + { + "title": "Dotyali", + "x-language-type": "living", + "x-scope": "individual", + "const": "dty" + }, + { + "title": "Duala", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "dua", + "x-set-2-terminologic": "dua", + "const": "dua" + }, + { + "title": "Dubli", + "x-language-type": "living", + "x-scope": "individual", + "const": "dub" + }, + { + "title": "Duna", + "x-language-type": "living", + "x-scope": "individual", + "const": "duc" + }, + { + "title": "Umiray Dumaget Agta", + "x-language-type": "living", + "x-scope": "individual", + "const": "due" + }, + { + "title": "Dumbea", + "x-language-type": "living", + "x-scope": "individual", + "const": "duf" + }, + { + "title": "Duruma", + "x-language-type": "living", + "x-scope": "individual", + "const": "dug" + }, + { + "title": "Dungra Bhil", + "x-language-type": "living", + "x-scope": "individual", + "const": "duh" + }, + { + "title": "Dumun", + "x-language-type": "living", + "x-scope": "individual", + "const": "dui" + }, + { + "title": "Uyajitaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "duk" + }, + { + "title": "Alabat Island Agta", + "x-language-type": "living", + "x-scope": "individual", + "const": "dul" + }, + { + "title": "Middle Dutch (ca. 1050-1350)", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "dum", + "x-set-2-terminologic": "dum", + "const": "dum" + }, + { + "title": "Dusun Deyah", + "x-language-type": "living", + "x-scope": "individual", + "const": "dun" + }, + { + "title": "Dupaninan Agta", + "x-language-type": "living", + "x-scope": "individual", + "const": "duo" + }, + { + "title": "Duano", + "x-language-type": "living", + "x-scope": "individual", + "const": "dup" + }, + { + "title": "Dusun Malang", + "x-language-type": "living", + "x-scope": "individual", + "const": "duq" + }, + { + "title": "Dii", + "x-language-type": "living", + "x-scope": "individual", + "const": "dur" + }, + { + "title": "Dumi", + "x-language-type": "living", + "x-scope": "individual", + "const": "dus" + }, + { + "title": "Drung", + "x-language-type": "living", + "x-scope": "individual", + "const": "duu" + }, + { + "title": "Duvle", + "x-language-type": "living", + "x-scope": "individual", + "const": "duv" + }, + { + "title": "Dusun Witu", + "x-language-type": "living", + "x-scope": "individual", + "const": "duw" + }, + { + "title": "Duungooma", + "x-language-type": "living", + "x-scope": "individual", + "const": "dux" + }, + { + "title": "Dicamay Agta", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "duy" + }, + { + "title": "Duli-Gey", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "duz" + }, + { + "title": "Duau", + "x-language-type": "living", + "x-scope": "individual", + "const": "dva" + }, + { + "title": "Diri", + "x-language-type": "living", + "x-scope": "individual", + "const": "dwa" + }, + { + "title": "Dawik Kui", + "x-language-type": "living", + "x-scope": "individual", + "const": "dwk" + }, + { + "title": "Dawro", + "x-language-type": "living", + "x-scope": "individual", + "const": "dwr" + }, + { + "title": "Dutton World Speedwords", + "x-language-type": "constructed", + "x-scope": "individual", + "const": "dws" + }, + { + "title": "Dhuwal", + "x-language-type": "living", + "x-scope": "individual", + "const": "dwu" + }, + { + "title": "Dawawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "dww" + }, + { + "title": "Dhuwaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "dwy" + }, + { + "title": "Dewas Rai", + "x-language-type": "living", + "x-scope": "individual", + "const": "dwz" + }, + { + "title": "Dyan", + "x-language-type": "living", + "x-scope": "individual", + "const": "dya" + }, + { + "title": "Dyaberdyaber", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "dyb" + }, + { + "title": "Dyugun", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "dyd" + }, + { + "title": "Villa Viciosa Agta", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "dyg" + }, + { + "title": "Djimini Senoufo", + "x-language-type": "living", + "x-scope": "individual", + "const": "dyi" + }, + { + "title": "Yanda Dom Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "dym" + }, + { + "title": "Dyangadi", + "x-language-type": "living", + "x-scope": "individual", + "const": "dyn" + }, + { + "title": "Jola-Fonyi", + "x-language-type": "living", + "x-scope": "individual", + "const": "dyo" + }, + { + "title": "Dyarim", + "x-language-type": "living", + "x-scope": "individual", + "const": "dyr" + }, + { + "title": "Dyula", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "dyu", + "x-set-2-terminologic": "dyu", + "const": "dyu" + }, + { + "title": "Djabugay", + "x-language-type": "living", + "x-scope": "individual", + "const": "dyy" + }, + { + "title": "Tunzu", + "x-language-type": "living", + "x-scope": "individual", + "const": "dza" + }, + { + "title": "Daza", + "x-language-type": "living", + "x-scope": "individual", + "const": "dzd" + }, + { + "title": "Djiwarli", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "dze" + }, + { + "title": "Dazaga", + "x-language-type": "living", + "x-scope": "individual", + "const": "dzg" + }, + { + "title": "Dzalakha", + "x-language-type": "living", + "x-scope": "individual", + "const": "dzl" + }, + { + "title": "Dzando", + "x-language-type": "living", + "x-scope": "individual", + "const": "dzn" + }, + { + "title": "Dzongkha", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "dz", + "x-set-2-bibliographic": "dzo", + "x-set-2-terminologic": "dzo", + "const": "dzo" + }, + { + "title": "Karenggapa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "eaa" + }, + { + "title": "Beginci", + "x-language-type": "living", + "x-scope": "individual", + "const": "ebc" + }, + { + "title": "Ebughu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ebg" + }, + { + "title": "Eastern Bontok", + "x-language-type": "living", + "x-scope": "individual", + "const": "ebk" + }, + { + "title": "Teke-Ebo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ebo" + }, + { + "title": "Ebrié", + "x-language-type": "living", + "x-scope": "individual", + "const": "ebr" + }, + { + "title": "Embu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ebu" + }, + { + "title": "Eteocretan", + "x-language-type": "historic", + "x-scope": "individual", + "const": "ecr" + }, + { + "title": "Ecuadorian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "ecs" + }, + { + "title": "Eteocypriot", + "x-language-type": "historic", + "x-scope": "individual", + "const": "ecy" + }, + { + "title": "E", + "x-language-type": "living", + "x-scope": "individual", + "const": "eee" + }, + { + "title": "Efai", + "x-language-type": "living", + "x-scope": "individual", + "const": "efa" + }, + { + "title": "Efe", + "x-language-type": "living", + "x-scope": "individual", + "const": "efe" + }, + { + "title": "Efik", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "efi", + "x-set-2-terminologic": "efi", + "const": "efi" + }, + { + "title": "Ega", + "x-language-type": "living", + "x-scope": "individual", + "const": "ega" + }, + { + "title": "Emilian", + "x-language-type": "living", + "x-scope": "individual", + "const": "egl" + }, + { + "title": "Benamanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "egm" + }, + { + "title": "Eggon", + "x-language-type": "living", + "x-scope": "individual", + "const": "ego" + }, + { + "title": "Egyptian (Ancient)", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "egy", + "x-set-2-terminologic": "egy", + "const": "egy" + }, + { + "title": "Miyakubo Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "ehs" + }, + { + "title": "Ehueun", + "x-language-type": "living", + "x-scope": "individual", + "const": "ehu" + }, + { + "title": "Eipomek", + "x-language-type": "living", + "x-scope": "individual", + "const": "eip" + }, + { + "title": "Eitiep", + "x-language-type": "living", + "x-scope": "individual", + "const": "eit" + }, + { + "title": "Askopan", + "x-language-type": "living", + "x-scope": "individual", + "const": "eiv" + }, + { + "title": "Ejamat", + "x-language-type": "living", + "x-scope": "individual", + "const": "eja" + }, + { + "title": "Ekajuk", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "eka", + "x-set-2-terminologic": "eka", + "const": "eka" + }, + { + "title": "Ekit", + "x-language-type": "living", + "x-scope": "individual", + "const": "eke" + }, + { + "title": "Ekari", + "x-language-type": "living", + "x-scope": "individual", + "const": "ekg" + }, + { + "title": "Eki", + "x-language-type": "living", + "x-scope": "individual", + "const": "eki" + }, + { + "title": "Standard Estonian", + "x-language-type": "living", + "x-scope": "individual", + "const": "ekk" + }, + { + "title": "Kol (Bangladesh)", + "x-language-type": "living", + "x-scope": "individual", + "const": "ekl" + }, + { + "title": "Elip", + "x-language-type": "living", + "x-scope": "individual", + "const": "ekm" + }, + { + "title": "Koti", + "x-language-type": "living", + "x-scope": "individual", + "const": "eko" + }, + { + "title": "Ekpeye", + "x-language-type": "living", + "x-scope": "individual", + "const": "ekp" + }, + { + "title": "Yace", + "x-language-type": "living", + "x-scope": "individual", + "const": "ekr" + }, + { + "title": "Eastern Kayah", + "x-language-type": "living", + "x-scope": "individual", + "const": "eky" + }, + { + "title": "Elepi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ele" + }, + { + "title": "El Hugeirat", + "x-language-type": "living", + "x-scope": "individual", + "const": "elh" + }, + { + "title": "Nding", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "eli" + }, + { + "title": "Elkei", + "x-language-type": "living", + "x-scope": "individual", + "const": "elk" + }, + { + "title": "Modern Greek (1453-)", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "el", + "x-set-2-bibliographic": "gre", + "x-set-2-terminologic": "ell", + "const": "ell" + }, + { + "title": "Eleme", + "x-language-type": "living", + "x-scope": "individual", + "const": "elm" + }, + { + "title": "El Molo", + "x-language-type": "living", + "x-scope": "individual", + "const": "elo" + }, + { + "title": "Elu", + "x-language-type": "living", + "x-scope": "individual", + "const": "elu" + }, + { + "title": "Elamite", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "elx", + "x-set-2-terminologic": "elx", + "const": "elx" + }, + { + "title": "Emai-Iuleha-Ora", + "x-language-type": "living", + "x-scope": "individual", + "const": "ema" + }, + { + "title": "Embaloh", + "x-language-type": "living", + "x-scope": "individual", + "const": "emb" + }, + { + "title": "Emerillon", + "x-language-type": "living", + "x-scope": "individual", + "const": "eme" + }, + { + "title": "Eastern Meohang", + "x-language-type": "living", + "x-scope": "individual", + "const": "emg" + }, + { + "title": "Mussau-Emira", + "x-language-type": "living", + "x-scope": "individual", + "const": "emi" + }, + { + "title": "Eastern Maninkakan", + "x-language-type": "living", + "x-scope": "individual", + "const": "emk" + }, + { + "title": "Mamulique", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "emm" + }, + { + "title": "Eman", + "x-language-type": "living", + "x-scope": "individual", + "const": "emn" + }, + { + "title": "Northern Emberá", + "x-language-type": "living", + "x-scope": "individual", + "const": "emp" + }, + { + "title": "Eastern Minyag", + "x-language-type": "living", + "x-scope": "individual", + "const": "emq" + }, + { + "title": "Pacific Gulf Yupik", + "x-language-type": "living", + "x-scope": "individual", + "const": "ems" + }, + { + "title": "Eastern Muria", + "x-language-type": "living", + "x-scope": "individual", + "const": "emu" + }, + { + "title": "Emplawas", + "x-language-type": "living", + "x-scope": "individual", + "const": "emw" + }, + { + "title": "Erromintxela", + "x-language-type": "living", + "x-scope": "individual", + "const": "emx" + }, + { + "title": "Epigraphic Mayan", + "x-language-type": "historic", + "x-scope": "individual", + "const": "emy" + }, + { + "title": "Mbessa", + "x-language-type": "living", + "x-scope": "individual", + "const": "emz" + }, + { + "title": "Apali", + "x-language-type": "living", + "x-scope": "individual", + "const": "ena" + }, + { + "title": "Markweeta", + "x-language-type": "living", + "x-scope": "individual", + "const": "enb" + }, + { + "title": "En", + "x-language-type": "living", + "x-scope": "individual", + "const": "enc" + }, + { + "title": "Ende", + "x-language-type": "living", + "x-scope": "individual", + "const": "end" + }, + { + "title": "Forest Enets", + "x-language-type": "living", + "x-scope": "individual", + "const": "enf" + }, + { + "title": "English", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "en", + "x-set-2-bibliographic": "eng", + "x-set-2-terminologic": "eng", + "const": "eng" + }, + { + "title": "Tundra Enets", + "x-language-type": "living", + "x-scope": "individual", + "const": "enh" + }, + { + "title": "Enlhet", + "x-language-type": "living", + "x-scope": "individual", + "const": "enl" + }, + { + "title": "Middle English (1100-1500)", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "enm", + "x-set-2-terminologic": "enm", + "const": "enm" + }, + { + "title": "Engenni", + "x-language-type": "living", + "x-scope": "individual", + "const": "enn" + }, + { + "title": "Enggano", + "x-language-type": "living", + "x-scope": "individual", + "const": "eno" + }, + { + "title": "Enga", + "x-language-type": "living", + "x-scope": "individual", + "const": "enq" + }, + { + "title": "Emumu", + "x-language-type": "living", + "x-scope": "individual", + "const": "enr" + }, + { + "title": "Enu", + "x-language-type": "living", + "x-scope": "individual", + "const": "enu" + }, + { + "title": "Enwan (Edo State)", + "x-language-type": "living", + "x-scope": "individual", + "const": "env" + }, + { + "title": "Enwan (Akwa Ibom State)", + "x-language-type": "living", + "x-scope": "individual", + "const": "enw" + }, + { + "title": "Enxet", + "x-language-type": "living", + "x-scope": "individual", + "const": "enx" + }, + { + "title": "Beti (Côte d'Ivoire)", + "x-language-type": "living", + "x-scope": "individual", + "const": "eot" + }, + { + "title": "Epie", + "x-language-type": "living", + "x-scope": "individual", + "const": "epi" + }, + { + "title": "Esperanto", + "x-language-type": "constructed", + "x-scope": "individual", + "x-set-1": "eo", + "x-set-2-bibliographic": "epo", + "x-set-2-terminologic": "epo", + "const": "epo" + }, + { + "title": "Eravallan", + "x-language-type": "living", + "x-scope": "individual", + "const": "era" + }, + { + "title": "Sie", + "x-language-type": "living", + "x-scope": "individual", + "const": "erg" + }, + { + "title": "Eruwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "erh" + }, + { + "title": "Ogea", + "x-language-type": "living", + "x-scope": "individual", + "const": "eri" + }, + { + "title": "South Efate", + "x-language-type": "living", + "x-scope": "individual", + "const": "erk" + }, + { + "title": "Horpa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ero" + }, + { + "title": "Erre", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "err" + }, + { + "title": "Ersu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ers" + }, + { + "title": "Eritai", + "x-language-type": "living", + "x-scope": "individual", + "const": "ert" + }, + { + "title": "Erokwanas", + "x-language-type": "living", + "x-scope": "individual", + "const": "erw" + }, + { + "title": "Ese Ejja", + "x-language-type": "living", + "x-scope": "individual", + "const": "ese" + }, + { + "title": "Aheri Gondi", + "x-language-type": "living", + "x-scope": "individual", + "const": "esg" + }, + { + "title": "Eshtehardi", + "x-language-type": "living", + "x-scope": "individual", + "const": "esh" + }, + { + "title": "North Alaskan Inupiatun", + "x-language-type": "living", + "x-scope": "individual", + "const": "esi" + }, + { + "title": "Northwest Alaska Inupiatun", + "x-language-type": "living", + "x-scope": "individual", + "const": "esk" + }, + { + "title": "Egypt Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "esl" + }, + { + "title": "Esuma", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "esm" + }, + { + "title": "Salvadoran Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "esn" + }, + { + "title": "Estonian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "eso" + }, + { + "title": "Esselen", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "esq" + }, + { + "title": "Central Siberian Yupik", + "x-language-type": "living", + "x-scope": "individual", + "const": "ess" + }, + { + "title": "Estonian", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "et", + "x-set-2-bibliographic": "est", + "x-set-2-terminologic": "est", + "const": "est" + }, + { + "title": "Central Yupik", + "x-language-type": "living", + "x-scope": "individual", + "const": "esu" + }, + { + "title": "Eskayan", + "x-language-type": "living", + "x-scope": "individual", + "const": "esy" + }, + { + "title": "Etebi", + "x-language-type": "living", + "x-scope": "individual", + "const": "etb" + }, + { + "title": "Etchemin", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "etc" + }, + { + "title": "Ethiopian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "eth" + }, + { + "title": "Eton (Vanuatu)", + "x-language-type": "living", + "x-scope": "individual", + "const": "etn" + }, + { + "title": "Eton (Cameroon)", + "x-language-type": "living", + "x-scope": "individual", + "const": "eto" + }, + { + "title": "Edolo", + "x-language-type": "living", + "x-scope": "individual", + "const": "etr" + }, + { + "title": "Yekhee", + "x-language-type": "living", + "x-scope": "individual", + "const": "ets" + }, + { + "title": "Etruscan", + "x-language-type": "historic", + "x-scope": "individual", + "const": "ett" + }, + { + "title": "Ejagham", + "x-language-type": "living", + "x-scope": "individual", + "const": "etu" + }, + { + "title": "Eten", + "x-language-type": "living", + "x-scope": "individual", + "const": "etx" + }, + { + "title": "Semimi", + "x-language-type": "living", + "x-scope": "individual", + "const": "etz" + }, + { + "title": "Eudeve", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "eud" + }, + { + "title": "Basque", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "eu", + "x-set-2-bibliographic": "baq", + "x-set-2-terminologic": "eus", + "const": "eus" + }, + { + "title": "Even", + "x-language-type": "living", + "x-scope": "individual", + "const": "eve" + }, + { + "title": "Uvbie", + "x-language-type": "living", + "x-scope": "individual", + "const": "evh" + }, + { + "title": "Evenki", + "x-language-type": "living", + "x-scope": "individual", + "const": "evn" + }, + { + "title": "Ewe", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ee", + "x-set-2-bibliographic": "ewe", + "x-set-2-terminologic": "ewe", + "const": "ewe" + }, + { + "title": "Ewondo", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "ewo", + "x-set-2-terminologic": "ewo", + "const": "ewo" + }, + { + "title": "Extremaduran", + "x-language-type": "living", + "x-scope": "individual", + "const": "ext" + }, + { + "title": "Eyak", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "eya" + }, + { + "title": "Keiyo", + "x-language-type": "living", + "x-scope": "individual", + "const": "eyo" + }, + { + "title": "Ezaa", + "x-language-type": "living", + "x-scope": "individual", + "const": "eza" + }, + { + "title": "Uzekwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "eze" + }, + { + "title": "Fasu", + "x-language-type": "living", + "x-scope": "individual", + "const": "faa" + }, + { + "title": "Fa d'Ambu", + "x-language-type": "living", + "x-scope": "individual", + "const": "fab" + }, + { + "title": "Wagi", + "x-language-type": "living", + "x-scope": "individual", + "const": "fad" + }, + { + "title": "Fagani", + "x-language-type": "living", + "x-scope": "individual", + "const": "faf" + }, + { + "title": "Finongan", + "x-language-type": "living", + "x-scope": "individual", + "const": "fag" + }, + { + "title": "Baissa Fali", + "x-language-type": "living", + "x-scope": "individual", + "const": "fah" + }, + { + "title": "Faiwol", + "x-language-type": "living", + "x-scope": "individual", + "const": "fai" + }, + { + "title": "Faita", + "x-language-type": "living", + "x-scope": "individual", + "const": "faj" + }, + { + "title": "Fang (Cameroon)", + "x-language-type": "living", + "x-scope": "individual", + "const": "fak" + }, + { + "title": "South Fali", + "x-language-type": "living", + "x-scope": "individual", + "const": "fal" + }, + { + "title": "Fam", + "x-language-type": "living", + "x-scope": "individual", + "const": "fam" + }, + { + "title": "Fang (Equatorial Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "fan", + "x-set-2-terminologic": "fan", + "const": "fan" + }, + { + "title": "Faroese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "fo", + "x-set-2-bibliographic": "fao", + "x-set-2-terminologic": "fao", + "const": "fao" + }, + { + "title": "Paloor", + "x-language-type": "living", + "x-scope": "individual", + "const": "fap" + }, + { + "title": "Fataleka", + "x-language-type": "living", + "x-scope": "individual", + "const": "far" + }, + { + "title": "Persian", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "fa", + "x-set-2-bibliographic": "per", + "x-set-2-terminologic": "fas", + "const": "fas" + }, + { + "title": "Fanti", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "fat", + "x-set-2-terminologic": "fat", + "const": "fat" + }, + { + "title": "Fayu", + "x-language-type": "living", + "x-scope": "individual", + "const": "fau" + }, + { + "title": "Fala", + "x-language-type": "living", + "x-scope": "individual", + "const": "fax" + }, + { + "title": "Southwestern Fars", + "x-language-type": "living", + "x-scope": "individual", + "const": "fay" + }, + { + "title": "Northwestern Fars", + "x-language-type": "living", + "x-scope": "individual", + "const": "faz" + }, + { + "title": "West Albay Bikol", + "x-language-type": "living", + "x-scope": "individual", + "const": "fbl" + }, + { + "title": "Quebec Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "fcs" + }, + { + "title": "Feroge", + "x-language-type": "living", + "x-scope": "individual", + "const": "fer" + }, + { + "title": "Foia Foia", + "x-language-type": "living", + "x-scope": "individual", + "const": "ffi" + }, + { + "title": "Maasina Fulfulde", + "x-language-type": "living", + "x-scope": "individual", + "const": "ffm" + }, + { + "title": "Fongoro", + "x-language-type": "living", + "x-scope": "individual", + "const": "fgr" + }, + { + "title": "Nobiin", + "x-language-type": "living", + "x-scope": "individual", + "const": "fia" + }, + { + "title": "Fyer", + "x-language-type": "living", + "x-scope": "individual", + "const": "fie" + }, + { + "title": "Faifi", + "x-language-type": "living", + "x-scope": "individual", + "const": "fif" + }, + { + "title": "Fijian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "fj", + "x-set-2-bibliographic": "fij", + "x-set-2-terminologic": "fij", + "const": "fij" + }, + { + "title": "Filipino", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "fil", + "x-set-2-terminologic": "fil", + "const": "fil" + }, + { + "title": "Finnish", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "fi", + "x-set-2-bibliographic": "fin", + "x-set-2-terminologic": "fin", + "const": "fin" + }, + { + "title": "Fipa", + "x-language-type": "living", + "x-scope": "individual", + "const": "fip" + }, + { + "title": "Firan", + "x-language-type": "living", + "x-scope": "individual", + "const": "fir" + }, + { + "title": "Tornedalen Finnish", + "x-language-type": "living", + "x-scope": "individual", + "const": "fit" + }, + { + "title": "Fiwaga", + "x-language-type": "living", + "x-scope": "individual", + "const": "fiw" + }, + { + "title": "Kirya-Konzəl", + "x-language-type": "living", + "x-scope": "individual", + "const": "fkk" + }, + { + "title": "Kven Finnish", + "x-language-type": "living", + "x-scope": "individual", + "const": "fkv" + }, + { + "title": "Kalispel-Pend d'Oreille", + "x-language-type": "living", + "x-scope": "individual", + "const": "fla" + }, + { + "title": "Foau", + "x-language-type": "living", + "x-scope": "individual", + "const": "flh" + }, + { + "title": "Fali", + "x-language-type": "living", + "x-scope": "individual", + "const": "fli" + }, + { + "title": "North Fali", + "x-language-type": "living", + "x-scope": "individual", + "const": "fll" + }, + { + "title": "Flinders Island", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "fln" + }, + { + "title": "Fuliiru", + "x-language-type": "living", + "x-scope": "individual", + "const": "flr" + }, + { + "title": "Flaaitaal", + "x-language-type": "living", + "x-scope": "individual", + "const": "fly" + }, + { + "title": "Fe'fe'", + "x-language-type": "living", + "x-scope": "individual", + "const": "fmp" + }, + { + "title": "Far Western Muria", + "x-language-type": "living", + "x-scope": "individual", + "const": "fmu" + }, + { + "title": "Fanbak", + "x-language-type": "living", + "x-scope": "individual", + "const": "fnb" + }, + { + "title": "Fanagalo", + "x-language-type": "living", + "x-scope": "individual", + "const": "fng" + }, + { + "title": "Fania", + "x-language-type": "living", + "x-scope": "individual", + "const": "fni" + }, + { + "title": "Foodo", + "x-language-type": "living", + "x-scope": "individual", + "const": "fod" + }, + { + "title": "Foi", + "x-language-type": "living", + "x-scope": "individual", + "const": "foi" + }, + { + "title": "Foma", + "x-language-type": "living", + "x-scope": "individual", + "const": "fom" + }, + { + "title": "Fon", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "fon", + "x-set-2-terminologic": "fon", + "const": "fon" + }, + { + "title": "Fore", + "x-language-type": "living", + "x-scope": "individual", + "const": "for" + }, + { + "title": "Siraya", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "fos" + }, + { + "title": "Fernando Po Creole English", + "x-language-type": "living", + "x-scope": "individual", + "const": "fpe" + }, + { + "title": "Fas", + "x-language-type": "living", + "x-scope": "individual", + "const": "fqs" + }, + { + "title": "French", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "fr", + "x-set-2-bibliographic": "fre", + "x-set-2-terminologic": "fra", + "const": "fra" + }, + { + "title": "Cajun French", + "x-language-type": "living", + "x-scope": "individual", + "const": "frc" + }, + { + "title": "Fordata", + "x-language-type": "living", + "x-scope": "individual", + "const": "frd" + }, + { + "title": "Frankish", + "x-language-type": "historic", + "x-scope": "individual", + "const": "frk" + }, + { + "title": "Middle French (ca. 1400-1600)", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "frm", + "x-set-2-terminologic": "frm", + "const": "frm" + }, + { + "title": "Old French (842-ca. 1400)", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "fro", + "x-set-2-terminologic": "fro", + "const": "fro" + }, + { + "title": "Arpitan", + "x-language-type": "living", + "x-scope": "individual", + "const": "frp" + }, + { + "title": "Forak", + "x-language-type": "living", + "x-scope": "individual", + "const": "frq" + }, + { + "title": "Northern Frisian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "frr", + "x-set-2-terminologic": "frr", + "const": "frr" + }, + { + "title": "Eastern Frisian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "frs", + "x-set-2-terminologic": "frs", + "const": "frs" + }, + { + "title": "Fortsenal", + "x-language-type": "living", + "x-scope": "individual", + "const": "frt" + }, + { + "title": "Western Frisian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "fy", + "x-set-2-bibliographic": "fry", + "x-set-2-terminologic": "fry", + "const": "fry" + }, + { + "title": "Finnish Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "fse" + }, + { + "title": "French Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "fsl" + }, + { + "title": "Finland-Swedish Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "fss" + }, + { + "title": "Adamawa Fulfulde", + "x-language-type": "living", + "x-scope": "individual", + "const": "fub" + }, + { + "title": "Pulaar", + "x-language-type": "living", + "x-scope": "individual", + "const": "fuc" + }, + { + "title": "East Futuna", + "x-language-type": "living", + "x-scope": "individual", + "const": "fud" + }, + { + "title": "Borgu Fulfulde", + "x-language-type": "living", + "x-scope": "individual", + "const": "fue" + }, + { + "title": "Pular", + "x-language-type": "living", + "x-scope": "individual", + "const": "fuf" + }, + { + "title": "Western Niger Fulfulde", + "x-language-type": "living", + "x-scope": "individual", + "const": "fuh" + }, + { + "title": "Bagirmi Fulfulde", + "x-language-type": "living", + "x-scope": "individual", + "const": "fui" + }, + { + "title": "Ko", + "x-language-type": "living", + "x-scope": "individual", + "const": "fuj" + }, + { + "title": "Fulah", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "ff", + "x-set-2-bibliographic": "ful", + "x-set-2-terminologic": "ful", + "const": "ful" + }, + { + "title": "Fum", + "x-language-type": "living", + "x-scope": "individual", + "const": "fum" + }, + { + "title": "Fulniô", + "x-language-type": "living", + "x-scope": "individual", + "const": "fun" + }, + { + "title": "Central-Eastern Niger Fulfulde", + "x-language-type": "living", + "x-scope": "individual", + "const": "fuq" + }, + { + "title": "Friulian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "fur", + "x-set-2-terminologic": "fur", + "const": "fur" + }, + { + "title": "Futuna-Aniwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "fut" + }, + { + "title": "Furu", + "x-language-type": "living", + "x-scope": "individual", + "const": "fuu" + }, + { + "title": "Nigerian Fulfulde", + "x-language-type": "living", + "x-scope": "individual", + "const": "fuv" + }, + { + "title": "Fuyug", + "x-language-type": "living", + "x-scope": "individual", + "const": "fuy" + }, + { + "title": "Fur", + "x-language-type": "living", + "x-scope": "individual", + "const": "fvr" + }, + { + "title": "Fwâi", + "x-language-type": "living", + "x-scope": "individual", + "const": "fwa" + }, + { + "title": "Fwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "fwe" + }, + { + "title": "Ga", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "gaa", + "x-set-2-terminologic": "gaa", + "const": "gaa" + }, + { + "title": "Gabri", + "x-language-type": "living", + "x-scope": "individual", + "const": "gab" + }, + { + "title": "Mixed Great Andamanese", + "x-language-type": "living", + "x-scope": "individual", + "const": "gac" + }, + { + "title": "Gaddang", + "x-language-type": "living", + "x-scope": "individual", + "const": "gad" + }, + { + "title": "Guarequena", + "x-language-type": "living", + "x-scope": "individual", + "const": "gae" + }, + { + "title": "Gende", + "x-language-type": "living", + "x-scope": "individual", + "const": "gaf" + }, + { + "title": "Gagauz", + "x-language-type": "living", + "x-scope": "individual", + "const": "gag" + }, + { + "title": "Alekano", + "x-language-type": "living", + "x-scope": "individual", + "const": "gah" + }, + { + "title": "Borei", + "x-language-type": "living", + "x-scope": "individual", + "const": "gai" + }, + { + "title": "Gadsup", + "x-language-type": "living", + "x-scope": "individual", + "const": "gaj" + }, + { + "title": "Gamkonora", + "x-language-type": "living", + "x-scope": "individual", + "const": "gak" + }, + { + "title": "Galolen", + "x-language-type": "living", + "x-scope": "individual", + "const": "gal" + }, + { + "title": "Kandawo", + "x-language-type": "living", + "x-scope": "individual", + "const": "gam" + }, + { + "title": "Gan Chinese", + "x-language-type": "living", + "x-scope": "individual", + "const": "gan" + }, + { + "title": "Gants", + "x-language-type": "living", + "x-scope": "individual", + "const": "gao" + }, + { + "title": "Gal", + "x-language-type": "living", + "x-scope": "individual", + "const": "gap" + }, + { + "title": "Gata'", + "x-language-type": "living", + "x-scope": "individual", + "const": "gaq" + }, + { + "title": "Galeya", + "x-language-type": "living", + "x-scope": "individual", + "const": "gar" + }, + { + "title": "Adiwasi Garasia", + "x-language-type": "living", + "x-scope": "individual", + "const": "gas" + }, + { + "title": "Kenati", + "x-language-type": "living", + "x-scope": "individual", + "const": "gat" + }, + { + "title": "Mudhili Gadaba", + "x-language-type": "living", + "x-scope": "individual", + "const": "gau" + }, + { + "title": "Nobonob", + "x-language-type": "living", + "x-scope": "individual", + "const": "gaw" + }, + { + "title": "Borana-Arsi-Guji Oromo", + "x-language-type": "living", + "x-scope": "individual", + "const": "gax" + }, + { + "title": "Gayo", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "gay", + "x-set-2-terminologic": "gay", + "const": "gay" + }, + { + "title": "West Central Oromo", + "x-language-type": "living", + "x-scope": "individual", + "const": "gaz" + }, + { + "title": "Gbaya (Central African Republic)", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "gba", + "x-set-2-terminologic": "gba", + "const": "gba" + }, + { + "title": "Kaytetye", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbb" + }, + { + "title": "Karajarri", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbd" + }, + { + "title": "Niksek", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbe" + }, + { + "title": "Gaikundi", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbf" + }, + { + "title": "Gbanziri", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbg" + }, + { + "title": "Defi Gbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbh" + }, + { + "title": "Galela", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbi" + }, + { + "title": "Bodo Gadaba", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbj" + }, + { + "title": "Gaddi", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbk" + }, + { + "title": "Gamit", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbl" + }, + { + "title": "Garhwali", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbm" + }, + { + "title": "Mo'da", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbn" + }, + { + "title": "Northern Grebo", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbo" + }, + { + "title": "Gbaya-Bossangoa", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbp" + }, + { + "title": "Gbaya-Bozoum", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbq" + }, + { + "title": "Gbagyi", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbr" + }, + { + "title": "Gbesi Gbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbs" + }, + { + "title": "Gagadu", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbu" + }, + { + "title": "Gbanu", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbv" + }, + { + "title": "Gabi-Gabi", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbw" + }, + { + "title": "Eastern Xwla Gbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbx" + }, + { + "title": "Gbari", + "x-language-type": "living", + "x-scope": "individual", + "const": "gby" + }, + { + "title": "Zoroastrian Dari", + "x-language-type": "living", + "x-scope": "individual", + "const": "gbz" + }, + { + "title": "Mali", + "x-language-type": "living", + "x-scope": "individual", + "const": "gcc" + }, + { + "title": "Ganggalida", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gcd" + }, + { + "title": "Galice", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gce" + }, + { + "title": "Guadeloupean Creole French", + "x-language-type": "living", + "x-scope": "individual", + "const": "gcf" + }, + { + "title": "Grenadian Creole English", + "x-language-type": "living", + "x-scope": "individual", + "const": "gcl" + }, + { + "title": "Gaina", + "x-language-type": "living", + "x-scope": "individual", + "const": "gcn" + }, + { + "title": "Guianese Creole French", + "x-language-type": "living", + "x-scope": "individual", + "const": "gcr" + }, + { + "title": "Colonia Tovar German", + "x-language-type": "living", + "x-scope": "individual", + "const": "gct" + }, + { + "title": "Gade Lohar", + "x-language-type": "living", + "x-scope": "individual", + "const": "gda" + }, + { + "title": "Pottangi Ollar Gadaba", + "x-language-type": "living", + "x-scope": "individual", + "const": "gdb" + }, + { + "title": "Gugu Badhun", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gdc" + }, + { + "title": "Gedaged", + "x-language-type": "living", + "x-scope": "individual", + "const": "gdd" + }, + { + "title": "Gude", + "x-language-type": "living", + "x-scope": "individual", + "const": "gde" + }, + { + "title": "Guduf-Gava", + "x-language-type": "living", + "x-scope": "individual", + "const": "gdf" + }, + { + "title": "Ga'dang", + "x-language-type": "living", + "x-scope": "individual", + "const": "gdg" + }, + { + "title": "Gadjerawang", + "x-language-type": "living", + "x-scope": "individual", + "const": "gdh" + }, + { + "title": "Gundi", + "x-language-type": "living", + "x-scope": "individual", + "const": "gdi" + }, + { + "title": "Gurdjar", + "x-language-type": "living", + "x-scope": "individual", + "const": "gdj" + }, + { + "title": "Gadang", + "x-language-type": "living", + "x-scope": "individual", + "const": "gdk" + }, + { + "title": "Dirasha", + "x-language-type": "living", + "x-scope": "individual", + "const": "gdl" + }, + { + "title": "Laal", + "x-language-type": "living", + "x-scope": "individual", + "const": "gdm" + }, + { + "title": "Umanakaina", + "x-language-type": "living", + "x-scope": "individual", + "const": "gdn" + }, + { + "title": "Ghodoberi", + "x-language-type": "living", + "x-scope": "individual", + "const": "gdo" + }, + { + "title": "Mehri", + "x-language-type": "living", + "x-scope": "individual", + "const": "gdq" + }, + { + "title": "Wipi", + "x-language-type": "living", + "x-scope": "individual", + "const": "gdr" + }, + { + "title": "Ghandruk Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "gds" + }, + { + "title": "Kungardutyi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gdt" + }, + { + "title": "Gudu", + "x-language-type": "living", + "x-scope": "individual", + "const": "gdu" + }, + { + "title": "Godwari", + "x-language-type": "living", + "x-scope": "individual", + "const": "gdx" + }, + { + "title": "Geruma", + "x-language-type": "living", + "x-scope": "individual", + "const": "gea" + }, + { + "title": "Kire", + "x-language-type": "living", + "x-scope": "individual", + "const": "geb" + }, + { + "title": "Gboloo Grebo", + "x-language-type": "living", + "x-scope": "individual", + "const": "gec" + }, + { + "title": "Gade", + "x-language-type": "living", + "x-scope": "individual", + "const": "ged" + }, + { + "title": "Gerai", + "x-language-type": "living", + "x-scope": "individual", + "const": "gef" + }, + { + "title": "Gengle", + "x-language-type": "living", + "x-scope": "individual", + "const": "geg" + }, + { + "title": "Hutterite German", + "x-language-type": "living", + "x-scope": "individual", + "const": "geh" + }, + { + "title": "Gebe", + "x-language-type": "living", + "x-scope": "individual", + "const": "gei" + }, + { + "title": "Gen", + "x-language-type": "living", + "x-scope": "individual", + "const": "gej" + }, + { + "title": "Ywom", + "x-language-type": "living", + "x-scope": "individual", + "const": "gek" + }, + { + "title": "ut-Ma'in", + "x-language-type": "living", + "x-scope": "individual", + "const": "gel" + }, + { + "title": "Geme", + "x-language-type": "living", + "x-scope": "individual", + "const": "geq" + }, + { + "title": "Geser-Gorom", + "x-language-type": "living", + "x-scope": "individual", + "const": "ges" + }, + { + "title": "Eviya", + "x-language-type": "living", + "x-scope": "individual", + "const": "gev" + }, + { + "title": "Gera", + "x-language-type": "living", + "x-scope": "individual", + "const": "gew" + }, + { + "title": "Garre", + "x-language-type": "living", + "x-scope": "individual", + "const": "gex" + }, + { + "title": "Enya", + "x-language-type": "living", + "x-scope": "individual", + "const": "gey" + }, + { + "title": "Geez", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "gez", + "x-set-2-terminologic": "gez", + "const": "gez" + }, + { + "title": "Patpatar", + "x-language-type": "living", + "x-scope": "individual", + "const": "gfk" + }, + { + "title": "Gafat", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gft" + }, + { + "title": "Gao", + "x-language-type": "living", + "x-scope": "individual", + "const": "gga" + }, + { + "title": "Gbii", + "x-language-type": "living", + "x-scope": "individual", + "const": "ggb" + }, + { + "title": "Gugadj", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ggd" + }, + { + "title": "Gurr-goni", + "x-language-type": "living", + "x-scope": "individual", + "const": "gge" + }, + { + "title": "Gurgula", + "x-language-type": "living", + "x-scope": "individual", + "const": "ggg" + }, + { + "title": "Kungarakany", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ggk" + }, + { + "title": "Ganglau", + "x-language-type": "living", + "x-scope": "individual", + "const": "ggl" + }, + { + "title": "Gitua", + "x-language-type": "living", + "x-scope": "individual", + "const": "ggt" + }, + { + "title": "Gagu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ggu" + }, + { + "title": "Gogodala", + "x-language-type": "living", + "x-scope": "individual", + "const": "ggw" + }, + { + "title": "Ghadamès", + "x-language-type": "living", + "x-scope": "individual", + "const": "gha" + }, + { + "title": "Hiberno-Scottish Gaelic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "ghc" + }, + { + "title": "Southern Ghale", + "x-language-type": "living", + "x-scope": "individual", + "const": "ghe" + }, + { + "title": "Northern Ghale", + "x-language-type": "living", + "x-scope": "individual", + "const": "ghh" + }, + { + "title": "Geko Karen", + "x-language-type": "living", + "x-scope": "individual", + "const": "ghk" + }, + { + "title": "Ghulfan", + "x-language-type": "living", + "x-scope": "individual", + "const": "ghl" + }, + { + "title": "Ghanongga", + "x-language-type": "living", + "x-scope": "individual", + "const": "ghn" + }, + { + "title": "Ghomara", + "x-language-type": "living", + "x-scope": "individual", + "const": "gho" + }, + { + "title": "Ghera", + "x-language-type": "living", + "x-scope": "individual", + "const": "ghr" + }, + { + "title": "Guhu-Samane", + "x-language-type": "living", + "x-scope": "individual", + "const": "ghs" + }, + { + "title": "Kuke", + "x-language-type": "living", + "x-scope": "individual", + "const": "ght" + }, + { + "title": "Kija", + "x-language-type": "living", + "x-scope": "individual", + "const": "gia" + }, + { + "title": "Gibanawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "gib" + }, + { + "title": "Gail", + "x-language-type": "living", + "x-scope": "individual", + "const": "gic" + }, + { + "title": "Gidar", + "x-language-type": "living", + "x-scope": "individual", + "const": "gid" + }, + { + "title": "Gaɓogbo", + "x-language-type": "living", + "x-scope": "individual", + "const": "gie" + }, + { + "title": "Goaria", + "x-language-type": "living", + "x-scope": "individual", + "const": "gig" + }, + { + "title": "Githabul", + "x-language-type": "living", + "x-scope": "individual", + "const": "gih" + }, + { + "title": "Girirra", + "x-language-type": "living", + "x-scope": "individual", + "const": "gii" + }, + { + "title": "Gilbertese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "gil", + "x-set-2-terminologic": "gil", + "const": "gil" + }, + { + "title": "Gimi (Eastern Highlands)", + "x-language-type": "living", + "x-scope": "individual", + "const": "gim" + }, + { + "title": "Hinukh", + "x-language-type": "living", + "x-scope": "individual", + "const": "gin" + }, + { + "title": "Gimi (West New Britain)", + "x-language-type": "living", + "x-scope": "individual", + "const": "gip" + }, + { + "title": "Green Gelao", + "x-language-type": "living", + "x-scope": "individual", + "const": "giq" + }, + { + "title": "Red Gelao", + "x-language-type": "living", + "x-scope": "individual", + "const": "gir" + }, + { + "title": "North Giziga", + "x-language-type": "living", + "x-scope": "individual", + "const": "gis" + }, + { + "title": "Gitxsan", + "x-language-type": "living", + "x-scope": "individual", + "const": "git" + }, + { + "title": "Mulao", + "x-language-type": "living", + "x-scope": "individual", + "const": "giu" + }, + { + "title": "White Gelao", + "x-language-type": "living", + "x-scope": "individual", + "const": "giw" + }, + { + "title": "Gilima", + "x-language-type": "living", + "x-scope": "individual", + "const": "gix" + }, + { + "title": "Giyug", + "x-language-type": "living", + "x-scope": "individual", + "const": "giy" + }, + { + "title": "South Giziga", + "x-language-type": "living", + "x-scope": "individual", + "const": "giz" + }, + { + "title": "Kachi Koli", + "x-language-type": "living", + "x-scope": "individual", + "const": "gjk" + }, + { + "title": "Gunditjmara", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gjm" + }, + { + "title": "Gonja", + "x-language-type": "living", + "x-scope": "individual", + "const": "gjn" + }, + { + "title": "Gurindji Kriol", + "x-language-type": "living", + "x-scope": "individual", + "const": "gjr" + }, + { + "title": "Gujari", + "x-language-type": "living", + "x-scope": "individual", + "const": "gju" + }, + { + "title": "Guya", + "x-language-type": "living", + "x-scope": "individual", + "const": "gka" + }, + { + "title": "Magɨ (Madang Province)", + "x-language-type": "living", + "x-scope": "individual", + "const": "gkd" + }, + { + "title": "Ndai", + "x-language-type": "living", + "x-scope": "individual", + "const": "gke" + }, + { + "title": "Gokana", + "x-language-type": "living", + "x-scope": "individual", + "const": "gkn" + }, + { + "title": "Kok-Nar", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gko" + }, + { + "title": "Guinea Kpelle", + "x-language-type": "living", + "x-scope": "individual", + "const": "gkp" + }, + { + "title": "ǂUngkue", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gku" + }, + { + "title": "Scottish Gaelic", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "gd", + "x-set-2-bibliographic": "gla", + "x-set-2-terminologic": "gla", + "const": "gla" + }, + { + "title": "Belning", + "x-language-type": "living", + "x-scope": "individual", + "const": "glb" + }, + { + "title": "Bon Gula", + "x-language-type": "living", + "x-scope": "individual", + "const": "glc" + }, + { + "title": "Nanai", + "x-language-type": "living", + "x-scope": "individual", + "const": "gld" + }, + { + "title": "Irish", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ga", + "x-set-2-bibliographic": "gle", + "x-set-2-terminologic": "gle", + "const": "gle" + }, + { + "title": "Galician", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "gl", + "x-set-2-bibliographic": "glg", + "x-set-2-terminologic": "glg", + "const": "glg" + }, + { + "title": "Northwest Pashai", + "x-language-type": "living", + "x-scope": "individual", + "const": "glh" + }, + { + "title": "Gula Iro", + "x-language-type": "living", + "x-scope": "individual", + "const": "glj" + }, + { + "title": "Gilaki", + "x-language-type": "living", + "x-scope": "individual", + "const": "glk" + }, + { + "title": "Garlali", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gll" + }, + { + "title": "Galambu", + "x-language-type": "living", + "x-scope": "individual", + "const": "glo" + }, + { + "title": "Glaro-Twabo", + "x-language-type": "living", + "x-scope": "individual", + "const": "glr" + }, + { + "title": "Gula (Chad)", + "x-language-type": "living", + "x-scope": "individual", + "const": "glu" + }, + { + "title": "Manx", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "gv", + "x-set-2-bibliographic": "glv", + "x-set-2-terminologic": "glv", + "const": "glv" + }, + { + "title": "Glavda", + "x-language-type": "living", + "x-scope": "individual", + "const": "glw" + }, + { + "title": "Gule", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gly" + }, + { + "title": "Gambera", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gma" + }, + { + "title": "Gula'alaa", + "x-language-type": "living", + "x-scope": "individual", + "const": "gmb" + }, + { + "title": "Mághdì", + "x-language-type": "living", + "x-scope": "individual", + "const": "gmd" + }, + { + "title": "Magɨyi", + "x-language-type": "living", + "x-scope": "individual", + "const": "gmg" + }, + { + "title": "Middle High German (ca. 1050-1500)", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "gmh", + "x-set-2-terminologic": "gmh", + "const": "gmh" + }, + { + "title": "Middle Low German", + "x-language-type": "historic", + "x-scope": "individual", + "const": "gml" + }, + { + "title": "Gbaya-Mbodomo", + "x-language-type": "living", + "x-scope": "individual", + "const": "gmm" + }, + { + "title": "Gimnime", + "x-language-type": "living", + "x-scope": "individual", + "const": "gmn" + }, + { + "title": "Mirning", + "x-language-type": "living", + "x-scope": "individual", + "const": "gmr" + }, + { + "title": "Gumalu", + "x-language-type": "living", + "x-scope": "individual", + "const": "gmu" + }, + { + "title": "Gamo", + "x-language-type": "living", + "x-scope": "individual", + "const": "gmv" + }, + { + "title": "Magoma", + "x-language-type": "living", + "x-scope": "individual", + "const": "gmx" + }, + { + "title": "Mycenaean Greek", + "x-language-type": "historic", + "x-scope": "individual", + "const": "gmy" + }, + { + "title": "Mgbolizhia", + "x-language-type": "living", + "x-scope": "individual", + "const": "gmz" + }, + { + "title": "Kaansa", + "x-language-type": "living", + "x-scope": "individual", + "const": "gna" + }, + { + "title": "Gangte", + "x-language-type": "living", + "x-scope": "individual", + "const": "gnb" + }, + { + "title": "Guanche", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gnc" + }, + { + "title": "Zulgo-Gemzek", + "x-language-type": "living", + "x-scope": "individual", + "const": "gnd" + }, + { + "title": "Ganang", + "x-language-type": "living", + "x-scope": "individual", + "const": "gne" + }, + { + "title": "Ngangam", + "x-language-type": "living", + "x-scope": "individual", + "const": "gng" + }, + { + "title": "Lere", + "x-language-type": "living", + "x-scope": "individual", + "const": "gnh" + }, + { + "title": "Gooniyandi", + "x-language-type": "living", + "x-scope": "individual", + "const": "gni" + }, + { + "title": "Ngen", + "x-language-type": "living", + "x-scope": "individual", + "const": "gnj" + }, + { + "title": "ǁGana", + "x-language-type": "living", + "x-scope": "individual", + "const": "gnk" + }, + { + "title": "Gangulu", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gnl" + }, + { + "title": "Ginuman", + "x-language-type": "living", + "x-scope": "individual", + "const": "gnm" + }, + { + "title": "Gumatj", + "x-language-type": "living", + "x-scope": "individual", + "const": "gnn" + }, + { + "title": "Northern Gondi", + "x-language-type": "living", + "x-scope": "individual", + "const": "gno" + }, + { + "title": "Gana", + "x-language-type": "living", + "x-scope": "individual", + "const": "gnq" + }, + { + "title": "Gureng Gureng", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gnr" + }, + { + "title": "Guntai", + "x-language-type": "living", + "x-scope": "individual", + "const": "gnt" + }, + { + "title": "Gnau", + "x-language-type": "living", + "x-scope": "individual", + "const": "gnu" + }, + { + "title": "Western Bolivian Guaraní", + "x-language-type": "living", + "x-scope": "individual", + "const": "gnw" + }, + { + "title": "Ganzi", + "x-language-type": "living", + "x-scope": "individual", + "const": "gnz" + }, + { + "title": "Guro", + "x-language-type": "living", + "x-scope": "individual", + "const": "goa" + }, + { + "title": "Playero", + "x-language-type": "living", + "x-scope": "individual", + "const": "gob" + }, + { + "title": "Gorakor", + "x-language-type": "living", + "x-scope": "individual", + "const": "goc" + }, + { + "title": "Godié", + "x-language-type": "living", + "x-scope": "individual", + "const": "god" + }, + { + "title": "Gongduk", + "x-language-type": "living", + "x-scope": "individual", + "const": "goe" + }, + { + "title": "Gofa", + "x-language-type": "living", + "x-scope": "individual", + "const": "gof" + }, + { + "title": "Gogo", + "x-language-type": "living", + "x-scope": "individual", + "const": "gog" + }, + { + "title": "Old High German (ca. 750-1050)", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "goh", + "x-set-2-terminologic": "goh", + "const": "goh" + }, + { + "title": "Gobasi", + "x-language-type": "living", + "x-scope": "individual", + "const": "goi" + }, + { + "title": "Gowlan", + "x-language-type": "living", + "x-scope": "individual", + "const": "goj" + }, + { + "title": "Gowli", + "x-language-type": "living", + "x-scope": "individual", + "const": "gok" + }, + { + "title": "Gola", + "x-language-type": "living", + "x-scope": "individual", + "const": "gol" + }, + { + "title": "Goan Konkani", + "x-language-type": "living", + "x-scope": "individual", + "const": "gom" + }, + { + "title": "Gondi", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "gon", + "x-set-2-terminologic": "gon", + "const": "gon" + }, + { + "title": "Gone Dau", + "x-language-type": "living", + "x-scope": "individual", + "const": "goo" + }, + { + "title": "Yeretuar", + "x-language-type": "living", + "x-scope": "individual", + "const": "gop" + }, + { + "title": "Gorap", + "x-language-type": "living", + "x-scope": "individual", + "const": "goq" + }, + { + "title": "Gorontalo", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "gor", + "x-set-2-terminologic": "gor", + "const": "gor" + }, + { + "title": "Gronings", + "x-language-type": "living", + "x-scope": "individual", + "const": "gos" + }, + { + "title": "Gothic", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "got", + "x-set-2-terminologic": "got", + "const": "got" + }, + { + "title": "Gavar", + "x-language-type": "living", + "x-scope": "individual", + "const": "gou" + }, + { + "title": "Goo", + "x-language-type": "living", + "x-scope": "individual", + "const": "gov" + }, + { + "title": "Gorowa", + "x-language-type": "living", + "x-scope": "individual", + "const": "gow" + }, + { + "title": "Gobu", + "x-language-type": "living", + "x-scope": "individual", + "const": "gox" + }, + { + "title": "Goundo", + "x-language-type": "living", + "x-scope": "individual", + "const": "goy" + }, + { + "title": "Gozarkhani", + "x-language-type": "living", + "x-scope": "individual", + "const": "goz" + }, + { + "title": "Gupa-Abawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "gpa" + }, + { + "title": "Ghanaian Pidgin English", + "x-language-type": "living", + "x-scope": "individual", + "const": "gpe" + }, + { + "title": "Taiap", + "x-language-type": "living", + "x-scope": "individual", + "const": "gpn" + }, + { + "title": "Ga'anda", + "x-language-type": "living", + "x-scope": "individual", + "const": "gqa" + }, + { + "title": "Guiqiong", + "x-language-type": "living", + "x-scope": "individual", + "const": "gqi" + }, + { + "title": "Guana (Brazil)", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gqn" + }, + { + "title": "Gor", + "x-language-type": "living", + "x-scope": "individual", + "const": "gqr" + }, + { + "title": "Qau", + "x-language-type": "living", + "x-scope": "individual", + "const": "gqu" + }, + { + "title": "Rajput Garasia", + "x-language-type": "living", + "x-scope": "individual", + "const": "gra" + }, + { + "title": "Grebo", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "grb", + "x-set-2-terminologic": "grb", + "const": "grb" + }, + { + "title": "Ancient Greek (to 1453)", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "grc", + "x-set-2-terminologic": "grc", + "const": "grc" + }, + { + "title": "Guruntum-Mbaaru", + "x-language-type": "living", + "x-scope": "individual", + "const": "grd" + }, + { + "title": "Madi", + "x-language-type": "living", + "x-scope": "individual", + "const": "grg" + }, + { + "title": "Gbiri-Niragu", + "x-language-type": "living", + "x-scope": "individual", + "const": "grh" + }, + { + "title": "Ghari", + "x-language-type": "living", + "x-scope": "individual", + "const": "gri" + }, + { + "title": "Southern Grebo", + "x-language-type": "living", + "x-scope": "individual", + "const": "grj" + }, + { + "title": "Kota Marudu Talantang", + "x-language-type": "living", + "x-scope": "individual", + "const": "grm" + }, + { + "title": "Guarani", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "gn", + "x-set-2-bibliographic": "grn", + "x-set-2-terminologic": "grn", + "const": "grn" + }, + { + "title": "Groma", + "x-language-type": "living", + "x-scope": "individual", + "const": "gro" + }, + { + "title": "Gorovu", + "x-language-type": "living", + "x-scope": "individual", + "const": "grq" + }, + { + "title": "Taznatit", + "x-language-type": "living", + "x-scope": "individual", + "const": "grr" + }, + { + "title": "Gresi", + "x-language-type": "living", + "x-scope": "individual", + "const": "grs" + }, + { + "title": "Garo", + "x-language-type": "living", + "x-scope": "individual", + "const": "grt" + }, + { + "title": "Kistane", + "x-language-type": "living", + "x-scope": "individual", + "const": "gru" + }, + { + "title": "Central Grebo", + "x-language-type": "living", + "x-scope": "individual", + "const": "grv" + }, + { + "title": "Gweda", + "x-language-type": "living", + "x-scope": "individual", + "const": "grw" + }, + { + "title": "Guriaso", + "x-language-type": "living", + "x-scope": "individual", + "const": "grx" + }, + { + "title": "Barclayville Grebo", + "x-language-type": "living", + "x-scope": "individual", + "const": "gry" + }, + { + "title": "Guramalum", + "x-language-type": "living", + "x-scope": "individual", + "const": "grz" + }, + { + "title": "Ghanaian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "gse" + }, + { + "title": "German Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "gsg" + }, + { + "title": "Gusilay", + "x-language-type": "living", + "x-scope": "individual", + "const": "gsl" + }, + { + "title": "Guatemalan Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "gsm" + }, + { + "title": "Nema", + "x-language-type": "living", + "x-scope": "individual", + "const": "gsn" + }, + { + "title": "Southwest Gbaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "gso" + }, + { + "title": "Wasembo", + "x-language-type": "living", + "x-scope": "individual", + "const": "gsp" + }, + { + "title": "Greek Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "gss" + }, + { + "title": "Swiss German", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "gsw", + "x-set-2-terminologic": "gsw", + "const": "gsw" + }, + { + "title": "Guató", + "x-language-type": "living", + "x-scope": "individual", + "const": "gta" + }, + { + "title": "Aghu-Tharnggala", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gtu" + }, + { + "title": "Shiki", + "x-language-type": "living", + "x-scope": "individual", + "const": "gua" + }, + { + "title": "Guajajára", + "x-language-type": "living", + "x-scope": "individual", + "const": "gub" + }, + { + "title": "Wayuu", + "x-language-type": "living", + "x-scope": "individual", + "const": "guc" + }, + { + "title": "Yocoboué Dida", + "x-language-type": "living", + "x-scope": "individual", + "const": "gud" + }, + { + "title": "Gurindji", + "x-language-type": "living", + "x-scope": "individual", + "const": "gue" + }, + { + "title": "Gupapuyngu", + "x-language-type": "living", + "x-scope": "individual", + "const": "guf" + }, + { + "title": "Paraguayan Guaraní", + "x-language-type": "living", + "x-scope": "individual", + "const": "gug" + }, + { + "title": "Guahibo", + "x-language-type": "living", + "x-scope": "individual", + "const": "guh" + }, + { + "title": "Eastern Bolivian Guaraní", + "x-language-type": "living", + "x-scope": "individual", + "const": "gui" + }, + { + "title": "Gujarati", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "gu", + "x-set-2-bibliographic": "guj", + "x-set-2-terminologic": "guj", + "const": "guj" + }, + { + "title": "Gumuz", + "x-language-type": "living", + "x-scope": "individual", + "const": "guk" + }, + { + "title": "Sea Island Creole English", + "x-language-type": "living", + "x-scope": "individual", + "const": "gul" + }, + { + "title": "Guambiano", + "x-language-type": "living", + "x-scope": "individual", + "const": "gum" + }, + { + "title": "Mbyá Guaraní", + "x-language-type": "living", + "x-scope": "individual", + "const": "gun" + }, + { + "title": "Guayabero", + "x-language-type": "living", + "x-scope": "individual", + "const": "guo" + }, + { + "title": "Gunwinggu", + "x-language-type": "living", + "x-scope": "individual", + "const": "gup" + }, + { + "title": "Aché", + "x-language-type": "living", + "x-scope": "individual", + "const": "guq" + }, + { + "title": "Farefare", + "x-language-type": "living", + "x-scope": "individual", + "const": "gur" + }, + { + "title": "Guinean Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "gus" + }, + { + "title": "Maléku Jaíka", + "x-language-type": "living", + "x-scope": "individual", + "const": "gut" + }, + { + "title": "Yanomamö", + "x-language-type": "living", + "x-scope": "individual", + "const": "guu" + }, + { + "title": "Gun", + "x-language-type": "living", + "x-scope": "individual", + "const": "guw" + }, + { + "title": "Gourmanchéma", + "x-language-type": "living", + "x-scope": "individual", + "const": "gux" + }, + { + "title": "Gusii", + "x-language-type": "living", + "x-scope": "individual", + "const": "guz" + }, + { + "title": "Guana (Paraguay)", + "x-language-type": "living", + "x-scope": "individual", + "const": "gva" + }, + { + "title": "Guanano", + "x-language-type": "living", + "x-scope": "individual", + "const": "gvc" + }, + { + "title": "Duwet", + "x-language-type": "living", + "x-scope": "individual", + "const": "gve" + }, + { + "title": "Golin", + "x-language-type": "living", + "x-scope": "individual", + "const": "gvf" + }, + { + "title": "Guajá", + "x-language-type": "living", + "x-scope": "individual", + "const": "gvj" + }, + { + "title": "Gulay", + "x-language-type": "living", + "x-scope": "individual", + "const": "gvl" + }, + { + "title": "Gurmana", + "x-language-type": "living", + "x-scope": "individual", + "const": "gvm" + }, + { + "title": "Kuku-Yalanji", + "x-language-type": "living", + "x-scope": "individual", + "const": "gvn" + }, + { + "title": "Gavião Do Jiparaná", + "x-language-type": "living", + "x-scope": "individual", + "const": "gvo" + }, + { + "title": "Pará Gavião", + "x-language-type": "living", + "x-scope": "individual", + "const": "gvp" + }, + { + "title": "Gurung", + "x-language-type": "living", + "x-scope": "individual", + "const": "gvr" + }, + { + "title": "Gumawana", + "x-language-type": "living", + "x-scope": "individual", + "const": "gvs" + }, + { + "title": "Guyani", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gvy" + }, + { + "title": "Mbato", + "x-language-type": "living", + "x-scope": "individual", + "const": "gwa" + }, + { + "title": "Gwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "gwb" + }, + { + "title": "Gawri", + "x-language-type": "living", + "x-scope": "individual", + "const": "gwc" + }, + { + "title": "Gawwada", + "x-language-type": "living", + "x-scope": "individual", + "const": "gwd" + }, + { + "title": "Gweno", + "x-language-type": "living", + "x-scope": "individual", + "const": "gwe" + }, + { + "title": "Gowro", + "x-language-type": "living", + "x-scope": "individual", + "const": "gwf" + }, + { + "title": "Moo", + "x-language-type": "living", + "x-scope": "individual", + "const": "gwg" + }, + { + "title": "Gwichʼin", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "gwi", + "x-set-2-terminologic": "gwi", + "const": "gwi" + }, + { + "title": "ǀGwi", + "x-language-type": "living", + "x-scope": "individual", + "const": "gwj" + }, + { + "title": "Awngthim", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gwm" + }, + { + "title": "Gwandara", + "x-language-type": "living", + "x-scope": "individual", + "const": "gwn" + }, + { + "title": "Gwere", + "x-language-type": "living", + "x-scope": "individual", + "const": "gwr" + }, + { + "title": "Gawar-Bati", + "x-language-type": "living", + "x-scope": "individual", + "const": "gwt" + }, + { + "title": "Guwamu", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gwu" + }, + { + "title": "Kwini", + "x-language-type": "living", + "x-scope": "individual", + "const": "gww" + }, + { + "title": "Gua", + "x-language-type": "living", + "x-scope": "individual", + "const": "gwx" + }, + { + "title": "Wè Southern", + "x-language-type": "living", + "x-scope": "individual", + "const": "gxx" + }, + { + "title": "Northwest Gbaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "gya" + }, + { + "title": "Garus", + "x-language-type": "living", + "x-scope": "individual", + "const": "gyb" + }, + { + "title": "Kayardild", + "x-language-type": "living", + "x-scope": "individual", + "const": "gyd" + }, + { + "title": "Gyem", + "x-language-type": "living", + "x-scope": "individual", + "const": "gye" + }, + { + "title": "Gungabula", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gyf" + }, + { + "title": "Gbayi", + "x-language-type": "living", + "x-scope": "individual", + "const": "gyg" + }, + { + "title": "Gyele", + "x-language-type": "living", + "x-scope": "individual", + "const": "gyi" + }, + { + "title": "Gayil", + "x-language-type": "living", + "x-scope": "individual", + "const": "gyl" + }, + { + "title": "Ngäbere", + "x-language-type": "living", + "x-scope": "individual", + "const": "gym" + }, + { + "title": "Guyanese Creole English", + "x-language-type": "living", + "x-scope": "individual", + "const": "gyn" + }, + { + "title": "Gyalsumdo", + "x-language-type": "living", + "x-scope": "individual", + "const": "gyo" + }, + { + "title": "Guarayu", + "x-language-type": "living", + "x-scope": "individual", + "const": "gyr" + }, + { + "title": "Gunya", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "gyy" + }, + { + "title": "Geji", + "x-language-type": "living", + "x-scope": "individual", + "const": "gyz" + }, + { + "title": "Ganza", + "x-language-type": "living", + "x-scope": "individual", + "const": "gza" + }, + { + "title": "Gazi", + "x-language-type": "living", + "x-scope": "individual", + "const": "gzi" + }, + { + "title": "Gane", + "x-language-type": "living", + "x-scope": "individual", + "const": "gzn" + }, + { + "title": "Hän", + "x-language-type": "living", + "x-scope": "individual", + "const": "haa" + }, + { + "title": "Hanoi Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "hab" + }, + { + "title": "Gurani", + "x-language-type": "living", + "x-scope": "individual", + "const": "hac" + }, + { + "title": "Hatam", + "x-language-type": "living", + "x-scope": "individual", + "const": "had" + }, + { + "title": "Eastern Oromo", + "x-language-type": "living", + "x-scope": "individual", + "const": "hae" + }, + { + "title": "Haiphong Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "haf" + }, + { + "title": "Hanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "hag" + }, + { + "title": "Hahon", + "x-language-type": "living", + "x-scope": "individual", + "const": "hah" + }, + { + "title": "Haida", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "hai", + "x-set-2-terminologic": "hai", + "const": "hai" + }, + { + "title": "Hajong", + "x-language-type": "living", + "x-scope": "individual", + "const": "haj" + }, + { + "title": "Hakka Chinese", + "x-language-type": "living", + "x-scope": "individual", + "const": "hak" + }, + { + "title": "Halang", + "x-language-type": "living", + "x-scope": "individual", + "const": "hal" + }, + { + "title": "Hewa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ham" + }, + { + "title": "Hangaza", + "x-language-type": "living", + "x-scope": "individual", + "const": "han" + }, + { + "title": "Hakö", + "x-language-type": "living", + "x-scope": "individual", + "const": "hao" + }, + { + "title": "Hupla", + "x-language-type": "living", + "x-scope": "individual", + "const": "hap" + }, + { + "title": "Ha", + "x-language-type": "living", + "x-scope": "individual", + "const": "haq" + }, + { + "title": "Harari", + "x-language-type": "living", + "x-scope": "individual", + "const": "har" + }, + { + "title": "Haisla", + "x-language-type": "living", + "x-scope": "individual", + "const": "has" + }, + { + "title": "Haitian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ht", + "x-set-2-bibliographic": "hat", + "x-set-2-terminologic": "hat", + "const": "hat" + }, + { + "title": "Hausa", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ha", + "x-set-2-bibliographic": "hau", + "x-set-2-terminologic": "hau", + "const": "hau" + }, + { + "title": "Havu", + "x-language-type": "living", + "x-scope": "individual", + "const": "hav" + }, + { + "title": "Hawaiian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "haw", + "x-set-2-terminologic": "haw", + "const": "haw" + }, + { + "title": "Southern Haida", + "x-language-type": "living", + "x-scope": "individual", + "const": "hax" + }, + { + "title": "Haya", + "x-language-type": "living", + "x-scope": "individual", + "const": "hay" + }, + { + "title": "Hazaragi", + "x-language-type": "living", + "x-scope": "individual", + "const": "haz" + }, + { + "title": "Hamba", + "x-language-type": "living", + "x-scope": "individual", + "const": "hba" + }, + { + "title": "Huba", + "x-language-type": "living", + "x-scope": "individual", + "const": "hbb" + }, + { + "title": "Heiban", + "x-language-type": "living", + "x-scope": "individual", + "const": "hbn" + }, + { + "title": "Ancient Hebrew", + "x-language-type": "historic", + "x-scope": "individual", + "const": "hbo" + }, + { + "title": "Serbo-Croatian", + "$comment": "Code element for 639-1 has been deprecated", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "sh", + "const": "hbs" + }, + { + "title": "Habu", + "x-language-type": "living", + "x-scope": "individual", + "const": "hbu" + }, + { + "title": "Andaman Creole Hindi", + "x-language-type": "living", + "x-scope": "individual", + "const": "hca" + }, + { + "title": "Huichol", + "x-language-type": "living", + "x-scope": "individual", + "const": "hch" + }, + { + "title": "Northern Haida", + "x-language-type": "living", + "x-scope": "individual", + "const": "hdn" + }, + { + "title": "Honduras Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "hds" + }, + { + "title": "Hadiyya", + "x-language-type": "living", + "x-scope": "individual", + "const": "hdy" + }, + { + "title": "Northern Qiandong Miao", + "x-language-type": "living", + "x-scope": "individual", + "const": "hea" + }, + { + "title": "Hebrew", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "he", + "x-set-2-bibliographic": "heb", + "x-set-2-terminologic": "heb", + "const": "heb" + }, + { + "title": "Herdé", + "x-language-type": "living", + "x-scope": "individual", + "const": "hed" + }, + { + "title": "Helong", + "x-language-type": "living", + "x-scope": "individual", + "const": "heg" + }, + { + "title": "Hehe", + "x-language-type": "living", + "x-scope": "individual", + "const": "heh" + }, + { + "title": "Heiltsuk", + "x-language-type": "living", + "x-scope": "individual", + "const": "hei" + }, + { + "title": "Hemba", + "x-language-type": "living", + "x-scope": "individual", + "const": "hem" + }, + { + "title": "Herero", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "hz", + "x-set-2-bibliographic": "her", + "x-set-2-terminologic": "her", + "const": "her" + }, + { + "title": "Haiǁom", + "x-language-type": "living", + "x-scope": "individual", + "const": "hgm" + }, + { + "title": "Haigwai", + "x-language-type": "living", + "x-scope": "individual", + "const": "hgw" + }, + { + "title": "Hoia Hoia", + "x-language-type": "living", + "x-scope": "individual", + "const": "hhi" + }, + { + "title": "Kerak", + "x-language-type": "living", + "x-scope": "individual", + "const": "hhr" + }, + { + "title": "Hoyahoya", + "x-language-type": "living", + "x-scope": "individual", + "const": "hhy" + }, + { + "title": "Lamang", + "x-language-type": "living", + "x-scope": "individual", + "const": "hia" + }, + { + "title": "Hibito", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "hib" + }, + { + "title": "Hidatsa", + "x-language-type": "living", + "x-scope": "individual", + "const": "hid" + }, + { + "title": "Fiji Hindi", + "x-language-type": "living", + "x-scope": "individual", + "const": "hif" + }, + { + "title": "Kamwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "hig" + }, + { + "title": "Pamosu", + "x-language-type": "living", + "x-scope": "individual", + "const": "hih" + }, + { + "title": "Hinduri", + "x-language-type": "living", + "x-scope": "individual", + "const": "hii" + }, + { + "title": "Hijuk", + "x-language-type": "living", + "x-scope": "individual", + "const": "hij" + }, + { + "title": "Seit-Kaitetu", + "x-language-type": "living", + "x-scope": "individual", + "const": "hik" + }, + { + "title": "Hiligaynon", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "hil", + "x-set-2-terminologic": "hil", + "const": "hil" + }, + { + "title": "Hindi", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "hi", + "x-set-2-bibliographic": "hin", + "x-set-2-terminologic": "hin", + "const": "hin" + }, + { + "title": "Tsoa", + "x-language-type": "living", + "x-scope": "individual", + "const": "hio" + }, + { + "title": "Himarimã", + "x-language-type": "living", + "x-scope": "individual", + "const": "hir" + }, + { + "title": "Hittite", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "hit", + "x-set-2-terminologic": "hit", + "const": "hit" + }, + { + "title": "Hiw", + "x-language-type": "living", + "x-scope": "individual", + "const": "hiw" + }, + { + "title": "Hixkaryána", + "x-language-type": "living", + "x-scope": "individual", + "const": "hix" + }, + { + "title": "Haji", + "x-language-type": "living", + "x-scope": "individual", + "const": "hji" + }, + { + "title": "Kahe", + "x-language-type": "living", + "x-scope": "individual", + "const": "hka" + }, + { + "title": "Hunde", + "x-language-type": "living", + "x-scope": "individual", + "const": "hke" + }, + { + "title": "Khah", + "x-language-type": "living", + "x-scope": "individual", + "const": "hkh" + }, + { + "title": "Hunjara-Kaina Ke", + "x-language-type": "living", + "x-scope": "individual", + "const": "hkk" + }, + { + "title": "Mel-Khaonh", + "x-language-type": "living", + "x-scope": "individual", + "const": "hkn" + }, + { + "title": "Hong Kong Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "hks" + }, + { + "title": "Halia", + "x-language-type": "living", + "x-scope": "individual", + "const": "hla" + }, + { + "title": "Halbi", + "x-language-type": "living", + "x-scope": "individual", + "const": "hlb" + }, + { + "title": "Halang Doan", + "x-language-type": "living", + "x-scope": "individual", + "const": "hld" + }, + { + "title": "Hlersu", + "x-language-type": "living", + "x-scope": "individual", + "const": "hle" + }, + { + "title": "Matu Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "hlt" + }, + { + "title": "Hieroglyphic Luwian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "hlu" + }, + { + "title": "Southern Mashan Hmong", + "x-language-type": "living", + "x-scope": "individual", + "const": "hma" + }, + { + "title": "Humburi Senni Songhay", + "x-language-type": "living", + "x-scope": "individual", + "const": "hmb" + }, + { + "title": "Central Huishui Hmong", + "x-language-type": "living", + "x-scope": "individual", + "const": "hmc" + }, + { + "title": "Large Flowery Miao", + "x-language-type": "living", + "x-scope": "individual", + "const": "hmd" + }, + { + "title": "Eastern Huishui Hmong", + "x-language-type": "living", + "x-scope": "individual", + "const": "hme" + }, + { + "title": "Hmong Don", + "x-language-type": "living", + "x-scope": "individual", + "const": "hmf" + }, + { + "title": "Southwestern Guiyang Hmong", + "x-language-type": "living", + "x-scope": "individual", + "const": "hmg" + }, + { + "title": "Southwestern Huishui Hmong", + "x-language-type": "living", + "x-scope": "individual", + "const": "hmh" + }, + { + "title": "Northern Huishui Hmong", + "x-language-type": "living", + "x-scope": "individual", + "const": "hmi" + }, + { + "title": "Ge", + "x-language-type": "living", + "x-scope": "individual", + "const": "hmj" + }, + { + "title": "Maek", + "x-language-type": "historic", + "x-scope": "individual", + "const": "hmk" + }, + { + "title": "Luopohe Hmong", + "x-language-type": "living", + "x-scope": "individual", + "const": "hml" + }, + { + "title": "Central Mashan Hmong", + "x-language-type": "living", + "x-scope": "individual", + "const": "hmm" + }, + { + "title": "Hmong", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "hmn", + "x-set-2-terminologic": "hmn", + "const": "hmn" + }, + { + "title": "Hiri Motu", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ho", + "x-set-2-bibliographic": "hmo", + "x-set-2-terminologic": "hmo", + "const": "hmo" + }, + { + "title": "Northern Mashan Hmong", + "x-language-type": "living", + "x-scope": "individual", + "const": "hmp" + }, + { + "title": "Eastern Qiandong Miao", + "x-language-type": "living", + "x-scope": "individual", + "const": "hmq" + }, + { + "title": "Hmar", + "x-language-type": "living", + "x-scope": "individual", + "const": "hmr" + }, + { + "title": "Southern Qiandong Miao", + "x-language-type": "living", + "x-scope": "individual", + "const": "hms" + }, + { + "title": "Hamtai", + "x-language-type": "living", + "x-scope": "individual", + "const": "hmt" + }, + { + "title": "Hamap", + "x-language-type": "living", + "x-scope": "individual", + "const": "hmu" + }, + { + "title": "Hmong Dô", + "x-language-type": "living", + "x-scope": "individual", + "const": "hmv" + }, + { + "title": "Western Mashan Hmong", + "x-language-type": "living", + "x-scope": "individual", + "const": "hmw" + }, + { + "title": "Southern Guiyang Hmong", + "x-language-type": "living", + "x-scope": "individual", + "const": "hmy" + }, + { + "title": "Hmong Shua", + "x-language-type": "living", + "x-scope": "individual", + "const": "hmz" + }, + { + "title": "Mina (Cameroon)", + "x-language-type": "living", + "x-scope": "individual", + "const": "hna" + }, + { + "title": "Southern Hindko", + "x-language-type": "living", + "x-scope": "individual", + "const": "hnd" + }, + { + "title": "Chhattisgarhi", + "x-language-type": "living", + "x-scope": "individual", + "const": "hne" + }, + { + "title": "Hungu", + "x-language-type": "living", + "x-scope": "individual", + "const": "hng" + }, + { + "title": "ǁAni", + "x-language-type": "living", + "x-scope": "individual", + "const": "hnh" + }, + { + "title": "Hani", + "x-language-type": "living", + "x-scope": "individual", + "const": "hni" + }, + { + "title": "Hmong Njua", + "x-language-type": "living", + "x-scope": "individual", + "const": "hnj" + }, + { + "title": "Hainanese", + "x-language-type": "living", + "x-scope": "individual", + "const": "hnm" + }, + { + "title": "Hanunoo", + "x-language-type": "living", + "x-scope": "individual", + "const": "hnn" + }, + { + "title": "Northern Hindko", + "x-language-type": "living", + "x-scope": "individual", + "const": "hno" + }, + { + "title": "Caribbean Hindustani", + "x-language-type": "living", + "x-scope": "individual", + "const": "hns" + }, + { + "title": "Hung", + "x-language-type": "living", + "x-scope": "individual", + "const": "hnu" + }, + { + "title": "Hoava", + "x-language-type": "living", + "x-scope": "individual", + "const": "hoa" + }, + { + "title": "Mari (Madang Province)", + "x-language-type": "living", + "x-scope": "individual", + "const": "hob" + }, + { + "title": "Ho", + "x-language-type": "living", + "x-scope": "individual", + "const": "hoc" + }, + { + "title": "Holma", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "hod" + }, + { + "title": "Horom", + "x-language-type": "living", + "x-scope": "individual", + "const": "hoe" + }, + { + "title": "Hobyót", + "x-language-type": "living", + "x-scope": "individual", + "const": "hoh" + }, + { + "title": "Holikachuk", + "x-language-type": "living", + "x-scope": "individual", + "const": "hoi" + }, + { + "title": "Hadothi", + "x-language-type": "living", + "x-scope": "individual", + "const": "hoj" + }, + { + "title": "Holu", + "x-language-type": "living", + "x-scope": "individual", + "const": "hol" + }, + { + "title": "Homa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "hom" + }, + { + "title": "Holoholo", + "x-language-type": "living", + "x-scope": "individual", + "const": "hoo" + }, + { + "title": "Hopi", + "x-language-type": "living", + "x-scope": "individual", + "const": "hop" + }, + { + "title": "Horo", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "hor" + }, + { + "title": "Ho Chi Minh City Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "hos" + }, + { + "title": "Hote", + "x-language-type": "living", + "x-scope": "individual", + "const": "hot" + }, + { + "title": "Hovongan", + "x-language-type": "living", + "x-scope": "individual", + "const": "hov" + }, + { + "title": "Honi", + "x-language-type": "living", + "x-scope": "individual", + "const": "how" + }, + { + "title": "Holiya", + "x-language-type": "living", + "x-scope": "individual", + "const": "hoy" + }, + { + "title": "Hozo", + "x-language-type": "living", + "x-scope": "individual", + "const": "hoz" + }, + { + "title": "Hpon", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "hpo" + }, + { + "title": "Hawai'i Sign Language (HSL)", + "x-language-type": "living", + "x-scope": "individual", + "const": "hps" + }, + { + "title": "Hrangkhol", + "x-language-type": "living", + "x-scope": "individual", + "const": "hra" + }, + { + "title": "Niwer Mil", + "x-language-type": "living", + "x-scope": "individual", + "const": "hrc" + }, + { + "title": "Hre", + "x-language-type": "living", + "x-scope": "individual", + "const": "hre" + }, + { + "title": "Haruku", + "x-language-type": "living", + "x-scope": "individual", + "const": "hrk" + }, + { + "title": "Horned Miao", + "x-language-type": "living", + "x-scope": "individual", + "const": "hrm" + }, + { + "title": "Haroi", + "x-language-type": "living", + "x-scope": "individual", + "const": "hro" + }, + { + "title": "Nhirrpi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "hrp" + }, + { + "title": "Hértevin", + "x-language-type": "living", + "x-scope": "individual", + "const": "hrt" + }, + { + "title": "Hruso", + "x-language-type": "living", + "x-scope": "individual", + "const": "hru" + }, + { + "title": "Croatian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "hr", + "x-set-2-bibliographic": "hrv", + "x-set-2-terminologic": "hrv", + "const": "hrv" + }, + { + "title": "Warwar Feni", + "x-language-type": "living", + "x-scope": "individual", + "const": "hrw" + }, + { + "title": "Hunsrik", + "x-language-type": "living", + "x-scope": "individual", + "const": "hrx" + }, + { + "title": "Harzani", + "x-language-type": "living", + "x-scope": "individual", + "const": "hrz" + }, + { + "title": "Upper Sorbian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "hsb", + "x-set-2-terminologic": "hsb", + "const": "hsb" + }, + { + "title": "Hungarian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "hsh" + }, + { + "title": "Hausa Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "hsl" + }, + { + "title": "Xiang Chinese", + "x-language-type": "living", + "x-scope": "individual", + "const": "hsn" + }, + { + "title": "Harsusi", + "x-language-type": "living", + "x-scope": "individual", + "const": "hss" + }, + { + "title": "Hoti", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "hti" + }, + { + "title": "Minica Huitoto", + "x-language-type": "living", + "x-scope": "individual", + "const": "hto" + }, + { + "title": "Hadza", + "x-language-type": "living", + "x-scope": "individual", + "const": "hts" + }, + { + "title": "Hitu", + "x-language-type": "living", + "x-scope": "individual", + "const": "htu" + }, + { + "title": "Middle Hittite", + "x-language-type": "historic", + "x-scope": "individual", + "const": "htx" + }, + { + "title": "Huambisa", + "x-language-type": "living", + "x-scope": "individual", + "const": "hub" + }, + { + "title": "ǂHua", + "x-language-type": "living", + "x-scope": "individual", + "const": "huc" + }, + { + "title": "Huaulu", + "x-language-type": "living", + "x-scope": "individual", + "const": "hud" + }, + { + "title": "San Francisco Del Mar Huave", + "x-language-type": "living", + "x-scope": "individual", + "const": "hue" + }, + { + "title": "Humene", + "x-language-type": "living", + "x-scope": "individual", + "const": "huf" + }, + { + "title": "Huachipaeri", + "x-language-type": "living", + "x-scope": "individual", + "const": "hug" + }, + { + "title": "Huilliche", + "x-language-type": "living", + "x-scope": "individual", + "const": "huh" + }, + { + "title": "Huli", + "x-language-type": "living", + "x-scope": "individual", + "const": "hui" + }, + { + "title": "Northern Guiyang Hmong", + "x-language-type": "living", + "x-scope": "individual", + "const": "huj" + }, + { + "title": "Hulung", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "huk" + }, + { + "title": "Hula", + "x-language-type": "living", + "x-scope": "individual", + "const": "hul" + }, + { + "title": "Hungana", + "x-language-type": "living", + "x-scope": "individual", + "const": "hum" + }, + { + "title": "Hungarian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "hu", + "x-set-2-bibliographic": "hun", + "x-set-2-terminologic": "hun", + "const": "hun" + }, + { + "title": "Hu", + "x-language-type": "living", + "x-scope": "individual", + "const": "huo" + }, + { + "title": "Hupa", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "hup", + "x-set-2-terminologic": "hup", + "const": "hup" + }, + { + "title": "Tsat", + "x-language-type": "living", + "x-scope": "individual", + "const": "huq" + }, + { + "title": "Halkomelem", + "x-language-type": "living", + "x-scope": "individual", + "const": "hur" + }, + { + "title": "Huastec", + "x-language-type": "living", + "x-scope": "individual", + "const": "hus" + }, + { + "title": "Humla", + "x-language-type": "living", + "x-scope": "individual", + "const": "hut" + }, + { + "title": "Murui Huitoto", + "x-language-type": "living", + "x-scope": "individual", + "const": "huu" + }, + { + "title": "San Mateo Del Mar Huave", + "x-language-type": "living", + "x-scope": "individual", + "const": "huv" + }, + { + "title": "Hukumina", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "huw" + }, + { + "title": "Nüpode Huitoto", + "x-language-type": "living", + "x-scope": "individual", + "const": "hux" + }, + { + "title": "Hulaulá", + "x-language-type": "living", + "x-scope": "individual", + "const": "huy" + }, + { + "title": "Hunzib", + "x-language-type": "living", + "x-scope": "individual", + "const": "huz" + }, + { + "title": "Haitian Vodoun Culture Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "hvc" + }, + { + "title": "San Dionisio Del Mar Huave", + "x-language-type": "living", + "x-scope": "individual", + "const": "hve" + }, + { + "title": "Haveke", + "x-language-type": "living", + "x-scope": "individual", + "const": "hvk" + }, + { + "title": "Sabu", + "x-language-type": "living", + "x-scope": "individual", + "const": "hvn" + }, + { + "title": "Santa María Del Mar Huave", + "x-language-type": "living", + "x-scope": "individual", + "const": "hvv" + }, + { + "title": "Wané", + "x-language-type": "living", + "x-scope": "individual", + "const": "hwa" + }, + { + "title": "Hawai'i Creole English", + "x-language-type": "living", + "x-scope": "individual", + "const": "hwc" + }, + { + "title": "Hwana", + "x-language-type": "living", + "x-scope": "individual", + "const": "hwo" + }, + { + "title": "Hya", + "x-language-type": "living", + "x-scope": "individual", + "const": "hya" + }, + { + "title": "Armenian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "hy", + "x-set-2-bibliographic": "arm", + "x-set-2-terminologic": "hye", + "const": "hye" + }, + { + "title": "Western Armenian", + "x-language-type": "living", + "x-scope": "individual", + "const": "hyw" + }, + { + "title": "Iaai", + "x-language-type": "living", + "x-scope": "individual", + "const": "iai" + }, + { + "title": "Iatmul", + "x-language-type": "living", + "x-scope": "individual", + "const": "ian" + }, + { + "title": "Purari", + "x-language-type": "living", + "x-scope": "individual", + "const": "iar" + }, + { + "title": "Iban", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "iba", + "x-set-2-terminologic": "iba", + "const": "iba" + }, + { + "title": "Ibibio", + "x-language-type": "living", + "x-scope": "individual", + "const": "ibb" + }, + { + "title": "Iwaidja", + "x-language-type": "living", + "x-scope": "individual", + "const": "ibd" + }, + { + "title": "Akpes", + "x-language-type": "living", + "x-scope": "individual", + "const": "ibe" + }, + { + "title": "Ibanag", + "x-language-type": "living", + "x-scope": "individual", + "const": "ibg" + }, + { + "title": "Bih", + "x-language-type": "living", + "x-scope": "individual", + "const": "ibh" + }, + { + "title": "Ibaloi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ibl" + }, + { + "title": "Agoi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ibm" + }, + { + "title": "Ibino", + "x-language-type": "living", + "x-scope": "individual", + "const": "ibn" + }, + { + "title": "Igbo", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ig", + "x-set-2-bibliographic": "ibo", + "x-set-2-terminologic": "ibo", + "const": "ibo" + }, + { + "title": "Ibuoro", + "x-language-type": "living", + "x-scope": "individual", + "const": "ibr" + }, + { + "title": "Ibu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ibu" + }, + { + "title": "Ibani", + "x-language-type": "living", + "x-scope": "individual", + "const": "iby" + }, + { + "title": "Ede Ica", + "x-language-type": "living", + "x-scope": "individual", + "const": "ica" + }, + { + "title": "Etkywan", + "x-language-type": "living", + "x-scope": "individual", + "const": "ich" + }, + { + "title": "Icelandic Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "icl" + }, + { + "title": "Islander Creole English", + "x-language-type": "living", + "x-scope": "individual", + "const": "icr" + }, + { + "title": "Idakho-Isukha-Tiriki", + "x-language-type": "living", + "x-scope": "individual", + "const": "ida" + }, + { + "title": "Indo-Portuguese", + "x-language-type": "living", + "x-scope": "individual", + "const": "idb" + }, + { + "title": "Idon", + "x-language-type": "living", + "x-scope": "individual", + "const": "idc" + }, + { + "title": "Ede Idaca", + "x-language-type": "living", + "x-scope": "individual", + "const": "idd" + }, + { + "title": "Idere", + "x-language-type": "living", + "x-scope": "individual", + "const": "ide" + }, + { + "title": "Idi", + "x-language-type": "living", + "x-scope": "individual", + "const": "idi" + }, + { + "title": "Ido", + "x-language-type": "constructed", + "x-scope": "individual", + "x-set-1": "io", + "x-set-2-bibliographic": "ido", + "x-set-2-terminologic": "ido", + "const": "ido" + }, + { + "title": "Indri", + "x-language-type": "living", + "x-scope": "individual", + "const": "idr" + }, + { + "title": "Idesa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ids" + }, + { + "title": "Idaté", + "x-language-type": "living", + "x-scope": "individual", + "const": "idt" + }, + { + "title": "Idoma", + "x-language-type": "living", + "x-scope": "individual", + "const": "idu" + }, + { + "title": "Amganad Ifugao", + "x-language-type": "living", + "x-scope": "individual", + "const": "ifa" + }, + { + "title": "Batad Ifugao", + "x-language-type": "living", + "x-scope": "individual", + "const": "ifb" + }, + { + "title": "Ifè", + "x-language-type": "living", + "x-scope": "individual", + "const": "ife" + }, + { + "title": "Ifo", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "iff" + }, + { + "title": "Tuwali Ifugao", + "x-language-type": "living", + "x-scope": "individual", + "const": "ifk" + }, + { + "title": "Teke-Fuumu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ifm" + }, + { + "title": "Mayoyao Ifugao", + "x-language-type": "living", + "x-scope": "individual", + "const": "ifu" + }, + { + "title": "Keley-I Kallahan", + "x-language-type": "living", + "x-scope": "individual", + "const": "ify" + }, + { + "title": "Ebira", + "x-language-type": "living", + "x-scope": "individual", + "const": "igb" + }, + { + "title": "Igede", + "x-language-type": "living", + "x-scope": "individual", + "const": "ige" + }, + { + "title": "Igana", + "x-language-type": "living", + "x-scope": "individual", + "const": "igg" + }, + { + "title": "Igala", + "x-language-type": "living", + "x-scope": "individual", + "const": "igl" + }, + { + "title": "Kanggape", + "x-language-type": "living", + "x-scope": "individual", + "const": "igm" + }, + { + "title": "Ignaciano", + "x-language-type": "living", + "x-scope": "individual", + "const": "ign" + }, + { + "title": "Isebe", + "x-language-type": "living", + "x-scope": "individual", + "const": "igo" + }, + { + "title": "Interglossa", + "x-language-type": "constructed", + "x-scope": "individual", + "const": "igs" + }, + { + "title": "Igwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "igw" + }, + { + "title": "Iha Based Pidgin", + "x-language-type": "living", + "x-scope": "individual", + "const": "ihb" + }, + { + "title": "Ihievbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "ihi" + }, + { + "title": "Iha", + "x-language-type": "living", + "x-scope": "individual", + "const": "ihp" + }, + { + "title": "Bidhawal", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ihw" + }, + { + "title": "Sichuan Yi", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ii", + "x-set-2-bibliographic": "iii", + "x-set-2-terminologic": "iii", + "const": "iii" + }, + { + "title": "Thiin", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "iin" + }, + { + "title": "Izon", + "x-language-type": "living", + "x-scope": "individual", + "const": "ijc" + }, + { + "title": "Biseni", + "x-language-type": "living", + "x-scope": "individual", + "const": "ije" + }, + { + "title": "Ede Ije", + "x-language-type": "living", + "x-scope": "individual", + "const": "ijj" + }, + { + "title": "Kalabari", + "x-language-type": "living", + "x-scope": "individual", + "const": "ijn" + }, + { + "title": "Southeast Ijo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ijs" + }, + { + "title": "Eastern Canadian Inuktitut", + "x-language-type": "living", + "x-scope": "individual", + "const": "ike" + }, + { + "title": "Ikhin-Arokho", + "x-language-type": "living", + "x-scope": "individual", + "const": "ikh" + }, + { + "title": "Iko", + "x-language-type": "living", + "x-scope": "individual", + "const": "iki" + }, + { + "title": "Ika", + "x-language-type": "living", + "x-scope": "individual", + "const": "ikk" + }, + { + "title": "Ikulu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ikl" + }, + { + "title": "Olulumo-Ikom", + "x-language-type": "living", + "x-scope": "individual", + "const": "iko" + }, + { + "title": "Ikpeshi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ikp" + }, + { + "title": "Ikaranggal", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ikr" + }, + { + "title": "Inuit Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "iks" + }, + { + "title": "Inuinnaqtun", + "x-language-type": "living", + "x-scope": "individual", + "const": "ikt" + }, + { + "title": "Inuktitut", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "iu", + "x-set-2-bibliographic": "iku", + "x-set-2-terminologic": "iku", + "const": "iku" + }, + { + "title": "Iku-Gora-Ankwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ikv" + }, + { + "title": "Ikwere", + "x-language-type": "living", + "x-scope": "individual", + "const": "ikw" + }, + { + "title": "Ik", + "x-language-type": "living", + "x-scope": "individual", + "const": "ikx" + }, + { + "title": "Ikizu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ikz" + }, + { + "title": "Ile Ape", + "x-language-type": "living", + "x-scope": "individual", + "const": "ila" + }, + { + "title": "Ila", + "x-language-type": "living", + "x-scope": "individual", + "const": "ilb" + }, + { + "title": "Interlingue", + "x-language-type": "constructed", + "x-scope": "individual", + "x-set-1": "ie", + "x-set-2-bibliographic": "ile", + "x-set-2-terminologic": "ile", + "const": "ile" + }, + { + "title": "Garig-Ilgar", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ilg" + }, + { + "title": "Ili Turki", + "x-language-type": "living", + "x-scope": "individual", + "const": "ili" + }, + { + "title": "Ilongot", + "x-language-type": "living", + "x-scope": "individual", + "const": "ilk" + }, + { + "title": "Iranun (Malaysia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "ilm" + }, + { + "title": "Iloko", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "ilo", + "x-set-2-terminologic": "ilo", + "const": "ilo" + }, + { + "title": "Iranun (Philippines)", + "x-language-type": "living", + "x-scope": "individual", + "const": "ilp" + }, + { + "title": "International Sign", + "x-language-type": "living", + "x-scope": "individual", + "const": "ils" + }, + { + "title": "Ili'uun", + "x-language-type": "living", + "x-scope": "individual", + "const": "ilu" + }, + { + "title": "Ilue", + "x-language-type": "living", + "x-scope": "individual", + "const": "ilv" + }, + { + "title": "Mala Malasar", + "x-language-type": "living", + "x-scope": "individual", + "const": "ima" + }, + { + "title": "Anamgura", + "x-language-type": "living", + "x-scope": "individual", + "const": "imi" + }, + { + "title": "Miluk", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "iml" + }, + { + "title": "Imonda", + "x-language-type": "living", + "x-scope": "individual", + "const": "imn" + }, + { + "title": "Imbongu", + "x-language-type": "living", + "x-scope": "individual", + "const": "imo" + }, + { + "title": "Imroing", + "x-language-type": "living", + "x-scope": "individual", + "const": "imr" + }, + { + "title": "Marsian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "ims" + }, + { + "title": "Imotong", + "x-language-type": "living", + "x-scope": "individual", + "const": "imt" + }, + { + "title": "Milyan", + "x-language-type": "historic", + "x-scope": "individual", + "const": "imy" + }, + { + "title": "Interlingua (International Auxiliary Language Association)", + "x-language-type": "constructed", + "x-scope": "individual", + "x-set-1": "ia", + "x-set-2-bibliographic": "ina", + "x-set-2-terminologic": "ina", + "const": "ina" + }, + { + "title": "Inga", + "x-language-type": "living", + "x-scope": "individual", + "const": "inb" + }, + { + "title": "Indonesian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "id", + "x-set-2-bibliographic": "ind", + "x-set-2-terminologic": "ind", + "const": "ind" + }, + { + "title": "Degexit'an", + "x-language-type": "living", + "x-scope": "individual", + "const": "ing" + }, + { + "title": "Ingush", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "inh", + "x-set-2-terminologic": "inh", + "const": "inh" + }, + { + "title": "Jungle Inga", + "x-language-type": "living", + "x-scope": "individual", + "const": "inj" + }, + { + "title": "Indonesian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "inl" + }, + { + "title": "Minaean", + "x-language-type": "historic", + "x-scope": "individual", + "const": "inm" + }, + { + "title": "Isinai", + "x-language-type": "living", + "x-scope": "individual", + "const": "inn" + }, + { + "title": "Inoke-Yate", + "x-language-type": "living", + "x-scope": "individual", + "const": "ino" + }, + { + "title": "Iñapari", + "x-language-type": "living", + "x-scope": "individual", + "const": "inp" + }, + { + "title": "Indian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "ins" + }, + { + "title": "Intha", + "x-language-type": "living", + "x-scope": "individual", + "const": "int" + }, + { + "title": "Ineseño", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "inz" + }, + { + "title": "Inor", + "x-language-type": "living", + "x-scope": "individual", + "const": "ior" + }, + { + "title": "Tuma-Irumu", + "x-language-type": "living", + "x-scope": "individual", + "const": "iou" + }, + { + "title": "Iowa-Oto", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "iow" + }, + { + "title": "Ipili", + "x-language-type": "living", + "x-scope": "individual", + "const": "ipi" + }, + { + "title": "Inupiaq", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "ik", + "x-set-2-bibliographic": "ipk", + "x-set-2-terminologic": "ipk", + "const": "ipk" + }, + { + "title": "Ipiko", + "x-language-type": "living", + "x-scope": "individual", + "const": "ipo" + }, + { + "title": "Iquito", + "x-language-type": "living", + "x-scope": "individual", + "const": "iqu" + }, + { + "title": "Ikwo", + "x-language-type": "living", + "x-scope": "individual", + "const": "iqw" + }, + { + "title": "Iresim", + "x-language-type": "living", + "x-scope": "individual", + "const": "ire" + }, + { + "title": "Irarutu", + "x-language-type": "living", + "x-scope": "individual", + "const": "irh" + }, + { + "title": "Rigwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "iri" + }, + { + "title": "Iraqw", + "x-language-type": "living", + "x-scope": "individual", + "const": "irk" + }, + { + "title": "Irántxe", + "x-language-type": "living", + "x-scope": "individual", + "const": "irn" + }, + { + "title": "Ir", + "x-language-type": "living", + "x-scope": "individual", + "const": "irr" + }, + { + "title": "Irula", + "x-language-type": "living", + "x-scope": "individual", + "const": "iru" + }, + { + "title": "Kamberau", + "x-language-type": "living", + "x-scope": "individual", + "const": "irx" + }, + { + "title": "Iraya", + "x-language-type": "living", + "x-scope": "individual", + "const": "iry" + }, + { + "title": "Isabi", + "x-language-type": "living", + "x-scope": "individual", + "const": "isa" + }, + { + "title": "Isconahua", + "x-language-type": "living", + "x-scope": "individual", + "const": "isc" + }, + { + "title": "Isnag", + "x-language-type": "living", + "x-scope": "individual", + "const": "isd" + }, + { + "title": "Italian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "ise" + }, + { + "title": "Irish Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "isg" + }, + { + "title": "Esan", + "x-language-type": "living", + "x-scope": "individual", + "const": "ish" + }, + { + "title": "Nkem-Nkum", + "x-language-type": "living", + "x-scope": "individual", + "const": "isi" + }, + { + "title": "Ishkashimi", + "x-language-type": "living", + "x-scope": "individual", + "const": "isk" + }, + { + "title": "Icelandic", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "is", + "x-set-2-bibliographic": "ice", + "x-set-2-terminologic": "isl", + "const": "isl" + }, + { + "title": "Masimasi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ism" + }, + { + "title": "Isanzu", + "x-language-type": "living", + "x-scope": "individual", + "const": "isn" + }, + { + "title": "Isoko", + "x-language-type": "living", + "x-scope": "individual", + "const": "iso" + }, + { + "title": "Israeli Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "isr" + }, + { + "title": "Istriot", + "x-language-type": "living", + "x-scope": "individual", + "const": "ist" + }, + { + "title": "Isu (Menchum Division)", + "x-language-type": "living", + "x-scope": "individual", + "const": "isu" + }, + { + "title": "Interslavic", + "x-language-type": "constructed", + "x-scope": "individual", + "const": "isv" + }, + { + "title": "Italian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "it", + "x-set-2-bibliographic": "ita", + "x-set-2-terminologic": "ita", + "const": "ita" + }, + { + "title": "Binongan Itneg", + "x-language-type": "living", + "x-scope": "individual", + "const": "itb" + }, + { + "title": "Southern Tidung", + "x-language-type": "living", + "x-scope": "individual", + "const": "itd" + }, + { + "title": "Itene", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ite" + }, + { + "title": "Inlaod Itneg", + "x-language-type": "living", + "x-scope": "individual", + "const": "iti" + }, + { + "title": "Judeo-Italian", + "x-language-type": "living", + "x-scope": "individual", + "const": "itk" + }, + { + "title": "Itelmen", + "x-language-type": "living", + "x-scope": "individual", + "const": "itl" + }, + { + "title": "Itu Mbon Uzo", + "x-language-type": "living", + "x-scope": "individual", + "const": "itm" + }, + { + "title": "Itonama", + "x-language-type": "living", + "x-scope": "individual", + "const": "ito" + }, + { + "title": "Iteri", + "x-language-type": "living", + "x-scope": "individual", + "const": "itr" + }, + { + "title": "Isekiri", + "x-language-type": "living", + "x-scope": "individual", + "const": "its" + }, + { + "title": "Maeng Itneg", + "x-language-type": "living", + "x-scope": "individual", + "const": "itt" + }, + { + "title": "Itawit", + "x-language-type": "living", + "x-scope": "individual", + "const": "itv" + }, + { + "title": "Ito", + "x-language-type": "living", + "x-scope": "individual", + "const": "itw" + }, + { + "title": "Itik", + "x-language-type": "living", + "x-scope": "individual", + "const": "itx" + }, + { + "title": "Moyadan Itneg", + "x-language-type": "living", + "x-scope": "individual", + "const": "ity" + }, + { + "title": "Itzá", + "x-language-type": "living", + "x-scope": "individual", + "const": "itz" + }, + { + "title": "Iu Mien", + "x-language-type": "living", + "x-scope": "individual", + "const": "ium" + }, + { + "title": "Ibatan", + "x-language-type": "living", + "x-scope": "individual", + "const": "ivb" + }, + { + "title": "Ivatan", + "x-language-type": "living", + "x-scope": "individual", + "const": "ivv" + }, + { + "title": "I-Wak", + "x-language-type": "living", + "x-scope": "individual", + "const": "iwk" + }, + { + "title": "Iwam", + "x-language-type": "living", + "x-scope": "individual", + "const": "iwm" + }, + { + "title": "Iwur", + "x-language-type": "living", + "x-scope": "individual", + "const": "iwo" + }, + { + "title": "Sepik Iwam", + "x-language-type": "living", + "x-scope": "individual", + "const": "iws" + }, + { + "title": "Ixcatec", + "x-language-type": "living", + "x-scope": "individual", + "const": "ixc" + }, + { + "title": "Ixil", + "x-language-type": "living", + "x-scope": "individual", + "const": "ixl" + }, + { + "title": "Iyayu", + "x-language-type": "living", + "x-scope": "individual", + "const": "iya" + }, + { + "title": "Mesaka", + "x-language-type": "living", + "x-scope": "individual", + "const": "iyo" + }, + { + "title": "Yaka (Congo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "iyx" + }, + { + "title": "Ingrian", + "x-language-type": "living", + "x-scope": "individual", + "const": "izh" + }, + { + "title": "Kizamani", + "x-language-type": "living", + "x-scope": "individual", + "const": "izm" + }, + { + "title": "Izere", + "x-language-type": "living", + "x-scope": "individual", + "const": "izr" + }, + { + "title": "Izii", + "x-language-type": "living", + "x-scope": "individual", + "const": "izz" + }, + { + "title": "Jamamadí", + "x-language-type": "living", + "x-scope": "individual", + "const": "jaa" + }, + { + "title": "Hyam", + "x-language-type": "living", + "x-scope": "individual", + "const": "jab" + }, + { + "title": "Popti'", + "x-language-type": "living", + "x-scope": "individual", + "const": "jac" + }, + { + "title": "Jahanka", + "x-language-type": "living", + "x-scope": "individual", + "const": "jad" + }, + { + "title": "Yabem", + "x-language-type": "living", + "x-scope": "individual", + "const": "jae" + }, + { + "title": "Jara", + "x-language-type": "living", + "x-scope": "individual", + "const": "jaf" + }, + { + "title": "Jah Hut", + "x-language-type": "living", + "x-scope": "individual", + "const": "jah" + }, + { + "title": "Zazao", + "x-language-type": "living", + "x-scope": "individual", + "const": "jaj" + }, + { + "title": "Jakun", + "x-language-type": "living", + "x-scope": "individual", + "const": "jak" + }, + { + "title": "Yalahatan", + "x-language-type": "living", + "x-scope": "individual", + "const": "jal" + }, + { + "title": "Jamaican Creole English", + "x-language-type": "living", + "x-scope": "individual", + "const": "jam" + }, + { + "title": "Jandai", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "jan" + }, + { + "title": "Yanyuwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "jao" + }, + { + "title": "Yaqay", + "x-language-type": "living", + "x-scope": "individual", + "const": "jaq" + }, + { + "title": "New Caledonian Javanese", + "x-language-type": "living", + "x-scope": "individual", + "const": "jas" + }, + { + "title": "Jakati", + "x-language-type": "living", + "x-scope": "individual", + "const": "jat" + }, + { + "title": "Yaur", + "x-language-type": "living", + "x-scope": "individual", + "const": "jau" + }, + { + "title": "Javanese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "jv", + "x-set-2-bibliographic": "jav", + "x-set-2-terminologic": "jav", + "const": "jav" + }, + { + "title": "Jambi Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "jax" + }, + { + "title": "Yan-nhangu", + "x-language-type": "living", + "x-scope": "individual", + "const": "jay" + }, + { + "title": "Jawe", + "x-language-type": "living", + "x-scope": "individual", + "const": "jaz" + }, + { + "title": "Judeo-Berber", + "x-language-type": "living", + "x-scope": "individual", + "const": "jbe" + }, + { + "title": "Badjiri", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "jbi" + }, + { + "title": "Arandai", + "x-language-type": "living", + "x-scope": "individual", + "const": "jbj" + }, + { + "title": "Barikewa", + "x-language-type": "living", + "x-scope": "individual", + "const": "jbk" + }, + { + "title": "Bijim", + "x-language-type": "living", + "x-scope": "individual", + "const": "jbm" + }, + { + "title": "Nafusi", + "x-language-type": "living", + "x-scope": "individual", + "const": "jbn" + }, + { + "title": "Lojban", + "x-language-type": "constructed", + "x-scope": "individual", + "x-set-2-bibliographic": "jbo", + "x-set-2-terminologic": "jbo", + "const": "jbo" + }, + { + "title": "Jofotek-Bromnya", + "x-language-type": "living", + "x-scope": "individual", + "const": "jbr" + }, + { + "title": "Jabutí", + "x-language-type": "living", + "x-scope": "individual", + "const": "jbt" + }, + { + "title": "Jukun Takum", + "x-language-type": "living", + "x-scope": "individual", + "const": "jbu" + }, + { + "title": "Yawijibaya", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "jbw" + }, + { + "title": "Jamaican Country Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "jcs" + }, + { + "title": "Krymchak", + "x-language-type": "living", + "x-scope": "individual", + "const": "jct" + }, + { + "title": "Jad", + "x-language-type": "living", + "x-scope": "individual", + "const": "jda" + }, + { + "title": "Jadgali", + "x-language-type": "living", + "x-scope": "individual", + "const": "jdg" + }, + { + "title": "Judeo-Tat", + "x-language-type": "living", + "x-scope": "individual", + "const": "jdt" + }, + { + "title": "Jebero", + "x-language-type": "living", + "x-scope": "individual", + "const": "jeb" + }, + { + "title": "Jerung", + "x-language-type": "living", + "x-scope": "individual", + "const": "jee" + }, + { + "title": "Jeh", + "x-language-type": "living", + "x-scope": "individual", + "const": "jeh" + }, + { + "title": "Yei", + "x-language-type": "living", + "x-scope": "individual", + "const": "jei" + }, + { + "title": "Jeri Kuo", + "x-language-type": "living", + "x-scope": "individual", + "const": "jek" + }, + { + "title": "Yelmek", + "x-language-type": "living", + "x-scope": "individual", + "const": "jel" + }, + { + "title": "Dza", + "x-language-type": "living", + "x-scope": "individual", + "const": "jen" + }, + { + "title": "Jere", + "x-language-type": "living", + "x-scope": "individual", + "const": "jer" + }, + { + "title": "Manem", + "x-language-type": "living", + "x-scope": "individual", + "const": "jet" + }, + { + "title": "Jonkor Bourmataguil", + "x-language-type": "living", + "x-scope": "individual", + "const": "jeu" + }, + { + "title": "Ngbee", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "jgb" + }, + { + "title": "Judeo-Georgian", + "x-language-type": "living", + "x-scope": "individual", + "const": "jge" + }, + { + "title": "Gwak", + "x-language-type": "living", + "x-scope": "individual", + "const": "jgk" + }, + { + "title": "Ngomba", + "x-language-type": "living", + "x-scope": "individual", + "const": "jgo" + }, + { + "title": "Jehai", + "x-language-type": "living", + "x-scope": "individual", + "const": "jhi" + }, + { + "title": "Jhankot Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "jhs" + }, + { + "title": "Jina", + "x-language-type": "living", + "x-scope": "individual", + "const": "jia" + }, + { + "title": "Jibu", + "x-language-type": "living", + "x-scope": "individual", + "const": "jib" + }, + { + "title": "Tol", + "x-language-type": "living", + "x-scope": "individual", + "const": "jic" + }, + { + "title": "Bu (Kaduna State)", + "x-language-type": "living", + "x-scope": "individual", + "const": "jid" + }, + { + "title": "Jilbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "jie" + }, + { + "title": "Jingulu", + "x-language-type": "living", + "x-scope": "individual", + "const": "jig" + }, + { + "title": "sTodsde", + "x-language-type": "living", + "x-scope": "individual", + "const": "jih" + }, + { + "title": "Jiiddu", + "x-language-type": "living", + "x-scope": "individual", + "const": "jii" + }, + { + "title": "Jilim", + "x-language-type": "living", + "x-scope": "individual", + "const": "jil" + }, + { + "title": "Jimi (Cameroon)", + "x-language-type": "living", + "x-scope": "individual", + "const": "jim" + }, + { + "title": "Jiamao", + "x-language-type": "living", + "x-scope": "individual", + "const": "jio" + }, + { + "title": "Guanyinqiao", + "x-language-type": "living", + "x-scope": "individual", + "const": "jiq" + }, + { + "title": "Jita", + "x-language-type": "living", + "x-scope": "individual", + "const": "jit" + }, + { + "title": "Youle Jinuo", + "x-language-type": "living", + "x-scope": "individual", + "const": "jiu" + }, + { + "title": "Shuar", + "x-language-type": "living", + "x-scope": "individual", + "const": "jiv" + }, + { + "title": "Buyuan Jinuo", + "x-language-type": "living", + "x-scope": "individual", + "const": "jiy" + }, + { + "title": "Jejueo", + "x-language-type": "living", + "x-scope": "individual", + "const": "jje" + }, + { + "title": "Bankal", + "x-language-type": "living", + "x-scope": "individual", + "const": "jjr" + }, + { + "title": "Kaera", + "x-language-type": "living", + "x-scope": "individual", + "const": "jka" + }, + { + "title": "Mobwa Karen", + "x-language-type": "living", + "x-scope": "individual", + "const": "jkm" + }, + { + "title": "Kubo", + "x-language-type": "living", + "x-scope": "individual", + "const": "jko" + }, + { + "title": "Paku Karen", + "x-language-type": "living", + "x-scope": "individual", + "const": "jkp" + }, + { + "title": "Koro (India)", + "x-language-type": "living", + "x-scope": "individual", + "const": "jkr" + }, + { + "title": "Amami Koniya Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "jks" + }, + { + "title": "Labir", + "x-language-type": "living", + "x-scope": "individual", + "const": "jku" + }, + { + "title": "Ngile", + "x-language-type": "living", + "x-scope": "individual", + "const": "jle" + }, + { + "title": "Jamaican Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "jls" + }, + { + "title": "Dima", + "x-language-type": "living", + "x-scope": "individual", + "const": "jma" + }, + { + "title": "Zumbun", + "x-language-type": "living", + "x-scope": "individual", + "const": "jmb" + }, + { + "title": "Machame", + "x-language-type": "living", + "x-scope": "individual", + "const": "jmc" + }, + { + "title": "Yamdena", + "x-language-type": "living", + "x-scope": "individual", + "const": "jmd" + }, + { + "title": "Jimi (Nigeria)", + "x-language-type": "living", + "x-scope": "individual", + "const": "jmi" + }, + { + "title": "Jumli", + "x-language-type": "living", + "x-scope": "individual", + "const": "jml" + }, + { + "title": "Makuri Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "jmn" + }, + { + "title": "Kamara", + "x-language-type": "living", + "x-scope": "individual", + "const": "jmr" + }, + { + "title": "Mashi (Nigeria)", + "x-language-type": "living", + "x-scope": "individual", + "const": "jms" + }, + { + "title": "Mouwase", + "x-language-type": "living", + "x-scope": "individual", + "const": "jmw" + }, + { + "title": "Western Juxtlahuaca Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "jmx" + }, + { + "title": "Jangshung", + "x-language-type": "living", + "x-scope": "individual", + "const": "jna" + }, + { + "title": "Jandavra", + "x-language-type": "living", + "x-scope": "individual", + "const": "jnd" + }, + { + "title": "Yangman", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "jng" + }, + { + "title": "Janji", + "x-language-type": "living", + "x-scope": "individual", + "const": "jni" + }, + { + "title": "Yemsa", + "x-language-type": "living", + "x-scope": "individual", + "const": "jnj" + }, + { + "title": "Rawat", + "x-language-type": "living", + "x-scope": "individual", + "const": "jnl" + }, + { + "title": "Jaunsari", + "x-language-type": "living", + "x-scope": "individual", + "const": "jns" + }, + { + "title": "Joba", + "x-language-type": "living", + "x-scope": "individual", + "const": "job" + }, + { + "title": "Wojenaka", + "x-language-type": "living", + "x-scope": "individual", + "const": "jod" + }, + { + "title": "Jogi", + "x-language-type": "living", + "x-scope": "individual", + "const": "jog" + }, + { + "title": "Jorá", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "jor" + }, + { + "title": "Jordanian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "jos" + }, + { + "title": "Jowulu", + "x-language-type": "living", + "x-scope": "individual", + "const": "jow" + }, + { + "title": "Jewish Palestinian Aramaic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "jpa" + }, + { + "title": "Japanese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ja", + "x-set-2-bibliographic": "jpn", + "x-set-2-terminologic": "jpn", + "const": "jpn" + }, + { + "title": "Judeo-Persian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "jpr", + "x-set-2-terminologic": "jpr", + "const": "jpr" + }, + { + "title": "Jaqaru", + "x-language-type": "living", + "x-scope": "individual", + "const": "jqr" + }, + { + "title": "Jarai", + "x-language-type": "living", + "x-scope": "individual", + "const": "jra" + }, + { + "title": "Judeo-Arabic", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "jrb", + "x-set-2-terminologic": "jrb", + "const": "jrb" + }, + { + "title": "Jiru", + "x-language-type": "living", + "x-scope": "individual", + "const": "jrr" + }, + { + "title": "Jakattoe", + "x-language-type": "living", + "x-scope": "individual", + "const": "jrt" + }, + { + "title": "Japrería", + "x-language-type": "living", + "x-scope": "individual", + "const": "jru" + }, + { + "title": "Japanese Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "jsl" + }, + { + "title": "Júma", + "x-language-type": "living", + "x-scope": "individual", + "const": "jua" + }, + { + "title": "Wannu", + "x-language-type": "living", + "x-scope": "individual", + "const": "jub" + }, + { + "title": "Jurchen", + "x-language-type": "historic", + "x-scope": "individual", + "const": "juc" + }, + { + "title": "Worodougou", + "x-language-type": "living", + "x-scope": "individual", + "const": "jud" + }, + { + "title": "Hõne", + "x-language-type": "living", + "x-scope": "individual", + "const": "juh" + }, + { + "title": "Ngadjuri", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "jui" + }, + { + "title": "Wapan", + "x-language-type": "living", + "x-scope": "individual", + "const": "juk" + }, + { + "title": "Jirel", + "x-language-type": "living", + "x-scope": "individual", + "const": "jul" + }, + { + "title": "Jumjum", + "x-language-type": "living", + "x-scope": "individual", + "const": "jum" + }, + { + "title": "Juang", + "x-language-type": "living", + "x-scope": "individual", + "const": "jun" + }, + { + "title": "Jiba", + "x-language-type": "living", + "x-scope": "individual", + "const": "juo" + }, + { + "title": "Hupdë", + "x-language-type": "living", + "x-scope": "individual", + "const": "jup" + }, + { + "title": "Jurúna", + "x-language-type": "living", + "x-scope": "individual", + "const": "jur" + }, + { + "title": "Jumla Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "jus" + }, + { + "title": "Jutish", + "x-language-type": "historic", + "x-scope": "individual", + "const": "jut" + }, + { + "title": "Ju", + "x-language-type": "living", + "x-scope": "individual", + "const": "juu" + }, + { + "title": "Wãpha", + "x-language-type": "living", + "x-scope": "individual", + "const": "juw" + }, + { + "title": "Juray", + "x-language-type": "living", + "x-scope": "individual", + "const": "juy" + }, + { + "title": "Javindo", + "x-language-type": "living", + "x-scope": "individual", + "const": "jvd" + }, + { + "title": "Caribbean Javanese", + "x-language-type": "living", + "x-scope": "individual", + "const": "jvn" + }, + { + "title": "Jwira-Pepesa", + "x-language-type": "living", + "x-scope": "individual", + "const": "jwi" + }, + { + "title": "Jiarong", + "x-language-type": "living", + "x-scope": "individual", + "const": "jya" + }, + { + "title": "Judeo-Yemeni Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "jye" + }, + { + "title": "Jaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "jyy" + }, + { + "title": "Kara-Kalpak", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "kaa", + "x-set-2-terminologic": "kaa", + "const": "kaa" + }, + { + "title": "Kabyle", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "kab", + "x-set-2-terminologic": "kab", + "const": "kab" + }, + { + "title": "Kachin", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "kac", + "x-set-2-terminologic": "kac", + "const": "kac" + }, + { + "title": "Adara", + "x-language-type": "living", + "x-scope": "individual", + "const": "kad" + }, + { + "title": "Ketangalan", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "kae" + }, + { + "title": "Katso", + "x-language-type": "living", + "x-scope": "individual", + "const": "kaf" + }, + { + "title": "Kajaman", + "x-language-type": "living", + "x-scope": "individual", + "const": "kag" + }, + { + "title": "Kara (Central African Republic)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kah" + }, + { + "title": "Karekare", + "x-language-type": "living", + "x-scope": "individual", + "const": "kai" + }, + { + "title": "Jju", + "x-language-type": "living", + "x-scope": "individual", + "const": "kaj" + }, + { + "title": "Kalanguya", + "x-language-type": "living", + "x-scope": "individual", + "const": "kak" + }, + { + "title": "Kalaallisut", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "kl", + "x-set-2-bibliographic": "kal", + "x-set-2-terminologic": "kal", + "const": "kal" + }, + { + "title": "Kamba (Kenya)", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "kam", + "x-set-2-terminologic": "kam", + "const": "kam" + }, + { + "title": "Kannada", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "kn", + "x-set-2-bibliographic": "kan", + "x-set-2-terminologic": "kan", + "const": "kan" + }, + { + "title": "Xaasongaxango", + "x-language-type": "living", + "x-scope": "individual", + "const": "kao" + }, + { + "title": "Bezhta", + "x-language-type": "living", + "x-scope": "individual", + "const": "kap" + }, + { + "title": "Capanahua", + "x-language-type": "living", + "x-scope": "individual", + "const": "kaq" + }, + { + "title": "Kashmiri", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ks", + "x-set-2-bibliographic": "kas", + "x-set-2-terminologic": "kas", + "const": "kas" + }, + { + "title": "Georgian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ka", + "x-set-2-bibliographic": "geo", + "x-set-2-terminologic": "kat", + "const": "kat" + }, + { + "title": "Kanuri", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "kr", + "x-set-2-bibliographic": "kau", + "x-set-2-terminologic": "kau", + "const": "kau" + }, + { + "title": "Katukína", + "x-language-type": "living", + "x-scope": "individual", + "const": "kav" + }, + { + "title": "Kawi", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "kaw", + "x-set-2-terminologic": "kaw", + "const": "kaw" + }, + { + "title": "Kao", + "x-language-type": "living", + "x-scope": "individual", + "const": "kax" + }, + { + "title": "Kamayurá", + "x-language-type": "living", + "x-scope": "individual", + "const": "kay" + }, + { + "title": "Kazakh", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "kk", + "x-set-2-bibliographic": "kaz", + "x-set-2-terminologic": "kaz", + "const": "kaz" + }, + { + "title": "Kalarko", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "kba" + }, + { + "title": "Kaxuiâna", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "kbb" + }, + { + "title": "Kadiwéu", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbc" + }, + { + "title": "Kabardian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "kbd", + "x-set-2-terminologic": "kbd", + "const": "kbd" + }, + { + "title": "Kanju", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbe" + }, + { + "title": "Khamba", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbg" + }, + { + "title": "Camsá", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbh" + }, + { + "title": "Kaptiau", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbi" + }, + { + "title": "Kari", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbj" + }, + { + "title": "Grass Koiari", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbk" + }, + { + "title": "Kanembu", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbl" + }, + { + "title": "Iwal", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbm" + }, + { + "title": "Kare (Central African Republic)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbn" + }, + { + "title": "Keliko", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbo" + }, + { + "title": "Kabiyè", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbp" + }, + { + "title": "Kamano", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbq" + }, + { + "title": "Kafa", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbr" + }, + { + "title": "Kande", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbs" + }, + { + "title": "Abadi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbt" + }, + { + "title": "Kabutra", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbu" + }, + { + "title": "Dera (Indonesia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbv" + }, + { + "title": "Kaiep", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbw" + }, + { + "title": "Ap Ma", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbx" + }, + { + "title": "Manga Kanuri", + "x-language-type": "living", + "x-scope": "individual", + "const": "kby" + }, + { + "title": "Duhwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "kbz" + }, + { + "title": "Khanty", + "x-language-type": "living", + "x-scope": "individual", + "const": "kca" + }, + { + "title": "Kawacha", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcb" + }, + { + "title": "Lubila", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcc" + }, + { + "title": "Ngkâlmpw Kanum", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcd" + }, + { + "title": "Kaivi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kce" + }, + { + "title": "Ukaan", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcf" + }, + { + "title": "Tyap", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcg" + }, + { + "title": "Vono", + "x-language-type": "living", + "x-scope": "individual", + "const": "kch" + }, + { + "title": "Ngyian", + "x-language-type": "living", + "x-scope": "individual", + "const": "kci" + }, + { + "title": "Kobiana", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcj" + }, + { + "title": "Kalanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "kck" + }, + { + "title": "Kela (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcl" + }, + { + "title": "Gula (Central African Republic)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcm" + }, + { + "title": "Nubi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcn" + }, + { + "title": "Kinalakna", + "x-language-type": "living", + "x-scope": "individual", + "const": "kco" + }, + { + "title": "Kanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcp" + }, + { + "title": "Kamo", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcq" + }, + { + "title": "Katla", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcr" + }, + { + "title": "Koenoem", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcs" + }, + { + "title": "Kaian", + "x-language-type": "living", + "x-scope": "individual", + "const": "kct" + }, + { + "title": "Kami (Tanzania)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcu" + }, + { + "title": "Kete", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcv" + }, + { + "title": "Kabwari", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcw" + }, + { + "title": "Kachama-Ganjule", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcx" + }, + { + "title": "Korandje", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcy" + }, + { + "title": "Konongo", + "x-language-type": "living", + "x-scope": "individual", + "const": "kcz" + }, + { + "title": "Worimi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "kda" + }, + { + "title": "Kutu", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdc" + }, + { + "title": "Yankunytjatjara", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdd" + }, + { + "title": "Makonde", + "x-language-type": "living", + "x-scope": "individual", + "const": "kde" + }, + { + "title": "Mamusi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdf" + }, + { + "title": "Seba", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdg" + }, + { + "title": "Tem", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdh" + }, + { + "title": "Kumam", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdi" + }, + { + "title": "Karamojong", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdj" + }, + { + "title": "Numèè", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdk" + }, + { + "title": "Tsikimba", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdl" + }, + { + "title": "Kagoma", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdm" + }, + { + "title": "Kunda", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdn" + }, + { + "title": "Kaningdon-Nindem", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdp" + }, + { + "title": "Koch", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdq" + }, + { + "title": "Karaim", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdr" + }, + { + "title": "Kuy", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdt" + }, + { + "title": "Kadaru", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdu" + }, + { + "title": "Koneraw", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdw" + }, + { + "title": "Kam", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdx" + }, + { + "title": "Keder", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdy" + }, + { + "title": "Kwaja", + "x-language-type": "living", + "x-scope": "individual", + "const": "kdz" + }, + { + "title": "Kabuverdianu", + "x-language-type": "living", + "x-scope": "individual", + "const": "kea" + }, + { + "title": "Kélé", + "x-language-type": "living", + "x-scope": "individual", + "const": "keb" + }, + { + "title": "Keiga", + "x-language-type": "living", + "x-scope": "individual", + "const": "kec" + }, + { + "title": "Kerewe", + "x-language-type": "living", + "x-scope": "individual", + "const": "ked" + }, + { + "title": "Eastern Keres", + "x-language-type": "living", + "x-scope": "individual", + "const": "kee" + }, + { + "title": "Kpessi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kef" + }, + { + "title": "Tese", + "x-language-type": "living", + "x-scope": "individual", + "const": "keg" + }, + { + "title": "Keak", + "x-language-type": "living", + "x-scope": "individual", + "const": "keh" + }, + { + "title": "Kei", + "x-language-type": "living", + "x-scope": "individual", + "const": "kei" + }, + { + "title": "Kadar", + "x-language-type": "living", + "x-scope": "individual", + "const": "kej" + }, + { + "title": "Kekchí", + "x-language-type": "living", + "x-scope": "individual", + "const": "kek" + }, + { + "title": "Kela (Democratic Republic of Congo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kel" + }, + { + "title": "Kemak", + "x-language-type": "living", + "x-scope": "individual", + "const": "kem" + }, + { + "title": "Kenyang", + "x-language-type": "living", + "x-scope": "individual", + "const": "ken" + }, + { + "title": "Kakwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "keo" + }, + { + "title": "Kaikadi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kep" + }, + { + "title": "Kamar", + "x-language-type": "living", + "x-scope": "individual", + "const": "keq" + }, + { + "title": "Kera", + "x-language-type": "living", + "x-scope": "individual", + "const": "ker" + }, + { + "title": "Kugbo", + "x-language-type": "living", + "x-scope": "individual", + "const": "kes" + }, + { + "title": "Ket", + "x-language-type": "living", + "x-scope": "individual", + "const": "ket" + }, + { + "title": "Akebu", + "x-language-type": "living", + "x-scope": "individual", + "const": "keu" + }, + { + "title": "Kanikkaran", + "x-language-type": "living", + "x-scope": "individual", + "const": "kev" + }, + { + "title": "West Kewa", + "x-language-type": "living", + "x-scope": "individual", + "const": "kew" + }, + { + "title": "Kukna", + "x-language-type": "living", + "x-scope": "individual", + "const": "kex" + }, + { + "title": "Kupia", + "x-language-type": "living", + "x-scope": "individual", + "const": "key" + }, + { + "title": "Kukele", + "x-language-type": "living", + "x-scope": "individual", + "const": "kez" + }, + { + "title": "Kodava", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfa" + }, + { + "title": "Northwestern Kolami", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfb" + }, + { + "title": "Konda-Dora", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfc" + }, + { + "title": "Korra Koraga", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfd" + }, + { + "title": "Kota (India)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfe" + }, + { + "title": "Koya", + "x-language-type": "living", + "x-scope": "individual", + "const": "kff" + }, + { + "title": "Kudiya", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfg" + }, + { + "title": "Kurichiya", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfh" + }, + { + "title": "Kannada Kurumba", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfi" + }, + { + "title": "Kemiehua", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfj" + }, + { + "title": "Kinnauri", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfk" + }, + { + "title": "Kung", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfl" + }, + { + "title": "Khunsari", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfm" + }, + { + "title": "Kuk", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfn" + }, + { + "title": "Koro (Côte d'Ivoire)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfo" + }, + { + "title": "Korwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfp" + }, + { + "title": "Korku", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfq" + }, + { + "title": "Kachhi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfr" + }, + { + "title": "Bilaspuri", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfs" + }, + { + "title": "Kanjari", + "x-language-type": "living", + "x-scope": "individual", + "const": "kft" + }, + { + "title": "Katkari", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfu" + }, + { + "title": "Kurmukar", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfv" + }, + { + "title": "Kharam Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfw" + }, + { + "title": "Kullu Pahari", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfx" + }, + { + "title": "Kumaoni", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfy" + }, + { + "title": "Koromfé", + "x-language-type": "living", + "x-scope": "individual", + "const": "kfz" + }, + { + "title": "Koyaga", + "x-language-type": "living", + "x-scope": "individual", + "const": "kga" + }, + { + "title": "Kawe", + "x-language-type": "living", + "x-scope": "individual", + "const": "kgb" + }, + { + "title": "Komering", + "x-language-type": "living", + "x-scope": "individual", + "const": "kge" + }, + { + "title": "Kube", + "x-language-type": "living", + "x-scope": "individual", + "const": "kgf" + }, + { + "title": "Kusunda", + "x-language-type": "living", + "x-scope": "individual", + "const": "kgg" + }, + { + "title": "Selangor Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "kgi" + }, + { + "title": "Gamale Kham", + "x-language-type": "living", + "x-scope": "individual", + "const": "kgj" + }, + { + "title": "Kaiwá", + "x-language-type": "living", + "x-scope": "individual", + "const": "kgk" + }, + { + "title": "Kunggari", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "kgl" + }, + { + "title": "Karingani", + "x-language-type": "living", + "x-scope": "individual", + "const": "kgn" + }, + { + "title": "Krongo", + "x-language-type": "living", + "x-scope": "individual", + "const": "kgo" + }, + { + "title": "Kaingang", + "x-language-type": "living", + "x-scope": "individual", + "const": "kgp" + }, + { + "title": "Kamoro", + "x-language-type": "living", + "x-scope": "individual", + "const": "kgq" + }, + { + "title": "Abun", + "x-language-type": "living", + "x-scope": "individual", + "const": "kgr" + }, + { + "title": "Kumbainggar", + "x-language-type": "living", + "x-scope": "individual", + "const": "kgs" + }, + { + "title": "Somyev", + "x-language-type": "living", + "x-scope": "individual", + "const": "kgt" + }, + { + "title": "Kobol", + "x-language-type": "living", + "x-scope": "individual", + "const": "kgu" + }, + { + "title": "Karas", + "x-language-type": "living", + "x-scope": "individual", + "const": "kgv" + }, + { + "title": "Karon Dori", + "x-language-type": "living", + "x-scope": "individual", + "const": "kgw" + }, + { + "title": "Kamaru", + "x-language-type": "living", + "x-scope": "individual", + "const": "kgx" + }, + { + "title": "Kyerung", + "x-language-type": "living", + "x-scope": "individual", + "const": "kgy" + }, + { + "title": "Khasi", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "kha", + "x-set-2-terminologic": "kha", + "const": "kha" + }, + { + "title": "Lü", + "x-language-type": "living", + "x-scope": "individual", + "const": "khb" + }, + { + "title": "Tukang Besi North", + "x-language-type": "living", + "x-scope": "individual", + "const": "khc" + }, + { + "title": "Bädi Kanum", + "x-language-type": "living", + "x-scope": "individual", + "const": "khd" + }, + { + "title": "Korowai", + "x-language-type": "living", + "x-scope": "individual", + "const": "khe" + }, + { + "title": "Khuen", + "x-language-type": "living", + "x-scope": "individual", + "const": "khf" + }, + { + "title": "Khams Tibetan", + "x-language-type": "living", + "x-scope": "individual", + "const": "khg" + }, + { + "title": "Kehu", + "x-language-type": "living", + "x-scope": "individual", + "const": "khh" + }, + { + "title": "Kuturmi", + "x-language-type": "living", + "x-scope": "individual", + "const": "khj" + }, + { + "title": "Halh Mongolian", + "x-language-type": "living", + "x-scope": "individual", + "const": "khk" + }, + { + "title": "Lusi", + "x-language-type": "living", + "x-scope": "individual", + "const": "khl" + }, + { + "title": "Khmer", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "km", + "x-set-2-bibliographic": "khm", + "x-set-2-terminologic": "khm", + "const": "khm" + }, + { + "title": "Khandesi", + "x-language-type": "living", + "x-scope": "individual", + "const": "khn" + }, + { + "title": "Khotanese", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "kho", + "x-set-2-terminologic": "kho", + "const": "kho" + }, + { + "title": "Kapori", + "x-language-type": "living", + "x-scope": "individual", + "const": "khp" + }, + { + "title": "Koyra Chiini Songhay", + "x-language-type": "living", + "x-scope": "individual", + "const": "khq" + }, + { + "title": "Kharia", + "x-language-type": "living", + "x-scope": "individual", + "const": "khr" + }, + { + "title": "Kasua", + "x-language-type": "living", + "x-scope": "individual", + "const": "khs" + }, + { + "title": "Khamti", + "x-language-type": "living", + "x-scope": "individual", + "const": "kht" + }, + { + "title": "Nkhumbi", + "x-language-type": "living", + "x-scope": "individual", + "const": "khu" + }, + { + "title": "Khvarshi", + "x-language-type": "living", + "x-scope": "individual", + "const": "khv" + }, + { + "title": "Khowar", + "x-language-type": "living", + "x-scope": "individual", + "const": "khw" + }, + { + "title": "Kanu", + "x-language-type": "living", + "x-scope": "individual", + "const": "khx" + }, + { + "title": "Kele (Democratic Republic of Congo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "khy" + }, + { + "title": "Keapara", + "x-language-type": "living", + "x-scope": "individual", + "const": "khz" + }, + { + "title": "Kim", + "x-language-type": "living", + "x-scope": "individual", + "const": "kia" + }, + { + "title": "Koalib", + "x-language-type": "living", + "x-scope": "individual", + "const": "kib" + }, + { + "title": "Kickapoo", + "x-language-type": "living", + "x-scope": "individual", + "const": "kic" + }, + { + "title": "Koshin", + "x-language-type": "living", + "x-scope": "individual", + "const": "kid" + }, + { + "title": "Kibet", + "x-language-type": "living", + "x-scope": "individual", + "const": "kie" + }, + { + "title": "Eastern Parbate Kham", + "x-language-type": "living", + "x-scope": "individual", + "const": "kif" + }, + { + "title": "Kimaama", + "x-language-type": "living", + "x-scope": "individual", + "const": "kig" + }, + { + "title": "Kilmeri", + "x-language-type": "living", + "x-scope": "individual", + "const": "kih" + }, + { + "title": "Kitsai", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "kii" + }, + { + "title": "Kilivila", + "x-language-type": "living", + "x-scope": "individual", + "const": "kij" + }, + { + "title": "Kikuyu", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ki", + "x-set-2-bibliographic": "kik", + "x-set-2-terminologic": "kik", + "const": "kik" + }, + { + "title": "Kariya", + "x-language-type": "living", + "x-scope": "individual", + "const": "kil" + }, + { + "title": "Karagas", + "x-language-type": "living", + "x-scope": "individual", + "const": "kim" + }, + { + "title": "Kinyarwanda", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "rw", + "x-set-2-bibliographic": "kin", + "x-set-2-terminologic": "kin", + "const": "kin" + }, + { + "title": "Kiowa", + "x-language-type": "living", + "x-scope": "individual", + "const": "kio" + }, + { + "title": "Sheshi Kham", + "x-language-type": "living", + "x-scope": "individual", + "const": "kip" + }, + { + "title": "Kosadle", + "x-language-type": "living", + "x-scope": "individual", + "const": "kiq" + }, + { + "title": "Kirghiz", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ky", + "x-set-2-bibliographic": "kir", + "x-set-2-terminologic": "kir", + "const": "kir" + }, + { + "title": "Kis", + "x-language-type": "living", + "x-scope": "individual", + "const": "kis" + }, + { + "title": "Agob", + "x-language-type": "living", + "x-scope": "individual", + "const": "kit" + }, + { + "title": "Kirmanjki (individual language)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kiu" + }, + { + "title": "Kimbu", + "x-language-type": "living", + "x-scope": "individual", + "const": "kiv" + }, + { + "title": "Northeast Kiwai", + "x-language-type": "living", + "x-scope": "individual", + "const": "kiw" + }, + { + "title": "Khiamniungan Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "kix" + }, + { + "title": "Kirikiri", + "x-language-type": "living", + "x-scope": "individual", + "const": "kiy" + }, + { + "title": "Kisi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kiz" + }, + { + "title": "Mlap", + "x-language-type": "living", + "x-scope": "individual", + "const": "kja" + }, + { + "title": "Q'anjob'al", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjb" + }, + { + "title": "Coastal Konjo", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjc" + }, + { + "title": "Southern Kiwai", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjd" + }, + { + "title": "Kisar", + "x-language-type": "living", + "x-scope": "individual", + "const": "kje" + }, + { + "title": "Khmu", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjg" + }, + { + "title": "Khakas", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjh" + }, + { + "title": "Zabana", + "x-language-type": "living", + "x-scope": "individual", + "const": "kji" + }, + { + "title": "Khinalugh", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjj" + }, + { + "title": "Highland Konjo", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjk" + }, + { + "title": "Western Parbate Kham", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjl" + }, + { + "title": "Kháng", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjm" + }, + { + "title": "Kunjen", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjn" + }, + { + "title": "Harijan Kinnauri", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjo" + }, + { + "title": "Pwo Eastern Karen", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjp" + }, + { + "title": "Western Keres", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjq" + }, + { + "title": "Kurudu", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjr" + }, + { + "title": "East Kewa", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjs" + }, + { + "title": "Phrae Pwo Karen", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjt" + }, + { + "title": "Kashaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "kju" + }, + { + "title": "Kaikavian Literary Language", + "x-language-type": "historic", + "x-scope": "individual", + "const": "kjv" + }, + { + "title": "Ramopa", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjx" + }, + { + "title": "Erave", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjy" + }, + { + "title": "Bumthangkha", + "x-language-type": "living", + "x-scope": "individual", + "const": "kjz" + }, + { + "title": "Kakanda", + "x-language-type": "living", + "x-scope": "individual", + "const": "kka" + }, + { + "title": "Kwerisa", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkb" + }, + { + "title": "Odoodee", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkc" + }, + { + "title": "Kinuku", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkd" + }, + { + "title": "Kakabe", + "x-language-type": "living", + "x-scope": "individual", + "const": "kke" + }, + { + "title": "Kalaktang Monpa", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkf" + }, + { + "title": "Mabaka Valley Kalinga", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkg" + }, + { + "title": "Khün", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkh" + }, + { + "title": "Kagulu", + "x-language-type": "living", + "x-scope": "individual", + "const": "kki" + }, + { + "title": "Kako", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkj" + }, + { + "title": "Kokota", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkk" + }, + { + "title": "Kosarek Yale", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkl" + }, + { + "title": "Kiong", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkm" + }, + { + "title": "Kon Keu", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkn" + }, + { + "title": "Karko", + "x-language-type": "living", + "x-scope": "individual", + "const": "kko" + }, + { + "title": "Gugubera", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkp" + }, + { + "title": "Kaeku", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkq" + }, + { + "title": "Kir-Balar", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkr" + }, + { + "title": "Giiwo", + "x-language-type": "living", + "x-scope": "individual", + "const": "kks" + }, + { + "title": "Koi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkt" + }, + { + "title": "Tumi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kku" + }, + { + "title": "Kangean", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkv" + }, + { + "title": "Teke-Kukuya", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkw" + }, + { + "title": "Kohin", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkx" + }, + { + "title": "Guugu Yimidhirr", + "x-language-type": "living", + "x-scope": "individual", + "const": "kky" + }, + { + "title": "Kaska", + "x-language-type": "living", + "x-scope": "individual", + "const": "kkz" + }, + { + "title": "Klamath-Modoc", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "kla" + }, + { + "title": "Kiliwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "klb" + }, + { + "title": "Kolbila", + "x-language-type": "living", + "x-scope": "individual", + "const": "klc" + }, + { + "title": "Gamilaraay", + "x-language-type": "living", + "x-scope": "individual", + "const": "kld" + }, + { + "title": "Kulung (Nepal)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kle" + }, + { + "title": "Kendeje", + "x-language-type": "living", + "x-scope": "individual", + "const": "klf" + }, + { + "title": "Tagakaulo", + "x-language-type": "living", + "x-scope": "individual", + "const": "klg" + }, + { + "title": "Weliki", + "x-language-type": "living", + "x-scope": "individual", + "const": "klh" + }, + { + "title": "Kalumpang", + "x-language-type": "living", + "x-scope": "individual", + "const": "kli" + }, + { + "title": "Khalaj", + "x-language-type": "living", + "x-scope": "individual", + "const": "klj" + }, + { + "title": "Kono (Nigeria)", + "x-language-type": "living", + "x-scope": "individual", + "const": "klk" + }, + { + "title": "Kagan Kalagan", + "x-language-type": "living", + "x-scope": "individual", + "const": "kll" + }, + { + "title": "Migum", + "x-language-type": "living", + "x-scope": "individual", + "const": "klm" + }, + { + "title": "Kalenjin", + "x-language-type": "living", + "x-scope": "macrolanguage", + "const": "kln" + }, + { + "title": "Kapya", + "x-language-type": "living", + "x-scope": "individual", + "const": "klo" + }, + { + "title": "Kamasa", + "x-language-type": "living", + "x-scope": "individual", + "const": "klp" + }, + { + "title": "Rumu", + "x-language-type": "living", + "x-scope": "individual", + "const": "klq" + }, + { + "title": "Khaling", + "x-language-type": "living", + "x-scope": "individual", + "const": "klr" + }, + { + "title": "Kalasha", + "x-language-type": "living", + "x-scope": "individual", + "const": "kls" + }, + { + "title": "Nukna", + "x-language-type": "living", + "x-scope": "individual", + "const": "klt" + }, + { + "title": "Klao", + "x-language-type": "living", + "x-scope": "individual", + "const": "klu" + }, + { + "title": "Maskelynes", + "x-language-type": "living", + "x-scope": "individual", + "const": "klv" + }, + { + "title": "Tado", + "x-language-type": "living", + "x-scope": "individual", + "const": "klw" + }, + { + "title": "Koluwawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "klx" + }, + { + "title": "Kalao", + "x-language-type": "living", + "x-scope": "individual", + "const": "kly" + }, + { + "title": "Kabola", + "x-language-type": "living", + "x-scope": "individual", + "const": "klz" + }, + { + "title": "Konni", + "x-language-type": "living", + "x-scope": "individual", + "const": "kma" + }, + { + "title": "Kimbundu", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "kmb", + "x-set-2-terminologic": "kmb", + "const": "kmb" + }, + { + "title": "Southern Dong", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmc" + }, + { + "title": "Majukayang Kalinga", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmd" + }, + { + "title": "Bakole", + "x-language-type": "living", + "x-scope": "individual", + "const": "kme" + }, + { + "title": "Kare (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmf" + }, + { + "title": "Kâte", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmg" + }, + { + "title": "Kalam", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmh" + }, + { + "title": "Kami (Nigeria)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmi" + }, + { + "title": "Kumarbhag Paharia", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmj" + }, + { + "title": "Limos Kalinga", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmk" + }, + { + "title": "Tanudan Kalinga", + "x-language-type": "living", + "x-scope": "individual", + "const": "kml" + }, + { + "title": "Kom (India)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmm" + }, + { + "title": "Awtuw", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmn" + }, + { + "title": "Kwoma", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmo" + }, + { + "title": "Gimme", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmp" + }, + { + "title": "Kwama", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmq" + }, + { + "title": "Northern Kurdish", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmr" + }, + { + "title": "Kamasau", + "x-language-type": "living", + "x-scope": "individual", + "const": "kms" + }, + { + "title": "Kemtuik", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmt" + }, + { + "title": "Kanite", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmu" + }, + { + "title": "Karipúna Creole French", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmv" + }, + { + "title": "Komo (Democratic Republic of Congo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmw" + }, + { + "title": "Waboda", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmx" + }, + { + "title": "Koma", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmy" + }, + { + "title": "Khorasani Turkish", + "x-language-type": "living", + "x-scope": "individual", + "const": "kmz" + }, + { + "title": "Dera (Nigeria)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kna" + }, + { + "title": "Lubuagan Kalinga", + "x-language-type": "living", + "x-scope": "individual", + "const": "knb" + }, + { + "title": "Central Kanuri", + "x-language-type": "living", + "x-scope": "individual", + "const": "knc" + }, + { + "title": "Konda", + "x-language-type": "living", + "x-scope": "individual", + "const": "knd" + }, + { + "title": "Kankanaey", + "x-language-type": "living", + "x-scope": "individual", + "const": "kne" + }, + { + "title": "Mankanya", + "x-language-type": "living", + "x-scope": "individual", + "const": "knf" + }, + { + "title": "Koongo", + "x-language-type": "living", + "x-scope": "individual", + "const": "kng" + }, + { + "title": "Kanufi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kni" + }, + { + "title": "Western Kanjobal", + "x-language-type": "living", + "x-scope": "individual", + "const": "knj" + }, + { + "title": "Kuranko", + "x-language-type": "living", + "x-scope": "individual", + "const": "knk" + }, + { + "title": "Keninjal", + "x-language-type": "living", + "x-scope": "individual", + "const": "knl" + }, + { + "title": "Kanamarí", + "x-language-type": "living", + "x-scope": "individual", + "const": "knm" + }, + { + "title": "Konkani (individual language)", + "x-language-type": "living", + "x-scope": "individual", + "const": "knn" + }, + { + "title": "Kono (Sierra Leone)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kno" + }, + { + "title": "Kwanja", + "x-language-type": "living", + "x-scope": "individual", + "const": "knp" + }, + { + "title": "Kintaq", + "x-language-type": "living", + "x-scope": "individual", + "const": "knq" + }, + { + "title": "Kaningra", + "x-language-type": "living", + "x-scope": "individual", + "const": "knr" + }, + { + "title": "Kensiu", + "x-language-type": "living", + "x-scope": "individual", + "const": "kns" + }, + { + "title": "Panoan Katukína", + "x-language-type": "living", + "x-scope": "individual", + "const": "knt" + }, + { + "title": "Kono (Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "knu" + }, + { + "title": "Tabo", + "x-language-type": "living", + "x-scope": "individual", + "const": "knv" + }, + { + "title": "Kung-Ekoka", + "x-language-type": "living", + "x-scope": "individual", + "const": "knw" + }, + { + "title": "Kendayan", + "x-language-type": "living", + "x-scope": "individual", + "const": "knx" + }, + { + "title": "Kanyok", + "x-language-type": "living", + "x-scope": "individual", + "const": "kny" + }, + { + "title": "Kalamsé", + "x-language-type": "living", + "x-scope": "individual", + "const": "knz" + }, + { + "title": "Konomala", + "x-language-type": "living", + "x-scope": "individual", + "const": "koa" + }, + { + "title": "Kpati", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "koc" + }, + { + "title": "Kodi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kod" + }, + { + "title": "Kacipo-Bale Suri", + "x-language-type": "living", + "x-scope": "individual", + "const": "koe" + }, + { + "title": "Kubi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "kof" + }, + { + "title": "Cogui", + "x-language-type": "living", + "x-scope": "individual", + "const": "kog" + }, + { + "title": "Koyo", + "x-language-type": "living", + "x-scope": "individual", + "const": "koh" + }, + { + "title": "Komi-Permyak", + "x-language-type": "living", + "x-scope": "individual", + "const": "koi" + }, + { + "title": "Konkani (macrolanguage)", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "kok", + "x-set-2-terminologic": "kok", + "const": "kok" + }, + { + "title": "Kol (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kol" + }, + { + "title": "Komi", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "kv", + "x-set-2-bibliographic": "kom", + "x-set-2-terminologic": "kom", + "const": "kom" + }, + { + "title": "Kongo", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "kg", + "x-set-2-bibliographic": "kon", + "x-set-2-terminologic": "kon", + "const": "kon" + }, + { + "title": "Konzo", + "x-language-type": "living", + "x-scope": "individual", + "const": "koo" + }, + { + "title": "Waube", + "x-language-type": "living", + "x-scope": "individual", + "const": "kop" + }, + { + "title": "Kota (Gabon)", + "x-language-type": "living", + "x-scope": "individual", + "const": "koq" + }, + { + "title": "Korean", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ko", + "x-set-2-bibliographic": "kor", + "x-set-2-terminologic": "kor", + "const": "kor" + }, + { + "title": "Kosraean", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "kos", + "x-set-2-terminologic": "kos", + "const": "kos" + }, + { + "title": "Lagwan", + "x-language-type": "living", + "x-scope": "individual", + "const": "kot" + }, + { + "title": "Koke", + "x-language-type": "living", + "x-scope": "individual", + "const": "kou" + }, + { + "title": "Kudu-Camo", + "x-language-type": "living", + "x-scope": "individual", + "const": "kov" + }, + { + "title": "Kugama", + "x-language-type": "living", + "x-scope": "individual", + "const": "kow" + }, + { + "title": "Koyukon", + "x-language-type": "living", + "x-scope": "individual", + "const": "koy" + }, + { + "title": "Korak", + "x-language-type": "living", + "x-scope": "individual", + "const": "koz" + }, + { + "title": "Kutto", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpa" + }, + { + "title": "Mullu Kurumba", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpb" + }, + { + "title": "Curripaco", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpc" + }, + { + "title": "Koba", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpd" + }, + { + "title": "Kpelle", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "kpe", + "x-set-2-terminologic": "kpe", + "const": "kpe" + }, + { + "title": "Komba", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpf" + }, + { + "title": "Kapingamarangi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpg" + }, + { + "title": "Kplang", + "x-language-type": "living", + "x-scope": "individual", + "const": "kph" + }, + { + "title": "Kofei", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpi" + }, + { + "title": "Karajá", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpj" + }, + { + "title": "Kpan", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpk" + }, + { + "title": "Kpala", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpl" + }, + { + "title": "Koho", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpm" + }, + { + "title": "Kepkiriwát", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "kpn" + }, + { + "title": "Ikposo", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpo" + }, + { + "title": "Korupun-Sela", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpq" + }, + { + "title": "Korafe-Yegha", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpr" + }, + { + "title": "Tehit", + "x-language-type": "living", + "x-scope": "individual", + "const": "kps" + }, + { + "title": "Karata", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpt" + }, + { + "title": "Kafoa", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpu" + }, + { + "title": "Komi-Zyrian", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpv" + }, + { + "title": "Kobon", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpw" + }, + { + "title": "Mountain Koiali", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpx" + }, + { + "title": "Koryak", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpy" + }, + { + "title": "Kupsabiny", + "x-language-type": "living", + "x-scope": "individual", + "const": "kpz" + }, + { + "title": "Mum", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqa" + }, + { + "title": "Kovai", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqb" + }, + { + "title": "Doromu-Koki", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqc" + }, + { + "title": "Koy Sanjaq Surat", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqd" + }, + { + "title": "Kalagan", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqe" + }, + { + "title": "Kakabai", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqf" + }, + { + "title": "Khe", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqg" + }, + { + "title": "Kisankasa", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqh" + }, + { + "title": "Koitabu", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqi" + }, + { + "title": "Koromira", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqj" + }, + { + "title": "Kotafon Gbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqk" + }, + { + "title": "Kyenele", + "x-language-type": "living", + "x-scope": "individual", + "const": "kql" + }, + { + "title": "Khisa", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqm" + }, + { + "title": "Kaonde", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqn" + }, + { + "title": "Eastern Krahn", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqo" + }, + { + "title": "Kimré", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqp" + }, + { + "title": "Krenak", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqq" + }, + { + "title": "Kimaragang", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqr" + }, + { + "title": "Northern Kissi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqs" + }, + { + "title": "Klias River Kadazan", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqt" + }, + { + "title": "Seroa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "kqu" + }, + { + "title": "Okolod", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqv" + }, + { + "title": "Kandas", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqw" + }, + { + "title": "Mser", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqx" + }, + { + "title": "Koorete", + "x-language-type": "living", + "x-scope": "individual", + "const": "kqy" + }, + { + "title": "Korana", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "kqz" + }, + { + "title": "Kumhali", + "x-language-type": "living", + "x-scope": "individual", + "const": "kra" + }, + { + "title": "Karkin", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "krb" + }, + { + "title": "Karachay-Balkar", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "krc", + "x-set-2-terminologic": "krc", + "const": "krc" + }, + { + "title": "Kairui-Midiki", + "x-language-type": "living", + "x-scope": "individual", + "const": "krd" + }, + { + "title": "Panará", + "x-language-type": "living", + "x-scope": "individual", + "const": "kre" + }, + { + "title": "Koro (Vanuatu)", + "x-language-type": "living", + "x-scope": "individual", + "const": "krf" + }, + { + "title": "Kurama", + "x-language-type": "living", + "x-scope": "individual", + "const": "krh" + }, + { + "title": "Krio", + "x-language-type": "living", + "x-scope": "individual", + "const": "kri" + }, + { + "title": "Kinaray-A", + "x-language-type": "living", + "x-scope": "individual", + "const": "krj" + }, + { + "title": "Kerek", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "krk" + }, + { + "title": "Karelian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "krl", + "x-set-2-terminologic": "krl", + "const": "krl" + }, + { + "title": "Sapo", + "x-language-type": "living", + "x-scope": "individual", + "const": "krn" + }, + { + "title": "Durop", + "x-language-type": "living", + "x-scope": "individual", + "const": "krp" + }, + { + "title": "Krung", + "x-language-type": "living", + "x-scope": "individual", + "const": "krr" + }, + { + "title": "Gbaya (Sudan)", + "x-language-type": "living", + "x-scope": "individual", + "const": "krs" + }, + { + "title": "Tumari Kanuri", + "x-language-type": "living", + "x-scope": "individual", + "const": "krt" + }, + { + "title": "Kurukh", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "kru", + "x-set-2-terminologic": "kru", + "const": "kru" + }, + { + "title": "Kavet", + "x-language-type": "living", + "x-scope": "individual", + "const": "krv" + }, + { + "title": "Western Krahn", + "x-language-type": "living", + "x-scope": "individual", + "const": "krw" + }, + { + "title": "Karon", + "x-language-type": "living", + "x-scope": "individual", + "const": "krx" + }, + { + "title": "Kryts", + "x-language-type": "living", + "x-scope": "individual", + "const": "kry" + }, + { + "title": "Sota Kanum", + "x-language-type": "living", + "x-scope": "individual", + "const": "krz" + }, + { + "title": "Shambala", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksb" + }, + { + "title": "Southern Kalinga", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksc" + }, + { + "title": "Kuanua", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksd" + }, + { + "title": "Kuni", + "x-language-type": "living", + "x-scope": "individual", + "const": "kse" + }, + { + "title": "Bafia", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksf" + }, + { + "title": "Kusaghe", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksg" + }, + { + "title": "Kölsch", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksh" + }, + { + "title": "Krisa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksi" + }, + { + "title": "Uare", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksj" + }, + { + "title": "Kansa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksk" + }, + { + "title": "Kumalu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksl" + }, + { + "title": "Kumba", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksm" + }, + { + "title": "Kasiguranin", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksn" + }, + { + "title": "Kofa", + "x-language-type": "living", + "x-scope": "individual", + "const": "kso" + }, + { + "title": "Kaba", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksp" + }, + { + "title": "Kwaami", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksq" + }, + { + "title": "Borong", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksr" + }, + { + "title": "Southern Kisi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kss" + }, + { + "title": "Winyé", + "x-language-type": "living", + "x-scope": "individual", + "const": "kst" + }, + { + "title": "Khamyang", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksu" + }, + { + "title": "Kusu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksv" + }, + { + "title": "S'gaw Karen", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksw" + }, + { + "title": "Kedang", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksx" + }, + { + "title": "Kharia Thar", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksy" + }, + { + "title": "Kodaku", + "x-language-type": "living", + "x-scope": "individual", + "const": "ksz" + }, + { + "title": "Katua", + "x-language-type": "living", + "x-scope": "individual", + "const": "kta" + }, + { + "title": "Kambaata", + "x-language-type": "living", + "x-scope": "individual", + "const": "ktb" + }, + { + "title": "Kholok", + "x-language-type": "living", + "x-scope": "individual", + "const": "ktc" + }, + { + "title": "Kokata", + "x-language-type": "living", + "x-scope": "individual", + "const": "ktd" + }, + { + "title": "Nubri", + "x-language-type": "living", + "x-scope": "individual", + "const": "kte" + }, + { + "title": "Kwami", + "x-language-type": "living", + "x-scope": "individual", + "const": "ktf" + }, + { + "title": "Kalkutung", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ktg" + }, + { + "title": "Karanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "kth" + }, + { + "title": "North Muyu", + "x-language-type": "living", + "x-scope": "individual", + "const": "kti" + }, + { + "title": "Plapo Krumen", + "x-language-type": "living", + "x-scope": "individual", + "const": "ktj" + }, + { + "title": "Kaniet", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ktk" + }, + { + "title": "Koroshi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ktl" + }, + { + "title": "Kurti", + "x-language-type": "living", + "x-scope": "individual", + "const": "ktm" + }, + { + "title": "Karitiâna", + "x-language-type": "living", + "x-scope": "individual", + "const": "ktn" + }, + { + "title": "Kuot", + "x-language-type": "living", + "x-scope": "individual", + "const": "kto" + }, + { + "title": "Kaduo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ktp" + }, + { + "title": "Katabaga", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ktq" + }, + { + "title": "South Muyu", + "x-language-type": "living", + "x-scope": "individual", + "const": "kts" + }, + { + "title": "Ketum", + "x-language-type": "living", + "x-scope": "individual", + "const": "ktt" + }, + { + "title": "Kituba (Democratic Republic of Congo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "ktu" + }, + { + "title": "Eastern Katu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ktv" + }, + { + "title": "Kato", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ktw" + }, + { + "title": "Kaxararí", + "x-language-type": "living", + "x-scope": "individual", + "const": "ktx" + }, + { + "title": "Kango (Bas-Uélé District)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kty" + }, + { + "title": "Juǀʼhoan", + "x-language-type": "living", + "x-scope": "individual", + "const": "ktz" + }, + { + "title": "Kuanyama", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "kj", + "x-set-2-bibliographic": "kua", + "x-set-2-terminologic": "kua", + "const": "kua" + }, + { + "title": "Kutep", + "x-language-type": "living", + "x-scope": "individual", + "const": "kub" + }, + { + "title": "Kwinsu", + "x-language-type": "living", + "x-scope": "individual", + "const": "kuc" + }, + { + "title": "'Auhelawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "kud" + }, + { + "title": "Kuman (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kue" + }, + { + "title": "Western Katu", + "x-language-type": "living", + "x-scope": "individual", + "const": "kuf" + }, + { + "title": "Kupa", + "x-language-type": "living", + "x-scope": "individual", + "const": "kug" + }, + { + "title": "Kushi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kuh" + }, + { + "title": "Kuikúro-Kalapálo", + "x-language-type": "living", + "x-scope": "individual", + "const": "kui" + }, + { + "title": "Kuria", + "x-language-type": "living", + "x-scope": "individual", + "const": "kuj" + }, + { + "title": "Kepo'", + "x-language-type": "living", + "x-scope": "individual", + "const": "kuk" + }, + { + "title": "Kulere", + "x-language-type": "living", + "x-scope": "individual", + "const": "kul" + }, + { + "title": "Kumyk", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "kum", + "x-set-2-terminologic": "kum", + "const": "kum" + }, + { + "title": "Kunama", + "x-language-type": "living", + "x-scope": "individual", + "const": "kun" + }, + { + "title": "Kumukio", + "x-language-type": "living", + "x-scope": "individual", + "const": "kuo" + }, + { + "title": "Kunimaipa", + "x-language-type": "living", + "x-scope": "individual", + "const": "kup" + }, + { + "title": "Karipuna", + "x-language-type": "living", + "x-scope": "individual", + "const": "kuq" + }, + { + "title": "Kurdish", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "ku", + "x-set-2-bibliographic": "kur", + "x-set-2-terminologic": "kur", + "const": "kur" + }, + { + "title": "Kusaal", + "x-language-type": "living", + "x-scope": "individual", + "const": "kus" + }, + { + "title": "Kutenai", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "kut", + "x-set-2-terminologic": "kut", + "const": "kut" + }, + { + "title": "Upper Kuskokwim", + "x-language-type": "living", + "x-scope": "individual", + "const": "kuu" + }, + { + "title": "Kur", + "x-language-type": "living", + "x-scope": "individual", + "const": "kuv" + }, + { + "title": "Kpagua", + "x-language-type": "living", + "x-scope": "individual", + "const": "kuw" + }, + { + "title": "Kukatja", + "x-language-type": "living", + "x-scope": "individual", + "const": "kux" + }, + { + "title": "Kuuku-Ya'u", + "x-language-type": "living", + "x-scope": "individual", + "const": "kuy" + }, + { + "title": "Kunza", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "kuz" + }, + { + "title": "Bagvalal", + "x-language-type": "living", + "x-scope": "individual", + "const": "kva" + }, + { + "title": "Kubu", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvb" + }, + { + "title": "Kove", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvc" + }, + { + "title": "Kui (Indonesia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvd" + }, + { + "title": "Kalabakan", + "x-language-type": "living", + "x-scope": "individual", + "const": "kve" + }, + { + "title": "Kabalai", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvf" + }, + { + "title": "Kuni-Boazi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvg" + }, + { + "title": "Komodo", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvh" + }, + { + "title": "Kwang", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvi" + }, + { + "title": "Psikye", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvj" + }, + { + "title": "Korean Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvk" + }, + { + "title": "Kayaw", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvl" + }, + { + "title": "Kendem", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvm" + }, + { + "title": "Border Kuna", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvn" + }, + { + "title": "Dobel", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvo" + }, + { + "title": "Kompane", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvp" + }, + { + "title": "Geba Karen", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvq" + }, + { + "title": "Kerinci", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvr" + }, + { + "title": "Lahta Karen", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvt" + }, + { + "title": "Yinbaw Karen", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvu" + }, + { + "title": "Kola", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvv" + }, + { + "title": "Wersing", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvw" + }, + { + "title": "Parkari Koli", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvx" + }, + { + "title": "Yintale Karen", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvy" + }, + { + "title": "Tsakwambo", + "x-language-type": "living", + "x-scope": "individual", + "const": "kvz" + }, + { + "title": "Dâw", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwa" + }, + { + "title": "Kwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwb" + }, + { + "title": "Likwala", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwc" + }, + { + "title": "Kwaio", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwd" + }, + { + "title": "Kwerba", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwe" + }, + { + "title": "Kwara'ae", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwf" + }, + { + "title": "Sara Kaba Deme", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwg" + }, + { + "title": "Kowiai", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwh" + }, + { + "title": "Awa-Cuaiquer", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwi" + }, + { + "title": "Kwanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwj" + }, + { + "title": "Kwak'wala", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwk" + }, + { + "title": "Kofyar", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwl" + }, + { + "title": "Kwambi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwm" + }, + { + "title": "Kwangali", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwn" + }, + { + "title": "Kwomtari", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwo" + }, + { + "title": "Kodia", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwp" + }, + { + "title": "Kwer", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwr" + }, + { + "title": "Kwese", + "x-language-type": "living", + "x-scope": "individual", + "const": "kws" + }, + { + "title": "Kwesten", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwt" + }, + { + "title": "Kwakum", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwu" + }, + { + "title": "Sara Kaba Náà", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwv" + }, + { + "title": "Kwinti", + "x-language-type": "living", + "x-scope": "individual", + "const": "kww" + }, + { + "title": "Khirwar", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwx" + }, + { + "title": "San Salvador Kongo", + "x-language-type": "living", + "x-scope": "individual", + "const": "kwy" + }, + { + "title": "Kwadi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "kwz" + }, + { + "title": "Kairiru", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxa" + }, + { + "title": "Krobu", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxb" + }, + { + "title": "Konso", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxc" + }, + { + "title": "Brunei", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxd" + }, + { + "title": "Manumanaw Karen", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxf" + }, + { + "title": "Karo (Ethiopia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxh" + }, + { + "title": "Keningau Murut", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxi" + }, + { + "title": "Kulfa", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxj" + }, + { + "title": "Zayein Karen", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxk" + }, + { + "title": "Northern Khmer", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxm" + }, + { + "title": "Kanowit-Tanjong Melanau", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxn" + }, + { + "title": "Kanoé", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "kxo" + }, + { + "title": "Wadiyara Koli", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxp" + }, + { + "title": "Smärky Kanum", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxq" + }, + { + "title": "Koro (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxr" + }, + { + "title": "Kangjia", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxs" + }, + { + "title": "Koiwat", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxt" + }, + { + "title": "Kuvi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxv" + }, + { + "title": "Konai", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxw" + }, + { + "title": "Likuba", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxx" + }, + { + "title": "Kayong", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxy" + }, + { + "title": "Kerewo", + "x-language-type": "living", + "x-scope": "individual", + "const": "kxz" + }, + { + "title": "Kwaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "kya" + }, + { + "title": "Butbut Kalinga", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyb" + }, + { + "title": "Kyaka", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyc" + }, + { + "title": "Karey", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyd" + }, + { + "title": "Krache", + "x-language-type": "living", + "x-scope": "individual", + "const": "kye" + }, + { + "title": "Kouya", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyf" + }, + { + "title": "Keyagana", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyg" + }, + { + "title": "Karok", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyh" + }, + { + "title": "Kiput", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyi" + }, + { + "title": "Karao", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyj" + }, + { + "title": "Kamayo", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyk" + }, + { + "title": "Kalapuya", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyl" + }, + { + "title": "Kpatili", + "x-language-type": "living", + "x-scope": "individual", + "const": "kym" + }, + { + "title": "Northern Binukidnon", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyn" + }, + { + "title": "Kelon", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyo" + }, + { + "title": "Kang", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyp" + }, + { + "title": "Kenga", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyq" + }, + { + "title": "Kuruáya", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyr" + }, + { + "title": "Baram Kayan", + "x-language-type": "living", + "x-scope": "individual", + "const": "kys" + }, + { + "title": "Kayagar", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyt" + }, + { + "title": "Western Kayah", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyu" + }, + { + "title": "Kayort", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyv" + }, + { + "title": "Kudmali", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyw" + }, + { + "title": "Rapoisi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyx" + }, + { + "title": "Kambaira", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyy" + }, + { + "title": "Kayabí", + "x-language-type": "living", + "x-scope": "individual", + "const": "kyz" + }, + { + "title": "Western Karaboro", + "x-language-type": "living", + "x-scope": "individual", + "const": "kza" + }, + { + "title": "Kaibobo", + "x-language-type": "living", + "x-scope": "individual", + "const": "kzb" + }, + { + "title": "Bondoukou Kulango", + "x-language-type": "living", + "x-scope": "individual", + "const": "kzc" + }, + { + "title": "Kadai", + "x-language-type": "living", + "x-scope": "individual", + "const": "kzd" + }, + { + "title": "Kosena", + "x-language-type": "living", + "x-scope": "individual", + "const": "kze" + }, + { + "title": "Da'a Kaili", + "x-language-type": "living", + "x-scope": "individual", + "const": "kzf" + }, + { + "title": "Kikai", + "x-language-type": "living", + "x-scope": "individual", + "const": "kzg" + }, + { + "title": "Kelabit", + "x-language-type": "living", + "x-scope": "individual", + "const": "kzi" + }, + { + "title": "Kazukuru", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "kzk" + }, + { + "title": "Kayeli", + "x-language-type": "living", + "x-scope": "individual", + "const": "kzl" + }, + { + "title": "Kais", + "x-language-type": "living", + "x-scope": "individual", + "const": "kzm" + }, + { + "title": "Kokola", + "x-language-type": "living", + "x-scope": "individual", + "const": "kzn" + }, + { + "title": "Kaningi", + "x-language-type": "living", + "x-scope": "individual", + "const": "kzo" + }, + { + "title": "Kaidipang", + "x-language-type": "living", + "x-scope": "individual", + "const": "kzp" + }, + { + "title": "Kaike", + "x-language-type": "living", + "x-scope": "individual", + "const": "kzq" + }, + { + "title": "Karang", + "x-language-type": "living", + "x-scope": "individual", + "const": "kzr" + }, + { + "title": "Sugut Dusun", + "x-language-type": "living", + "x-scope": "individual", + "const": "kzs" + }, + { + "title": "Kayupulau", + "x-language-type": "living", + "x-scope": "individual", + "const": "kzu" + }, + { + "title": "Komyandaret", + "x-language-type": "living", + "x-scope": "individual", + "const": "kzv" + }, + { + "title": "Karirí-Xocó", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "kzw" + }, + { + "title": "Kamarian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "kzx" + }, + { + "title": "Kango (Tshopo District)", + "x-language-type": "living", + "x-scope": "individual", + "const": "kzy" + }, + { + "title": "Kalabra", + "x-language-type": "living", + "x-scope": "individual", + "const": "kzz" + }, + { + "title": "Southern Subanen", + "x-language-type": "living", + "x-scope": "individual", + "const": "laa" + }, + { + "title": "Linear A", + "x-language-type": "historic", + "x-scope": "individual", + "const": "lab" + }, + { + "title": "Lacandon", + "x-language-type": "living", + "x-scope": "individual", + "const": "lac" + }, + { + "title": "Ladino", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "lad", + "x-set-2-terminologic": "lad", + "const": "lad" + }, + { + "title": "Pattani", + "x-language-type": "living", + "x-scope": "individual", + "const": "lae" + }, + { + "title": "Lafofa", + "x-language-type": "living", + "x-scope": "individual", + "const": "laf" + }, + { + "title": "Rangi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lag" + }, + { + "title": "Lahnda", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "lah", + "x-set-2-terminologic": "lah", + "const": "lah" + }, + { + "title": "Lambya", + "x-language-type": "living", + "x-scope": "individual", + "const": "lai" + }, + { + "title": "Lango (Uganda)", + "x-language-type": "living", + "x-scope": "individual", + "const": "laj" + }, + { + "title": "Lalia", + "x-language-type": "living", + "x-scope": "individual", + "const": "lal" + }, + { + "title": "Lamba", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "lam", + "x-set-2-terminologic": "lam", + "const": "lam" + }, + { + "title": "Laru", + "x-language-type": "living", + "x-scope": "individual", + "const": "lan" + }, + { + "title": "Lao", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "lo", + "x-set-2-bibliographic": "lao", + "x-set-2-terminologic": "lao", + "const": "lao" + }, + { + "title": "Laka (Chad)", + "x-language-type": "living", + "x-scope": "individual", + "const": "lap" + }, + { + "title": "Qabiao", + "x-language-type": "living", + "x-scope": "individual", + "const": "laq" + }, + { + "title": "Larteh", + "x-language-type": "living", + "x-scope": "individual", + "const": "lar" + }, + { + "title": "Lama (Togo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "las" + }, + { + "title": "Latin", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-1": "la", + "x-set-2-bibliographic": "lat", + "x-set-2-terminologic": "lat", + "const": "lat" + }, + { + "title": "Laba", + "x-language-type": "living", + "x-scope": "individual", + "const": "lau" + }, + { + "title": "Latvian", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "lv", + "x-set-2-bibliographic": "lav", + "x-set-2-terminologic": "lav", + "const": "lav" + }, + { + "title": "Lauje", + "x-language-type": "living", + "x-scope": "individual", + "const": "law" + }, + { + "title": "Tiwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "lax" + }, + { + "title": "Lama Bai", + "x-language-type": "living", + "x-scope": "individual", + "const": "lay" + }, + { + "title": "Aribwatsa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "laz" + }, + { + "title": "Label", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbb" + }, + { + "title": "Lakkia", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbc" + }, + { + "title": "Lak", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbe" + }, + { + "title": "Tinani", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbf" + }, + { + "title": "Laopang", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbg" + }, + { + "title": "La'bi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbi" + }, + { + "title": "Ladakhi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbj" + }, + { + "title": "Central Bontok", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbk" + }, + { + "title": "Libon Bikol", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbl" + }, + { + "title": "Lodhi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbm" + }, + { + "title": "Rmeet", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbn" + }, + { + "title": "Laven", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbo" + }, + { + "title": "Wampar", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbq" + }, + { + "title": "Lohorung", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbr" + }, + { + "title": "Libyan Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbs" + }, + { + "title": "Lachi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbt" + }, + { + "title": "Labu", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbu" + }, + { + "title": "Lavatbura-Lamusong", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbv" + }, + { + "title": "Tolaki", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbw" + }, + { + "title": "Lawangan", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbx" + }, + { + "title": "Lamalama", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "lby" + }, + { + "title": "Lardil", + "x-language-type": "living", + "x-scope": "individual", + "const": "lbz" + }, + { + "title": "Legenyem", + "x-language-type": "living", + "x-scope": "individual", + "const": "lcc" + }, + { + "title": "Lola", + "x-language-type": "living", + "x-scope": "individual", + "const": "lcd" + }, + { + "title": "Loncong", + "x-language-type": "living", + "x-scope": "individual", + "const": "lce" + }, + { + "title": "Lubu", + "x-language-type": "living", + "x-scope": "individual", + "const": "lcf" + }, + { + "title": "Luchazi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lch" + }, + { + "title": "Lisela", + "x-language-type": "living", + "x-scope": "individual", + "const": "lcl" + }, + { + "title": "Tungag", + "x-language-type": "living", + "x-scope": "individual", + "const": "lcm" + }, + { + "title": "Western Lawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "lcp" + }, + { + "title": "Luhu", + "x-language-type": "living", + "x-scope": "individual", + "const": "lcq" + }, + { + "title": "Lisabata-Nuniali", + "x-language-type": "living", + "x-scope": "individual", + "const": "lcs" + }, + { + "title": "Kla-Dan", + "x-language-type": "living", + "x-scope": "individual", + "const": "lda" + }, + { + "title": "Dũya", + "x-language-type": "living", + "x-scope": "individual", + "const": "ldb" + }, + { + "title": "Luri", + "x-language-type": "living", + "x-scope": "individual", + "const": "ldd" + }, + { + "title": "Lenyima", + "x-language-type": "living", + "x-scope": "individual", + "const": "ldg" + }, + { + "title": "Lamja-Dengsa-Tola", + "x-language-type": "living", + "x-scope": "individual", + "const": "ldh" + }, + { + "title": "Laari", + "x-language-type": "living", + "x-scope": "individual", + "const": "ldi" + }, + { + "title": "Lemoro", + "x-language-type": "living", + "x-scope": "individual", + "const": "ldj" + }, + { + "title": "Leelau", + "x-language-type": "living", + "x-scope": "individual", + "const": "ldk" + }, + { + "title": "Kaan", + "x-language-type": "living", + "x-scope": "individual", + "const": "ldl" + }, + { + "title": "Landoma", + "x-language-type": "living", + "x-scope": "individual", + "const": "ldm" + }, + { + "title": "Láadan", + "x-language-type": "constructed", + "x-scope": "individual", + "const": "ldn" + }, + { + "title": "Loo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ldo" + }, + { + "title": "Tso", + "x-language-type": "living", + "x-scope": "individual", + "const": "ldp" + }, + { + "title": "Lufu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ldq" + }, + { + "title": "Lega-Shabunda", + "x-language-type": "living", + "x-scope": "individual", + "const": "lea" + }, + { + "title": "Lala-Bisa", + "x-language-type": "living", + "x-scope": "individual", + "const": "leb" + }, + { + "title": "Leco", + "x-language-type": "living", + "x-scope": "individual", + "const": "lec" + }, + { + "title": "Lendu", + "x-language-type": "living", + "x-scope": "individual", + "const": "led" + }, + { + "title": "Lyélé", + "x-language-type": "living", + "x-scope": "individual", + "const": "lee" + }, + { + "title": "Lelemi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lef" + }, + { + "title": "Lenje", + "x-language-type": "living", + "x-scope": "individual", + "const": "leh" + }, + { + "title": "Lemio", + "x-language-type": "living", + "x-scope": "individual", + "const": "lei" + }, + { + "title": "Lengola", + "x-language-type": "living", + "x-scope": "individual", + "const": "lej" + }, + { + "title": "Leipon", + "x-language-type": "living", + "x-scope": "individual", + "const": "lek" + }, + { + "title": "Lele (Democratic Republic of Congo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "lel" + }, + { + "title": "Nomaande", + "x-language-type": "living", + "x-scope": "individual", + "const": "lem" + }, + { + "title": "Lenca", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "len" + }, + { + "title": "Leti (Cameroon)", + "x-language-type": "living", + "x-scope": "individual", + "const": "leo" + }, + { + "title": "Lepcha", + "x-language-type": "living", + "x-scope": "individual", + "const": "lep" + }, + { + "title": "Lembena", + "x-language-type": "living", + "x-scope": "individual", + "const": "leq" + }, + { + "title": "Lenkau", + "x-language-type": "living", + "x-scope": "individual", + "const": "ler" + }, + { + "title": "Lese", + "x-language-type": "living", + "x-scope": "individual", + "const": "les" + }, + { + "title": "Lesing-Gelimi", + "x-language-type": "living", + "x-scope": "individual", + "const": "let" + }, + { + "title": "Kara (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "leu" + }, + { + "title": "Lamma", + "x-language-type": "living", + "x-scope": "individual", + "const": "lev" + }, + { + "title": "Ledo Kaili", + "x-language-type": "living", + "x-scope": "individual", + "const": "lew" + }, + { + "title": "Luang", + "x-language-type": "living", + "x-scope": "individual", + "const": "lex" + }, + { + "title": "Lemolang", + "x-language-type": "living", + "x-scope": "individual", + "const": "ley" + }, + { + "title": "Lezghian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "lez", + "x-set-2-terminologic": "lez", + "const": "lez" + }, + { + "title": "Lefa", + "x-language-type": "living", + "x-scope": "individual", + "const": "lfa" + }, + { + "title": "Lingua Franca Nova", + "x-language-type": "constructed", + "x-scope": "individual", + "const": "lfn" + }, + { + "title": "Lungga", + "x-language-type": "living", + "x-scope": "individual", + "const": "lga" + }, + { + "title": "Laghu", + "x-language-type": "living", + "x-scope": "individual", + "const": "lgb" + }, + { + "title": "Lugbara", + "x-language-type": "living", + "x-scope": "individual", + "const": "lgg" + }, + { + "title": "Laghuu", + "x-language-type": "living", + "x-scope": "individual", + "const": "lgh" + }, + { + "title": "Lengilu", + "x-language-type": "living", + "x-scope": "individual", + "const": "lgi" + }, + { + "title": "Lingarak", + "x-language-type": "living", + "x-scope": "individual", + "const": "lgk" + }, + { + "title": "Wala", + "x-language-type": "living", + "x-scope": "individual", + "const": "lgl" + }, + { + "title": "Lega-Mwenga", + "x-language-type": "living", + "x-scope": "individual", + "const": "lgm" + }, + { + "title": "T'apo", + "x-language-type": "living", + "x-scope": "individual", + "const": "lgn" + }, + { + "title": "Lango (South Sudan)", + "x-language-type": "living", + "x-scope": "individual", + "const": "lgo" + }, + { + "title": "Logba", + "x-language-type": "living", + "x-scope": "individual", + "const": "lgq" + }, + { + "title": "Lengo", + "x-language-type": "living", + "x-scope": "individual", + "const": "lgr" + }, + { + "title": "Guinea-Bissau Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "lgs" + }, + { + "title": "Pahi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lgt" + }, + { + "title": "Longgu", + "x-language-type": "living", + "x-scope": "individual", + "const": "lgu" + }, + { + "title": "Ligenza", + "x-language-type": "living", + "x-scope": "individual", + "const": "lgz" + }, + { + "title": "Laha (Viet Nam)", + "x-language-type": "living", + "x-scope": "individual", + "const": "lha" + }, + { + "title": "Laha (Indonesia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "lhh" + }, + { + "title": "Lahu Shi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lhi" + }, + { + "title": "Lahul Lohar", + "x-language-type": "living", + "x-scope": "individual", + "const": "lhl" + }, + { + "title": "Lhomi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lhm" + }, + { + "title": "Lahanan", + "x-language-type": "living", + "x-scope": "individual", + "const": "lhn" + }, + { + "title": "Lhokpu", + "x-language-type": "living", + "x-scope": "individual", + "const": "lhp" + }, + { + "title": "Mlahsö", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "lhs" + }, + { + "title": "Lo-Toga", + "x-language-type": "living", + "x-scope": "individual", + "const": "lht" + }, + { + "title": "Lahu", + "x-language-type": "living", + "x-scope": "individual", + "const": "lhu" + }, + { + "title": "West-Central Limba", + "x-language-type": "living", + "x-scope": "individual", + "const": "lia" + }, + { + "title": "Likum", + "x-language-type": "living", + "x-scope": "individual", + "const": "lib" + }, + { + "title": "Hlai", + "x-language-type": "living", + "x-scope": "individual", + "const": "lic" + }, + { + "title": "Nyindrou", + "x-language-type": "living", + "x-scope": "individual", + "const": "lid" + }, + { + "title": "Likila", + "x-language-type": "living", + "x-scope": "individual", + "const": "lie" + }, + { + "title": "Limbu", + "x-language-type": "living", + "x-scope": "individual", + "const": "lif" + }, + { + "title": "Ligbi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lig" + }, + { + "title": "Lihir", + "x-language-type": "living", + "x-scope": "individual", + "const": "lih" + }, + { + "title": "Ligurian", + "x-language-type": "living", + "x-scope": "individual", + "const": "lij" + }, + { + "title": "Lika", + "x-language-type": "living", + "x-scope": "individual", + "const": "lik" + }, + { + "title": "Lillooet", + "x-language-type": "living", + "x-scope": "individual", + "const": "lil" + }, + { + "title": "Limburgan", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "li", + "x-set-2-bibliographic": "lim", + "x-set-2-terminologic": "lim", + "const": "lim" + }, + { + "title": "Lingala", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ln", + "x-set-2-bibliographic": "lin", + "x-set-2-terminologic": "lin", + "const": "lin" + }, + { + "title": "Liki", + "x-language-type": "living", + "x-scope": "individual", + "const": "lio" + }, + { + "title": "Sekpele", + "x-language-type": "living", + "x-scope": "individual", + "const": "lip" + }, + { + "title": "Libido", + "x-language-type": "living", + "x-scope": "individual", + "const": "liq" + }, + { + "title": "Liberian English", + "x-language-type": "living", + "x-scope": "individual", + "const": "lir" + }, + { + "title": "Lisu", + "x-language-type": "living", + "x-scope": "individual", + "const": "lis" + }, + { + "title": "Lithuanian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "lt", + "x-set-2-bibliographic": "lit", + "x-set-2-terminologic": "lit", + "const": "lit" + }, + { + "title": "Logorik", + "x-language-type": "living", + "x-scope": "individual", + "const": "liu" + }, + { + "title": "Liv", + "x-language-type": "living", + "x-scope": "individual", + "const": "liv" + }, + { + "title": "Col", + "x-language-type": "living", + "x-scope": "individual", + "const": "liw" + }, + { + "title": "Liabuku", + "x-language-type": "living", + "x-scope": "individual", + "const": "lix" + }, + { + "title": "Banda-Bambari", + "x-language-type": "living", + "x-scope": "individual", + "const": "liy" + }, + { + "title": "Libinza", + "x-language-type": "living", + "x-scope": "individual", + "const": "liz" + }, + { + "title": "Golpa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "lja" + }, + { + "title": "Rampi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lje" + }, + { + "title": "Laiyolo", + "x-language-type": "living", + "x-scope": "individual", + "const": "lji" + }, + { + "title": "Li'o", + "x-language-type": "living", + "x-scope": "individual", + "const": "ljl" + }, + { + "title": "Lampung Api", + "x-language-type": "living", + "x-scope": "individual", + "const": "ljp" + }, + { + "title": "Yirandali", + "x-language-type": "living", + "x-scope": "individual", + "const": "ljw" + }, + { + "title": "Yuru", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ljx" + }, + { + "title": "Lakalei", + "x-language-type": "living", + "x-scope": "individual", + "const": "lka" + }, + { + "title": "Kabras", + "x-language-type": "living", + "x-scope": "individual", + "const": "lkb" + }, + { + "title": "Kucong", + "x-language-type": "living", + "x-scope": "individual", + "const": "lkc" + }, + { + "title": "Lakondê", + "x-language-type": "living", + "x-scope": "individual", + "const": "lkd" + }, + { + "title": "Kenyi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lke" + }, + { + "title": "Lakha", + "x-language-type": "living", + "x-scope": "individual", + "const": "lkh" + }, + { + "title": "Laki", + "x-language-type": "living", + "x-scope": "individual", + "const": "lki" + }, + { + "title": "Remun", + "x-language-type": "living", + "x-scope": "individual", + "const": "lkj" + }, + { + "title": "Laeko-Libuat", + "x-language-type": "living", + "x-scope": "individual", + "const": "lkl" + }, + { + "title": "Kalaamaya", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "lkm" + }, + { + "title": "Lakon", + "x-language-type": "living", + "x-scope": "individual", + "const": "lkn" + }, + { + "title": "Khayo", + "x-language-type": "living", + "x-scope": "individual", + "const": "lko" + }, + { + "title": "Päri", + "x-language-type": "living", + "x-scope": "individual", + "const": "lkr" + }, + { + "title": "Kisa", + "x-language-type": "living", + "x-scope": "individual", + "const": "lks" + }, + { + "title": "Lakota", + "x-language-type": "living", + "x-scope": "individual", + "const": "lkt" + }, + { + "title": "Kungkari", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "lku" + }, + { + "title": "Lokoya", + "x-language-type": "living", + "x-scope": "individual", + "const": "lky" + }, + { + "title": "Lala-Roba", + "x-language-type": "living", + "x-scope": "individual", + "const": "lla" + }, + { + "title": "Lolo", + "x-language-type": "living", + "x-scope": "individual", + "const": "llb" + }, + { + "title": "Lele (Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "llc" + }, + { + "title": "Ladin", + "x-language-type": "living", + "x-scope": "individual", + "const": "lld" + }, + { + "title": "Lele (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "lle" + }, + { + "title": "Hermit", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "llf" + }, + { + "title": "Lole", + "x-language-type": "living", + "x-scope": "individual", + "const": "llg" + }, + { + "title": "Lamu", + "x-language-type": "living", + "x-scope": "individual", + "const": "llh" + }, + { + "title": "Teke-Laali", + "x-language-type": "living", + "x-scope": "individual", + "const": "lli" + }, + { + "title": "Ladji Ladji", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "llj" + }, + { + "title": "Lelak", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "llk" + }, + { + "title": "Lilau", + "x-language-type": "living", + "x-scope": "individual", + "const": "lll" + }, + { + "title": "Lasalimu", + "x-language-type": "living", + "x-scope": "individual", + "const": "llm" + }, + { + "title": "Lele (Chad)", + "x-language-type": "living", + "x-scope": "individual", + "const": "lln" + }, + { + "title": "North Efate", + "x-language-type": "living", + "x-scope": "individual", + "const": "llp" + }, + { + "title": "Lolak", + "x-language-type": "living", + "x-scope": "individual", + "const": "llq" + }, + { + "title": "Lithuanian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "lls" + }, + { + "title": "Lau", + "x-language-type": "living", + "x-scope": "individual", + "const": "llu" + }, + { + "title": "Lauan", + "x-language-type": "living", + "x-scope": "individual", + "const": "llx" + }, + { + "title": "East Limba", + "x-language-type": "living", + "x-scope": "individual", + "const": "lma" + }, + { + "title": "Merei", + "x-language-type": "living", + "x-scope": "individual", + "const": "lmb" + }, + { + "title": "Limilngan", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "lmc" + }, + { + "title": "Lumun", + "x-language-type": "living", + "x-scope": "individual", + "const": "lmd" + }, + { + "title": "Pévé", + "x-language-type": "living", + "x-scope": "individual", + "const": "lme" + }, + { + "title": "South Lembata", + "x-language-type": "living", + "x-scope": "individual", + "const": "lmf" + }, + { + "title": "Lamogai", + "x-language-type": "living", + "x-scope": "individual", + "const": "lmg" + }, + { + "title": "Lambichhong", + "x-language-type": "living", + "x-scope": "individual", + "const": "lmh" + }, + { + "title": "Lombi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lmi" + }, + { + "title": "West Lembata", + "x-language-type": "living", + "x-scope": "individual", + "const": "lmj" + }, + { + "title": "Lamkang", + "x-language-type": "living", + "x-scope": "individual", + "const": "lmk" + }, + { + "title": "Hano", + "x-language-type": "living", + "x-scope": "individual", + "const": "lml" + }, + { + "title": "Lambadi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lmn" + }, + { + "title": "Lombard", + "x-language-type": "living", + "x-scope": "individual", + "const": "lmo" + }, + { + "title": "Limbum", + "x-language-type": "living", + "x-scope": "individual", + "const": "lmp" + }, + { + "title": "Lamatuka", + "x-language-type": "living", + "x-scope": "individual", + "const": "lmq" + }, + { + "title": "Lamalera", + "x-language-type": "living", + "x-scope": "individual", + "const": "lmr" + }, + { + "title": "Lamenu", + "x-language-type": "living", + "x-scope": "individual", + "const": "lmu" + }, + { + "title": "Lomaiviti", + "x-language-type": "living", + "x-scope": "individual", + "const": "lmv" + }, + { + "title": "Lake Miwok", + "x-language-type": "living", + "x-scope": "individual", + "const": "lmw" + }, + { + "title": "Laimbue", + "x-language-type": "living", + "x-scope": "individual", + "const": "lmx" + }, + { + "title": "Lamboya", + "x-language-type": "living", + "x-scope": "individual", + "const": "lmy" + }, + { + "title": "Langbashe", + "x-language-type": "living", + "x-scope": "individual", + "const": "lna" + }, + { + "title": "Mbalanhu", + "x-language-type": "living", + "x-scope": "individual", + "const": "lnb" + }, + { + "title": "Lundayeh", + "x-language-type": "living", + "x-scope": "individual", + "const": "lnd" + }, + { + "title": "Langobardic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "lng" + }, + { + "title": "Lanoh", + "x-language-type": "living", + "x-scope": "individual", + "const": "lnh" + }, + { + "title": "Daantanai'", + "x-language-type": "living", + "x-scope": "individual", + "const": "lni" + }, + { + "title": "Leningitij", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "lnj" + }, + { + "title": "South Central Banda", + "x-language-type": "living", + "x-scope": "individual", + "const": "lnl" + }, + { + "title": "Langam", + "x-language-type": "living", + "x-scope": "individual", + "const": "lnm" + }, + { + "title": "Lorediakarkar", + "x-language-type": "living", + "x-scope": "individual", + "const": "lnn" + }, + { + "title": "Lamnso'", + "x-language-type": "living", + "x-scope": "individual", + "const": "lns" + }, + { + "title": "Longuda", + "x-language-type": "living", + "x-scope": "individual", + "const": "lnu" + }, + { + "title": "Lanima", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "lnw" + }, + { + "title": "Lonzo", + "x-language-type": "living", + "x-scope": "individual", + "const": "lnz" + }, + { + "title": "Loloda", + "x-language-type": "living", + "x-scope": "individual", + "const": "loa" + }, + { + "title": "Lobi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lob" + }, + { + "title": "Inonhan", + "x-language-type": "living", + "x-scope": "individual", + "const": "loc" + }, + { + "title": "Saluan", + "x-language-type": "living", + "x-scope": "individual", + "const": "loe" + }, + { + "title": "Logol", + "x-language-type": "living", + "x-scope": "individual", + "const": "lof" + }, + { + "title": "Logo", + "x-language-type": "living", + "x-scope": "individual", + "const": "log" + }, + { + "title": "Laarim", + "x-language-type": "living", + "x-scope": "individual", + "const": "loh" + }, + { + "title": "Loma (Côte d'Ivoire)", + "x-language-type": "living", + "x-scope": "individual", + "const": "loi" + }, + { + "title": "Lou", + "x-language-type": "living", + "x-scope": "individual", + "const": "loj" + }, + { + "title": "Loko", + "x-language-type": "living", + "x-scope": "individual", + "const": "lok" + }, + { + "title": "Mongo", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "lol", + "x-set-2-terminologic": "lol", + "const": "lol" + }, + { + "title": "Loma (Liberia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "lom" + }, + { + "title": "Malawi Lomwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "lon" + }, + { + "title": "Lombo", + "x-language-type": "living", + "x-scope": "individual", + "const": "loo" + }, + { + "title": "Lopa", + "x-language-type": "living", + "x-scope": "individual", + "const": "lop" + }, + { + "title": "Lobala", + "x-language-type": "living", + "x-scope": "individual", + "const": "loq" + }, + { + "title": "Téén", + "x-language-type": "living", + "x-scope": "individual", + "const": "lor" + }, + { + "title": "Loniu", + "x-language-type": "living", + "x-scope": "individual", + "const": "los" + }, + { + "title": "Otuho", + "x-language-type": "living", + "x-scope": "individual", + "const": "lot" + }, + { + "title": "Louisiana Creole", + "x-language-type": "living", + "x-scope": "individual", + "const": "lou" + }, + { + "title": "Lopi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lov" + }, + { + "title": "Tampias Lobu", + "x-language-type": "living", + "x-scope": "individual", + "const": "low" + }, + { + "title": "Loun", + "x-language-type": "living", + "x-scope": "individual", + "const": "lox" + }, + { + "title": "Loke", + "x-language-type": "living", + "x-scope": "individual", + "const": "loy" + }, + { + "title": "Lozi", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "loz", + "x-set-2-terminologic": "loz", + "const": "loz" + }, + { + "title": "Lelepa", + "x-language-type": "living", + "x-scope": "individual", + "const": "lpa" + }, + { + "title": "Lepki", + "x-language-type": "living", + "x-scope": "individual", + "const": "lpe" + }, + { + "title": "Long Phuri Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "lpn" + }, + { + "title": "Lipo", + "x-language-type": "living", + "x-scope": "individual", + "const": "lpo" + }, + { + "title": "Lopit", + "x-language-type": "living", + "x-scope": "individual", + "const": "lpx" + }, + { + "title": "Logir", + "x-language-type": "living", + "x-scope": "individual", + "const": "lqr" + }, + { + "title": "Rara Bakati'", + "x-language-type": "living", + "x-scope": "individual", + "const": "lra" + }, + { + "title": "Northern Luri", + "x-language-type": "living", + "x-scope": "individual", + "const": "lrc" + }, + { + "title": "Laurentian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "lre" + }, + { + "title": "Laragia", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "lrg" + }, + { + "title": "Marachi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lri" + }, + { + "title": "Loarki", + "x-language-type": "living", + "x-scope": "individual", + "const": "lrk" + }, + { + "title": "Lari", + "x-language-type": "living", + "x-scope": "individual", + "const": "lrl" + }, + { + "title": "Marama", + "x-language-type": "living", + "x-scope": "individual", + "const": "lrm" + }, + { + "title": "Lorang", + "x-language-type": "living", + "x-scope": "individual", + "const": "lrn" + }, + { + "title": "Laro", + "x-language-type": "living", + "x-scope": "individual", + "const": "lro" + }, + { + "title": "Southern Yamphu", + "x-language-type": "living", + "x-scope": "individual", + "const": "lrr" + }, + { + "title": "Larantuka Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "lrt" + }, + { + "title": "Larevat", + "x-language-type": "living", + "x-scope": "individual", + "const": "lrv" + }, + { + "title": "Lemerig", + "x-language-type": "living", + "x-scope": "individual", + "const": "lrz" + }, + { + "title": "Lasgerdi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lsa" + }, + { + "title": "Burundian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "lsb" + }, + { + "title": "Albarradas Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "lsc" + }, + { + "title": "Lishana Deni", + "x-language-type": "living", + "x-scope": "individual", + "const": "lsd" + }, + { + "title": "Lusengo", + "x-language-type": "living", + "x-scope": "individual", + "const": "lse" + }, + { + "title": "Lish", + "x-language-type": "living", + "x-scope": "individual", + "const": "lsh" + }, + { + "title": "Lashi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lsi" + }, + { + "title": "Latvian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "lsl" + }, + { + "title": "Saamia", + "x-language-type": "living", + "x-scope": "individual", + "const": "lsm" + }, + { + "title": "Tibetan Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "lsn" + }, + { + "title": "Laos Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "lso" + }, + { + "title": "Panamanian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "lsp" + }, + { + "title": "Aruop", + "x-language-type": "living", + "x-scope": "individual", + "const": "lsr" + }, + { + "title": "Lasi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lss" + }, + { + "title": "Trinidad and Tobago Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "lst" + }, + { + "title": "Sivia Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "lsv" + }, + { + "title": "Seychelles Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "lsw" + }, + { + "title": "Mauritian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "lsy" + }, + { + "title": "Late Middle Chinese", + "x-language-type": "historic", + "x-scope": "individual", + "const": "ltc" + }, + { + "title": "Latgalian", + "x-language-type": "living", + "x-scope": "individual", + "const": "ltg" + }, + { + "title": "Thur", + "x-language-type": "living", + "x-scope": "individual", + "const": "lth" + }, + { + "title": "Leti (Indonesia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "lti" + }, + { + "title": "Latundê", + "x-language-type": "living", + "x-scope": "individual", + "const": "ltn" + }, + { + "title": "Tsotso", + "x-language-type": "living", + "x-scope": "individual", + "const": "lto" + }, + { + "title": "Tachoni", + "x-language-type": "living", + "x-scope": "individual", + "const": "lts" + }, + { + "title": "Latu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ltu" + }, + { + "title": "Luxembourgish", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "lb", + "x-set-2-bibliographic": "ltz", + "x-set-2-terminologic": "ltz", + "const": "ltz" + }, + { + "title": "Luba-Lulua", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "lua", + "x-set-2-terminologic": "lua", + "const": "lua" + }, + { + "title": "Luba-Katanga", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "lu", + "x-set-2-bibliographic": "lub", + "x-set-2-terminologic": "lub", + "const": "lub" + }, + { + "title": "Aringa", + "x-language-type": "living", + "x-scope": "individual", + "const": "luc" + }, + { + "title": "Ludian", + "x-language-type": "living", + "x-scope": "individual", + "const": "lud" + }, + { + "title": "Luvale", + "x-language-type": "living", + "x-scope": "individual", + "const": "lue" + }, + { + "title": "Laua", + "x-language-type": "living", + "x-scope": "individual", + "const": "luf" + }, + { + "title": "Ganda", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "lg", + "x-set-2-bibliographic": "lug", + "x-set-2-terminologic": "lug", + "const": "lug" + }, + { + "title": "Leizhou Chinese", + "x-language-type": "living", + "x-scope": "individual", + "const": "luh" + }, + { + "title": "Luiseno", + "x-language-type": "extinct", + "x-scope": "individual", + "x-set-2-bibliographic": "lui", + "x-set-2-terminologic": "lui", + "const": "lui" + }, + { + "title": "Luna", + "x-language-type": "living", + "x-scope": "individual", + "const": "luj" + }, + { + "title": "Lunanakha", + "x-language-type": "living", + "x-scope": "individual", + "const": "luk" + }, + { + "title": "Olu'bo", + "x-language-type": "living", + "x-scope": "individual", + "const": "lul" + }, + { + "title": "Luimbi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lum" + }, + { + "title": "Lunda", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "lun", + "x-set-2-terminologic": "lun", + "const": "lun" + }, + { + "title": "Luo (Kenya and Tanzania)", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "luo", + "x-set-2-terminologic": "luo", + "const": "luo" + }, + { + "title": "Lumbu", + "x-language-type": "living", + "x-scope": "individual", + "const": "lup" + }, + { + "title": "Lucumi", + "x-language-type": "living", + "x-scope": "individual", + "const": "luq" + }, + { + "title": "Laura", + "x-language-type": "living", + "x-scope": "individual", + "const": "lur" + }, + { + "title": "Lushai", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "lus", + "x-set-2-terminologic": "lus", + "const": "lus" + }, + { + "title": "Lushootseed", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "lut" + }, + { + "title": "Lumba-Yakkha", + "x-language-type": "living", + "x-scope": "individual", + "const": "luu" + }, + { + "title": "Luwati", + "x-language-type": "living", + "x-scope": "individual", + "const": "luv" + }, + { + "title": "Luo (Cameroon)", + "x-language-type": "living", + "x-scope": "individual", + "const": "luw" + }, + { + "title": "Luyia", + "x-language-type": "living", + "x-scope": "macrolanguage", + "const": "luy" + }, + { + "title": "Southern Luri", + "x-language-type": "living", + "x-scope": "individual", + "const": "luz" + }, + { + "title": "Maku'a", + "x-language-type": "living", + "x-scope": "individual", + "const": "lva" + }, + { + "title": "Lavi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lvi" + }, + { + "title": "Lavukaleve", + "x-language-type": "living", + "x-scope": "individual", + "const": "lvk" + }, + { + "title": "Lwel", + "x-language-type": "living", + "x-scope": "individual", + "const": "lvl" + }, + { + "title": "Standard Latvian", + "x-language-type": "living", + "x-scope": "individual", + "const": "lvs" + }, + { + "title": "Levuka", + "x-language-type": "living", + "x-scope": "individual", + "const": "lvu" + }, + { + "title": "Lwalu", + "x-language-type": "living", + "x-scope": "individual", + "const": "lwa" + }, + { + "title": "Lewo Eleng", + "x-language-type": "living", + "x-scope": "individual", + "const": "lwe" + }, + { + "title": "Wanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "lwg" + }, + { + "title": "White Lachi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lwh" + }, + { + "title": "Eastern Lawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "lwl" + }, + { + "title": "Laomian", + "x-language-type": "living", + "x-scope": "individual", + "const": "lwm" + }, + { + "title": "Luwo", + "x-language-type": "living", + "x-scope": "individual", + "const": "lwo" + }, + { + "title": "Malawian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "lws" + }, + { + "title": "Lewotobi", + "x-language-type": "living", + "x-scope": "individual", + "const": "lwt" + }, + { + "title": "Lawu", + "x-language-type": "living", + "x-scope": "individual", + "const": "lwu" + }, + { + "title": "Lewo", + "x-language-type": "living", + "x-scope": "individual", + "const": "lww" + }, + { + "title": "Lakurumau", + "x-language-type": "living", + "x-scope": "individual", + "const": "lxm" + }, + { + "title": "Layakha", + "x-language-type": "living", + "x-scope": "individual", + "const": "lya" + }, + { + "title": "Lyngngam", + "x-language-type": "living", + "x-scope": "individual", + "const": "lyg" + }, + { + "title": "Luyana", + "x-language-type": "living", + "x-scope": "individual", + "const": "lyn" + }, + { + "title": "Literary Chinese", + "x-language-type": "historic", + "x-scope": "individual", + "const": "lzh" + }, + { + "title": "Litzlitz", + "x-language-type": "living", + "x-scope": "individual", + "const": "lzl" + }, + { + "title": "Leinong Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "lzn" + }, + { + "title": "Laz", + "x-language-type": "living", + "x-scope": "individual", + "const": "lzz" + }, + { + "title": "San Jerónimo Tecóatl Mazatec", + "x-language-type": "living", + "x-scope": "individual", + "const": "maa" + }, + { + "title": "Yutanduchi Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mab" + }, + { + "title": "Madurese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "mad", + "x-set-2-terminologic": "mad", + "const": "mad" + }, + { + "title": "Bo-Rukul", + "x-language-type": "living", + "x-scope": "individual", + "const": "mae" + }, + { + "title": "Mafa", + "x-language-type": "living", + "x-scope": "individual", + "const": "maf" + }, + { + "title": "Magahi", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "mag", + "x-set-2-terminologic": "mag", + "const": "mag" + }, + { + "title": "Marshallese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "mh", + "x-set-2-bibliographic": "mah", + "x-set-2-terminologic": "mah", + "const": "mah" + }, + { + "title": "Maithili", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "mai", + "x-set-2-terminologic": "mai", + "const": "mai" + }, + { + "title": "Jalapa De Díaz Mazatec", + "x-language-type": "living", + "x-scope": "individual", + "const": "maj" + }, + { + "title": "Makasar", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "mak", + "x-set-2-terminologic": "mak", + "const": "mak" + }, + { + "title": "Malayalam", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ml", + "x-set-2-bibliographic": "mal", + "x-set-2-terminologic": "mal", + "const": "mal" + }, + { + "title": "Mam", + "x-language-type": "living", + "x-scope": "individual", + "const": "mam" + }, + { + "title": "Mandingo", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "man", + "x-set-2-terminologic": "man", + "const": "man" + }, + { + "title": "Chiquihuitlán Mazatec", + "x-language-type": "living", + "x-scope": "individual", + "const": "maq" + }, + { + "title": "Marathi", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "mr", + "x-set-2-bibliographic": "mar", + "x-set-2-terminologic": "mar", + "const": "mar" + }, + { + "title": "Masai", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "mas", + "x-set-2-terminologic": "mas", + "const": "mas" + }, + { + "title": "San Francisco Matlatzinca", + "x-language-type": "living", + "x-scope": "individual", + "const": "mat" + }, + { + "title": "Huautla Mazatec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mau" + }, + { + "title": "Sateré-Mawé", + "x-language-type": "living", + "x-scope": "individual", + "const": "mav" + }, + { + "title": "Mampruli", + "x-language-type": "living", + "x-scope": "individual", + "const": "maw" + }, + { + "title": "North Moluccan Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "max" + }, + { + "title": "Central Mazahua", + "x-language-type": "living", + "x-scope": "individual", + "const": "maz" + }, + { + "title": "Higaonon", + "x-language-type": "living", + "x-scope": "individual", + "const": "mba" + }, + { + "title": "Western Bukidnon Manobo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbb" + }, + { + "title": "Macushi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbc" + }, + { + "title": "Dibabawon Manobo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbd" + }, + { + "title": "Molale", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mbe" + }, + { + "title": "Baba Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbf" + }, + { + "title": "Mangseng", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbh" + }, + { + "title": "Ilianen Manobo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbi" + }, + { + "title": "Nadëb", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbj" + }, + { + "title": "Malol", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbk" + }, + { + "title": "Maxakalí", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbl" + }, + { + "title": "Ombamba", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbm" + }, + { + "title": "Macaguán", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbn" + }, + { + "title": "Mbo (Cameroon)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbo" + }, + { + "title": "Malayo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbp" + }, + { + "title": "Maisin", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbq" + }, + { + "title": "Nukak Makú", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbr" + }, + { + "title": "Sarangani Manobo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbs" + }, + { + "title": "Matigsalug Manobo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbt" + }, + { + "title": "Mbula-Bwazza", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbu" + }, + { + "title": "Mbulungish", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbv" + }, + { + "title": "Maring", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbw" + }, + { + "title": "Mari (East Sepik Province)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbx" + }, + { + "title": "Memoni", + "x-language-type": "living", + "x-scope": "individual", + "const": "mby" + }, + { + "title": "Amoltepec Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mbz" + }, + { + "title": "Maca", + "x-language-type": "living", + "x-scope": "individual", + "const": "mca" + }, + { + "title": "Machiguenga", + "x-language-type": "living", + "x-scope": "individual", + "const": "mcb" + }, + { + "title": "Bitur", + "x-language-type": "living", + "x-scope": "individual", + "const": "mcc" + }, + { + "title": "Sharanahua", + "x-language-type": "living", + "x-scope": "individual", + "const": "mcd" + }, + { + "title": "Itundujia Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mce" + }, + { + "title": "Matsés", + "x-language-type": "living", + "x-scope": "individual", + "const": "mcf" + }, + { + "title": "Mapoyo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mcg" + }, + { + "title": "Maquiritari", + "x-language-type": "living", + "x-scope": "individual", + "const": "mch" + }, + { + "title": "Mese", + "x-language-type": "living", + "x-scope": "individual", + "const": "mci" + }, + { + "title": "Mvanip", + "x-language-type": "living", + "x-scope": "individual", + "const": "mcj" + }, + { + "title": "Mbunda", + "x-language-type": "living", + "x-scope": "individual", + "const": "mck" + }, + { + "title": "Macaguaje", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mcl" + }, + { + "title": "Malaccan Creole Portuguese", + "x-language-type": "living", + "x-scope": "individual", + "const": "mcm" + }, + { + "title": "Masana", + "x-language-type": "living", + "x-scope": "individual", + "const": "mcn" + }, + { + "title": "Coatlán Mixe", + "x-language-type": "living", + "x-scope": "individual", + "const": "mco" + }, + { + "title": "Makaa", + "x-language-type": "living", + "x-scope": "individual", + "const": "mcp" + }, + { + "title": "Ese", + "x-language-type": "living", + "x-scope": "individual", + "const": "mcq" + }, + { + "title": "Menya", + "x-language-type": "living", + "x-scope": "individual", + "const": "mcr" + }, + { + "title": "Mambai", + "x-language-type": "living", + "x-scope": "individual", + "const": "mcs" + }, + { + "title": "Mengisa", + "x-language-type": "living", + "x-scope": "individual", + "const": "mct" + }, + { + "title": "Cameroon Mambila", + "x-language-type": "living", + "x-scope": "individual", + "const": "mcu" + }, + { + "title": "Minanibai", + "x-language-type": "living", + "x-scope": "individual", + "const": "mcv" + }, + { + "title": "Mawa (Chad)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mcw" + }, + { + "title": "Mpiemo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mcx" + }, + { + "title": "South Watut", + "x-language-type": "living", + "x-scope": "individual", + "const": "mcy" + }, + { + "title": "Mawan", + "x-language-type": "living", + "x-scope": "individual", + "const": "mcz" + }, + { + "title": "Mada (Nigeria)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mda" + }, + { + "title": "Morigi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdb" + }, + { + "title": "Male (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdc" + }, + { + "title": "Mbum", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdd" + }, + { + "title": "Maba (Chad)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mde" + }, + { + "title": "Moksha", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "mdf", + "x-set-2-terminologic": "mdf", + "const": "mdf" + }, + { + "title": "Massalat", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdg" + }, + { + "title": "Maguindanaon", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdh" + }, + { + "title": "Mamvu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdi" + }, + { + "title": "Mangbetu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdj" + }, + { + "title": "Mangbutu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdk" + }, + { + "title": "Maltese Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdl" + }, + { + "title": "Mayogo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdm" + }, + { + "title": "Mbati", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdn" + }, + { + "title": "Mbala", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdp" + }, + { + "title": "Mbole", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdq" + }, + { + "title": "Mandar", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "mdr", + "x-set-2-terminologic": "mdr", + "const": "mdr" + }, + { + "title": "Maria (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mds" + }, + { + "title": "Mbere", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdt" + }, + { + "title": "Mboko", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdu" + }, + { + "title": "Santa Lucía Monteverde Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdv" + }, + { + "title": "Mbosi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdw" + }, + { + "title": "Dizin", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdx" + }, + { + "title": "Male (Ethiopia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdy" + }, + { + "title": "Suruí Do Pará", + "x-language-type": "living", + "x-scope": "individual", + "const": "mdz" + }, + { + "title": "Menka", + "x-language-type": "living", + "x-scope": "individual", + "const": "mea" + }, + { + "title": "Ikobi", + "x-language-type": "living", + "x-scope": "individual", + "const": "meb" + }, + { + "title": "Marra", + "x-language-type": "living", + "x-scope": "individual", + "const": "mec" + }, + { + "title": "Melpa", + "x-language-type": "living", + "x-scope": "individual", + "const": "med" + }, + { + "title": "Mengen", + "x-language-type": "living", + "x-scope": "individual", + "const": "mee" + }, + { + "title": "Megam", + "x-language-type": "living", + "x-scope": "individual", + "const": "mef" + }, + { + "title": "Southwestern Tlaxiaco Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "meh" + }, + { + "title": "Midob", + "x-language-type": "living", + "x-scope": "individual", + "const": "mei" + }, + { + "title": "Meyah", + "x-language-type": "living", + "x-scope": "individual", + "const": "mej" + }, + { + "title": "Mekeo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mek" + }, + { + "title": "Central Melanau", + "x-language-type": "living", + "x-scope": "individual", + "const": "mel" + }, + { + "title": "Mangala", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mem" + }, + { + "title": "Mende (Sierra Leone)", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "men", + "x-set-2-terminologic": "men", + "const": "men" + }, + { + "title": "Kedah Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "meo" + }, + { + "title": "Miriwoong", + "x-language-type": "living", + "x-scope": "individual", + "const": "mep" + }, + { + "title": "Merey", + "x-language-type": "living", + "x-scope": "individual", + "const": "meq" + }, + { + "title": "Meru", + "x-language-type": "living", + "x-scope": "individual", + "const": "mer" + }, + { + "title": "Masmaje", + "x-language-type": "living", + "x-scope": "individual", + "const": "mes" + }, + { + "title": "Mato", + "x-language-type": "living", + "x-scope": "individual", + "const": "met" + }, + { + "title": "Motu", + "x-language-type": "living", + "x-scope": "individual", + "const": "meu" + }, + { + "title": "Mano", + "x-language-type": "living", + "x-scope": "individual", + "const": "mev" + }, + { + "title": "Maaka", + "x-language-type": "living", + "x-scope": "individual", + "const": "mew" + }, + { + "title": "Hassaniyya", + "x-language-type": "living", + "x-scope": "individual", + "const": "mey" + }, + { + "title": "Menominee", + "x-language-type": "living", + "x-scope": "individual", + "const": "mez" + }, + { + "title": "Pattani Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfa" + }, + { + "title": "Bangka", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfb" + }, + { + "title": "Mba", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfc" + }, + { + "title": "Mendankwe-Nkwen", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfd" + }, + { + "title": "Morisyen", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfe" + }, + { + "title": "Naki", + "x-language-type": "living", + "x-scope": "individual", + "const": "mff" + }, + { + "title": "Mogofin", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfg" + }, + { + "title": "Matal", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfh" + }, + { + "title": "Wandala", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfi" + }, + { + "title": "Mefele", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfj" + }, + { + "title": "North Mofu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfk" + }, + { + "title": "Putai", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfl" + }, + { + "title": "Marghi South", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfm" + }, + { + "title": "Cross River Mbembe", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfn" + }, + { + "title": "Mbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfo" + }, + { + "title": "Makassar Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfp" + }, + { + "title": "Moba", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfq" + }, + { + "title": "Marrithiyel", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfr" + }, + { + "title": "Mexican Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfs" + }, + { + "title": "Mokerang", + "x-language-type": "living", + "x-scope": "individual", + "const": "mft" + }, + { + "title": "Mbwela", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfu" + }, + { + "title": "Mandjak", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfv" + }, + { + "title": "Mulaha", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mfw" + }, + { + "title": "Melo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfx" + }, + { + "title": "Mayo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfy" + }, + { + "title": "Mabaan", + "x-language-type": "living", + "x-scope": "individual", + "const": "mfz" + }, + { + "title": "Middle Irish (900-1200)", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "mga", + "x-set-2-terminologic": "mga", + "const": "mga" + }, + { + "title": "Mararit", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgb" + }, + { + "title": "Morokodo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgc" + }, + { + "title": "Moru", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgd" + }, + { + "title": "Mango", + "x-language-type": "living", + "x-scope": "individual", + "const": "mge" + }, + { + "title": "Maklew", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgf" + }, + { + "title": "Mpumpong", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgg" + }, + { + "title": "Makhuwa-Meetto", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgh" + }, + { + "title": "Lijili", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgi" + }, + { + "title": "Abureni", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgj" + }, + { + "title": "Mawes", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgk" + }, + { + "title": "Maleu-Kilenge", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgl" + }, + { + "title": "Mambae", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgm" + }, + { + "title": "Mbangi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgn" + }, + { + "title": "Meta'", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgo" + }, + { + "title": "Eastern Magar", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgp" + }, + { + "title": "Malila", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgq" + }, + { + "title": "Mambwe-Lungu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgr" + }, + { + "title": "Manda (Tanzania)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgs" + }, + { + "title": "Mongol", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgt" + }, + { + "title": "Mailu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgu" + }, + { + "title": "Matengo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgv" + }, + { + "title": "Matumbi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgw" + }, + { + "title": "Mbunga", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgy" + }, + { + "title": "Mbugwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "mgz" + }, + { + "title": "Manda (India)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mha" + }, + { + "title": "Mahongwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhb" + }, + { + "title": "Mocho", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhc" + }, + { + "title": "Mbugu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhd" + }, + { + "title": "Besisi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhe" + }, + { + "title": "Mamaa", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhf" + }, + { + "title": "Margu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhg" + }, + { + "title": "Ma'di", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhi" + }, + { + "title": "Mogholi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhj" + }, + { + "title": "Mungaka", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhk" + }, + { + "title": "Mauwake", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhl" + }, + { + "title": "Makhuwa-Moniga", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhm" + }, + { + "title": "Mòcheno", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhn" + }, + { + "title": "Mashi (Zambia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mho" + }, + { + "title": "Balinese Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhp" + }, + { + "title": "Mandan", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhq" + }, + { + "title": "Eastern Mari", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhr" + }, + { + "title": "Buru (Indonesia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhs" + }, + { + "title": "Mandahuaca", + "x-language-type": "living", + "x-scope": "individual", + "const": "mht" + }, + { + "title": "Digaro-Mishmi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhu" + }, + { + "title": "Mbukushu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhw" + }, + { + "title": "Maru", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhx" + }, + { + "title": "Ma'anyan", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhy" + }, + { + "title": "Mor (Mor Islands)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mhz" + }, + { + "title": "Miami", + "x-language-type": "living", + "x-scope": "individual", + "const": "mia" + }, + { + "title": "Atatláhuca Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mib" + }, + { + "title": "Mi'kmaq", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "mic", + "x-set-2-terminologic": "mic", + "const": "mic" + }, + { + "title": "Mandaic", + "x-language-type": "living", + "x-scope": "individual", + "const": "mid" + }, + { + "title": "Ocotepec Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mie" + }, + { + "title": "Mofu-Gudur", + "x-language-type": "living", + "x-scope": "individual", + "const": "mif" + }, + { + "title": "San Miguel El Grande Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mig" + }, + { + "title": "Chayuco Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mih" + }, + { + "title": "Chigmecatitlán Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mii" + }, + { + "title": "Abar", + "x-language-type": "living", + "x-scope": "individual", + "const": "mij" + }, + { + "title": "Mikasuki", + "x-language-type": "living", + "x-scope": "individual", + "const": "mik" + }, + { + "title": "Peñoles Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mil" + }, + { + "title": "Alacatlatzala Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mim" + }, + { + "title": "Minangkabau", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "min", + "x-set-2-terminologic": "min", + "const": "min" + }, + { + "title": "Pinotepa Nacional Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mio" + }, + { + "title": "Apasco-Apoala Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mip" + }, + { + "title": "Mískito", + "x-language-type": "living", + "x-scope": "individual", + "const": "miq" + }, + { + "title": "Isthmus Mixe", + "x-language-type": "living", + "x-scope": "individual", + "const": "mir" + }, + { + "title": "Uncoded languages", + "x-language-type": "special", + "x-scope": "special", + "x-set-2-bibliographic": "mis", + "x-set-2-terminologic": "mis", + "const": "mis" + }, + { + "title": "Southern Puebla Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mit" + }, + { + "title": "Cacaloxtepec Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "miu" + }, + { + "title": "Akoye", + "x-language-type": "living", + "x-scope": "individual", + "const": "miw" + }, + { + "title": "Mixtepec Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mix" + }, + { + "title": "Ayutla Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "miy" + }, + { + "title": "Coatzospan Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "miz" + }, + { + "title": "Makalero", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjb" + }, + { + "title": "San Juan Colorado Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjc" + }, + { + "title": "Northwest Maidu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjd" + }, + { + "title": "Muskum", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mje" + }, + { + "title": "Tu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjg" + }, + { + "title": "Mwera (Nyasa)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjh" + }, + { + "title": "Kim Mun", + "x-language-type": "living", + "x-scope": "individual", + "const": "mji" + }, + { + "title": "Mawak", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjj" + }, + { + "title": "Matukar", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjk" + }, + { + "title": "Mandeali", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjl" + }, + { + "title": "Medebur", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjm" + }, + { + "title": "Ma (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjn" + }, + { + "title": "Malankuravan", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjo" + }, + { + "title": "Malapandaram", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjp" + }, + { + "title": "Malaryan", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mjq" + }, + { + "title": "Malavedan", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjr" + }, + { + "title": "Miship", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjs" + }, + { + "title": "Sauria Paharia", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjt" + }, + { + "title": "Manna-Dora", + "x-language-type": "living", + "x-scope": "individual", + "const": "mju" + }, + { + "title": "Mannan", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjv" + }, + { + "title": "Karbi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjw" + }, + { + "title": "Mahali", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjx" + }, + { + "title": "Mahican", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mjy" + }, + { + "title": "Majhi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mjz" + }, + { + "title": "Mbre", + "x-language-type": "living", + "x-scope": "individual", + "const": "mka" + }, + { + "title": "Mal Paharia", + "x-language-type": "living", + "x-scope": "individual", + "const": "mkb" + }, + { + "title": "Siliput", + "x-language-type": "living", + "x-scope": "individual", + "const": "mkc" + }, + { + "title": "Macedonian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "mk", + "x-set-2-bibliographic": "mac", + "x-set-2-terminologic": "mkd", + "const": "mkd" + }, + { + "title": "Mawchi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mke" + }, + { + "title": "Miya", + "x-language-type": "living", + "x-scope": "individual", + "const": "mkf" + }, + { + "title": "Mak (China)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mkg" + }, + { + "title": "Dhatki", + "x-language-type": "living", + "x-scope": "individual", + "const": "mki" + }, + { + "title": "Mokilese", + "x-language-type": "living", + "x-scope": "individual", + "const": "mkj" + }, + { + "title": "Byep", + "x-language-type": "living", + "x-scope": "individual", + "const": "mkk" + }, + { + "title": "Mokole", + "x-language-type": "living", + "x-scope": "individual", + "const": "mkl" + }, + { + "title": "Moklen", + "x-language-type": "living", + "x-scope": "individual", + "const": "mkm" + }, + { + "title": "Kupang Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "mkn" + }, + { + "title": "Mingang Doso", + "x-language-type": "living", + "x-scope": "individual", + "const": "mko" + }, + { + "title": "Moikodi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mkp" + }, + { + "title": "Bay Miwok", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mkq" + }, + { + "title": "Malas", + "x-language-type": "living", + "x-scope": "individual", + "const": "mkr" + }, + { + "title": "Silacayoapan Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mks" + }, + { + "title": "Vamale", + "x-language-type": "living", + "x-scope": "individual", + "const": "mkt" + }, + { + "title": "Konyanka Maninka", + "x-language-type": "living", + "x-scope": "individual", + "const": "mku" + }, + { + "title": "Mafea", + "x-language-type": "living", + "x-scope": "individual", + "const": "mkv" + }, + { + "title": "Kituba (Congo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mkw" + }, + { + "title": "Kinamiging Manobo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mkx" + }, + { + "title": "East Makian", + "x-language-type": "living", + "x-scope": "individual", + "const": "mky" + }, + { + "title": "Makasae", + "x-language-type": "living", + "x-scope": "individual", + "const": "mkz" + }, + { + "title": "Malo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mla" + }, + { + "title": "Mbule", + "x-language-type": "living", + "x-scope": "individual", + "const": "mlb" + }, + { + "title": "Cao Lan", + "x-language-type": "living", + "x-scope": "individual", + "const": "mlc" + }, + { + "title": "Manambu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mle" + }, + { + "title": "Mal", + "x-language-type": "living", + "x-scope": "individual", + "const": "mlf" + }, + { + "title": "Malagasy", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "mg", + "x-set-2-bibliographic": "mlg", + "x-set-2-terminologic": "mlg", + "const": "mlg" + }, + { + "title": "Mape", + "x-language-type": "living", + "x-scope": "individual", + "const": "mlh" + }, + { + "title": "Malimpung", + "x-language-type": "living", + "x-scope": "individual", + "const": "mli" + }, + { + "title": "Miltu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mlj" + }, + { + "title": "Ilwana", + "x-language-type": "living", + "x-scope": "individual", + "const": "mlk" + }, + { + "title": "Malua Bay", + "x-language-type": "living", + "x-scope": "individual", + "const": "mll" + }, + { + "title": "Mulam", + "x-language-type": "living", + "x-scope": "individual", + "const": "mlm" + }, + { + "title": "Malango", + "x-language-type": "living", + "x-scope": "individual", + "const": "mln" + }, + { + "title": "Mlomp", + "x-language-type": "living", + "x-scope": "individual", + "const": "mlo" + }, + { + "title": "Bargam", + "x-language-type": "living", + "x-scope": "individual", + "const": "mlp" + }, + { + "title": "Western Maninkakan", + "x-language-type": "living", + "x-scope": "individual", + "const": "mlq" + }, + { + "title": "Vame", + "x-language-type": "living", + "x-scope": "individual", + "const": "mlr" + }, + { + "title": "Masalit", + "x-language-type": "living", + "x-scope": "individual", + "const": "mls" + }, + { + "title": "Maltese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "mt", + "x-set-2-bibliographic": "mlt", + "x-set-2-terminologic": "mlt", + "const": "mlt" + }, + { + "title": "To'abaita", + "x-language-type": "living", + "x-scope": "individual", + "const": "mlu" + }, + { + "title": "Motlav", + "x-language-type": "living", + "x-scope": "individual", + "const": "mlv" + }, + { + "title": "Moloko", + "x-language-type": "living", + "x-scope": "individual", + "const": "mlw" + }, + { + "title": "Malfaxal", + "x-language-type": "living", + "x-scope": "individual", + "const": "mlx" + }, + { + "title": "Malaynon", + "x-language-type": "living", + "x-scope": "individual", + "const": "mlz" + }, + { + "title": "Mama", + "x-language-type": "living", + "x-scope": "individual", + "const": "mma" + }, + { + "title": "Momina", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmb" + }, + { + "title": "Michoacán Mazahua", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmc" + }, + { + "title": "Maonan", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmd" + }, + { + "title": "Mae", + "x-language-type": "living", + "x-scope": "individual", + "const": "mme" + }, + { + "title": "Mundat", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmf" + }, + { + "title": "North Ambrym", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmg" + }, + { + "title": "Mehináku", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmh" + }, + { + "title": "Hember Avu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmi" + }, + { + "title": "Majhwar", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmj" + }, + { + "title": "Mukha-Dora", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmk" + }, + { + "title": "Man Met", + "x-language-type": "living", + "x-scope": "individual", + "const": "mml" + }, + { + "title": "Maii", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmm" + }, + { + "title": "Mamanwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmn" + }, + { + "title": "Mangga Buang", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmo" + }, + { + "title": "Siawi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmp" + }, + { + "title": "Musak", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmq" + }, + { + "title": "Western Xiangxi Miao", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmr" + }, + { + "title": "Malalamai", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmt" + }, + { + "title": "Mmaala", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmu" + }, + { + "title": "Miriti", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mmv" + }, + { + "title": "Emae", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmw" + }, + { + "title": "Madak", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmx" + }, + { + "title": "Migaama", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmy" + }, + { + "title": "Mabaale", + "x-language-type": "living", + "x-scope": "individual", + "const": "mmz" + }, + { + "title": "Mbula", + "x-language-type": "living", + "x-scope": "individual", + "const": "mna" + }, + { + "title": "Muna", + "x-language-type": "living", + "x-scope": "individual", + "const": "mnb" + }, + { + "title": "Manchu", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "mnc", + "x-set-2-terminologic": "mnc", + "const": "mnc" + }, + { + "title": "Mondé", + "x-language-type": "living", + "x-scope": "individual", + "const": "mnd" + }, + { + "title": "Naba", + "x-language-type": "living", + "x-scope": "individual", + "const": "mne" + }, + { + "title": "Mundani", + "x-language-type": "living", + "x-scope": "individual", + "const": "mnf" + }, + { + "title": "Eastern Mnong", + "x-language-type": "living", + "x-scope": "individual", + "const": "mng" + }, + { + "title": "Mono (Democratic Republic of Congo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mnh" + }, + { + "title": "Manipuri", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "mni", + "x-set-2-terminologic": "mni", + "const": "mni" + }, + { + "title": "Munji", + "x-language-type": "living", + "x-scope": "individual", + "const": "mnj" + }, + { + "title": "Mandinka", + "x-language-type": "living", + "x-scope": "individual", + "const": "mnk" + }, + { + "title": "Tiale", + "x-language-type": "living", + "x-scope": "individual", + "const": "mnl" + }, + { + "title": "Mapena", + "x-language-type": "living", + "x-scope": "individual", + "const": "mnm" + }, + { + "title": "Southern Mnong", + "x-language-type": "living", + "x-scope": "individual", + "const": "mnn" + }, + { + "title": "Min Bei Chinese", + "x-language-type": "living", + "x-scope": "individual", + "const": "mnp" + }, + { + "title": "Minriq", + "x-language-type": "living", + "x-scope": "individual", + "const": "mnq" + }, + { + "title": "Mono (USA)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mnr" + }, + { + "title": "Mansi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mns" + }, + { + "title": "Mer", + "x-language-type": "living", + "x-scope": "individual", + "const": "mnu" + }, + { + "title": "Rennell-Bellona", + "x-language-type": "living", + "x-scope": "individual", + "const": "mnv" + }, + { + "title": "Mon", + "x-language-type": "living", + "x-scope": "individual", + "const": "mnw" + }, + { + "title": "Manikion", + "x-language-type": "living", + "x-scope": "individual", + "const": "mnx" + }, + { + "title": "Manyawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "mny" + }, + { + "title": "Moni", + "x-language-type": "living", + "x-scope": "individual", + "const": "mnz" + }, + { + "title": "Mwan", + "x-language-type": "living", + "x-scope": "individual", + "const": "moa" + }, + { + "title": "Mocoví", + "x-language-type": "living", + "x-scope": "individual", + "const": "moc" + }, + { + "title": "Mobilian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mod" + }, + { + "title": "Innu", + "x-language-type": "living", + "x-scope": "individual", + "const": "moe" + }, + { + "title": "Mongondow", + "x-language-type": "living", + "x-scope": "individual", + "const": "mog" + }, + { + "title": "Mohawk", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "moh", + "x-set-2-terminologic": "moh", + "const": "moh" + }, + { + "title": "Mboi", + "x-language-type": "living", + "x-scope": "individual", + "const": "moi" + }, + { + "title": "Monzombo", + "x-language-type": "living", + "x-scope": "individual", + "const": "moj" + }, + { + "title": "Morori", + "x-language-type": "living", + "x-scope": "individual", + "const": "mok" + }, + { + "title": "Mangue", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mom" + }, + { + "title": "Mongolian", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "mn", + "x-set-2-bibliographic": "mon", + "x-set-2-terminologic": "mon", + "const": "mon" + }, + { + "title": "Monom", + "x-language-type": "living", + "x-scope": "individual", + "const": "moo" + }, + { + "title": "Mopán Maya", + "x-language-type": "living", + "x-scope": "individual", + "const": "mop" + }, + { + "title": "Mor (Bomberai Peninsula)", + "x-language-type": "living", + "x-scope": "individual", + "const": "moq" + }, + { + "title": "Moro", + "x-language-type": "living", + "x-scope": "individual", + "const": "mor" + }, + { + "title": "Mossi", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "mos", + "x-set-2-terminologic": "mos", + "const": "mos" + }, + { + "title": "Barí", + "x-language-type": "living", + "x-scope": "individual", + "const": "mot" + }, + { + "title": "Mogum", + "x-language-type": "living", + "x-scope": "individual", + "const": "mou" + }, + { + "title": "Mohave", + "x-language-type": "living", + "x-scope": "individual", + "const": "mov" + }, + { + "title": "Moi (Congo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mow" + }, + { + "title": "Molima", + "x-language-type": "living", + "x-scope": "individual", + "const": "mox" + }, + { + "title": "Shekkacho", + "x-language-type": "living", + "x-scope": "individual", + "const": "moy" + }, + { + "title": "Mukulu", + "x-language-type": "living", + "x-scope": "individual", + "const": "moz" + }, + { + "title": "Mpoto", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpa" + }, + { + "title": "Malak Malak", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpb" + }, + { + "title": "Mangarrayi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpc" + }, + { + "title": "Machinere", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpd" + }, + { + "title": "Majang", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpe" + }, + { + "title": "Marba", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpg" + }, + { + "title": "Maung", + "x-language-type": "living", + "x-scope": "individual", + "const": "mph" + }, + { + "title": "Mpade", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpi" + }, + { + "title": "Martu Wangka", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpj" + }, + { + "title": "Mbara (Chad)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpk" + }, + { + "title": "Middle Watut", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpl" + }, + { + "title": "Yosondúa Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpm" + }, + { + "title": "Mindiri", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpn" + }, + { + "title": "Miu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpo" + }, + { + "title": "Migabac", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpp" + }, + { + "title": "Matís", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpq" + }, + { + "title": "Vangunu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpr" + }, + { + "title": "Dadibi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mps" + }, + { + "title": "Mian", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpt" + }, + { + "title": "Makuráp", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpu" + }, + { + "title": "Mungkip", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpv" + }, + { + "title": "Mapidian", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpw" + }, + { + "title": "Misima-Panaeati", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpx" + }, + { + "title": "Mapia", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpy" + }, + { + "title": "Mpi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mpz" + }, + { + "title": "Maba (Indonesia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqa" + }, + { + "title": "Mbuko", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqb" + }, + { + "title": "Mangole", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqc" + }, + { + "title": "Matepi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqe" + }, + { + "title": "Momuna", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqf" + }, + { + "title": "Kota Bangun Kutai Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqg" + }, + { + "title": "Tlazoyaltepec Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqh" + }, + { + "title": "Mariri", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqi" + }, + { + "title": "Mamasa", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqj" + }, + { + "title": "Rajah Kabunsuwan Manobo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqk" + }, + { + "title": "Mbelime", + "x-language-type": "living", + "x-scope": "individual", + "const": "mql" + }, + { + "title": "South Marquesan", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqm" + }, + { + "title": "Moronene", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqn" + }, + { + "title": "Modole", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqo" + }, + { + "title": "Manipa", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqp" + }, + { + "title": "Minokok", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqq" + }, + { + "title": "Mander", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqr" + }, + { + "title": "West Makian", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqs" + }, + { + "title": "Mok", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqt" + }, + { + "title": "Mandari", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqu" + }, + { + "title": "Mosimo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqv" + }, + { + "title": "Murupi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqw" + }, + { + "title": "Mamuju", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqx" + }, + { + "title": "Manggarai", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqy" + }, + { + "title": "Pano", + "x-language-type": "living", + "x-scope": "individual", + "const": "mqz" + }, + { + "title": "Mlabri", + "x-language-type": "living", + "x-scope": "individual", + "const": "mra" + }, + { + "title": "Marino", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrb" + }, + { + "title": "Maricopa", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrc" + }, + { + "title": "Western Magar", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrd" + }, + { + "title": "Martha's Vineyard Sign Language", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mre" + }, + { + "title": "Elseng", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrf" + }, + { + "title": "Mising", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrg" + }, + { + "title": "Mara Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrh" + }, + { + "title": "Maori", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "mi", + "x-set-2-bibliographic": "mao", + "x-set-2-terminologic": "mri", + "const": "mri" + }, + { + "title": "Western Mari", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrj" + }, + { + "title": "Hmwaveke", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrk" + }, + { + "title": "Mortlockese", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrl" + }, + { + "title": "Merlav", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrm" + }, + { + "title": "Cheke Holo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrn" + }, + { + "title": "Mru", + "x-language-type": "living", + "x-scope": "individual", + "const": "mro" + }, + { + "title": "Morouas", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrp" + }, + { + "title": "North Marquesan", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrq" + }, + { + "title": "Maria (India)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrr" + }, + { + "title": "Maragus", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrs" + }, + { + "title": "Marghi Central", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrt" + }, + { + "title": "Mono (Cameroon)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mru" + }, + { + "title": "Mangareva", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrv" + }, + { + "title": "Maranao", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrw" + }, + { + "title": "Maremgi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrx" + }, + { + "title": "Mandaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "mry" + }, + { + "title": "Marind", + "x-language-type": "living", + "x-scope": "individual", + "const": "mrz" + }, + { + "title": "Malay (macrolanguage)", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "ms", + "x-set-2-bibliographic": "may", + "x-set-2-terminologic": "msa", + "const": "msa" + }, + { + "title": "Masbatenyo", + "x-language-type": "living", + "x-scope": "individual", + "const": "msb" + }, + { + "title": "Sankaran Maninka", + "x-language-type": "living", + "x-scope": "individual", + "const": "msc" + }, + { + "title": "Yucatec Maya Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "msd" + }, + { + "title": "Musey", + "x-language-type": "living", + "x-scope": "individual", + "const": "mse" + }, + { + "title": "Mekwei", + "x-language-type": "living", + "x-scope": "individual", + "const": "msf" + }, + { + "title": "Moraid", + "x-language-type": "living", + "x-scope": "individual", + "const": "msg" + }, + { + "title": "Masikoro Malagasy", + "x-language-type": "living", + "x-scope": "individual", + "const": "msh" + }, + { + "title": "Sabah Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "msi" + }, + { + "title": "Ma (Democratic Republic of Congo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "msj" + }, + { + "title": "Mansaka", + "x-language-type": "living", + "x-scope": "individual", + "const": "msk" + }, + { + "title": "Molof", + "x-language-type": "living", + "x-scope": "individual", + "const": "msl" + }, + { + "title": "Agusan Manobo", + "x-language-type": "living", + "x-scope": "individual", + "const": "msm" + }, + { + "title": "Vurës", + "x-language-type": "living", + "x-scope": "individual", + "const": "msn" + }, + { + "title": "Mombum", + "x-language-type": "living", + "x-scope": "individual", + "const": "mso" + }, + { + "title": "Maritsauá", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "msp" + }, + { + "title": "Caac", + "x-language-type": "living", + "x-scope": "individual", + "const": "msq" + }, + { + "title": "Mongolian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "msr" + }, + { + "title": "West Masela", + "x-language-type": "living", + "x-scope": "individual", + "const": "mss" + }, + { + "title": "Musom", + "x-language-type": "living", + "x-scope": "individual", + "const": "msu" + }, + { + "title": "Maslam", + "x-language-type": "living", + "x-scope": "individual", + "const": "msv" + }, + { + "title": "Mansoanka", + "x-language-type": "living", + "x-scope": "individual", + "const": "msw" + }, + { + "title": "Moresada", + "x-language-type": "living", + "x-scope": "individual", + "const": "msx" + }, + { + "title": "Aruamu", + "x-language-type": "living", + "x-scope": "individual", + "const": "msy" + }, + { + "title": "Momare", + "x-language-type": "living", + "x-scope": "individual", + "const": "msz" + }, + { + "title": "Cotabato Manobo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mta" + }, + { + "title": "Anyin Morofo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mtb" + }, + { + "title": "Munit", + "x-language-type": "living", + "x-scope": "individual", + "const": "mtc" + }, + { + "title": "Mualang", + "x-language-type": "living", + "x-scope": "individual", + "const": "mtd" + }, + { + "title": "Mono (Solomon Islands)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mte" + }, + { + "title": "Murik (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mtf" + }, + { + "title": "Una", + "x-language-type": "living", + "x-scope": "individual", + "const": "mtg" + }, + { + "title": "Munggui", + "x-language-type": "living", + "x-scope": "individual", + "const": "mth" + }, + { + "title": "Maiwa (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mti" + }, + { + "title": "Moskona", + "x-language-type": "living", + "x-scope": "individual", + "const": "mtj" + }, + { + "title": "Mbe'", + "x-language-type": "living", + "x-scope": "individual", + "const": "mtk" + }, + { + "title": "Montol", + "x-language-type": "living", + "x-scope": "individual", + "const": "mtl" + }, + { + "title": "Mator", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mtm" + }, + { + "title": "Matagalpa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mtn" + }, + { + "title": "Totontepec Mixe", + "x-language-type": "living", + "x-scope": "individual", + "const": "mto" + }, + { + "title": "Wichí Lhamtés Nocten", + "x-language-type": "living", + "x-scope": "individual", + "const": "mtp" + }, + { + "title": "Muong", + "x-language-type": "living", + "x-scope": "individual", + "const": "mtq" + }, + { + "title": "Mewari", + "x-language-type": "living", + "x-scope": "individual", + "const": "mtr" + }, + { + "title": "Yora", + "x-language-type": "living", + "x-scope": "individual", + "const": "mts" + }, + { + "title": "Mota", + "x-language-type": "living", + "x-scope": "individual", + "const": "mtt" + }, + { + "title": "Tututepec Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mtu" + }, + { + "title": "Asaro'o", + "x-language-type": "living", + "x-scope": "individual", + "const": "mtv" + }, + { + "title": "Southern Binukidnon", + "x-language-type": "living", + "x-scope": "individual", + "const": "mtw" + }, + { + "title": "Tidaá Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mtx" + }, + { + "title": "Nabi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mty" + }, + { + "title": "Mundang", + "x-language-type": "living", + "x-scope": "individual", + "const": "mua" + }, + { + "title": "Mubi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mub" + }, + { + "title": "Ajumbu", + "x-language-type": "living", + "x-scope": "individual", + "const": "muc" + }, + { + "title": "Mednyj Aleut", + "x-language-type": "living", + "x-scope": "individual", + "const": "mud" + }, + { + "title": "Media Lengua", + "x-language-type": "living", + "x-scope": "individual", + "const": "mue" + }, + { + "title": "Musgu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mug" + }, + { + "title": "Mündü", + "x-language-type": "living", + "x-scope": "individual", + "const": "muh" + }, + { + "title": "Musi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mui" + }, + { + "title": "Mabire", + "x-language-type": "living", + "x-scope": "individual", + "const": "muj" + }, + { + "title": "Mugom", + "x-language-type": "living", + "x-scope": "individual", + "const": "muk" + }, + { + "title": "Multiple languages", + "x-language-type": "special", + "x-scope": "special", + "x-set-2-bibliographic": "mul", + "x-set-2-terminologic": "mul", + "const": "mul" + }, + { + "title": "Maiwala", + "x-language-type": "living", + "x-scope": "individual", + "const": "mum" + }, + { + "title": "Nyong", + "x-language-type": "living", + "x-scope": "individual", + "const": "muo" + }, + { + "title": "Malvi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mup" + }, + { + "title": "Eastern Xiangxi Miao", + "x-language-type": "living", + "x-scope": "individual", + "const": "muq" + }, + { + "title": "Murle", + "x-language-type": "living", + "x-scope": "individual", + "const": "mur" + }, + { + "title": "Creek", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "mus", + "x-set-2-terminologic": "mus", + "const": "mus" + }, + { + "title": "Western Muria", + "x-language-type": "living", + "x-scope": "individual", + "const": "mut" + }, + { + "title": "Yaaku", + "x-language-type": "living", + "x-scope": "individual", + "const": "muu" + }, + { + "title": "Muthuvan", + "x-language-type": "living", + "x-scope": "individual", + "const": "muv" + }, + { + "title": "Bo-Ung", + "x-language-type": "living", + "x-scope": "individual", + "const": "mux" + }, + { + "title": "Muyang", + "x-language-type": "living", + "x-scope": "individual", + "const": "muy" + }, + { + "title": "Mursi", + "x-language-type": "living", + "x-scope": "individual", + "const": "muz" + }, + { + "title": "Manam", + "x-language-type": "living", + "x-scope": "individual", + "const": "mva" + }, + { + "title": "Mattole", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mvb" + }, + { + "title": "Mamboru", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvd" + }, + { + "title": "Marwari (Pakistan)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mve" + }, + { + "title": "Peripheral Mongolian", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvf" + }, + { + "title": "Yucuañe Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvg" + }, + { + "title": "Mulgi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvh" + }, + { + "title": "Miyako", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvi" + }, + { + "title": "Mekmek", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvk" + }, + { + "title": "Mbara (Australia)", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mvl" + }, + { + "title": "Minaveha", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvn" + }, + { + "title": "Marovo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvo" + }, + { + "title": "Duri", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvp" + }, + { + "title": "Moere", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvq" + }, + { + "title": "Marau", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvr" + }, + { + "title": "Massep", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvs" + }, + { + "title": "Mpotovoro", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvt" + }, + { + "title": "Marfa", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvu" + }, + { + "title": "Tagal Murut", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvv" + }, + { + "title": "Machinga", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvw" + }, + { + "title": "Meoswar", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvx" + }, + { + "title": "Indus Kohistani", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvy" + }, + { + "title": "Mesqan", + "x-language-type": "living", + "x-scope": "individual", + "const": "mvz" + }, + { + "title": "Mwatebu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mwa" + }, + { + "title": "Juwal", + "x-language-type": "living", + "x-scope": "individual", + "const": "mwb" + }, + { + "title": "Are", + "x-language-type": "living", + "x-scope": "individual", + "const": "mwc" + }, + { + "title": "Mwera (Chimwera)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mwe" + }, + { + "title": "Murrinh-Patha", + "x-language-type": "living", + "x-scope": "individual", + "const": "mwf" + }, + { + "title": "Aiklep", + "x-language-type": "living", + "x-scope": "individual", + "const": "mwg" + }, + { + "title": "Mouk-Aria", + "x-language-type": "living", + "x-scope": "individual", + "const": "mwh" + }, + { + "title": "Labo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mwi" + }, + { + "title": "Kita Maninkakan", + "x-language-type": "living", + "x-scope": "individual", + "const": "mwk" + }, + { + "title": "Mirandese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "mwl", + "x-set-2-terminologic": "mwl", + "const": "mwl" + }, + { + "title": "Sar", + "x-language-type": "living", + "x-scope": "individual", + "const": "mwm" + }, + { + "title": "Nyamwanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "mwn" + }, + { + "title": "Central Maewo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mwo" + }, + { + "title": "Kala Lagaw Ya", + "x-language-type": "living", + "x-scope": "individual", + "const": "mwp" + }, + { + "title": "Mün Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "mwq" + }, + { + "title": "Marwari", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "mwr", + "x-set-2-terminologic": "mwr", + "const": "mwr" + }, + { + "title": "Mwimbi-Muthambi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mws" + }, + { + "title": "Moken", + "x-language-type": "living", + "x-scope": "individual", + "const": "mwt" + }, + { + "title": "Mittu", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mwu" + }, + { + "title": "Mentawai", + "x-language-type": "living", + "x-scope": "individual", + "const": "mwv" + }, + { + "title": "Hmong Daw", + "x-language-type": "living", + "x-scope": "individual", + "const": "mww" + }, + { + "title": "Moingi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mwz" + }, + { + "title": "Northwest Oaxaca Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxa" + }, + { + "title": "Tezoatlán Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxb" + }, + { + "title": "Manyika", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxc" + }, + { + "title": "Modang", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxd" + }, + { + "title": "Mele-Fila", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxe" + }, + { + "title": "Malgbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxf" + }, + { + "title": "Mbangala", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxg" + }, + { + "title": "Mvuba", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxh" + }, + { + "title": "Mozarabic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "mxi" + }, + { + "title": "Miju-Mishmi", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxj" + }, + { + "title": "Monumbo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxk" + }, + { + "title": "Maxi Gbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxl" + }, + { + "title": "Meramera", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxm" + }, + { + "title": "Moi (Indonesia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxn" + }, + { + "title": "Mbowe", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxo" + }, + { + "title": "Tlahuitoltepec Mixe", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxp" + }, + { + "title": "Juquila Mixe", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxq" + }, + { + "title": "Murik (Malaysia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxr" + }, + { + "title": "Huitepec Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxs" + }, + { + "title": "Jamiltepec Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxt" + }, + { + "title": "Mada (Cameroon)", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxu" + }, + { + "title": "Metlatónoc Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxv" + }, + { + "title": "Namo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxw" + }, + { + "title": "Mahou", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxx" + }, + { + "title": "Southeastern Nochixtlán Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxy" + }, + { + "title": "Central Masela", + "x-language-type": "living", + "x-scope": "individual", + "const": "mxz" + }, + { + "title": "Burmese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "my", + "x-set-2-bibliographic": "bur", + "x-set-2-terminologic": "mya", + "const": "mya" + }, + { + "title": "Mbay", + "x-language-type": "living", + "x-scope": "individual", + "const": "myb" + }, + { + "title": "Mayeka", + "x-language-type": "living", + "x-scope": "individual", + "const": "myc" + }, + { + "title": "Myene", + "x-language-type": "living", + "x-scope": "individual", + "const": "mye" + }, + { + "title": "Bambassi", + "x-language-type": "living", + "x-scope": "individual", + "const": "myf" + }, + { + "title": "Manta", + "x-language-type": "living", + "x-scope": "individual", + "const": "myg" + }, + { + "title": "Makah", + "x-language-type": "living", + "x-scope": "individual", + "const": "myh" + }, + { + "title": "Mangayat", + "x-language-type": "living", + "x-scope": "individual", + "const": "myj" + }, + { + "title": "Mamara Senoufo", + "x-language-type": "living", + "x-scope": "individual", + "const": "myk" + }, + { + "title": "Moma", + "x-language-type": "living", + "x-scope": "individual", + "const": "myl" + }, + { + "title": "Me'en", + "x-language-type": "living", + "x-scope": "individual", + "const": "mym" + }, + { + "title": "Anfillo", + "x-language-type": "living", + "x-scope": "individual", + "const": "myo" + }, + { + "title": "Pirahã", + "x-language-type": "living", + "x-scope": "individual", + "const": "myp" + }, + { + "title": "Muniche", + "x-language-type": "living", + "x-scope": "individual", + "const": "myr" + }, + { + "title": "Mesmes", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mys" + }, + { + "title": "Mundurukú", + "x-language-type": "living", + "x-scope": "individual", + "const": "myu" + }, + { + "title": "Erzya", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "myv", + "x-set-2-terminologic": "myv", + "const": "myv" + }, + { + "title": "Muyuw", + "x-language-type": "living", + "x-scope": "individual", + "const": "myw" + }, + { + "title": "Masaaba", + "x-language-type": "living", + "x-scope": "individual", + "const": "myx" + }, + { + "title": "Macuna", + "x-language-type": "living", + "x-scope": "individual", + "const": "myy" + }, + { + "title": "Classical Mandaic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "myz" + }, + { + "title": "Santa María Zacatepec Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mza" + }, + { + "title": "Tumzabt", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzb" + }, + { + "title": "Madagascar Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzc" + }, + { + "title": "Malimba", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzd" + }, + { + "title": "Morawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "mze" + }, + { + "title": "Monastic Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzg" + }, + { + "title": "Wichí Lhamtés Güisnay", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzh" + }, + { + "title": "Ixcatlán Mazatec", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzi" + }, + { + "title": "Manya", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzj" + }, + { + "title": "Nigeria Mambila", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzk" + }, + { + "title": "Mazatlán Mixe", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzl" + }, + { + "title": "Mumuye", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzm" + }, + { + "title": "Mazanderani", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzn" + }, + { + "title": "Matipuhy", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "mzo" + }, + { + "title": "Movima", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzp" + }, + { + "title": "Mori Atas", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzq" + }, + { + "title": "Marúbo", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzr" + }, + { + "title": "Macanese", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzs" + }, + { + "title": "Mintil", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzt" + }, + { + "title": "Inapang", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzu" + }, + { + "title": "Manza", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzv" + }, + { + "title": "Deg", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzw" + }, + { + "title": "Mawayana", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzx" + }, + { + "title": "Mozambican Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzy" + }, + { + "title": "Maiadomu", + "x-language-type": "living", + "x-scope": "individual", + "const": "mzz" + }, + { + "title": "Namla", + "x-language-type": "living", + "x-scope": "individual", + "const": "naa" + }, + { + "title": "Southern Nambikuára", + "x-language-type": "living", + "x-scope": "individual", + "const": "nab" + }, + { + "title": "Narak", + "x-language-type": "living", + "x-scope": "individual", + "const": "nac" + }, + { + "title": "Naka'ela", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nae" + }, + { + "title": "Nabak", + "x-language-type": "living", + "x-scope": "individual", + "const": "naf" + }, + { + "title": "Naga Pidgin", + "x-language-type": "living", + "x-scope": "individual", + "const": "nag" + }, + { + "title": "Nalu", + "x-language-type": "living", + "x-scope": "individual", + "const": "naj" + }, + { + "title": "Nakanai", + "x-language-type": "living", + "x-scope": "individual", + "const": "nak" + }, + { + "title": "Nalik", + "x-language-type": "living", + "x-scope": "individual", + "const": "nal" + }, + { + "title": "Ngan'gityemerri", + "x-language-type": "living", + "x-scope": "individual", + "const": "nam" + }, + { + "title": "Min Nan Chinese", + "x-language-type": "living", + "x-scope": "individual", + "const": "nan" + }, + { + "title": "Naaba", + "x-language-type": "living", + "x-scope": "individual", + "const": "nao" + }, + { + "title": "Neapolitan", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "nap", + "x-set-2-terminologic": "nap", + "const": "nap" + }, + { + "title": "Khoekhoe", + "x-language-type": "living", + "x-scope": "individual", + "const": "naq" + }, + { + "title": "Iguta", + "x-language-type": "living", + "x-scope": "individual", + "const": "nar" + }, + { + "title": "Naasioi", + "x-language-type": "living", + "x-scope": "individual", + "const": "nas" + }, + { + "title": "Ca̱hungwa̱rya̱", + "x-language-type": "living", + "x-scope": "individual", + "const": "nat" + }, + { + "title": "Nauru", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "na", + "x-set-2-bibliographic": "nau", + "x-set-2-terminologic": "nau", + "const": "nau" + }, + { + "title": "Navajo", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "nv", + "x-set-2-bibliographic": "nav", + "x-set-2-terminologic": "nav", + "const": "nav" + }, + { + "title": "Nawuri", + "x-language-type": "living", + "x-scope": "individual", + "const": "naw" + }, + { + "title": "Nakwi", + "x-language-type": "living", + "x-scope": "individual", + "const": "nax" + }, + { + "title": "Ngarrindjeri", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nay" + }, + { + "title": "Coatepec Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "naz" + }, + { + "title": "Nyemba", + "x-language-type": "living", + "x-scope": "individual", + "const": "nba" + }, + { + "title": "Ndoe", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbb" + }, + { + "title": "Chang Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbc" + }, + { + "title": "Ngbinda", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbd" + }, + { + "title": "Konyak Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbe" + }, + { + "title": "Nagarchal", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbg" + }, + { + "title": "Ngamo", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbh" + }, + { + "title": "Mao Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbi" + }, + { + "title": "Ngarinyman", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbj" + }, + { + "title": "Nake", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbk" + }, + { + "title": "South Ndebele", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "nr", + "x-set-2-bibliographic": "nbl", + "x-set-2-terminologic": "nbl", + "const": "nbl" + }, + { + "title": "Ngbaka Ma'bo", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbm" + }, + { + "title": "Kuri", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbn" + }, + { + "title": "Nkukoli", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbo" + }, + { + "title": "Nnam", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbp" + }, + { + "title": "Nggem", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbq" + }, + { + "title": "Numana", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbr" + }, + { + "title": "Namibian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbs" + }, + { + "title": "Na", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbt" + }, + { + "title": "Rongmei Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbu" + }, + { + "title": "Ngamambo", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbv" + }, + { + "title": "Southern Ngbandi", + "x-language-type": "living", + "x-scope": "individual", + "const": "nbw" + }, + { + "title": "Ningera", + "x-language-type": "living", + "x-scope": "individual", + "const": "nby" + }, + { + "title": "Iyo", + "x-language-type": "living", + "x-scope": "individual", + "const": "nca" + }, + { + "title": "Central Nicobarese", + "x-language-type": "living", + "x-scope": "individual", + "const": "ncb" + }, + { + "title": "Ponam", + "x-language-type": "living", + "x-scope": "individual", + "const": "ncc" + }, + { + "title": "Nachering", + "x-language-type": "living", + "x-scope": "individual", + "const": "ncd" + }, + { + "title": "Yale", + "x-language-type": "living", + "x-scope": "individual", + "const": "nce" + }, + { + "title": "Notsi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ncf" + }, + { + "title": "Nisga'a", + "x-language-type": "living", + "x-scope": "individual", + "const": "ncg" + }, + { + "title": "Central Huasteca Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "nch" + }, + { + "title": "Classical Nahuatl", + "x-language-type": "historic", + "x-scope": "individual", + "const": "nci" + }, + { + "title": "Northern Puebla Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "ncj" + }, + { + "title": "Na-kara", + "x-language-type": "living", + "x-scope": "individual", + "const": "nck" + }, + { + "title": "Michoacán Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "ncl" + }, + { + "title": "Nambo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ncm" + }, + { + "title": "Nauna", + "x-language-type": "living", + "x-scope": "individual", + "const": "ncn" + }, + { + "title": "Sibe", + "x-language-type": "living", + "x-scope": "individual", + "const": "nco" + }, + { + "title": "Northern Katang", + "x-language-type": "living", + "x-scope": "individual", + "const": "ncq" + }, + { + "title": "Ncane", + "x-language-type": "living", + "x-scope": "individual", + "const": "ncr" + }, + { + "title": "Nicaraguan Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "ncs" + }, + { + "title": "Chothe Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nct" + }, + { + "title": "Chumburung", + "x-language-type": "living", + "x-scope": "individual", + "const": "ncu" + }, + { + "title": "Central Puebla Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "ncx" + }, + { + "title": "Natchez", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ncz" + }, + { + "title": "Ndasa", + "x-language-type": "living", + "x-scope": "individual", + "const": "nda" + }, + { + "title": "Kenswei Nsei", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndb" + }, + { + "title": "Ndau", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndc" + }, + { + "title": "Nde-Nsele-Nta", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndd" + }, + { + "title": "North Ndebele", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "nd", + "x-set-2-bibliographic": "nde", + "x-set-2-terminologic": "nde", + "const": "nde" + }, + { + "title": "Nadruvian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "ndf" + }, + { + "title": "Ndengereko", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndg" + }, + { + "title": "Ndali", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndh" + }, + { + "title": "Samba Leko", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndi" + }, + { + "title": "Ndamba", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndj" + }, + { + "title": "Ndaka", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndk" + }, + { + "title": "Ndolo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndl" + }, + { + "title": "Ndam", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndm" + }, + { + "title": "Ngundi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndn" + }, + { + "title": "Ndonga", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ng", + "x-set-2-bibliographic": "ndo", + "x-set-2-terminologic": "ndo", + "const": "ndo" + }, + { + "title": "Ndo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndp" + }, + { + "title": "Ndombe", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndq" + }, + { + "title": "Ndoola", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndr" + }, + { + "title": "Low German", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "nds", + "x-set-2-terminologic": "nds", + "const": "nds" + }, + { + "title": "Ndunga", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndt" + }, + { + "title": "Dugun", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndu" + }, + { + "title": "Ndut", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndv" + }, + { + "title": "Ndobo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndw" + }, + { + "title": "Nduga", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndx" + }, + { + "title": "Lutos", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndy" + }, + { + "title": "Ndogo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ndz" + }, + { + "title": "Eastern Ngad'a", + "x-language-type": "living", + "x-scope": "individual", + "const": "nea" + }, + { + "title": "Toura (Côte d'Ivoire)", + "x-language-type": "living", + "x-scope": "individual", + "const": "neb" + }, + { + "title": "Nedebang", + "x-language-type": "living", + "x-scope": "individual", + "const": "nec" + }, + { + "title": "Nde-Gbite", + "x-language-type": "living", + "x-scope": "individual", + "const": "ned" + }, + { + "title": "Nêlêmwa-Nixumwak", + "x-language-type": "living", + "x-scope": "individual", + "const": "nee" + }, + { + "title": "Nefamese", + "x-language-type": "living", + "x-scope": "individual", + "const": "nef" + }, + { + "title": "Negidal", + "x-language-type": "living", + "x-scope": "individual", + "const": "neg" + }, + { + "title": "Nyenkha", + "x-language-type": "living", + "x-scope": "individual", + "const": "neh" + }, + { + "title": "Neo-Hittite", + "x-language-type": "historic", + "x-scope": "individual", + "const": "nei" + }, + { + "title": "Neko", + "x-language-type": "living", + "x-scope": "individual", + "const": "nej" + }, + { + "title": "Neku", + "x-language-type": "living", + "x-scope": "individual", + "const": "nek" + }, + { + "title": "Nemi", + "x-language-type": "living", + "x-scope": "individual", + "const": "nem" + }, + { + "title": "Nengone", + "x-language-type": "living", + "x-scope": "individual", + "const": "nen" + }, + { + "title": "Ná-Meo", + "x-language-type": "living", + "x-scope": "individual", + "const": "neo" + }, + { + "title": "Nepali (macrolanguage)", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "ne", + "x-set-2-bibliographic": "nep", + "x-set-2-terminologic": "nep", + "const": "nep" + }, + { + "title": "North Central Mixe", + "x-language-type": "living", + "x-scope": "individual", + "const": "neq" + }, + { + "title": "Yahadian", + "x-language-type": "living", + "x-scope": "individual", + "const": "ner" + }, + { + "title": "Bhoti Kinnauri", + "x-language-type": "living", + "x-scope": "individual", + "const": "nes" + }, + { + "title": "Nete", + "x-language-type": "living", + "x-scope": "individual", + "const": "net" + }, + { + "title": "Neo", + "x-language-type": "constructed", + "x-scope": "individual", + "const": "neu" + }, + { + "title": "Nyaheun", + "x-language-type": "living", + "x-scope": "individual", + "const": "nev" + }, + { + "title": "Nepal Bhasa", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "new", + "x-set-2-terminologic": "new", + "const": "new" + }, + { + "title": "Neme", + "x-language-type": "living", + "x-scope": "individual", + "const": "nex" + }, + { + "title": "Neyo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ney" + }, + { + "title": "Nez Perce", + "x-language-type": "living", + "x-scope": "individual", + "const": "nez" + }, + { + "title": "Dhao", + "x-language-type": "living", + "x-scope": "individual", + "const": "nfa" + }, + { + "title": "Ahwai", + "x-language-type": "living", + "x-scope": "individual", + "const": "nfd" + }, + { + "title": "Ayiwo", + "x-language-type": "living", + "x-scope": "individual", + "const": "nfl" + }, + { + "title": "Nafaanra", + "x-language-type": "living", + "x-scope": "individual", + "const": "nfr" + }, + { + "title": "Mfumte", + "x-language-type": "living", + "x-scope": "individual", + "const": "nfu" + }, + { + "title": "Ngbaka", + "x-language-type": "living", + "x-scope": "individual", + "const": "nga" + }, + { + "title": "Northern Ngbandi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngb" + }, + { + "title": "Ngombe (Democratic Republic of Congo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngc" + }, + { + "title": "Ngando (Central African Republic)", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngd" + }, + { + "title": "Ngemba", + "x-language-type": "living", + "x-scope": "individual", + "const": "nge" + }, + { + "title": "Ngbaka Manza", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngg" + }, + { + "title": "Nǁng", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngh" + }, + { + "title": "Ngizim", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngi" + }, + { + "title": "Ngie", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngj" + }, + { + "title": "Dalabon", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngk" + }, + { + "title": "Lomwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngl" + }, + { + "title": "Ngatik Men's Creole", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngm" + }, + { + "title": "Ngwo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngn" + }, + { + "title": "Ngulu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngp" + }, + { + "title": "Ngurimi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngq" + }, + { + "title": "Engdewu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngr" + }, + { + "title": "Gvoko", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngs" + }, + { + "title": "Kriang", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngt" + }, + { + "title": "Guerrero Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngu" + }, + { + "title": "Nagumi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ngv" + }, + { + "title": "Ngwaba", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngw" + }, + { + "title": "Nggwahyi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngx" + }, + { + "title": "Tibea", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngy" + }, + { + "title": "Ngungwel", + "x-language-type": "living", + "x-scope": "individual", + "const": "ngz" + }, + { + "title": "Nhanda", + "x-language-type": "living", + "x-scope": "individual", + "const": "nha" + }, + { + "title": "Beng", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhb" + }, + { + "title": "Tabasco Nahuatl", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nhc" + }, + { + "title": "Chiripá", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhd" + }, + { + "title": "Eastern Huasteca Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhe" + }, + { + "title": "Nhuwala", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhf" + }, + { + "title": "Tetelcingo Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhg" + }, + { + "title": "Nahari", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhh" + }, + { + "title": "Zacatlán-Ahuacatlán-Tepetzintla Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhi" + }, + { + "title": "Isthmus-Cosoleacaque Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhk" + }, + { + "title": "Morelos Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhm" + }, + { + "title": "Central Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhn" + }, + { + "title": "Takuu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nho" + }, + { + "title": "Isthmus-Pajapan Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhp" + }, + { + "title": "Huaxcaleca Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhq" + }, + { + "title": "Naro", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhr" + }, + { + "title": "Ometepec Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "nht" + }, + { + "title": "Noone", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhu" + }, + { + "title": "Temascaltepec Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhv" + }, + { + "title": "Western Huasteca Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhw" + }, + { + "title": "Isthmus-Mecayapan Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhx" + }, + { + "title": "Northern Oaxaca Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhy" + }, + { + "title": "Santa María La Alta Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "nhz" + }, + { + "title": "Nias", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "nia", + "x-set-2-terminologic": "nia", + "const": "nia" + }, + { + "title": "Nakame", + "x-language-type": "living", + "x-scope": "individual", + "const": "nib" + }, + { + "title": "Ngandi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nid" + }, + { + "title": "Niellim", + "x-language-type": "living", + "x-scope": "individual", + "const": "nie" + }, + { + "title": "Nek", + "x-language-type": "living", + "x-scope": "individual", + "const": "nif" + }, + { + "title": "Ngalakgan", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nig" + }, + { + "title": "Nyiha (Tanzania)", + "x-language-type": "living", + "x-scope": "individual", + "const": "nih" + }, + { + "title": "Nii", + "x-language-type": "living", + "x-scope": "individual", + "const": "nii" + }, + { + "title": "Ngaju", + "x-language-type": "living", + "x-scope": "individual", + "const": "nij" + }, + { + "title": "Southern Nicobarese", + "x-language-type": "living", + "x-scope": "individual", + "const": "nik" + }, + { + "title": "Nila", + "x-language-type": "living", + "x-scope": "individual", + "const": "nil" + }, + { + "title": "Nilamba", + "x-language-type": "living", + "x-scope": "individual", + "const": "nim" + }, + { + "title": "Ninzo", + "x-language-type": "living", + "x-scope": "individual", + "const": "nin" + }, + { + "title": "Nganasan", + "x-language-type": "living", + "x-scope": "individual", + "const": "nio" + }, + { + "title": "Nandi", + "x-language-type": "living", + "x-scope": "individual", + "const": "niq" + }, + { + "title": "Nimboran", + "x-language-type": "living", + "x-scope": "individual", + "const": "nir" + }, + { + "title": "Nimi", + "x-language-type": "living", + "x-scope": "individual", + "const": "nis" + }, + { + "title": "Southeastern Kolami", + "x-language-type": "living", + "x-scope": "individual", + "const": "nit" + }, + { + "title": "Niuean", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "niu", + "x-set-2-terminologic": "niu", + "const": "niu" + }, + { + "title": "Gilyak", + "x-language-type": "living", + "x-scope": "individual", + "const": "niv" + }, + { + "title": "Nimo", + "x-language-type": "living", + "x-scope": "individual", + "const": "niw" + }, + { + "title": "Hema", + "x-language-type": "living", + "x-scope": "individual", + "const": "nix" + }, + { + "title": "Ngiti", + "x-language-type": "living", + "x-scope": "individual", + "const": "niy" + }, + { + "title": "Ningil", + "x-language-type": "living", + "x-scope": "individual", + "const": "niz" + }, + { + "title": "Nzanyi", + "x-language-type": "living", + "x-scope": "individual", + "const": "nja" + }, + { + "title": "Nocte Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "njb" + }, + { + "title": "Ndonde Hamba", + "x-language-type": "living", + "x-scope": "individual", + "const": "njd" + }, + { + "title": "Lotha Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "njh" + }, + { + "title": "Gudanji", + "x-language-type": "living", + "x-scope": "individual", + "const": "nji" + }, + { + "title": "Njen", + "x-language-type": "living", + "x-scope": "individual", + "const": "njj" + }, + { + "title": "Njalgulgule", + "x-language-type": "living", + "x-scope": "individual", + "const": "njl" + }, + { + "title": "Angami Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "njm" + }, + { + "title": "Liangmai Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "njn" + }, + { + "title": "Ao Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "njo" + }, + { + "title": "Njerep", + "x-language-type": "living", + "x-scope": "individual", + "const": "njr" + }, + { + "title": "Nisa", + "x-language-type": "living", + "x-scope": "individual", + "const": "njs" + }, + { + "title": "Ndyuka-Trio Pidgin", + "x-language-type": "living", + "x-scope": "individual", + "const": "njt" + }, + { + "title": "Ngadjunmaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "nju" + }, + { + "title": "Kunyi", + "x-language-type": "living", + "x-scope": "individual", + "const": "njx" + }, + { + "title": "Njyem", + "x-language-type": "living", + "x-scope": "individual", + "const": "njy" + }, + { + "title": "Nyishi", + "x-language-type": "living", + "x-scope": "individual", + "const": "njz" + }, + { + "title": "Nkoya", + "x-language-type": "living", + "x-scope": "individual", + "const": "nka" + }, + { + "title": "Khoibu Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nkb" + }, + { + "title": "Nkongho", + "x-language-type": "living", + "x-scope": "individual", + "const": "nkc" + }, + { + "title": "Koireng", + "x-language-type": "living", + "x-scope": "individual", + "const": "nkd" + }, + { + "title": "Duke", + "x-language-type": "living", + "x-scope": "individual", + "const": "nke" + }, + { + "title": "Inpui Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nkf" + }, + { + "title": "Nekgini", + "x-language-type": "living", + "x-scope": "individual", + "const": "nkg" + }, + { + "title": "Khezha Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nkh" + }, + { + "title": "Thangal Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nki" + }, + { + "title": "Nakai", + "x-language-type": "living", + "x-scope": "individual", + "const": "nkj" + }, + { + "title": "Nokuku", + "x-language-type": "living", + "x-scope": "individual", + "const": "nkk" + }, + { + "title": "Namat", + "x-language-type": "living", + "x-scope": "individual", + "const": "nkm" + }, + { + "title": "Nkangala", + "x-language-type": "living", + "x-scope": "individual", + "const": "nkn" + }, + { + "title": "Nkonya", + "x-language-type": "living", + "x-scope": "individual", + "const": "nko" + }, + { + "title": "Niuatoputapu", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nkp" + }, + { + "title": "Nkami", + "x-language-type": "living", + "x-scope": "individual", + "const": "nkq" + }, + { + "title": "Nukuoro", + "x-language-type": "living", + "x-scope": "individual", + "const": "nkr" + }, + { + "title": "North Asmat", + "x-language-type": "living", + "x-scope": "individual", + "const": "nks" + }, + { + "title": "Nyika (Tanzania)", + "x-language-type": "living", + "x-scope": "individual", + "const": "nkt" + }, + { + "title": "Bouna Kulango", + "x-language-type": "living", + "x-scope": "individual", + "const": "nku" + }, + { + "title": "Nyika (Malawi and Zambia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "nkv" + }, + { + "title": "Nkutu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nkw" + }, + { + "title": "Nkoroo", + "x-language-type": "living", + "x-scope": "individual", + "const": "nkx" + }, + { + "title": "Nkari", + "x-language-type": "living", + "x-scope": "individual", + "const": "nkz" + }, + { + "title": "Ngombale", + "x-language-type": "living", + "x-scope": "individual", + "const": "nla" + }, + { + "title": "Nalca", + "x-language-type": "living", + "x-scope": "individual", + "const": "nlc" + }, + { + "title": "Dutch", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "nl", + "x-set-2-bibliographic": "dut", + "x-set-2-terminologic": "nld", + "const": "nld" + }, + { + "title": "East Nyala", + "x-language-type": "living", + "x-scope": "individual", + "const": "nle" + }, + { + "title": "Gela", + "x-language-type": "living", + "x-scope": "individual", + "const": "nlg" + }, + { + "title": "Grangali", + "x-language-type": "living", + "x-scope": "individual", + "const": "nli" + }, + { + "title": "Nyali", + "x-language-type": "living", + "x-scope": "individual", + "const": "nlj" + }, + { + "title": "Ninia Yali", + "x-language-type": "living", + "x-scope": "individual", + "const": "nlk" + }, + { + "title": "Nihali", + "x-language-type": "living", + "x-scope": "individual", + "const": "nll" + }, + { + "title": "Mankiyali", + "x-language-type": "living", + "x-scope": "individual", + "const": "nlm" + }, + { + "title": "Ngul", + "x-language-type": "living", + "x-scope": "individual", + "const": "nlo" + }, + { + "title": "Lao Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nlq" + }, + { + "title": "Nchumbulu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nlu" + }, + { + "title": "Orizaba Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "nlv" + }, + { + "title": "Walangama", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nlw" + }, + { + "title": "Nahali", + "x-language-type": "living", + "x-scope": "individual", + "const": "nlx" + }, + { + "title": "Nyamal", + "x-language-type": "living", + "x-scope": "individual", + "const": "nly" + }, + { + "title": "Nalögo", + "x-language-type": "living", + "x-scope": "individual", + "const": "nlz" + }, + { + "title": "Maram Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nma" + }, + { + "title": "Big Nambas", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmb" + }, + { + "title": "Ngam", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmc" + }, + { + "title": "Ndumu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmd" + }, + { + "title": "Mzieme Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nme" + }, + { + "title": "Tangkhul Naga (India)", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmf" + }, + { + "title": "Kwasio", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmg" + }, + { + "title": "Monsang Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmh" + }, + { + "title": "Nyam", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmi" + }, + { + "title": "Ngombe (Central African Republic)", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmj" + }, + { + "title": "Namakura", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmk" + }, + { + "title": "Ndemli", + "x-language-type": "living", + "x-scope": "individual", + "const": "nml" + }, + { + "title": "Manangba", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmm" + }, + { + "title": "ǃXóõ", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmn" + }, + { + "title": "Moyon Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmo" + }, + { + "title": "Nimanbur", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nmp" + }, + { + "title": "Nambya", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmq" + }, + { + "title": "Nimbari", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nmr" + }, + { + "title": "Letemboi", + "x-language-type": "living", + "x-scope": "individual", + "const": "nms" + }, + { + "title": "Namonuito", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmt" + }, + { + "title": "Northeast Maidu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmu" + }, + { + "title": "Ngamini", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nmv" + }, + { + "title": "Nimoa", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmw" + }, + { + "title": "Nama (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmx" + }, + { + "title": "Namuyi", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmy" + }, + { + "title": "Nawdm", + "x-language-type": "living", + "x-scope": "individual", + "const": "nmz" + }, + { + "title": "Nyangumarta", + "x-language-type": "living", + "x-scope": "individual", + "const": "nna" + }, + { + "title": "Nande", + "x-language-type": "living", + "x-scope": "individual", + "const": "nnb" + }, + { + "title": "Nancere", + "x-language-type": "living", + "x-scope": "individual", + "const": "nnc" + }, + { + "title": "West Ambae", + "x-language-type": "living", + "x-scope": "individual", + "const": "nnd" + }, + { + "title": "Ngandyera", + "x-language-type": "living", + "x-scope": "individual", + "const": "nne" + }, + { + "title": "Ngaing", + "x-language-type": "living", + "x-scope": "individual", + "const": "nnf" + }, + { + "title": "Maring Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nng" + }, + { + "title": "Ngiemboon", + "x-language-type": "living", + "x-scope": "individual", + "const": "nnh" + }, + { + "title": "North Nuaulu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nni" + }, + { + "title": "Nyangatom", + "x-language-type": "living", + "x-scope": "individual", + "const": "nnj" + }, + { + "title": "Nankina", + "x-language-type": "living", + "x-scope": "individual", + "const": "nnk" + }, + { + "title": "Northern Rengma Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nnl" + }, + { + "title": "Namia", + "x-language-type": "living", + "x-scope": "individual", + "const": "nnm" + }, + { + "title": "Ngete", + "x-language-type": "living", + "x-scope": "individual", + "const": "nnn" + }, + { + "title": "Norwegian Nynorsk", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "nn", + "x-set-2-bibliographic": "nno", + "x-set-2-terminologic": "nno", + "const": "nno" + }, + { + "title": "Wancho Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nnp" + }, + { + "title": "Ngindo", + "x-language-type": "living", + "x-scope": "individual", + "const": "nnq" + }, + { + "title": "Narungga", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nnr" + }, + { + "title": "Nanticoke", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nnt" + }, + { + "title": "Dwang", + "x-language-type": "living", + "x-scope": "individual", + "const": "nnu" + }, + { + "title": "Nugunu (Australia)", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nnv" + }, + { + "title": "Southern Nuni", + "x-language-type": "living", + "x-scope": "individual", + "const": "nnw" + }, + { + "title": "Nyangga", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nny" + }, + { + "title": "Nda'nda'", + "x-language-type": "living", + "x-scope": "individual", + "const": "nnz" + }, + { + "title": "Woun Meu", + "x-language-type": "living", + "x-scope": "individual", + "const": "noa" + }, + { + "title": "Norwegian Bokmål", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "nb", + "x-set-2-bibliographic": "nob", + "x-set-2-terminologic": "nob", + "const": "nob" + }, + { + "title": "Nuk", + "x-language-type": "living", + "x-scope": "individual", + "const": "noc" + }, + { + "title": "Northern Thai", + "x-language-type": "living", + "x-scope": "individual", + "const": "nod" + }, + { + "title": "Nimadi", + "x-language-type": "living", + "x-scope": "individual", + "const": "noe" + }, + { + "title": "Nomane", + "x-language-type": "living", + "x-scope": "individual", + "const": "nof" + }, + { + "title": "Nogai", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "nog", + "x-set-2-terminologic": "nog", + "const": "nog" + }, + { + "title": "Nomu", + "x-language-type": "living", + "x-scope": "individual", + "const": "noh" + }, + { + "title": "Noiri", + "x-language-type": "living", + "x-scope": "individual", + "const": "noi" + }, + { + "title": "Nonuya", + "x-language-type": "living", + "x-scope": "individual", + "const": "noj" + }, + { + "title": "Nooksack", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nok" + }, + { + "title": "Nomlaki", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nol" + }, + { + "title": "Old Norse", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "non", + "x-set-2-terminologic": "non", + "const": "non" + }, + { + "title": "Numanggang", + "x-language-type": "living", + "x-scope": "individual", + "const": "nop" + }, + { + "title": "Ngongo", + "x-language-type": "living", + "x-scope": "individual", + "const": "noq" + }, + { + "title": "Norwegian", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "no", + "x-set-2-bibliographic": "nor", + "x-set-2-terminologic": "nor", + "const": "nor" + }, + { + "title": "Eastern Nisu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nos" + }, + { + "title": "Nomatsiguenga", + "x-language-type": "living", + "x-scope": "individual", + "const": "not" + }, + { + "title": "Ewage-Notu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nou" + }, + { + "title": "Novial", + "x-language-type": "constructed", + "x-scope": "individual", + "const": "nov" + }, + { + "title": "Nyambo", + "x-language-type": "living", + "x-scope": "individual", + "const": "now" + }, + { + "title": "Noy", + "x-language-type": "living", + "x-scope": "individual", + "const": "noy" + }, + { + "title": "Nayi", + "x-language-type": "living", + "x-scope": "individual", + "const": "noz" + }, + { + "title": "Nar Phu", + "x-language-type": "living", + "x-scope": "individual", + "const": "npa" + }, + { + "title": "Nupbikha", + "x-language-type": "living", + "x-scope": "individual", + "const": "npb" + }, + { + "title": "Ponyo-Gongwang Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "npg" + }, + { + "title": "Phom Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nph" + }, + { + "title": "Nepali (individual language)", + "x-language-type": "living", + "x-scope": "individual", + "const": "npi" + }, + { + "title": "Southeastern Puebla Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "npl" + }, + { + "title": "Mondropolon", + "x-language-type": "living", + "x-scope": "individual", + "const": "npn" + }, + { + "title": "Pochuri Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "npo" + }, + { + "title": "Nipsan", + "x-language-type": "living", + "x-scope": "individual", + "const": "nps" + }, + { + "title": "Puimei Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "npu" + }, + { + "title": "Noipx", + "x-language-type": "living", + "x-scope": "individual", + "const": "npx" + }, + { + "title": "Napu", + "x-language-type": "living", + "x-scope": "individual", + "const": "npy" + }, + { + "title": "Southern Nago", + "x-language-type": "living", + "x-scope": "individual", + "const": "nqg" + }, + { + "title": "Kura Ede Nago", + "x-language-type": "living", + "x-scope": "individual", + "const": "nqk" + }, + { + "title": "Ngendelengo", + "x-language-type": "living", + "x-scope": "individual", + "const": "nql" + }, + { + "title": "Ndom", + "x-language-type": "living", + "x-scope": "individual", + "const": "nqm" + }, + { + "title": "Nen", + "x-language-type": "living", + "x-scope": "individual", + "const": "nqn" + }, + { + "title": "N'Ko", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "nqo", + "x-set-2-terminologic": "nqo", + "const": "nqo" + }, + { + "title": "Kyan-Karyaw Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nqq" + }, + { + "title": "Nteng", + "x-language-type": "living", + "x-scope": "individual", + "const": "nqt" + }, + { + "title": "Akyaung Ari Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nqy" + }, + { + "title": "Ngom", + "x-language-type": "living", + "x-scope": "individual", + "const": "nra" + }, + { + "title": "Nara", + "x-language-type": "living", + "x-scope": "individual", + "const": "nrb" + }, + { + "title": "Noric", + "x-language-type": "historic", + "x-scope": "individual", + "const": "nrc" + }, + { + "title": "Southern Rengma Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nre" + }, + { + "title": "Jèrriais", + "x-language-type": "living", + "x-scope": "individual", + "const": "nrf" + }, + { + "title": "Narango", + "x-language-type": "living", + "x-scope": "individual", + "const": "nrg" + }, + { + "title": "Chokri Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nri" + }, + { + "title": "Ngarla", + "x-language-type": "living", + "x-scope": "individual", + "const": "nrk" + }, + { + "title": "Ngarluma", + "x-language-type": "living", + "x-scope": "individual", + "const": "nrl" + }, + { + "title": "Narom", + "x-language-type": "living", + "x-scope": "individual", + "const": "nrm" + }, + { + "title": "Norn", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nrn" + }, + { + "title": "North Picene", + "x-language-type": "historic", + "x-scope": "individual", + "const": "nrp" + }, + { + "title": "Norra", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nrr" + }, + { + "title": "Northern Kalapuya", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nrt" + }, + { + "title": "Narua", + "x-language-type": "living", + "x-scope": "individual", + "const": "nru" + }, + { + "title": "Ngurmbur", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nrx" + }, + { + "title": "Lala", + "x-language-type": "living", + "x-scope": "individual", + "const": "nrz" + }, + { + "title": "Sangtam Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsa" + }, + { + "title": "Lower Nossob", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nsb" + }, + { + "title": "Nshi", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsc" + }, + { + "title": "Southern Nisu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsd" + }, + { + "title": "Nsenga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nse" + }, + { + "title": "Northwestern Nisu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsf" + }, + { + "title": "Ngasa", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsg" + }, + { + "title": "Ngoshie", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsh" + }, + { + "title": "Nigerian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsi" + }, + { + "title": "Naskapi", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsk" + }, + { + "title": "Norwegian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsl" + }, + { + "title": "Sumi Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsm" + }, + { + "title": "Nehan", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsn" + }, + { + "title": "Pedi", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "nso", + "x-set-2-terminologic": "nso", + "const": "nso" + }, + { + "title": "Nepalese Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsp" + }, + { + "title": "Northern Sierra Miwok", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsq" + }, + { + "title": "Maritime Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsr" + }, + { + "title": "Nali", + "x-language-type": "living", + "x-scope": "individual", + "const": "nss" + }, + { + "title": "Tase Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nst" + }, + { + "title": "Sierra Negra Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsu" + }, + { + "title": "Southwestern Nisu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsv" + }, + { + "title": "Navut", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsw" + }, + { + "title": "Nsongo", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsx" + }, + { + "title": "Nasal", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsy" + }, + { + "title": "Nisenan", + "x-language-type": "living", + "x-scope": "individual", + "const": "nsz" + }, + { + "title": "Northern Tidung", + "x-language-type": "living", + "x-scope": "individual", + "const": "ntd" + }, + { + "title": "Ngantangarra", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ntg" + }, + { + "title": "Natioro", + "x-language-type": "living", + "x-scope": "individual", + "const": "nti" + }, + { + "title": "Ngaanyatjarra", + "x-language-type": "living", + "x-scope": "individual", + "const": "ntj" + }, + { + "title": "Ikoma-Nata-Isenye", + "x-language-type": "living", + "x-scope": "individual", + "const": "ntk" + }, + { + "title": "Nateni", + "x-language-type": "living", + "x-scope": "individual", + "const": "ntm" + }, + { + "title": "Ntomba", + "x-language-type": "living", + "x-scope": "individual", + "const": "nto" + }, + { + "title": "Northern Tepehuan", + "x-language-type": "living", + "x-scope": "individual", + "const": "ntp" + }, + { + "title": "Delo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ntr" + }, + { + "title": "Natügu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ntu" + }, + { + "title": "Nottoway", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ntw" + }, + { + "title": "Tangkhul Naga (Myanmar)", + "x-language-type": "living", + "x-scope": "individual", + "const": "ntx" + }, + { + "title": "Mantsi", + "x-language-type": "living", + "x-scope": "individual", + "const": "nty" + }, + { + "title": "Natanzi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ntz" + }, + { + "title": "Yuanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nua" + }, + { + "title": "Nukuini", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nuc" + }, + { + "title": "Ngala", + "x-language-type": "living", + "x-scope": "individual", + "const": "nud" + }, + { + "title": "Ngundu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nue" + }, + { + "title": "Nusu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nuf" + }, + { + "title": "Nungali", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nug" + }, + { + "title": "Ndunda", + "x-language-type": "living", + "x-scope": "individual", + "const": "nuh" + }, + { + "title": "Ngumbi", + "x-language-type": "living", + "x-scope": "individual", + "const": "nui" + }, + { + "title": "Nyole", + "x-language-type": "living", + "x-scope": "individual", + "const": "nuj" + }, + { + "title": "Nuu-chah-nulth", + "x-language-type": "living", + "x-scope": "individual", + "const": "nuk" + }, + { + "title": "Nusa Laut", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nul" + }, + { + "title": "Niuafo'ou", + "x-language-type": "living", + "x-scope": "individual", + "const": "num" + }, + { + "title": "Anong", + "x-language-type": "living", + "x-scope": "individual", + "const": "nun" + }, + { + "title": "Nguôn", + "x-language-type": "living", + "x-scope": "individual", + "const": "nuo" + }, + { + "title": "Nupe-Nupe-Tako", + "x-language-type": "living", + "x-scope": "individual", + "const": "nup" + }, + { + "title": "Nukumanu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nuq" + }, + { + "title": "Nukuria", + "x-language-type": "living", + "x-scope": "individual", + "const": "nur" + }, + { + "title": "Nuer", + "x-language-type": "living", + "x-scope": "individual", + "const": "nus" + }, + { + "title": "Nung (Viet Nam)", + "x-language-type": "living", + "x-scope": "individual", + "const": "nut" + }, + { + "title": "Ngbundu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nuu" + }, + { + "title": "Northern Nuni", + "x-language-type": "living", + "x-scope": "individual", + "const": "nuv" + }, + { + "title": "Nguluwan", + "x-language-type": "living", + "x-scope": "individual", + "const": "nuw" + }, + { + "title": "Mehek", + "x-language-type": "living", + "x-scope": "individual", + "const": "nux" + }, + { + "title": "Nunggubuyu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nuy" + }, + { + "title": "Tlamacazapa Nahuatl", + "x-language-type": "living", + "x-scope": "individual", + "const": "nuz" + }, + { + "title": "Nasarian", + "x-language-type": "living", + "x-scope": "individual", + "const": "nvh" + }, + { + "title": "Namiae", + "x-language-type": "living", + "x-scope": "individual", + "const": "nvm" + }, + { + "title": "Nyokon", + "x-language-type": "living", + "x-scope": "individual", + "const": "nvo" + }, + { + "title": "Nawathinehena", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nwa" + }, + { + "title": "Nyabwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "nwb" + }, + { + "title": "Classical Newari", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "nwc", + "x-set-2-terminologic": "nwc", + "const": "nwc" + }, + { + "title": "Ngwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "nwe" + }, + { + "title": "Ngayawung", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nwg" + }, + { + "title": "Southwest Tanna", + "x-language-type": "living", + "x-scope": "individual", + "const": "nwi" + }, + { + "title": "Nyamusa-Molo", + "x-language-type": "living", + "x-scope": "individual", + "const": "nwm" + }, + { + "title": "Nauo", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nwo" + }, + { + "title": "Nawaru", + "x-language-type": "living", + "x-scope": "individual", + "const": "nwr" + }, + { + "title": "Ndwewe", + "x-language-type": "living", + "x-scope": "individual", + "const": "nww" + }, + { + "title": "Middle Newar", + "x-language-type": "historic", + "x-scope": "individual", + "const": "nwx" + }, + { + "title": "Nottoway-Meherrin", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nwy" + }, + { + "title": "Nauete", + "x-language-type": "living", + "x-scope": "individual", + "const": "nxa" + }, + { + "title": "Ngando (Democratic Republic of Congo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "nxd" + }, + { + "title": "Nage", + "x-language-type": "living", + "x-scope": "individual", + "const": "nxe" + }, + { + "title": "Ngad'a", + "x-language-type": "living", + "x-scope": "individual", + "const": "nxg" + }, + { + "title": "Nindi", + "x-language-type": "living", + "x-scope": "individual", + "const": "nxi" + }, + { + "title": "Koki Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nxk" + }, + { + "title": "South Nuaulu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nxl" + }, + { + "title": "Numidian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "nxm" + }, + { + "title": "Ngawun", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nxn" + }, + { + "title": "Ndambomo", + "x-language-type": "living", + "x-scope": "individual", + "const": "nxo" + }, + { + "title": "Naxi", + "x-language-type": "living", + "x-scope": "individual", + "const": "nxq" + }, + { + "title": "Ninggerum", + "x-language-type": "living", + "x-scope": "individual", + "const": "nxr" + }, + { + "title": "Nafri", + "x-language-type": "living", + "x-scope": "individual", + "const": "nxx" + }, + { + "title": "Chichewa", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ny", + "x-set-2-bibliographic": "nya", + "x-set-2-terminologic": "nya", + "const": "nya" + }, + { + "title": "Nyangbo", + "x-language-type": "living", + "x-scope": "individual", + "const": "nyb" + }, + { + "title": "Nyanga-li", + "x-language-type": "living", + "x-scope": "individual", + "const": "nyc" + }, + { + "title": "Nyore", + "x-language-type": "living", + "x-scope": "individual", + "const": "nyd" + }, + { + "title": "Nyengo", + "x-language-type": "living", + "x-scope": "individual", + "const": "nye" + }, + { + "title": "Giryama", + "x-language-type": "living", + "x-scope": "individual", + "const": "nyf" + }, + { + "title": "Nyindu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nyg" + }, + { + "title": "Nyikina", + "x-language-type": "living", + "x-scope": "individual", + "const": "nyh" + }, + { + "title": "Ama (Sudan)", + "x-language-type": "living", + "x-scope": "individual", + "const": "nyi" + }, + { + "title": "Nyanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nyj" + }, + { + "title": "Nyaneka", + "x-language-type": "living", + "x-scope": "individual", + "const": "nyk" + }, + { + "title": "Nyeu", + "x-language-type": "living", + "x-scope": "individual", + "const": "nyl" + }, + { + "title": "Nyamwezi", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "nym", + "x-set-2-terminologic": "nym", + "const": "nym" + }, + { + "title": "Nyankole", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "nyn", + "x-set-2-terminologic": "nyn", + "const": "nyn" + }, + { + "title": "Nyoro", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "nyo", + "x-set-2-terminologic": "nyo", + "const": "nyo" + }, + { + "title": "Nyang'i", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nyp" + }, + { + "title": "Nayini", + "x-language-type": "living", + "x-scope": "individual", + "const": "nyq" + }, + { + "title": "Nyiha (Malawi)", + "x-language-type": "living", + "x-scope": "individual", + "const": "nyr" + }, + { + "title": "Nyungar", + "x-language-type": "living", + "x-scope": "individual", + "const": "nys" + }, + { + "title": "Nyawaygi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nyt" + }, + { + "title": "Nyungwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "nyu" + }, + { + "title": "Nyulnyul", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nyv" + }, + { + "title": "Nyaw", + "x-language-type": "living", + "x-scope": "individual", + "const": "nyw" + }, + { + "title": "Nganyaywana", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "nyx" + }, + { + "title": "Nyakyusa-Ngonde", + "x-language-type": "living", + "x-scope": "individual", + "const": "nyy" + }, + { + "title": "Tigon Mbembe", + "x-language-type": "living", + "x-scope": "individual", + "const": "nza" + }, + { + "title": "Njebi", + "x-language-type": "living", + "x-scope": "individual", + "const": "nzb" + }, + { + "title": "Nzadi", + "x-language-type": "living", + "x-scope": "individual", + "const": "nzd" + }, + { + "title": "Nzima", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "nzi", + "x-set-2-terminologic": "nzi", + "const": "nzi" + }, + { + "title": "Nzakara", + "x-language-type": "living", + "x-scope": "individual", + "const": "nzk" + }, + { + "title": "Zeme Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "nzm" + }, + { + "title": "Dir-Nyamzak-Mbarimi", + "x-language-type": "living", + "x-scope": "individual", + "const": "nzr" + }, + { + "title": "New Zealand Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "nzs" + }, + { + "title": "Teke-Nzikou", + "x-language-type": "living", + "x-scope": "individual", + "const": "nzu" + }, + { + "title": "Nzakambay", + "x-language-type": "living", + "x-scope": "individual", + "const": "nzy" + }, + { + "title": "Nanga Dama Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "nzz" + }, + { + "title": "Orok", + "x-language-type": "living", + "x-scope": "individual", + "const": "oaa" + }, + { + "title": "Oroch", + "x-language-type": "living", + "x-scope": "individual", + "const": "oac" + }, + { + "title": "Noakhali", + "x-language-type": "living", + "x-scope": "individual", + "const": "oak" + }, + { + "title": "Old Aramaic (up to 700 BCE)", + "x-language-type": "historic", + "x-scope": "individual", + "const": "oar" + }, + { + "title": "Old Avar", + "x-language-type": "historic", + "x-scope": "individual", + "const": "oav" + }, + { + "title": "Obispeño", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "obi" + }, + { + "title": "Southern Bontok", + "x-language-type": "living", + "x-scope": "individual", + "const": "obk" + }, + { + "title": "Oblo", + "x-language-type": "living", + "x-scope": "individual", + "const": "obl" + }, + { + "title": "Moabite", + "x-language-type": "historic", + "x-scope": "individual", + "const": "obm" + }, + { + "title": "Obo Manobo", + "x-language-type": "living", + "x-scope": "individual", + "const": "obo" + }, + { + "title": "Old Burmese", + "x-language-type": "historic", + "x-scope": "individual", + "const": "obr" + }, + { + "title": "Old Breton", + "x-language-type": "historic", + "x-scope": "individual", + "const": "obt" + }, + { + "title": "Obulom", + "x-language-type": "living", + "x-scope": "individual", + "const": "obu" + }, + { + "title": "Ocaina", + "x-language-type": "living", + "x-scope": "individual", + "const": "oca" + }, + { + "title": "Old Chinese", + "x-language-type": "historic", + "x-scope": "individual", + "const": "och" + }, + { + "title": "Occitan (post 1500)", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "oc", + "x-set-2-bibliographic": "oci", + "x-set-2-terminologic": "oci", + "const": "oci" + }, + { + "title": "Old Cham", + "x-language-type": "historic", + "x-scope": "individual", + "const": "ocm" + }, + { + "title": "Old Cornish", + "x-language-type": "historic", + "x-scope": "individual", + "const": "oco" + }, + { + "title": "Atzingo Matlatzinca", + "x-language-type": "living", + "x-scope": "individual", + "const": "ocu" + }, + { + "title": "Odut", + "x-language-type": "living", + "x-scope": "individual", + "const": "oda" + }, + { + "title": "Od", + "x-language-type": "living", + "x-scope": "individual", + "const": "odk" + }, + { + "title": "Old Dutch", + "x-language-type": "historic", + "x-scope": "individual", + "const": "odt" + }, + { + "title": "Odual", + "x-language-type": "living", + "x-scope": "individual", + "const": "odu" + }, + { + "title": "Ofo", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ofo" + }, + { + "title": "Old Frisian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "ofs" + }, + { + "title": "Efutop", + "x-language-type": "living", + "x-scope": "individual", + "const": "ofu" + }, + { + "title": "Ogbia", + "x-language-type": "living", + "x-scope": "individual", + "const": "ogb" + }, + { + "title": "Ogbah", + "x-language-type": "living", + "x-scope": "individual", + "const": "ogc" + }, + { + "title": "Old Georgian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "oge" + }, + { + "title": "Ogbogolo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ogg" + }, + { + "title": "Khana", + "x-language-type": "living", + "x-scope": "individual", + "const": "ogo" + }, + { + "title": "Ogbronuagum", + "x-language-type": "living", + "x-scope": "individual", + "const": "ogu" + }, + { + "title": "Old Hittite", + "x-language-type": "historic", + "x-scope": "individual", + "const": "oht" + }, + { + "title": "Old Hungarian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "ohu" + }, + { + "title": "Oirata", + "x-language-type": "living", + "x-scope": "individual", + "const": "oia" + }, + { + "title": "Okolie", + "x-language-type": "living", + "x-scope": "individual", + "const": "oie" + }, + { + "title": "Inebu One", + "x-language-type": "living", + "x-scope": "individual", + "const": "oin" + }, + { + "title": "Northwestern Ojibwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ojb" + }, + { + "title": "Central Ojibwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ojc" + }, + { + "title": "Eastern Ojibwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ojg" + }, + { + "title": "Ojibwa", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "oj", + "x-set-2-bibliographic": "oji", + "x-set-2-terminologic": "oji", + "const": "oji" + }, + { + "title": "Old Japanese", + "x-language-type": "historic", + "x-scope": "individual", + "const": "ojp" + }, + { + "title": "Severn Ojibwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ojs" + }, + { + "title": "Ontong Java", + "x-language-type": "living", + "x-scope": "individual", + "const": "ojv" + }, + { + "title": "Western Ojibwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ojw" + }, + { + "title": "Okanagan", + "x-language-type": "living", + "x-scope": "individual", + "const": "oka" + }, + { + "title": "Okobo", + "x-language-type": "living", + "x-scope": "individual", + "const": "okb" + }, + { + "title": "Kobo", + "x-language-type": "living", + "x-scope": "individual", + "const": "okc" + }, + { + "title": "Okodia", + "x-language-type": "living", + "x-scope": "individual", + "const": "okd" + }, + { + "title": "Okpe (Southwestern Edo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "oke" + }, + { + "title": "Koko Babangk", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "okg" + }, + { + "title": "Koresh-e Rostam", + "x-language-type": "living", + "x-scope": "individual", + "const": "okh" + }, + { + "title": "Okiek", + "x-language-type": "living", + "x-scope": "individual", + "const": "oki" + }, + { + "title": "Oko-Juwoi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "okj" + }, + { + "title": "Kwamtim One", + "x-language-type": "living", + "x-scope": "individual", + "const": "okk" + }, + { + "title": "Old Kentish Sign Language", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "okl" + }, + { + "title": "Middle Korean (10th-16th cent.)", + "x-language-type": "historic", + "x-scope": "individual", + "const": "okm" + }, + { + "title": "Oki-No-Erabu", + "x-language-type": "living", + "x-scope": "individual", + "const": "okn" + }, + { + "title": "Old Korean (3rd-9th cent.)", + "x-language-type": "historic", + "x-scope": "individual", + "const": "oko" + }, + { + "title": "Kirike", + "x-language-type": "living", + "x-scope": "individual", + "const": "okr" + }, + { + "title": "Oko-Eni-Osayen", + "x-language-type": "living", + "x-scope": "individual", + "const": "oks" + }, + { + "title": "Oku", + "x-language-type": "living", + "x-scope": "individual", + "const": "oku" + }, + { + "title": "Orokaiva", + "x-language-type": "living", + "x-scope": "individual", + "const": "okv" + }, + { + "title": "Okpe (Northwestern Edo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "okx" + }, + { + "title": "Old Khmer", + "x-language-type": "historic", + "x-scope": "individual", + "const": "okz" + }, + { + "title": "Walungge", + "x-language-type": "living", + "x-scope": "individual", + "const": "ola" + }, + { + "title": "Oli-Bodiman", + "x-language-type": "living", + "x-scope": "individual", + "const": "olb" + }, + { + "title": "Mochi", + "x-language-type": "living", + "x-scope": "individual", + "const": "old" + }, + { + "title": "Olekha", + "x-language-type": "living", + "x-scope": "individual", + "const": "ole" + }, + { + "title": "Olkol", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "olk" + }, + { + "title": "Oloma", + "x-language-type": "living", + "x-scope": "individual", + "const": "olm" + }, + { + "title": "Livvi", + "x-language-type": "living", + "x-scope": "individual", + "const": "olo" + }, + { + "title": "Olrat", + "x-language-type": "living", + "x-scope": "individual", + "const": "olr" + }, + { + "title": "Old Lithuanian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "olt" + }, + { + "title": "Kuvale", + "x-language-type": "living", + "x-scope": "individual", + "const": "olu" + }, + { + "title": "Omaha-Ponca", + "x-language-type": "living", + "x-scope": "individual", + "const": "oma" + }, + { + "title": "East Ambae", + "x-language-type": "living", + "x-scope": "individual", + "const": "omb" + }, + { + "title": "Mochica", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "omc" + }, + { + "title": "Omagua", + "x-language-type": "living", + "x-scope": "individual", + "const": "omg" + }, + { + "title": "Omi", + "x-language-type": "living", + "x-scope": "individual", + "const": "omi" + }, + { + "title": "Omok", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "omk" + }, + { + "title": "Ombo", + "x-language-type": "living", + "x-scope": "individual", + "const": "oml" + }, + { + "title": "Minoan", + "x-language-type": "historic", + "x-scope": "individual", + "const": "omn" + }, + { + "title": "Utarmbung", + "x-language-type": "living", + "x-scope": "individual", + "const": "omo" + }, + { + "title": "Old Manipuri", + "x-language-type": "historic", + "x-scope": "individual", + "const": "omp" + }, + { + "title": "Old Marathi", + "x-language-type": "historic", + "x-scope": "individual", + "const": "omr" + }, + { + "title": "Omotik", + "x-language-type": "living", + "x-scope": "individual", + "const": "omt" + }, + { + "title": "Omurano", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "omu" + }, + { + "title": "South Tairora", + "x-language-type": "living", + "x-scope": "individual", + "const": "omw" + }, + { + "title": "Old Mon", + "x-language-type": "historic", + "x-scope": "individual", + "const": "omx" + }, + { + "title": "Old Malay", + "x-language-type": "historic", + "x-scope": "individual", + "const": "omy" + }, + { + "title": "Ona", + "x-language-type": "living", + "x-scope": "individual", + "const": "ona" + }, + { + "title": "Lingao", + "x-language-type": "living", + "x-scope": "individual", + "const": "onb" + }, + { + "title": "Oneida", + "x-language-type": "living", + "x-scope": "individual", + "const": "one" + }, + { + "title": "Olo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ong" + }, + { + "title": "Onin", + "x-language-type": "living", + "x-scope": "individual", + "const": "oni" + }, + { + "title": "Onjob", + "x-language-type": "living", + "x-scope": "individual", + "const": "onj" + }, + { + "title": "Kabore One", + "x-language-type": "living", + "x-scope": "individual", + "const": "onk" + }, + { + "title": "Onobasulu", + "x-language-type": "living", + "x-scope": "individual", + "const": "onn" + }, + { + "title": "Onondaga", + "x-language-type": "living", + "x-scope": "individual", + "const": "ono" + }, + { + "title": "Sartang", + "x-language-type": "living", + "x-scope": "individual", + "const": "onp" + }, + { + "title": "Northern One", + "x-language-type": "living", + "x-scope": "individual", + "const": "onr" + }, + { + "title": "Ono", + "x-language-type": "living", + "x-scope": "individual", + "const": "ons" + }, + { + "title": "Ontenu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ont" + }, + { + "title": "Unua", + "x-language-type": "living", + "x-scope": "individual", + "const": "onu" + }, + { + "title": "Old Nubian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "onw" + }, + { + "title": "Onin Based Pidgin", + "x-language-type": "living", + "x-scope": "individual", + "const": "onx" + }, + { + "title": "Tohono O'odham", + "x-language-type": "living", + "x-scope": "individual", + "const": "ood" + }, + { + "title": "Ong", + "x-language-type": "living", + "x-scope": "individual", + "const": "oog" + }, + { + "title": "Önge", + "x-language-type": "living", + "x-scope": "individual", + "const": "oon" + }, + { + "title": "Oorlams", + "x-language-type": "living", + "x-scope": "individual", + "const": "oor" + }, + { + "title": "Old Ossetic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "oos" + }, + { + "title": "Okpamheri", + "x-language-type": "living", + "x-scope": "individual", + "const": "opa" + }, + { + "title": "Kopkaka", + "x-language-type": "living", + "x-scope": "individual", + "const": "opk" + }, + { + "title": "Oksapmin", + "x-language-type": "living", + "x-scope": "individual", + "const": "opm" + }, + { + "title": "Opao", + "x-language-type": "living", + "x-scope": "individual", + "const": "opo" + }, + { + "title": "Opata", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "opt" + }, + { + "title": "Ofayé", + "x-language-type": "living", + "x-scope": "individual", + "const": "opy" + }, + { + "title": "Oroha", + "x-language-type": "living", + "x-scope": "individual", + "const": "ora" + }, + { + "title": "Orma", + "x-language-type": "living", + "x-scope": "individual", + "const": "orc" + }, + { + "title": "Orejón", + "x-language-type": "living", + "x-scope": "individual", + "const": "ore" + }, + { + "title": "Oring", + "x-language-type": "living", + "x-scope": "individual", + "const": "org" + }, + { + "title": "Oroqen", + "x-language-type": "living", + "x-scope": "individual", + "const": "orh" + }, + { + "title": "Oriya (macrolanguage)", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "or", + "x-set-2-bibliographic": "ori", + "x-set-2-terminologic": "ori", + "const": "ori" + }, + { + "title": "Oromo", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "om", + "x-set-2-bibliographic": "orm", + "x-set-2-terminologic": "orm", + "const": "orm" + }, + { + "title": "Orang Kanaq", + "x-language-type": "living", + "x-scope": "individual", + "const": "orn" + }, + { + "title": "Orokolo", + "x-language-type": "living", + "x-scope": "individual", + "const": "oro" + }, + { + "title": "Oruma", + "x-language-type": "living", + "x-scope": "individual", + "const": "orr" + }, + { + "title": "Orang Seletar", + "x-language-type": "living", + "x-scope": "individual", + "const": "ors" + }, + { + "title": "Adivasi Oriya", + "x-language-type": "living", + "x-scope": "individual", + "const": "ort" + }, + { + "title": "Ormuri", + "x-language-type": "living", + "x-scope": "individual", + "const": "oru" + }, + { + "title": "Old Russian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "orv" + }, + { + "title": "Oro Win", + "x-language-type": "living", + "x-scope": "individual", + "const": "orw" + }, + { + "title": "Oro", + "x-language-type": "living", + "x-scope": "individual", + "const": "orx" + }, + { + "title": "Odia", + "x-language-type": "living", + "x-scope": "individual", + "const": "ory" + }, + { + "title": "Ormu", + "x-language-type": "living", + "x-scope": "individual", + "const": "orz" + }, + { + "title": "Osage", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "osa", + "x-set-2-terminologic": "osa", + "const": "osa" + }, + { + "title": "Oscan", + "x-language-type": "historic", + "x-scope": "individual", + "const": "osc" + }, + { + "title": "Digor Ossetic", + "x-language-type": "living", + "x-scope": "individual", + "const": "osd" + }, + { + "title": "Osing", + "x-language-type": "living", + "x-scope": "individual", + "const": "osi" + }, + { + "title": "Old Sundanese", + "x-language-type": "historic", + "x-scope": "individual", + "const": "osn" + }, + { + "title": "Ososo", + "x-language-type": "living", + "x-scope": "individual", + "const": "oso" + }, + { + "title": "Old Spanish", + "x-language-type": "historic", + "x-scope": "individual", + "const": "osp" + }, + { + "title": "Iron Ossetic", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "os", + "x-set-2-bibliographic": "oss", + "x-set-2-terminologic": "oss", + "const": "oss" + }, + { + "title": "Osatu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ost" + }, + { + "title": "Southern One", + "x-language-type": "living", + "x-scope": "individual", + "const": "osu" + }, + { + "title": "Old Saxon", + "x-language-type": "historic", + "x-scope": "individual", + "const": "osx" + }, + { + "title": "Ottoman Turkish (1500-1928)", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "ota", + "x-set-2-terminologic": "ota", + "const": "ota" + }, + { + "title": "Old Tibetan", + "x-language-type": "historic", + "x-scope": "individual", + "const": "otb" + }, + { + "title": "Ot Danum", + "x-language-type": "living", + "x-scope": "individual", + "const": "otd" + }, + { + "title": "Mezquital Otomi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ote" + }, + { + "title": "Oti", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "oti" + }, + { + "title": "Old Turkish", + "x-language-type": "historic", + "x-scope": "individual", + "const": "otk" + }, + { + "title": "Tilapa Otomi", + "x-language-type": "living", + "x-scope": "individual", + "const": "otl" + }, + { + "title": "Eastern Highland Otomi", + "x-language-type": "living", + "x-scope": "individual", + "const": "otm" + }, + { + "title": "Tenango Otomi", + "x-language-type": "living", + "x-scope": "individual", + "const": "otn" + }, + { + "title": "Querétaro Otomi", + "x-language-type": "living", + "x-scope": "individual", + "const": "otq" + }, + { + "title": "Otoro", + "x-language-type": "living", + "x-scope": "individual", + "const": "otr" + }, + { + "title": "Estado de México Otomi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ots" + }, + { + "title": "Temoaya Otomi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ott" + }, + { + "title": "Otuke", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "otu" + }, + { + "title": "Ottawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "otw" + }, + { + "title": "Texcatepec Otomi", + "x-language-type": "living", + "x-scope": "individual", + "const": "otx" + }, + { + "title": "Old Tamil", + "x-language-type": "historic", + "x-scope": "individual", + "const": "oty" + }, + { + "title": "Ixtenco Otomi", + "x-language-type": "living", + "x-scope": "individual", + "const": "otz" + }, + { + "title": "Tagargrent", + "x-language-type": "living", + "x-scope": "individual", + "const": "oua" + }, + { + "title": "Glio-Oubi", + "x-language-type": "living", + "x-scope": "individual", + "const": "oub" + }, + { + "title": "Oune", + "x-language-type": "living", + "x-scope": "individual", + "const": "oue" + }, + { + "title": "Old Uighur", + "x-language-type": "historic", + "x-scope": "individual", + "const": "oui" + }, + { + "title": "Ouma", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "oum" + }, + { + "title": "Elfdalian", + "x-language-type": "living", + "x-scope": "individual", + "const": "ovd" + }, + { + "title": "Owiniga", + "x-language-type": "living", + "x-scope": "individual", + "const": "owi" + }, + { + "title": "Old Welsh", + "x-language-type": "historic", + "x-scope": "individual", + "const": "owl" + }, + { + "title": "Oy", + "x-language-type": "living", + "x-scope": "individual", + "const": "oyb" + }, + { + "title": "Oyda", + "x-language-type": "living", + "x-scope": "individual", + "const": "oyd" + }, + { + "title": "Wayampi", + "x-language-type": "living", + "x-scope": "individual", + "const": "oym" + }, + { + "title": "Oya'oya", + "x-language-type": "living", + "x-scope": "individual", + "const": "oyy" + }, + { + "title": "Koonzime", + "x-language-type": "living", + "x-scope": "individual", + "const": "ozm" + }, + { + "title": "Parecís", + "x-language-type": "living", + "x-scope": "individual", + "const": "pab" + }, + { + "title": "Pacoh", + "x-language-type": "living", + "x-scope": "individual", + "const": "pac" + }, + { + "title": "Paumarí", + "x-language-type": "living", + "x-scope": "individual", + "const": "pad" + }, + { + "title": "Pagibete", + "x-language-type": "living", + "x-scope": "individual", + "const": "pae" + }, + { + "title": "Paranawát", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "paf" + }, + { + "title": "Pangasinan", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "pag", + "x-set-2-terminologic": "pag", + "const": "pag" + }, + { + "title": "Tenharim", + "x-language-type": "living", + "x-scope": "individual", + "const": "pah" + }, + { + "title": "Pe", + "x-language-type": "living", + "x-scope": "individual", + "const": "pai" + }, + { + "title": "Parakanã", + "x-language-type": "living", + "x-scope": "individual", + "const": "pak" + }, + { + "title": "Pahlavi", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "pal", + "x-set-2-terminologic": "pal", + "const": "pal" + }, + { + "title": "Pampanga", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "pam", + "x-set-2-terminologic": "pam", + "const": "pam" + }, + { + "title": "Panjabi", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "pa", + "x-set-2-bibliographic": "pan", + "x-set-2-terminologic": "pan", + "const": "pan" + }, + { + "title": "Northern Paiute", + "x-language-type": "living", + "x-scope": "individual", + "const": "pao" + }, + { + "title": "Papiamento", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "pap", + "x-set-2-terminologic": "pap", + "const": "pap" + }, + { + "title": "Parya", + "x-language-type": "living", + "x-scope": "individual", + "const": "paq" + }, + { + "title": "Panamint", + "x-language-type": "living", + "x-scope": "individual", + "const": "par" + }, + { + "title": "Papasena", + "x-language-type": "living", + "x-scope": "individual", + "const": "pas" + }, + { + "title": "Palauan", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "pau", + "x-set-2-terminologic": "pau", + "const": "pau" + }, + { + "title": "Pakaásnovos", + "x-language-type": "living", + "x-scope": "individual", + "const": "pav" + }, + { + "title": "Pawnee", + "x-language-type": "living", + "x-scope": "individual", + "const": "paw" + }, + { + "title": "Pankararé", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "pax" + }, + { + "title": "Pech", + "x-language-type": "living", + "x-scope": "individual", + "const": "pay" + }, + { + "title": "Pankararú", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "paz" + }, + { + "title": "Páez", + "x-language-type": "living", + "x-scope": "individual", + "const": "pbb" + }, + { + "title": "Patamona", + "x-language-type": "living", + "x-scope": "individual", + "const": "pbc" + }, + { + "title": "Mezontla Popoloca", + "x-language-type": "living", + "x-scope": "individual", + "const": "pbe" + }, + { + "title": "Coyotepec Popoloca", + "x-language-type": "living", + "x-scope": "individual", + "const": "pbf" + }, + { + "title": "Paraujano", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "pbg" + }, + { + "title": "E'ñapa Woromaipu", + "x-language-type": "living", + "x-scope": "individual", + "const": "pbh" + }, + { + "title": "Parkwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "pbi" + }, + { + "title": "Mak (Nigeria)", + "x-language-type": "living", + "x-scope": "individual", + "const": "pbl" + }, + { + "title": "Puebla Mazatec", + "x-language-type": "living", + "x-scope": "individual", + "const": "pbm" + }, + { + "title": "Kpasam", + "x-language-type": "living", + "x-scope": "individual", + "const": "pbn" + }, + { + "title": "Papel", + "x-language-type": "living", + "x-scope": "individual", + "const": "pbo" + }, + { + "title": "Badyara", + "x-language-type": "living", + "x-scope": "individual", + "const": "pbp" + }, + { + "title": "Pangwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "pbr" + }, + { + "title": "Central Pame", + "x-language-type": "living", + "x-scope": "individual", + "const": "pbs" + }, + { + "title": "Southern Pashto", + "x-language-type": "living", + "x-scope": "individual", + "const": "pbt" + }, + { + "title": "Northern Pashto", + "x-language-type": "living", + "x-scope": "individual", + "const": "pbu" + }, + { + "title": "Pnar", + "x-language-type": "living", + "x-scope": "individual", + "const": "pbv" + }, + { + "title": "Pyu (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "pby" + }, + { + "title": "Santa Inés Ahuatempan Popoloca", + "x-language-type": "living", + "x-scope": "individual", + "const": "pca" + }, + { + "title": "Pear", + "x-language-type": "living", + "x-scope": "individual", + "const": "pcb" + }, + { + "title": "Bouyei", + "x-language-type": "living", + "x-scope": "individual", + "const": "pcc" + }, + { + "title": "Picard", + "x-language-type": "living", + "x-scope": "individual", + "const": "pcd" + }, + { + "title": "Ruching Palaung", + "x-language-type": "living", + "x-scope": "individual", + "const": "pce" + }, + { + "title": "Paliyan", + "x-language-type": "living", + "x-scope": "individual", + "const": "pcf" + }, + { + "title": "Paniya", + "x-language-type": "living", + "x-scope": "individual", + "const": "pcg" + }, + { + "title": "Pardhan", + "x-language-type": "living", + "x-scope": "individual", + "const": "pch" + }, + { + "title": "Duruwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "pci" + }, + { + "title": "Parenga", + "x-language-type": "living", + "x-scope": "individual", + "const": "pcj" + }, + { + "title": "Paite Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "pck" + }, + { + "title": "Pardhi", + "x-language-type": "living", + "x-scope": "individual", + "const": "pcl" + }, + { + "title": "Nigerian Pidgin", + "x-language-type": "living", + "x-scope": "individual", + "const": "pcm" + }, + { + "title": "Piti", + "x-language-type": "living", + "x-scope": "individual", + "const": "pcn" + }, + { + "title": "Pacahuara", + "x-language-type": "living", + "x-scope": "individual", + "const": "pcp" + }, + { + "title": "Pyapun", + "x-language-type": "living", + "x-scope": "individual", + "const": "pcw" + }, + { + "title": "Anam", + "x-language-type": "living", + "x-scope": "individual", + "const": "pda" + }, + { + "title": "Pennsylvania German", + "x-language-type": "living", + "x-scope": "individual", + "const": "pdc" + }, + { + "title": "Pa Di", + "x-language-type": "living", + "x-scope": "individual", + "const": "pdi" + }, + { + "title": "Podena", + "x-language-type": "living", + "x-scope": "individual", + "const": "pdn" + }, + { + "title": "Padoe", + "x-language-type": "living", + "x-scope": "individual", + "const": "pdo" + }, + { + "title": "Plautdietsch", + "x-language-type": "living", + "x-scope": "individual", + "const": "pdt" + }, + { + "title": "Kayan", + "x-language-type": "living", + "x-scope": "individual", + "const": "pdu" + }, + { + "title": "Peranakan Indonesian", + "x-language-type": "living", + "x-scope": "individual", + "const": "pea" + }, + { + "title": "Eastern Pomo", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "peb" + }, + { + "title": "Mala (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "ped" + }, + { + "title": "Taje", + "x-language-type": "living", + "x-scope": "individual", + "const": "pee" + }, + { + "title": "Northeastern Pomo", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "pef" + }, + { + "title": "Pengo", + "x-language-type": "living", + "x-scope": "individual", + "const": "peg" + }, + { + "title": "Bonan", + "x-language-type": "living", + "x-scope": "individual", + "const": "peh" + }, + { + "title": "Chichimeca-Jonaz", + "x-language-type": "living", + "x-scope": "individual", + "const": "pei" + }, + { + "title": "Northern Pomo", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "pej" + }, + { + "title": "Penchal", + "x-language-type": "living", + "x-scope": "individual", + "const": "pek" + }, + { + "title": "Pekal", + "x-language-type": "living", + "x-scope": "individual", + "const": "pel" + }, + { + "title": "Phende", + "x-language-type": "living", + "x-scope": "individual", + "const": "pem" + }, + { + "title": "Old Persian (ca. 600-400 B.C.)", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "peo", + "x-set-2-terminologic": "peo", + "const": "peo" + }, + { + "title": "Kunja", + "x-language-type": "living", + "x-scope": "individual", + "const": "pep" + }, + { + "title": "Southern Pomo", + "x-language-type": "living", + "x-scope": "individual", + "const": "peq" + }, + { + "title": "Iranian Persian", + "x-language-type": "living", + "x-scope": "individual", + "const": "pes" + }, + { + "title": "Pémono", + "x-language-type": "living", + "x-scope": "individual", + "const": "pev" + }, + { + "title": "Petats", + "x-language-type": "living", + "x-scope": "individual", + "const": "pex" + }, + { + "title": "Petjo", + "x-language-type": "living", + "x-scope": "individual", + "const": "pey" + }, + { + "title": "Eastern Penan", + "x-language-type": "living", + "x-scope": "individual", + "const": "pez" + }, + { + "title": "Pááfang", + "x-language-type": "living", + "x-scope": "individual", + "const": "pfa" + }, + { + "title": "Pere", + "x-language-type": "living", + "x-scope": "individual", + "const": "pfe" + }, + { + "title": "Pfaelzisch", + "x-language-type": "living", + "x-scope": "individual", + "const": "pfl" + }, + { + "title": "Sudanese Creole Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "pga" + }, + { + "title": "Gāndhārī", + "x-language-type": "historic", + "x-scope": "individual", + "const": "pgd" + }, + { + "title": "Pangwali", + "x-language-type": "living", + "x-scope": "individual", + "const": "pgg" + }, + { + "title": "Pagi", + "x-language-type": "living", + "x-scope": "individual", + "const": "pgi" + }, + { + "title": "Rerep", + "x-language-type": "living", + "x-scope": "individual", + "const": "pgk" + }, + { + "title": "Primitive Irish", + "x-language-type": "historic", + "x-scope": "individual", + "const": "pgl" + }, + { + "title": "Paelignian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "pgn" + }, + { + "title": "Pangseng", + "x-language-type": "living", + "x-scope": "individual", + "const": "pgs" + }, + { + "title": "Pagu", + "x-language-type": "living", + "x-scope": "individual", + "const": "pgu" + }, + { + "title": "Papua New Guinean Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "pgz" + }, + { + "title": "Pa-Hng", + "x-language-type": "living", + "x-scope": "individual", + "const": "pha" + }, + { + "title": "Phudagi", + "x-language-type": "living", + "x-scope": "individual", + "const": "phd" + }, + { + "title": "Phuong", + "x-language-type": "living", + "x-scope": "individual", + "const": "phg" + }, + { + "title": "Phukha", + "x-language-type": "living", + "x-scope": "individual", + "const": "phh" + }, + { + "title": "Pahari", + "x-language-type": "living", + "x-scope": "individual", + "const": "phj" + }, + { + "title": "Phake", + "x-language-type": "living", + "x-scope": "individual", + "const": "phk" + }, + { + "title": "Phalura", + "x-language-type": "living", + "x-scope": "individual", + "const": "phl" + }, + { + "title": "Phimbi", + "x-language-type": "living", + "x-scope": "individual", + "const": "phm" + }, + { + "title": "Phoenician", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "phn", + "x-set-2-terminologic": "phn", + "const": "phn" + }, + { + "title": "Phunoi", + "x-language-type": "living", + "x-scope": "individual", + "const": "pho" + }, + { + "title": "Phana'", + "x-language-type": "living", + "x-scope": "individual", + "const": "phq" + }, + { + "title": "Pahari-Potwari", + "x-language-type": "living", + "x-scope": "individual", + "const": "phr" + }, + { + "title": "Phu Thai", + "x-language-type": "living", + "x-scope": "individual", + "const": "pht" + }, + { + "title": "Phuan", + "x-language-type": "living", + "x-scope": "individual", + "const": "phu" + }, + { + "title": "Pahlavani", + "x-language-type": "living", + "x-scope": "individual", + "const": "phv" + }, + { + "title": "Phangduwali", + "x-language-type": "living", + "x-scope": "individual", + "const": "phw" + }, + { + "title": "Pima Bajo", + "x-language-type": "living", + "x-scope": "individual", + "const": "pia" + }, + { + "title": "Yine", + "x-language-type": "living", + "x-scope": "individual", + "const": "pib" + }, + { + "title": "Pinji", + "x-language-type": "living", + "x-scope": "individual", + "const": "pic" + }, + { + "title": "Piaroa", + "x-language-type": "living", + "x-scope": "individual", + "const": "pid" + }, + { + "title": "Piro", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "pie" + }, + { + "title": "Pingelapese", + "x-language-type": "living", + "x-scope": "individual", + "const": "pif" + }, + { + "title": "Pisabo", + "x-language-type": "living", + "x-scope": "individual", + "const": "pig" + }, + { + "title": "Pitcairn-Norfolk", + "x-language-type": "living", + "x-scope": "individual", + "const": "pih" + }, + { + "title": "Pijao", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "pij" + }, + { + "title": "Yom", + "x-language-type": "living", + "x-scope": "individual", + "const": "pil" + }, + { + "title": "Powhatan", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "pim" + }, + { + "title": "Piame", + "x-language-type": "living", + "x-scope": "individual", + "const": "pin" + }, + { + "title": "Piapoco", + "x-language-type": "living", + "x-scope": "individual", + "const": "pio" + }, + { + "title": "Pero", + "x-language-type": "living", + "x-scope": "individual", + "const": "pip" + }, + { + "title": "Piratapuyo", + "x-language-type": "living", + "x-scope": "individual", + "const": "pir" + }, + { + "title": "Pijin", + "x-language-type": "living", + "x-scope": "individual", + "const": "pis" + }, + { + "title": "Pitta Pitta", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "pit" + }, + { + "title": "Pintupi-Luritja", + "x-language-type": "living", + "x-scope": "individual", + "const": "piu" + }, + { + "title": "Pileni", + "x-language-type": "living", + "x-scope": "individual", + "const": "piv" + }, + { + "title": "Pimbwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "piw" + }, + { + "title": "Piu", + "x-language-type": "living", + "x-scope": "individual", + "const": "pix" + }, + { + "title": "Piya-Kwonci", + "x-language-type": "living", + "x-scope": "individual", + "const": "piy" + }, + { + "title": "Pije", + "x-language-type": "living", + "x-scope": "individual", + "const": "piz" + }, + { + "title": "Pitjantjatjara", + "x-language-type": "living", + "x-scope": "individual", + "const": "pjt" + }, + { + "title": "Ardhamāgadhī Prākrit", + "x-language-type": "historic", + "x-scope": "individual", + "const": "pka" + }, + { + "title": "Pokomo", + "x-language-type": "living", + "x-scope": "individual", + "const": "pkb" + }, + { + "title": "Paekche", + "x-language-type": "historic", + "x-scope": "individual", + "const": "pkc" + }, + { + "title": "Pak-Tong", + "x-language-type": "living", + "x-scope": "individual", + "const": "pkg" + }, + { + "title": "Pankhu", + "x-language-type": "living", + "x-scope": "individual", + "const": "pkh" + }, + { + "title": "Pakanha", + "x-language-type": "living", + "x-scope": "individual", + "const": "pkn" + }, + { + "title": "Pökoot", + "x-language-type": "living", + "x-scope": "individual", + "const": "pko" + }, + { + "title": "Pukapuka", + "x-language-type": "living", + "x-scope": "individual", + "const": "pkp" + }, + { + "title": "Attapady Kurumba", + "x-language-type": "living", + "x-scope": "individual", + "const": "pkr" + }, + { + "title": "Pakistan Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "pks" + }, + { + "title": "Maleng", + "x-language-type": "living", + "x-scope": "individual", + "const": "pkt" + }, + { + "title": "Paku", + "x-language-type": "living", + "x-scope": "individual", + "const": "pku" + }, + { + "title": "Miani", + "x-language-type": "living", + "x-scope": "individual", + "const": "pla" + }, + { + "title": "Polonombauk", + "x-language-type": "living", + "x-scope": "individual", + "const": "plb" + }, + { + "title": "Central Palawano", + "x-language-type": "living", + "x-scope": "individual", + "const": "plc" + }, + { + "title": "Polari", + "x-language-type": "living", + "x-scope": "individual", + "const": "pld" + }, + { + "title": "Palu'e", + "x-language-type": "living", + "x-scope": "individual", + "const": "ple" + }, + { + "title": "Pilagá", + "x-language-type": "living", + "x-scope": "individual", + "const": "plg" + }, + { + "title": "Paulohi", + "x-language-type": "living", + "x-scope": "individual", + "const": "plh" + }, + { + "title": "Pali", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-1": "pi", + "x-set-2-bibliographic": "pli", + "x-set-2-terminologic": "pli", + "const": "pli" + }, + { + "title": "Kohistani Shina", + "x-language-type": "living", + "x-scope": "individual", + "const": "plk" + }, + { + "title": "Shwe Palaung", + "x-language-type": "living", + "x-scope": "individual", + "const": "pll" + }, + { + "title": "Palenquero", + "x-language-type": "living", + "x-scope": "individual", + "const": "pln" + }, + { + "title": "Oluta Popoluca", + "x-language-type": "living", + "x-scope": "individual", + "const": "plo" + }, + { + "title": "Palaic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "plq" + }, + { + "title": "Palaka Senoufo", + "x-language-type": "living", + "x-scope": "individual", + "const": "plr" + }, + { + "title": "San Marcos Tlacoyalco Popoloca", + "x-language-type": "living", + "x-scope": "individual", + "const": "pls" + }, + { + "title": "Plateau Malagasy", + "x-language-type": "living", + "x-scope": "individual", + "const": "plt" + }, + { + "title": "Palikúr", + "x-language-type": "living", + "x-scope": "individual", + "const": "plu" + }, + { + "title": "Southwest Palawano", + "x-language-type": "living", + "x-scope": "individual", + "const": "plv" + }, + { + "title": "Brooke's Point Palawano", + "x-language-type": "living", + "x-scope": "individual", + "const": "plw" + }, + { + "title": "Bolyu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ply" + }, + { + "title": "Paluan", + "x-language-type": "living", + "x-scope": "individual", + "const": "plz" + }, + { + "title": "Paama", + "x-language-type": "living", + "x-scope": "individual", + "const": "pma" + }, + { + "title": "Pambia", + "x-language-type": "living", + "x-scope": "individual", + "const": "pmb" + }, + { + "title": "Pallanganmiddang", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "pmd" + }, + { + "title": "Pwaamei", + "x-language-type": "living", + "x-scope": "individual", + "const": "pme" + }, + { + "title": "Pamona", + "x-language-type": "living", + "x-scope": "individual", + "const": "pmf" + }, + { + "title": "Māhārāṣṭri Prākrit", + "x-language-type": "historic", + "x-scope": "individual", + "const": "pmh" + }, + { + "title": "Northern Pumi", + "x-language-type": "living", + "x-scope": "individual", + "const": "pmi" + }, + { + "title": "Southern Pumi", + "x-language-type": "living", + "x-scope": "individual", + "const": "pmj" + }, + { + "title": "Lingua Franca", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "pml" + }, + { + "title": "Pomo", + "x-language-type": "living", + "x-scope": "individual", + "const": "pmm" + }, + { + "title": "Pam", + "x-language-type": "living", + "x-scope": "individual", + "const": "pmn" + }, + { + "title": "Pom", + "x-language-type": "living", + "x-scope": "individual", + "const": "pmo" + }, + { + "title": "Northern Pame", + "x-language-type": "living", + "x-scope": "individual", + "const": "pmq" + }, + { + "title": "Paynamar", + "x-language-type": "living", + "x-scope": "individual", + "const": "pmr" + }, + { + "title": "Piemontese", + "x-language-type": "living", + "x-scope": "individual", + "const": "pms" + }, + { + "title": "Tuamotuan", + "x-language-type": "living", + "x-scope": "individual", + "const": "pmt" + }, + { + "title": "Plains Miwok", + "x-language-type": "living", + "x-scope": "individual", + "const": "pmw" + }, + { + "title": "Poumei Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "pmx" + }, + { + "title": "Papuan Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "pmy" + }, + { + "title": "Southern Pame", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "pmz" + }, + { + "title": "Punan Bah-Biau", + "x-language-type": "living", + "x-scope": "individual", + "const": "pna" + }, + { + "title": "Western Panjabi", + "x-language-type": "living", + "x-scope": "individual", + "const": "pnb" + }, + { + "title": "Pannei", + "x-language-type": "living", + "x-scope": "individual", + "const": "pnc" + }, + { + "title": "Mpinda", + "x-language-type": "living", + "x-scope": "individual", + "const": "pnd" + }, + { + "title": "Western Penan", + "x-language-type": "living", + "x-scope": "individual", + "const": "pne" + }, + { + "title": "Pangu", + "x-language-type": "living", + "x-scope": "individual", + "const": "png" + }, + { + "title": "Penrhyn", + "x-language-type": "living", + "x-scope": "individual", + "const": "pnh" + }, + { + "title": "Aoheng", + "x-language-type": "living", + "x-scope": "individual", + "const": "pni" + }, + { + "title": "Pinjarup", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "pnj" + }, + { + "title": "Paunaka", + "x-language-type": "living", + "x-scope": "individual", + "const": "pnk" + }, + { + "title": "Paleni", + "x-language-type": "living", + "x-scope": "individual", + "const": "pnl" + }, + { + "title": "Punan Batu 1", + "x-language-type": "living", + "x-scope": "individual", + "const": "pnm" + }, + { + "title": "Pinai-Hagahai", + "x-language-type": "living", + "x-scope": "individual", + "const": "pnn" + }, + { + "title": "Panobo", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "pno" + }, + { + "title": "Pancana", + "x-language-type": "living", + "x-scope": "individual", + "const": "pnp" + }, + { + "title": "Pana (Burkina Faso)", + "x-language-type": "living", + "x-scope": "individual", + "const": "pnq" + }, + { + "title": "Panim", + "x-language-type": "living", + "x-scope": "individual", + "const": "pnr" + }, + { + "title": "Ponosakan", + "x-language-type": "living", + "x-scope": "individual", + "const": "pns" + }, + { + "title": "Pontic", + "x-language-type": "living", + "x-scope": "individual", + "const": "pnt" + }, + { + "title": "Jiongnai Bunu", + "x-language-type": "living", + "x-scope": "individual", + "const": "pnu" + }, + { + "title": "Pinigura", + "x-language-type": "living", + "x-scope": "individual", + "const": "pnv" + }, + { + "title": "Banyjima", + "x-language-type": "living", + "x-scope": "individual", + "const": "pnw" + }, + { + "title": "Phong-Kniang", + "x-language-type": "living", + "x-scope": "individual", + "const": "pnx" + }, + { + "title": "Pinyin", + "x-language-type": "living", + "x-scope": "individual", + "const": "pny" + }, + { + "title": "Pana (Central African Republic)", + "x-language-type": "living", + "x-scope": "individual", + "const": "pnz" + }, + { + "title": "Poqomam", + "x-language-type": "living", + "x-scope": "individual", + "const": "poc" + }, + { + "title": "San Juan Atzingo Popoloca", + "x-language-type": "living", + "x-scope": "individual", + "const": "poe" + }, + { + "title": "Poke", + "x-language-type": "living", + "x-scope": "individual", + "const": "pof" + }, + { + "title": "Potiguára", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "pog" + }, + { + "title": "Poqomchi'", + "x-language-type": "living", + "x-scope": "individual", + "const": "poh" + }, + { + "title": "Highland Popoluca", + "x-language-type": "living", + "x-scope": "individual", + "const": "poi" + }, + { + "title": "Pokangá", + "x-language-type": "living", + "x-scope": "individual", + "const": "pok" + }, + { + "title": "Polish", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "pl", + "x-set-2-bibliographic": "pol", + "x-set-2-terminologic": "pol", + "const": "pol" + }, + { + "title": "Southeastern Pomo", + "x-language-type": "living", + "x-scope": "individual", + "const": "pom" + }, + { + "title": "Pohnpeian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "pon", + "x-set-2-terminologic": "pon", + "const": "pon" + }, + { + "title": "Central Pomo", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "poo" + }, + { + "title": "Pwapwâ", + "x-language-type": "living", + "x-scope": "individual", + "const": "pop" + }, + { + "title": "Texistepec Popoluca", + "x-language-type": "living", + "x-scope": "individual", + "const": "poq" + }, + { + "title": "Portuguese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "pt", + "x-set-2-bibliographic": "por", + "x-set-2-terminologic": "por", + "const": "por" + }, + { + "title": "Sayula Popoluca", + "x-language-type": "living", + "x-scope": "individual", + "const": "pos" + }, + { + "title": "Potawatomi", + "x-language-type": "living", + "x-scope": "individual", + "const": "pot" + }, + { + "title": "Upper Guinea Crioulo", + "x-language-type": "living", + "x-scope": "individual", + "const": "pov" + }, + { + "title": "San Felipe Otlaltepec Popoloca", + "x-language-type": "living", + "x-scope": "individual", + "const": "pow" + }, + { + "title": "Polabian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "pox" + }, + { + "title": "Pogolo", + "x-language-type": "living", + "x-scope": "individual", + "const": "poy" + }, + { + "title": "Papi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ppe" + }, + { + "title": "Paipai", + "x-language-type": "living", + "x-scope": "individual", + "const": "ppi" + }, + { + "title": "Uma", + "x-language-type": "living", + "x-scope": "individual", + "const": "ppk" + }, + { + "title": "Pipil", + "x-language-type": "living", + "x-scope": "individual", + "const": "ppl" + }, + { + "title": "Papuma", + "x-language-type": "living", + "x-scope": "individual", + "const": "ppm" + }, + { + "title": "Papapana", + "x-language-type": "living", + "x-scope": "individual", + "const": "ppn" + }, + { + "title": "Folopa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ppo" + }, + { + "title": "Pelende", + "x-language-type": "living", + "x-scope": "individual", + "const": "ppp" + }, + { + "title": "Pei", + "x-language-type": "living", + "x-scope": "individual", + "const": "ppq" + }, + { + "title": "San Luís Temalacayuca Popoloca", + "x-language-type": "living", + "x-scope": "individual", + "const": "pps" + }, + { + "title": "Pare", + "x-language-type": "living", + "x-scope": "individual", + "const": "ppt" + }, + { + "title": "Papora", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ppu" + }, + { + "title": "Pa'a", + "x-language-type": "living", + "x-scope": "individual", + "const": "pqa" + }, + { + "title": "Malecite-Passamaquoddy", + "x-language-type": "living", + "x-scope": "individual", + "const": "pqm" + }, + { + "title": "Parachi", + "x-language-type": "living", + "x-scope": "individual", + "const": "prc" + }, + { + "title": "Parsi-Dari", + "x-language-type": "living", + "x-scope": "individual", + "const": "prd" + }, + { + "title": "Principense", + "x-language-type": "living", + "x-scope": "individual", + "const": "pre" + }, + { + "title": "Paranan", + "x-language-type": "living", + "x-scope": "individual", + "const": "prf" + }, + { + "title": "Prussian", + "x-language-type": "living", + "x-scope": "individual", + "const": "prg" + }, + { + "title": "Porohanon", + "x-language-type": "living", + "x-scope": "individual", + "const": "prh" + }, + { + "title": "Paicî", + "x-language-type": "living", + "x-scope": "individual", + "const": "pri" + }, + { + "title": "Parauk", + "x-language-type": "living", + "x-scope": "individual", + "const": "prk" + }, + { + "title": "Peruvian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "prl" + }, + { + "title": "Kibiri", + "x-language-type": "living", + "x-scope": "individual", + "const": "prm" + }, + { + "title": "Prasuni", + "x-language-type": "living", + "x-scope": "individual", + "const": "prn" + }, + { + "title": "Old Provençal (to 1500)", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "pro", + "x-set-2-terminologic": "pro", + "const": "pro" + }, + { + "title": "Ashéninka Perené", + "x-language-type": "living", + "x-scope": "individual", + "const": "prq" + }, + { + "title": "Puri", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "prr" + }, + { + "title": "Dari", + "x-language-type": "living", + "x-scope": "individual", + "const": "prs" + }, + { + "title": "Phai", + "x-language-type": "living", + "x-scope": "individual", + "const": "prt" + }, + { + "title": "Puragi", + "x-language-type": "living", + "x-scope": "individual", + "const": "pru" + }, + { + "title": "Parawen", + "x-language-type": "living", + "x-scope": "individual", + "const": "prw" + }, + { + "title": "Purik", + "x-language-type": "living", + "x-scope": "individual", + "const": "prx" + }, + { + "title": "Providencia Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "prz" + }, + { + "title": "Asue Awyu", + "x-language-type": "living", + "x-scope": "individual", + "const": "psa" + }, + { + "title": "Iranian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "psc" + }, + { + "title": "Plains Indian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "psd" + }, + { + "title": "Central Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "pse" + }, + { + "title": "Penang Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "psg" + }, + { + "title": "Southwest Pashai", + "x-language-type": "living", + "x-scope": "individual", + "const": "psh" + }, + { + "title": "Southeast Pashai", + "x-language-type": "living", + "x-scope": "individual", + "const": "psi" + }, + { + "title": "Puerto Rican Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "psl" + }, + { + "title": "Pauserna", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "psm" + }, + { + "title": "Panasuan", + "x-language-type": "living", + "x-scope": "individual", + "const": "psn" + }, + { + "title": "Polish Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "pso" + }, + { + "title": "Philippine Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "psp" + }, + { + "title": "Pasi", + "x-language-type": "living", + "x-scope": "individual", + "const": "psq" + }, + { + "title": "Portuguese Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "psr" + }, + { + "title": "Kaulong", + "x-language-type": "living", + "x-scope": "individual", + "const": "pss" + }, + { + "title": "Central Pashto", + "x-language-type": "living", + "x-scope": "individual", + "const": "pst" + }, + { + "title": "Sauraseni Prākrit", + "x-language-type": "historic", + "x-scope": "individual", + "const": "psu" + }, + { + "title": "Port Sandwich", + "x-language-type": "living", + "x-scope": "individual", + "const": "psw" + }, + { + "title": "Piscataway", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "psy" + }, + { + "title": "Pai Tavytera", + "x-language-type": "living", + "x-scope": "individual", + "const": "pta" + }, + { + "title": "Pataxó Hã-Ha-Hãe", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "pth" + }, + { + "title": "Pindiini", + "x-language-type": "living", + "x-scope": "individual", + "const": "pti" + }, + { + "title": "Patani", + "x-language-type": "living", + "x-scope": "individual", + "const": "ptn" + }, + { + "title": "Zo'é", + "x-language-type": "living", + "x-scope": "individual", + "const": "pto" + }, + { + "title": "Patep", + "x-language-type": "living", + "x-scope": "individual", + "const": "ptp" + }, + { + "title": "Pattapu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ptq" + }, + { + "title": "Piamatsina", + "x-language-type": "living", + "x-scope": "individual", + "const": "ptr" + }, + { + "title": "Enrekang", + "x-language-type": "living", + "x-scope": "individual", + "const": "ptt" + }, + { + "title": "Bambam", + "x-language-type": "living", + "x-scope": "individual", + "const": "ptu" + }, + { + "title": "Port Vato", + "x-language-type": "living", + "x-scope": "individual", + "const": "ptv" + }, + { + "title": "Pentlatch", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ptw" + }, + { + "title": "Pathiya", + "x-language-type": "living", + "x-scope": "individual", + "const": "pty" + }, + { + "title": "Western Highland Purepecha", + "x-language-type": "living", + "x-scope": "individual", + "const": "pua" + }, + { + "title": "Purum", + "x-language-type": "living", + "x-scope": "individual", + "const": "pub" + }, + { + "title": "Punan Merap", + "x-language-type": "living", + "x-scope": "individual", + "const": "puc" + }, + { + "title": "Punan Aput", + "x-language-type": "living", + "x-scope": "individual", + "const": "pud" + }, + { + "title": "Puelche", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "pue" + }, + { + "title": "Punan Merah", + "x-language-type": "living", + "x-scope": "individual", + "const": "puf" + }, + { + "title": "Phuie", + "x-language-type": "living", + "x-scope": "individual", + "const": "pug" + }, + { + "title": "Puinave", + "x-language-type": "living", + "x-scope": "individual", + "const": "pui" + }, + { + "title": "Punan Tubu", + "x-language-type": "living", + "x-scope": "individual", + "const": "puj" + }, + { + "title": "Puma", + "x-language-type": "living", + "x-scope": "individual", + "const": "pum" + }, + { + "title": "Puoc", + "x-language-type": "living", + "x-scope": "individual", + "const": "puo" + }, + { + "title": "Pulabu", + "x-language-type": "living", + "x-scope": "individual", + "const": "pup" + }, + { + "title": "Puquina", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "puq" + }, + { + "title": "Puruborá", + "x-language-type": "living", + "x-scope": "individual", + "const": "pur" + }, + { + "title": "Pushto", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "ps", + "x-set-2-bibliographic": "pus", + "x-set-2-terminologic": "pus", + "const": "pus" + }, + { + "title": "Putoh", + "x-language-type": "living", + "x-scope": "individual", + "const": "put" + }, + { + "title": "Punu", + "x-language-type": "living", + "x-scope": "individual", + "const": "puu" + }, + { + "title": "Puluwatese", + "x-language-type": "living", + "x-scope": "individual", + "const": "puw" + }, + { + "title": "Puare", + "x-language-type": "living", + "x-scope": "individual", + "const": "pux" + }, + { + "title": "Purisimeño", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "puy" + }, + { + "title": "Pawaia", + "x-language-type": "living", + "x-scope": "individual", + "const": "pwa" + }, + { + "title": "Panawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "pwb" + }, + { + "title": "Gapapaiwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "pwg" + }, + { + "title": "Patwin", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "pwi" + }, + { + "title": "Molbog", + "x-language-type": "living", + "x-scope": "individual", + "const": "pwm" + }, + { + "title": "Paiwan", + "x-language-type": "living", + "x-scope": "individual", + "const": "pwn" + }, + { + "title": "Pwo Western Karen", + "x-language-type": "living", + "x-scope": "individual", + "const": "pwo" + }, + { + "title": "Powari", + "x-language-type": "living", + "x-scope": "individual", + "const": "pwr" + }, + { + "title": "Pwo Northern Karen", + "x-language-type": "living", + "x-scope": "individual", + "const": "pww" + }, + { + "title": "Quetzaltepec Mixe", + "x-language-type": "living", + "x-scope": "individual", + "const": "pxm" + }, + { + "title": "Pye Krumen", + "x-language-type": "living", + "x-scope": "individual", + "const": "pye" + }, + { + "title": "Fyam", + "x-language-type": "living", + "x-scope": "individual", + "const": "pym" + }, + { + "title": "Poyanáwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "pyn" + }, + { + "title": "Paraguayan Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "pys" + }, + { + "title": "Puyuma", + "x-language-type": "living", + "x-scope": "individual", + "const": "pyu" + }, + { + "title": "Pyu (Myanmar)", + "x-language-type": "historic", + "x-scope": "individual", + "const": "pyx" + }, + { + "title": "Pyen", + "x-language-type": "living", + "x-scope": "individual", + "const": "pyy" + }, + { + "title": "Pesse", + "x-language-type": "living", + "x-scope": "individual", + "const": "pze" + }, + { + "title": "Pazeh", + "x-language-type": "living", + "x-scope": "individual", + "const": "pzh" + }, + { + "title": "Jejara Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "pzn" + }, + { + "title": "Quapaw", + "x-language-type": "living", + "x-scope": "individual", + "const": "qua" + }, + { + "title": "Huallaga Huánuco Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qub" + }, + { + "title": "K'iche'", + "x-language-type": "living", + "x-scope": "individual", + "const": "quc" + }, + { + "title": "Calderón Highland Quichua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qud" + }, + { + "title": "Quechua", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "qu", + "x-set-2-bibliographic": "que", + "x-set-2-terminologic": "que", + "const": "que" + }, + { + "title": "Lambayeque Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "quf" + }, + { + "title": "Chimborazo Highland Quichua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qug" + }, + { + "title": "South Bolivian Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "quh" + }, + { + "title": "Quileute", + "x-language-type": "living", + "x-scope": "individual", + "const": "qui" + }, + { + "title": "Chachapoyas Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "quk" + }, + { + "title": "North Bolivian Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qul" + }, + { + "title": "Sipacapense", + "x-language-type": "living", + "x-scope": "individual", + "const": "qum" + }, + { + "title": "Quinault", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "qun" + }, + { + "title": "Southern Pastaza Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qup" + }, + { + "title": "Quinqui", + "x-language-type": "living", + "x-scope": "individual", + "const": "quq" + }, + { + "title": "Yanahuanca Pasco Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qur" + }, + { + "title": "Santiago del Estero Quichua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qus" + }, + { + "title": "Sacapulteco", + "x-language-type": "living", + "x-scope": "individual", + "const": "quv" + }, + { + "title": "Tena Lowland Quichua", + "x-language-type": "living", + "x-scope": "individual", + "const": "quw" + }, + { + "title": "Yauyos Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qux" + }, + { + "title": "Ayacucho Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "quy" + }, + { + "title": "Cusco Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "quz" + }, + { + "title": "Ambo-Pasco Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qva" + }, + { + "title": "Cajamarca Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qvc" + }, + { + "title": "Eastern Apurímac Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qve" + }, + { + "title": "Huamalíes-Dos de Mayo Huánuco Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qvh" + }, + { + "title": "Imbabura Highland Quichua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qvi" + }, + { + "title": "Loja Highland Quichua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qvj" + }, + { + "title": "Cajatambo North Lima Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qvl" + }, + { + "title": "Margos-Yarowilca-Lauricocha Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qvm" + }, + { + "title": "North Junín Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qvn" + }, + { + "title": "Napo Lowland Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qvo" + }, + { + "title": "Pacaraos Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qvp" + }, + { + "title": "San Martín Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qvs" + }, + { + "title": "Huaylla Wanca Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qvw" + }, + { + "title": "Queyu", + "x-language-type": "living", + "x-scope": "individual", + "const": "qvy" + }, + { + "title": "Northern Pastaza Quichua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qvz" + }, + { + "title": "Corongo Ancash Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qwa" + }, + { + "title": "Classical Quechua", + "x-language-type": "historic", + "x-scope": "individual", + "const": "qwc" + }, + { + "title": "Huaylas Ancash Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qwh" + }, + { + "title": "Kuman (Russia)", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "qwm" + }, + { + "title": "Sihuas Ancash Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qws" + }, + { + "title": "Kwalhioqua-Tlatskanai", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "qwt" + }, + { + "title": "Chiquián Ancash Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qxa" + }, + { + "title": "Chincha Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qxc" + }, + { + "title": "Panao Huánuco Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qxh" + }, + { + "title": "Salasaca Highland Quichua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qxl" + }, + { + "title": "Northern Conchucos Ancash Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qxn" + }, + { + "title": "Southern Conchucos Ancash Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qxo" + }, + { + "title": "Puno Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qxp" + }, + { + "title": "Qashqa'i", + "x-language-type": "living", + "x-scope": "individual", + "const": "qxq" + }, + { + "title": "Cañar Highland Quichua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qxr" + }, + { + "title": "Southern Qiang", + "x-language-type": "living", + "x-scope": "individual", + "const": "qxs" + }, + { + "title": "Santa Ana de Tusi Pasco Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qxt" + }, + { + "title": "Arequipa-La Unión Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qxu" + }, + { + "title": "Jauja Wanca Quechua", + "x-language-type": "living", + "x-scope": "individual", + "const": "qxw" + }, + { + "title": "Quenya", + "x-language-type": "constructed", + "x-scope": "individual", + "const": "qya" + }, + { + "title": "Quiripi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "qyp" + }, + { + "title": "Dungmali", + "x-language-type": "living", + "x-scope": "individual", + "const": "raa" + }, + { + "title": "Camling", + "x-language-type": "living", + "x-scope": "individual", + "const": "rab" + }, + { + "title": "Rasawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "rac" + }, + { + "title": "Rade", + "x-language-type": "living", + "x-scope": "individual", + "const": "rad" + }, + { + "title": "Western Meohang", + "x-language-type": "living", + "x-scope": "individual", + "const": "raf" + }, + { + "title": "Logooli", + "x-language-type": "living", + "x-scope": "individual", + "const": "rag" + }, + { + "title": "Rabha", + "x-language-type": "living", + "x-scope": "individual", + "const": "rah" + }, + { + "title": "Ramoaaina", + "x-language-type": "living", + "x-scope": "individual", + "const": "rai" + }, + { + "title": "Rajasthani", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "raj", + "x-set-2-terminologic": "raj", + "const": "raj" + }, + { + "title": "Tulu-Bohuai", + "x-language-type": "living", + "x-scope": "individual", + "const": "rak" + }, + { + "title": "Ralte", + "x-language-type": "living", + "x-scope": "individual", + "const": "ral" + }, + { + "title": "Canela", + "x-language-type": "living", + "x-scope": "individual", + "const": "ram" + }, + { + "title": "Riantana", + "x-language-type": "living", + "x-scope": "individual", + "const": "ran" + }, + { + "title": "Rao", + "x-language-type": "living", + "x-scope": "individual", + "const": "rao" + }, + { + "title": "Rapanui", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "rap", + "x-set-2-terminologic": "rap", + "const": "rap" + }, + { + "title": "Saam", + "x-language-type": "living", + "x-scope": "individual", + "const": "raq" + }, + { + "title": "Rarotongan", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "rar", + "x-set-2-terminologic": "rar", + "const": "rar" + }, + { + "title": "Tegali", + "x-language-type": "living", + "x-scope": "individual", + "const": "ras" + }, + { + "title": "Razajerdi", + "x-language-type": "living", + "x-scope": "individual", + "const": "rat" + }, + { + "title": "Raute", + "x-language-type": "living", + "x-scope": "individual", + "const": "rau" + }, + { + "title": "Sampang", + "x-language-type": "living", + "x-scope": "individual", + "const": "rav" + }, + { + "title": "Rawang", + "x-language-type": "living", + "x-scope": "individual", + "const": "raw" + }, + { + "title": "Rang", + "x-language-type": "living", + "x-scope": "individual", + "const": "rax" + }, + { + "title": "Rapa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ray" + }, + { + "title": "Rahambuu", + "x-language-type": "living", + "x-scope": "individual", + "const": "raz" + }, + { + "title": "Rumai Palaung", + "x-language-type": "living", + "x-scope": "individual", + "const": "rbb" + }, + { + "title": "Northern Bontok", + "x-language-type": "living", + "x-scope": "individual", + "const": "rbk" + }, + { + "title": "Miraya Bikol", + "x-language-type": "living", + "x-scope": "individual", + "const": "rbl" + }, + { + "title": "Barababaraba", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "rbp" + }, + { + "title": "Réunion Creole French", + "x-language-type": "living", + "x-scope": "individual", + "const": "rcf" + }, + { + "title": "Rudbari", + "x-language-type": "living", + "x-scope": "individual", + "const": "rdb" + }, + { + "title": "Rerau", + "x-language-type": "living", + "x-scope": "individual", + "const": "rea" + }, + { + "title": "Rembong", + "x-language-type": "living", + "x-scope": "individual", + "const": "reb" + }, + { + "title": "Rejang Kayan", + "x-language-type": "living", + "x-scope": "individual", + "const": "ree" + }, + { + "title": "Kara (Tanzania)", + "x-language-type": "living", + "x-scope": "individual", + "const": "reg" + }, + { + "title": "Reli", + "x-language-type": "living", + "x-scope": "individual", + "const": "rei" + }, + { + "title": "Rejang", + "x-language-type": "living", + "x-scope": "individual", + "const": "rej" + }, + { + "title": "Rendille", + "x-language-type": "living", + "x-scope": "individual", + "const": "rel" + }, + { + "title": "Remo", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "rem" + }, + { + "title": "Rengao", + "x-language-type": "living", + "x-scope": "individual", + "const": "ren" + }, + { + "title": "Rer Bare", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "rer" + }, + { + "title": "Reshe", + "x-language-type": "living", + "x-scope": "individual", + "const": "res" + }, + { + "title": "Retta", + "x-language-type": "living", + "x-scope": "individual", + "const": "ret" + }, + { + "title": "Reyesano", + "x-language-type": "living", + "x-scope": "individual", + "const": "rey" + }, + { + "title": "Roria", + "x-language-type": "living", + "x-scope": "individual", + "const": "rga" + }, + { + "title": "Romano-Greek", + "x-language-type": "living", + "x-scope": "individual", + "const": "rge" + }, + { + "title": "Rangkas", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "rgk" + }, + { + "title": "Romagnol", + "x-language-type": "living", + "x-scope": "individual", + "const": "rgn" + }, + { + "title": "Resígaro", + "x-language-type": "living", + "x-scope": "individual", + "const": "rgr" + }, + { + "title": "Southern Roglai", + "x-language-type": "living", + "x-scope": "individual", + "const": "rgs" + }, + { + "title": "Ringgou", + "x-language-type": "living", + "x-scope": "individual", + "const": "rgu" + }, + { + "title": "Rohingya", + "x-language-type": "living", + "x-scope": "individual", + "const": "rhg" + }, + { + "title": "Yahang", + "x-language-type": "living", + "x-scope": "individual", + "const": "rhp" + }, + { + "title": "Riang (India)", + "x-language-type": "living", + "x-scope": "individual", + "const": "ria" + }, + { + "title": "Bribri Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "rib" + }, + { + "title": "Tarifit", + "x-language-type": "living", + "x-scope": "individual", + "const": "rif" + }, + { + "title": "Riang Lang", + "x-language-type": "living", + "x-scope": "individual", + "const": "ril" + }, + { + "title": "Nyaturu", + "x-language-type": "living", + "x-scope": "individual", + "const": "rim" + }, + { + "title": "Nungu", + "x-language-type": "living", + "x-scope": "individual", + "const": "rin" + }, + { + "title": "Ribun", + "x-language-type": "living", + "x-scope": "individual", + "const": "rir" + }, + { + "title": "Ritharrngu", + "x-language-type": "living", + "x-scope": "individual", + "const": "rit" + }, + { + "title": "Riung", + "x-language-type": "living", + "x-scope": "individual", + "const": "riu" + }, + { + "title": "Rajong", + "x-language-type": "living", + "x-scope": "individual", + "const": "rjg" + }, + { + "title": "Raji", + "x-language-type": "living", + "x-scope": "individual", + "const": "rji" + }, + { + "title": "Rajbanshi", + "x-language-type": "living", + "x-scope": "individual", + "const": "rjs" + }, + { + "title": "Kraol", + "x-language-type": "living", + "x-scope": "individual", + "const": "rka" + }, + { + "title": "Rikbaktsa", + "x-language-type": "living", + "x-scope": "individual", + "const": "rkb" + }, + { + "title": "Rakahanga-Manihiki", + "x-language-type": "living", + "x-scope": "individual", + "const": "rkh" + }, + { + "title": "Rakhine", + "x-language-type": "living", + "x-scope": "individual", + "const": "rki" + }, + { + "title": "Marka", + "x-language-type": "living", + "x-scope": "individual", + "const": "rkm" + }, + { + "title": "Rangpuri", + "x-language-type": "living", + "x-scope": "individual", + "const": "rkt" + }, + { + "title": "Arakwal", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "rkw" + }, + { + "title": "Rama", + "x-language-type": "living", + "x-scope": "individual", + "const": "rma" + }, + { + "title": "Rembarrnga", + "x-language-type": "living", + "x-scope": "individual", + "const": "rmb" + }, + { + "title": "Carpathian Romani", + "x-language-type": "living", + "x-scope": "individual", + "const": "rmc" + }, + { + "title": "Traveller Danish", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "rmd" + }, + { + "title": "Angloromani", + "x-language-type": "living", + "x-scope": "individual", + "const": "rme" + }, + { + "title": "Kalo Finnish Romani", + "x-language-type": "living", + "x-scope": "individual", + "const": "rmf" + }, + { + "title": "Traveller Norwegian", + "x-language-type": "living", + "x-scope": "individual", + "const": "rmg" + }, + { + "title": "Murkim", + "x-language-type": "living", + "x-scope": "individual", + "const": "rmh" + }, + { + "title": "Lomavren", + "x-language-type": "living", + "x-scope": "individual", + "const": "rmi" + }, + { + "title": "Romkun", + "x-language-type": "living", + "x-scope": "individual", + "const": "rmk" + }, + { + "title": "Baltic Romani", + "x-language-type": "living", + "x-scope": "individual", + "const": "rml" + }, + { + "title": "Roma", + "x-language-type": "living", + "x-scope": "individual", + "const": "rmm" + }, + { + "title": "Balkan Romani", + "x-language-type": "living", + "x-scope": "individual", + "const": "rmn" + }, + { + "title": "Sinte Romani", + "x-language-type": "living", + "x-scope": "individual", + "const": "rmo" + }, + { + "title": "Rempi", + "x-language-type": "living", + "x-scope": "individual", + "const": "rmp" + }, + { + "title": "Caló", + "x-language-type": "living", + "x-scope": "individual", + "const": "rmq" + }, + { + "title": "Romanian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "rms" + }, + { + "title": "Domari", + "x-language-type": "living", + "x-scope": "individual", + "const": "rmt" + }, + { + "title": "Tavringer Romani", + "x-language-type": "living", + "x-scope": "individual", + "const": "rmu" + }, + { + "title": "Romanova", + "x-language-type": "constructed", + "x-scope": "individual", + "const": "rmv" + }, + { + "title": "Welsh Romani", + "x-language-type": "living", + "x-scope": "individual", + "const": "rmw" + }, + { + "title": "Romam", + "x-language-type": "living", + "x-scope": "individual", + "const": "rmx" + }, + { + "title": "Vlax Romani", + "x-language-type": "living", + "x-scope": "individual", + "const": "rmy" + }, + { + "title": "Marma", + "x-language-type": "living", + "x-scope": "individual", + "const": "rmz" + }, + { + "title": "Brunca Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "rnb" + }, + { + "title": "Ruund", + "x-language-type": "living", + "x-scope": "individual", + "const": "rnd" + }, + { + "title": "Ronga", + "x-language-type": "living", + "x-scope": "individual", + "const": "rng" + }, + { + "title": "Ranglong", + "x-language-type": "living", + "x-scope": "individual", + "const": "rnl" + }, + { + "title": "Roon", + "x-language-type": "living", + "x-scope": "individual", + "const": "rnn" + }, + { + "title": "Rongpo", + "x-language-type": "living", + "x-scope": "individual", + "const": "rnp" + }, + { + "title": "Nari Nari", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "rnr" + }, + { + "title": "Rungwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "rnw" + }, + { + "title": "Tae'", + "x-language-type": "living", + "x-scope": "individual", + "const": "rob" + }, + { + "title": "Cacgia Roglai", + "x-language-type": "living", + "x-scope": "individual", + "const": "roc" + }, + { + "title": "Rogo", + "x-language-type": "living", + "x-scope": "individual", + "const": "rod" + }, + { + "title": "Ronji", + "x-language-type": "living", + "x-scope": "individual", + "const": "roe" + }, + { + "title": "Rombo", + "x-language-type": "living", + "x-scope": "individual", + "const": "rof" + }, + { + "title": "Northern Roglai", + "x-language-type": "living", + "x-scope": "individual", + "const": "rog" + }, + { + "title": "Romansh", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "rm", + "x-set-2-bibliographic": "roh", + "x-set-2-terminologic": "roh", + "const": "roh" + }, + { + "title": "Romblomanon", + "x-language-type": "living", + "x-scope": "individual", + "const": "rol" + }, + { + "title": "Romany", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "rom", + "x-set-2-terminologic": "rom", + "const": "rom" + }, + { + "title": "Romanian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ro", + "x-set-2-bibliographic": "rum", + "x-set-2-terminologic": "ron", + "const": "ron" + }, + { + "title": "Rotokas", + "x-language-type": "living", + "x-scope": "individual", + "const": "roo" + }, + { + "title": "Kriol", + "x-language-type": "living", + "x-scope": "individual", + "const": "rop" + }, + { + "title": "Rongga", + "x-language-type": "living", + "x-scope": "individual", + "const": "ror" + }, + { + "title": "Runga", + "x-language-type": "living", + "x-scope": "individual", + "const": "rou" + }, + { + "title": "Dela-Oenale", + "x-language-type": "living", + "x-scope": "individual", + "const": "row" + }, + { + "title": "Repanbitip", + "x-language-type": "living", + "x-scope": "individual", + "const": "rpn" + }, + { + "title": "Rapting", + "x-language-type": "living", + "x-scope": "individual", + "const": "rpt" + }, + { + "title": "Ririo", + "x-language-type": "living", + "x-scope": "individual", + "const": "rri" + }, + { + "title": "Moriori", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "rrm" + }, + { + "title": "Waima", + "x-language-type": "living", + "x-scope": "individual", + "const": "rro" + }, + { + "title": "Arritinngithigh", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "rrt" + }, + { + "title": "Romano-Serbian", + "x-language-type": "living", + "x-scope": "individual", + "const": "rsb" + }, + { + "title": "Ruthenian", + "x-language-type": "living", + "x-scope": "individual", + "const": "rsk" + }, + { + "title": "Russian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "rsl" + }, + { + "title": "Miriwoong Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "rsm" + }, + { + "title": "Rwandan Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "rsn" + }, + { + "title": "Rishiwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "rsw" + }, + { + "title": "Rungtu Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "rtc" + }, + { + "title": "Ratahan", + "x-language-type": "living", + "x-scope": "individual", + "const": "rth" + }, + { + "title": "Rotuman", + "x-language-type": "living", + "x-scope": "individual", + "const": "rtm" + }, + { + "title": "Yurats", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "rts" + }, + { + "title": "Rathawi", + "x-language-type": "living", + "x-scope": "individual", + "const": "rtw" + }, + { + "title": "Gungu", + "x-language-type": "living", + "x-scope": "individual", + "const": "rub" + }, + { + "title": "Ruuli", + "x-language-type": "living", + "x-scope": "individual", + "const": "ruc" + }, + { + "title": "Rusyn", + "x-language-type": "living", + "x-scope": "individual", + "const": "rue" + }, + { + "title": "Luguru", + "x-language-type": "living", + "x-scope": "individual", + "const": "ruf" + }, + { + "title": "Roviana", + "x-language-type": "living", + "x-scope": "individual", + "const": "rug" + }, + { + "title": "Ruga", + "x-language-type": "living", + "x-scope": "individual", + "const": "ruh" + }, + { + "title": "Rufiji", + "x-language-type": "living", + "x-scope": "individual", + "const": "rui" + }, + { + "title": "Che", + "x-language-type": "living", + "x-scope": "individual", + "const": "ruk" + }, + { + "title": "Rundi", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "rn", + "x-set-2-bibliographic": "run", + "x-set-2-terminologic": "run", + "const": "run" + }, + { + "title": "Istro Romanian", + "x-language-type": "living", + "x-scope": "individual", + "const": "ruo" + }, + { + "title": "Macedo-Romanian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "rup", + "x-set-2-terminologic": "rup", + "const": "rup" + }, + { + "title": "Megleno Romanian", + "x-language-type": "living", + "x-scope": "individual", + "const": "ruq" + }, + { + "title": "Russian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ru", + "x-set-2-bibliographic": "rus", + "x-set-2-terminologic": "rus", + "const": "rus" + }, + { + "title": "Rutul", + "x-language-type": "living", + "x-scope": "individual", + "const": "rut" + }, + { + "title": "Lanas Lobu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ruu" + }, + { + "title": "Mala (Nigeria)", + "x-language-type": "living", + "x-scope": "individual", + "const": "ruy" + }, + { + "title": "Ruma", + "x-language-type": "living", + "x-scope": "individual", + "const": "ruz" + }, + { + "title": "Rawo", + "x-language-type": "living", + "x-scope": "individual", + "const": "rwa" + }, + { + "title": "Rwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "rwk" + }, + { + "title": "Ruwila", + "x-language-type": "living", + "x-scope": "individual", + "const": "rwl" + }, + { + "title": "Amba (Uganda)", + "x-language-type": "living", + "x-scope": "individual", + "const": "rwm" + }, + { + "title": "Rawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "rwo" + }, + { + "title": "Marwari (India)", + "x-language-type": "living", + "x-scope": "individual", + "const": "rwr" + }, + { + "title": "Ngardi", + "x-language-type": "living", + "x-scope": "individual", + "const": "rxd" + }, + { + "title": "Karuwali", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "rxw" + }, + { + "title": "Northern Amami-Oshima", + "x-language-type": "living", + "x-scope": "individual", + "const": "ryn" + }, + { + "title": "Yaeyama", + "x-language-type": "living", + "x-scope": "individual", + "const": "rys" + }, + { + "title": "Central Okinawan", + "x-language-type": "living", + "x-scope": "individual", + "const": "ryu" + }, + { + "title": "Rāziḥī", + "x-language-type": "living", + "x-scope": "individual", + "const": "rzh" + }, + { + "title": "Saba", + "x-language-type": "living", + "x-scope": "individual", + "const": "saa" + }, + { + "title": "Buglere", + "x-language-type": "living", + "x-scope": "individual", + "const": "sab" + }, + { + "title": "Meskwaki", + "x-language-type": "living", + "x-scope": "individual", + "const": "sac" + }, + { + "title": "Sandawe", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "sad", + "x-set-2-terminologic": "sad", + "const": "sad" + }, + { + "title": "Sabanê", + "x-language-type": "living", + "x-scope": "individual", + "const": "sae" + }, + { + "title": "Safaliba", + "x-language-type": "living", + "x-scope": "individual", + "const": "saf" + }, + { + "title": "Sango", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "sg", + "x-set-2-bibliographic": "sag", + "x-set-2-terminologic": "sag", + "const": "sag" + }, + { + "title": "Yakut", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "sah", + "x-set-2-terminologic": "sah", + "const": "sah" + }, + { + "title": "Sahu", + "x-language-type": "living", + "x-scope": "individual", + "const": "saj" + }, + { + "title": "Sake", + "x-language-type": "living", + "x-scope": "individual", + "const": "sak" + }, + { + "title": "Samaritan Aramaic", + "x-language-type": "extinct", + "x-scope": "individual", + "x-set-2-bibliographic": "sam", + "x-set-2-terminologic": "sam", + "const": "sam" + }, + { + "title": "Sanskrit", + "x-language-type": "historic", + "x-scope": "macrolanguage", + "x-set-1": "sa", + "x-set-2-bibliographic": "san", + "x-set-2-terminologic": "san", + "const": "san" + }, + { + "title": "Sause", + "x-language-type": "living", + "x-scope": "individual", + "const": "sao" + }, + { + "title": "Samburu", + "x-language-type": "living", + "x-scope": "individual", + "const": "saq" + }, + { + "title": "Saraveca", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "sar" + }, + { + "title": "Sasak", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "sas", + "x-set-2-terminologic": "sas", + "const": "sas" + }, + { + "title": "Santali", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "sat", + "x-set-2-terminologic": "sat", + "const": "sat" + }, + { + "title": "Saleman", + "x-language-type": "living", + "x-scope": "individual", + "const": "sau" + }, + { + "title": "Saafi-Saafi", + "x-language-type": "living", + "x-scope": "individual", + "const": "sav" + }, + { + "title": "Sawi", + "x-language-type": "living", + "x-scope": "individual", + "const": "saw" + }, + { + "title": "Sa", + "x-language-type": "living", + "x-scope": "individual", + "const": "sax" + }, + { + "title": "Saya", + "x-language-type": "living", + "x-scope": "individual", + "const": "say" + }, + { + "title": "Saurashtra", + "x-language-type": "living", + "x-scope": "individual", + "const": "saz" + }, + { + "title": "Ngambay", + "x-language-type": "living", + "x-scope": "individual", + "const": "sba" + }, + { + "title": "Simbo", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbb" + }, + { + "title": "Kele (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbc" + }, + { + "title": "Southern Samo", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbd" + }, + { + "title": "Saliba", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbe" + }, + { + "title": "Chabu", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbf" + }, + { + "title": "Seget", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbg" + }, + { + "title": "Sori-Harengan", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbh" + }, + { + "title": "Seti", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbi" + }, + { + "title": "Surbakhal", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbj" + }, + { + "title": "Safwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbk" + }, + { + "title": "Botolan Sambal", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbl" + }, + { + "title": "Sagala", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbm" + }, + { + "title": "Sindhi Bhil", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbn" + }, + { + "title": "Sabüm", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbo" + }, + { + "title": "Sangu (Tanzania)", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbp" + }, + { + "title": "Sileibi", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbq" + }, + { + "title": "Sembakung Murut", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbr" + }, + { + "title": "Subiya", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbs" + }, + { + "title": "Kimki", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbt" + }, + { + "title": "Stod Bhoti", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbu" + }, + { + "title": "Sabine", + "x-language-type": "historic", + "x-scope": "individual", + "const": "sbv" + }, + { + "title": "Simba", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbw" + }, + { + "title": "Seberuang", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbx" + }, + { + "title": "Soli", + "x-language-type": "living", + "x-scope": "individual", + "const": "sby" + }, + { + "title": "Sara Kaba", + "x-language-type": "living", + "x-scope": "individual", + "const": "sbz" + }, + { + "title": "Chut", + "x-language-type": "living", + "x-scope": "individual", + "const": "scb" + }, + { + "title": "Dongxiang", + "x-language-type": "living", + "x-scope": "individual", + "const": "sce" + }, + { + "title": "San Miguel Creole French", + "x-language-type": "living", + "x-scope": "individual", + "const": "scf" + }, + { + "title": "Sanggau", + "x-language-type": "living", + "x-scope": "individual", + "const": "scg" + }, + { + "title": "Sakachep", + "x-language-type": "living", + "x-scope": "individual", + "const": "sch" + }, + { + "title": "Sri Lankan Creole Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "sci" + }, + { + "title": "Sadri", + "x-language-type": "living", + "x-scope": "individual", + "const": "sck" + }, + { + "title": "Shina", + "x-language-type": "living", + "x-scope": "individual", + "const": "scl" + }, + { + "title": "Sicilian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "scn", + "x-set-2-terminologic": "scn", + "const": "scn" + }, + { + "title": "Scots", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "sco", + "x-set-2-terminologic": "sco", + "const": "sco" + }, + { + "title": "Hyolmo", + "x-language-type": "living", + "x-scope": "individual", + "const": "scp" + }, + { + "title": "Sa'och", + "x-language-type": "living", + "x-scope": "individual", + "const": "scq" + }, + { + "title": "North Slavey", + "x-language-type": "living", + "x-scope": "individual", + "const": "scs" + }, + { + "title": "Southern Katang", + "x-language-type": "living", + "x-scope": "individual", + "const": "sct" + }, + { + "title": "Shumcho", + "x-language-type": "living", + "x-scope": "individual", + "const": "scu" + }, + { + "title": "Sheni", + "x-language-type": "living", + "x-scope": "individual", + "const": "scv" + }, + { + "title": "Sha", + "x-language-type": "living", + "x-scope": "individual", + "const": "scw" + }, + { + "title": "Sicel", + "x-language-type": "historic", + "x-scope": "individual", + "const": "scx" + }, + { + "title": "Shaetlan", + "x-language-type": "living", + "x-scope": "individual", + "const": "scz" + }, + { + "title": "Toraja-Sa'dan", + "x-language-type": "living", + "x-scope": "individual", + "const": "sda" + }, + { + "title": "Shabak", + "x-language-type": "living", + "x-scope": "individual", + "const": "sdb" + }, + { + "title": "Sassarese Sardinian", + "x-language-type": "living", + "x-scope": "individual", + "const": "sdc" + }, + { + "title": "Surubu", + "x-language-type": "living", + "x-scope": "individual", + "const": "sde" + }, + { + "title": "Sarli", + "x-language-type": "living", + "x-scope": "individual", + "const": "sdf" + }, + { + "title": "Savi", + "x-language-type": "living", + "x-scope": "individual", + "const": "sdg" + }, + { + "title": "Southern Kurdish", + "x-language-type": "living", + "x-scope": "individual", + "const": "sdh" + }, + { + "title": "Suundi", + "x-language-type": "living", + "x-scope": "individual", + "const": "sdj" + }, + { + "title": "Sos Kundi", + "x-language-type": "living", + "x-scope": "individual", + "const": "sdk" + }, + { + "title": "Saudi Arabian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "sdl" + }, + { + "title": "Gallurese Sardinian", + "x-language-type": "living", + "x-scope": "individual", + "const": "sdn" + }, + { + "title": "Bukar-Sadung Bidayuh", + "x-language-type": "living", + "x-scope": "individual", + "const": "sdo" + }, + { + "title": "Sherdukpen", + "x-language-type": "living", + "x-scope": "individual", + "const": "sdp" + }, + { + "title": "Semandang", + "x-language-type": "living", + "x-scope": "individual", + "const": "sdq" + }, + { + "title": "Oraon Sadri", + "x-language-type": "living", + "x-scope": "individual", + "const": "sdr" + }, + { + "title": "Sened", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "sds" + }, + { + "title": "Shuadit", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "sdt" + }, + { + "title": "Sarudu", + "x-language-type": "living", + "x-scope": "individual", + "const": "sdu" + }, + { + "title": "Sibu Melanau", + "x-language-type": "living", + "x-scope": "individual", + "const": "sdx" + }, + { + "title": "Sallands", + "x-language-type": "living", + "x-scope": "individual", + "const": "sdz" + }, + { + "title": "Semai", + "x-language-type": "living", + "x-scope": "individual", + "const": "sea" + }, + { + "title": "Shempire Senoufo", + "x-language-type": "living", + "x-scope": "individual", + "const": "seb" + }, + { + "title": "Sechelt", + "x-language-type": "living", + "x-scope": "individual", + "const": "sec" + }, + { + "title": "Sedang", + "x-language-type": "living", + "x-scope": "individual", + "const": "sed" + }, + { + "title": "Seneca", + "x-language-type": "living", + "x-scope": "individual", + "const": "see" + }, + { + "title": "Cebaara Senoufo", + "x-language-type": "living", + "x-scope": "individual", + "const": "sef" + }, + { + "title": "Segeju", + "x-language-type": "living", + "x-scope": "individual", + "const": "seg" + }, + { + "title": "Sena", + "x-language-type": "living", + "x-scope": "individual", + "const": "seh" + }, + { + "title": "Seri", + "x-language-type": "living", + "x-scope": "individual", + "const": "sei" + }, + { + "title": "Sene", + "x-language-type": "living", + "x-scope": "individual", + "const": "sej" + }, + { + "title": "Sekani", + "x-language-type": "living", + "x-scope": "individual", + "const": "sek" + }, + { + "title": "Selkup", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "sel", + "x-set-2-terminologic": "sel", + "const": "sel" + }, + { + "title": "Nanerigé Sénoufo", + "x-language-type": "living", + "x-scope": "individual", + "const": "sen" + }, + { + "title": "Suarmin", + "x-language-type": "living", + "x-scope": "individual", + "const": "seo" + }, + { + "title": "Sìcìté Sénoufo", + "x-language-type": "living", + "x-scope": "individual", + "const": "sep" + }, + { + "title": "Senara Sénoufo", + "x-language-type": "living", + "x-scope": "individual", + "const": "seq" + }, + { + "title": "Serrano", + "x-language-type": "living", + "x-scope": "individual", + "const": "ser" + }, + { + "title": "Koyraboro Senni Songhai", + "x-language-type": "living", + "x-scope": "individual", + "const": "ses" + }, + { + "title": "Sentani", + "x-language-type": "living", + "x-scope": "individual", + "const": "set" + }, + { + "title": "Serui-Laut", + "x-language-type": "living", + "x-scope": "individual", + "const": "seu" + }, + { + "title": "Nyarafolo Senoufo", + "x-language-type": "living", + "x-scope": "individual", + "const": "sev" + }, + { + "title": "Sewa Bay", + "x-language-type": "living", + "x-scope": "individual", + "const": "sew" + }, + { + "title": "Secoya", + "x-language-type": "living", + "x-scope": "individual", + "const": "sey" + }, + { + "title": "Senthang Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "sez" + }, + { + "title": "Langue des signes de Belgique Francophone", + "x-language-type": "living", + "x-scope": "individual", + "const": "sfb" + }, + { + "title": "Eastern Subanen", + "x-language-type": "living", + "x-scope": "individual", + "const": "sfe" + }, + { + "title": "Small Flowery Miao", + "x-language-type": "living", + "x-scope": "individual", + "const": "sfm" + }, + { + "title": "South African Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "sfs" + }, + { + "title": "Sehwi", + "x-language-type": "living", + "x-scope": "individual", + "const": "sfw" + }, + { + "title": "Old Irish (to 900)", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "sga", + "x-set-2-terminologic": "sga", + "const": "sga" + }, + { + "title": "Mag-antsi Ayta", + "x-language-type": "living", + "x-scope": "individual", + "const": "sgb" + }, + { + "title": "Kipsigis", + "x-language-type": "living", + "x-scope": "individual", + "const": "sgc" + }, + { + "title": "Surigaonon", + "x-language-type": "living", + "x-scope": "individual", + "const": "sgd" + }, + { + "title": "Segai", + "x-language-type": "living", + "x-scope": "individual", + "const": "sge" + }, + { + "title": "Swiss-German Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "sgg" + }, + { + "title": "Shughni", + "x-language-type": "living", + "x-scope": "individual", + "const": "sgh" + }, + { + "title": "Suga", + "x-language-type": "living", + "x-scope": "individual", + "const": "sgi" + }, + { + "title": "Surgujia", + "x-language-type": "living", + "x-scope": "individual", + "const": "sgj" + }, + { + "title": "Sangkong", + "x-language-type": "living", + "x-scope": "individual", + "const": "sgk" + }, + { + "title": "Singa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "sgm" + }, + { + "title": "Singpho", + "x-language-type": "living", + "x-scope": "individual", + "const": "sgp" + }, + { + "title": "Sangisari", + "x-language-type": "living", + "x-scope": "individual", + "const": "sgr" + }, + { + "title": "Samogitian", + "x-language-type": "living", + "x-scope": "individual", + "const": "sgs" + }, + { + "title": "Brokpake", + "x-language-type": "living", + "x-scope": "individual", + "const": "sgt" + }, + { + "title": "Salas", + "x-language-type": "living", + "x-scope": "individual", + "const": "sgu" + }, + { + "title": "Sebat Bet Gurage", + "x-language-type": "living", + "x-scope": "individual", + "const": "sgw" + }, + { + "title": "Sierra Leone Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "sgx" + }, + { + "title": "Sanglechi", + "x-language-type": "living", + "x-scope": "individual", + "const": "sgy" + }, + { + "title": "Sursurunga", + "x-language-type": "living", + "x-scope": "individual", + "const": "sgz" + }, + { + "title": "Shall-Zwall", + "x-language-type": "living", + "x-scope": "individual", + "const": "sha" + }, + { + "title": "Ninam", + "x-language-type": "living", + "x-scope": "individual", + "const": "shb" + }, + { + "title": "Sonde", + "x-language-type": "living", + "x-scope": "individual", + "const": "shc" + }, + { + "title": "Kundal Shahi", + "x-language-type": "living", + "x-scope": "individual", + "const": "shd" + }, + { + "title": "Sheko", + "x-language-type": "living", + "x-scope": "individual", + "const": "she" + }, + { + "title": "Shua", + "x-language-type": "living", + "x-scope": "individual", + "const": "shg" + }, + { + "title": "Shoshoni", + "x-language-type": "living", + "x-scope": "individual", + "const": "shh" + }, + { + "title": "Tachelhit", + "x-language-type": "living", + "x-scope": "individual", + "const": "shi" + }, + { + "title": "Shatt", + "x-language-type": "living", + "x-scope": "individual", + "const": "shj" + }, + { + "title": "Shilluk", + "x-language-type": "living", + "x-scope": "individual", + "const": "shk" + }, + { + "title": "Shendu", + "x-language-type": "living", + "x-scope": "individual", + "const": "shl" + }, + { + "title": "Shahrudi", + "x-language-type": "living", + "x-scope": "individual", + "const": "shm" + }, + { + "title": "Shan", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "shn", + "x-set-2-terminologic": "shn", + "const": "shn" + }, + { + "title": "Shanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "sho" + }, + { + "title": "Shipibo-Conibo", + "x-language-type": "living", + "x-scope": "individual", + "const": "shp" + }, + { + "title": "Sala", + "x-language-type": "living", + "x-scope": "individual", + "const": "shq" + }, + { + "title": "Shi", + "x-language-type": "living", + "x-scope": "individual", + "const": "shr" + }, + { + "title": "Shuswap", + "x-language-type": "living", + "x-scope": "individual", + "const": "shs" + }, + { + "title": "Shasta", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "sht" + }, + { + "title": "Chadian Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "shu" + }, + { + "title": "Shehri", + "x-language-type": "living", + "x-scope": "individual", + "const": "shv" + }, + { + "title": "Shwai", + "x-language-type": "living", + "x-scope": "individual", + "const": "shw" + }, + { + "title": "She", + "x-language-type": "living", + "x-scope": "individual", + "const": "shx" + }, + { + "title": "Tachawit", + "x-language-type": "living", + "x-scope": "individual", + "const": "shy" + }, + { + "title": "Syenara Senoufo", + "x-language-type": "living", + "x-scope": "individual", + "const": "shz" + }, + { + "title": "Akkala Sami", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "sia" + }, + { + "title": "Sebop", + "x-language-type": "living", + "x-scope": "individual", + "const": "sib" + }, + { + "title": "Sidamo", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "sid", + "x-set-2-terminologic": "sid", + "const": "sid" + }, + { + "title": "Simaa", + "x-language-type": "living", + "x-scope": "individual", + "const": "sie" + }, + { + "title": "Siamou", + "x-language-type": "living", + "x-scope": "individual", + "const": "sif" + }, + { + "title": "Paasaal", + "x-language-type": "living", + "x-scope": "individual", + "const": "sig" + }, + { + "title": "Zire", + "x-language-type": "living", + "x-scope": "individual", + "const": "sih" + }, + { + "title": "Shom Peng", + "x-language-type": "living", + "x-scope": "individual", + "const": "sii" + }, + { + "title": "Numbami", + "x-language-type": "living", + "x-scope": "individual", + "const": "sij" + }, + { + "title": "Sikiana", + "x-language-type": "living", + "x-scope": "individual", + "const": "sik" + }, + { + "title": "Tumulung Sisaala", + "x-language-type": "living", + "x-scope": "individual", + "const": "sil" + }, + { + "title": "Mende (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "sim" + }, + { + "title": "Sinhala", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "si", + "x-set-2-bibliographic": "sin", + "x-set-2-terminologic": "sin", + "const": "sin" + }, + { + "title": "Sikkimese", + "x-language-type": "living", + "x-scope": "individual", + "const": "sip" + }, + { + "title": "Sonia", + "x-language-type": "living", + "x-scope": "individual", + "const": "siq" + }, + { + "title": "Siri", + "x-language-type": "living", + "x-scope": "individual", + "const": "sir" + }, + { + "title": "Siuslaw", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "sis" + }, + { + "title": "Sinagen", + "x-language-type": "living", + "x-scope": "individual", + "const": "siu" + }, + { + "title": "Sumariup", + "x-language-type": "living", + "x-scope": "individual", + "const": "siv" + }, + { + "title": "Siwai", + "x-language-type": "living", + "x-scope": "individual", + "const": "siw" + }, + { + "title": "Sumau", + "x-language-type": "living", + "x-scope": "individual", + "const": "six" + }, + { + "title": "Sivandi", + "x-language-type": "living", + "x-scope": "individual", + "const": "siy" + }, + { + "title": "Siwi", + "x-language-type": "living", + "x-scope": "individual", + "const": "siz" + }, + { + "title": "Epena", + "x-language-type": "living", + "x-scope": "individual", + "const": "sja" + }, + { + "title": "Sajau Basap", + "x-language-type": "living", + "x-scope": "individual", + "const": "sjb" + }, + { + "title": "Shaojiang Chinese", + "x-language-type": "living", + "x-scope": "individual", + "const": "sjc" + }, + { + "title": "Kildin Sami", + "x-language-type": "living", + "x-scope": "individual", + "const": "sjd" + }, + { + "title": "Pite Sami", + "x-language-type": "living", + "x-scope": "individual", + "const": "sje" + }, + { + "title": "Assangori", + "x-language-type": "living", + "x-scope": "individual", + "const": "sjg" + }, + { + "title": "Kemi Sami", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "sjk" + }, + { + "title": "Sajalong", + "x-language-type": "living", + "x-scope": "individual", + "const": "sjl" + }, + { + "title": "Mapun", + "x-language-type": "living", + "x-scope": "individual", + "const": "sjm" + }, + { + "title": "Sindarin", + "x-language-type": "constructed", + "x-scope": "individual", + "const": "sjn" + }, + { + "title": "Xibe", + "x-language-type": "living", + "x-scope": "individual", + "const": "sjo" + }, + { + "title": "Surjapuri", + "x-language-type": "living", + "x-scope": "individual", + "const": "sjp" + }, + { + "title": "Siar-Lak", + "x-language-type": "living", + "x-scope": "individual", + "const": "sjr" + }, + { + "title": "Senhaja De Srair", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "sjs" + }, + { + "title": "Ter Sami", + "x-language-type": "living", + "x-scope": "individual", + "const": "sjt" + }, + { + "title": "Ume Sami", + "x-language-type": "living", + "x-scope": "individual", + "const": "sju" + }, + { + "title": "Shawnee", + "x-language-type": "living", + "x-scope": "individual", + "const": "sjw" + }, + { + "title": "Skagit", + "x-language-type": "living", + "x-scope": "individual", + "const": "ska" + }, + { + "title": "Saek", + "x-language-type": "living", + "x-scope": "individual", + "const": "skb" + }, + { + "title": "Ma Manda", + "x-language-type": "living", + "x-scope": "individual", + "const": "skc" + }, + { + "title": "Southern Sierra Miwok", + "x-language-type": "living", + "x-scope": "individual", + "const": "skd" + }, + { + "title": "Seke (Vanuatu)", + "x-language-type": "living", + "x-scope": "individual", + "const": "ske" + }, + { + "title": "Sakirabiá", + "x-language-type": "living", + "x-scope": "individual", + "const": "skf" + }, + { + "title": "Sakalava Malagasy", + "x-language-type": "living", + "x-scope": "individual", + "const": "skg" + }, + { + "title": "Sikule", + "x-language-type": "living", + "x-scope": "individual", + "const": "skh" + }, + { + "title": "Sika", + "x-language-type": "living", + "x-scope": "individual", + "const": "ski" + }, + { + "title": "Seke (Nepal)", + "x-language-type": "living", + "x-scope": "individual", + "const": "skj" + }, + { + "title": "Kutong", + "x-language-type": "living", + "x-scope": "individual", + "const": "skm" + }, + { + "title": "Kolibugan Subanon", + "x-language-type": "living", + "x-scope": "individual", + "const": "skn" + }, + { + "title": "Seko Tengah", + "x-language-type": "living", + "x-scope": "individual", + "const": "sko" + }, + { + "title": "Sekapan", + "x-language-type": "living", + "x-scope": "individual", + "const": "skp" + }, + { + "title": "Sininkere", + "x-language-type": "living", + "x-scope": "individual", + "const": "skq" + }, + { + "title": "Saraiki", + "x-language-type": "living", + "x-scope": "individual", + "const": "skr" + }, + { + "title": "Maia", + "x-language-type": "living", + "x-scope": "individual", + "const": "sks" + }, + { + "title": "Sakata", + "x-language-type": "living", + "x-scope": "individual", + "const": "skt" + }, + { + "title": "Sakao", + "x-language-type": "living", + "x-scope": "individual", + "const": "sku" + }, + { + "title": "Skou", + "x-language-type": "living", + "x-scope": "individual", + "const": "skv" + }, + { + "title": "Skepi Creole Dutch", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "skw" + }, + { + "title": "Seko Padang", + "x-language-type": "living", + "x-scope": "individual", + "const": "skx" + }, + { + "title": "Sikaiana", + "x-language-type": "living", + "x-scope": "individual", + "const": "sky" + }, + { + "title": "Sekar", + "x-language-type": "living", + "x-scope": "individual", + "const": "skz" + }, + { + "title": "Sáliba", + "x-language-type": "living", + "x-scope": "individual", + "const": "slc" + }, + { + "title": "Sissala", + "x-language-type": "living", + "x-scope": "individual", + "const": "sld" + }, + { + "title": "Sholaga", + "x-language-type": "living", + "x-scope": "individual", + "const": "sle" + }, + { + "title": "Swiss-Italian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "slf" + }, + { + "title": "Selungai Murut", + "x-language-type": "living", + "x-scope": "individual", + "const": "slg" + }, + { + "title": "Southern Puget Sound Salish", + "x-language-type": "living", + "x-scope": "individual", + "const": "slh" + }, + { + "title": "Lower Silesian", + "x-language-type": "living", + "x-scope": "individual", + "const": "sli" + }, + { + "title": "Salumá", + "x-language-type": "living", + "x-scope": "individual", + "const": "slj" + }, + { + "title": "Slovak", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "sk", + "x-set-2-bibliographic": "slo", + "x-set-2-terminologic": "slk", + "const": "slk" + }, + { + "title": "Salt-Yui", + "x-language-type": "living", + "x-scope": "individual", + "const": "sll" + }, + { + "title": "Pangutaran Sama", + "x-language-type": "living", + "x-scope": "individual", + "const": "slm" + }, + { + "title": "Salinan", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "sln" + }, + { + "title": "Lamaholot", + "x-language-type": "living", + "x-scope": "individual", + "const": "slp" + }, + { + "title": "Salar", + "x-language-type": "living", + "x-scope": "individual", + "const": "slr" + }, + { + "title": "Singapore Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "sls" + }, + { + "title": "Sila", + "x-language-type": "living", + "x-scope": "individual", + "const": "slt" + }, + { + "title": "Selaru", + "x-language-type": "living", + "x-scope": "individual", + "const": "slu" + }, + { + "title": "Slovenian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "sl", + "x-set-2-bibliographic": "slv", + "x-set-2-terminologic": "slv", + "const": "slv" + }, + { + "title": "Sialum", + "x-language-type": "living", + "x-scope": "individual", + "const": "slw" + }, + { + "title": "Salampasu", + "x-language-type": "living", + "x-scope": "individual", + "const": "slx" + }, + { + "title": "Selayar", + "x-language-type": "living", + "x-scope": "individual", + "const": "sly" + }, + { + "title": "Ma'ya", + "x-language-type": "living", + "x-scope": "individual", + "const": "slz" + }, + { + "title": "Southern Sami", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "sma", + "x-set-2-terminologic": "sma", + "const": "sma" + }, + { + "title": "Simbari", + "x-language-type": "living", + "x-scope": "individual", + "const": "smb" + }, + { + "title": "Som", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "smc" + }, + { + "title": "Northern Sami", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "se", + "x-set-2-bibliographic": "sme", + "x-set-2-terminologic": "sme", + "const": "sme" + }, + { + "title": "Auwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "smf" + }, + { + "title": "Simbali", + "x-language-type": "living", + "x-scope": "individual", + "const": "smg" + }, + { + "title": "Samei", + "x-language-type": "living", + "x-scope": "individual", + "const": "smh" + }, + { + "title": "Lule Sami", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "smj", + "x-set-2-terminologic": "smj", + "const": "smj" + }, + { + "title": "Bolinao", + "x-language-type": "living", + "x-scope": "individual", + "const": "smk" + }, + { + "title": "Central Sama", + "x-language-type": "living", + "x-scope": "individual", + "const": "sml" + }, + { + "title": "Musasa", + "x-language-type": "living", + "x-scope": "individual", + "const": "smm" + }, + { + "title": "Inari Sami", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "smn", + "x-set-2-terminologic": "smn", + "const": "smn" + }, + { + "title": "Samoan", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "sm", + "x-set-2-bibliographic": "smo", + "x-set-2-terminologic": "smo", + "const": "smo" + }, + { + "title": "Samaritan", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "smp" + }, + { + "title": "Samo", + "x-language-type": "living", + "x-scope": "individual", + "const": "smq" + }, + { + "title": "Simeulue", + "x-language-type": "living", + "x-scope": "individual", + "const": "smr" + }, + { + "title": "Skolt Sami", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "sms", + "x-set-2-terminologic": "sms", + "const": "sms" + }, + { + "title": "Simte", + "x-language-type": "living", + "x-scope": "individual", + "const": "smt" + }, + { + "title": "Somray", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "smu" + }, + { + "title": "Samvedi", + "x-language-type": "living", + "x-scope": "individual", + "const": "smv" + }, + { + "title": "Sumbawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "smw" + }, + { + "title": "Samba", + "x-language-type": "living", + "x-scope": "individual", + "const": "smx" + }, + { + "title": "Semnani", + "x-language-type": "living", + "x-scope": "individual", + "const": "smy" + }, + { + "title": "Simeku", + "x-language-type": "living", + "x-scope": "individual", + "const": "smz" + }, + { + "title": "Shona", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "sn", + "x-set-2-bibliographic": "sna", + "x-set-2-terminologic": "sna", + "const": "sna" + }, + { + "title": "Sinaugoro", + "x-language-type": "living", + "x-scope": "individual", + "const": "snc" + }, + { + "title": "Sindhi", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "sd", + "x-set-2-bibliographic": "snd", + "x-set-2-terminologic": "snd", + "const": "snd" + }, + { + "title": "Bau Bidayuh", + "x-language-type": "living", + "x-scope": "individual", + "const": "sne" + }, + { + "title": "Noon", + "x-language-type": "living", + "x-scope": "individual", + "const": "snf" + }, + { + "title": "Sanga (Democratic Republic of Congo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "sng" + }, + { + "title": "Sensi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "sni" + }, + { + "title": "Riverain Sango", + "x-language-type": "living", + "x-scope": "individual", + "const": "snj" + }, + { + "title": "Soninke", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "snk", + "x-set-2-terminologic": "snk", + "const": "snk" + }, + { + "title": "Sangil", + "x-language-type": "living", + "x-scope": "individual", + "const": "snl" + }, + { + "title": "Southern Ma'di", + "x-language-type": "living", + "x-scope": "individual", + "const": "snm" + }, + { + "title": "Siona", + "x-language-type": "living", + "x-scope": "individual", + "const": "snn" + }, + { + "title": "Snohomish", + "x-language-type": "living", + "x-scope": "individual", + "const": "sno" + }, + { + "title": "Siane", + "x-language-type": "living", + "x-scope": "individual", + "const": "snp" + }, + { + "title": "Sangu (Gabon)", + "x-language-type": "living", + "x-scope": "individual", + "const": "snq" + }, + { + "title": "Sihan", + "x-language-type": "living", + "x-scope": "individual", + "const": "snr" + }, + { + "title": "South West Bay", + "x-language-type": "living", + "x-scope": "individual", + "const": "sns" + }, + { + "title": "Senggi", + "x-language-type": "living", + "x-scope": "individual", + "const": "snu" + }, + { + "title": "Sa'ban", + "x-language-type": "living", + "x-scope": "individual", + "const": "snv" + }, + { + "title": "Selee", + "x-language-type": "living", + "x-scope": "individual", + "const": "snw" + }, + { + "title": "Sam", + "x-language-type": "living", + "x-scope": "individual", + "const": "snx" + }, + { + "title": "Saniyo-Hiyewe", + "x-language-type": "living", + "x-scope": "individual", + "const": "sny" + }, + { + "title": "Kou", + "x-language-type": "living", + "x-scope": "individual", + "const": "snz" + }, + { + "title": "Thai Song", + "x-language-type": "living", + "x-scope": "individual", + "const": "soa" + }, + { + "title": "Sobei", + "x-language-type": "living", + "x-scope": "individual", + "const": "sob" + }, + { + "title": "So (Democratic Republic of Congo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "soc" + }, + { + "title": "Songoora", + "x-language-type": "living", + "x-scope": "individual", + "const": "sod" + }, + { + "title": "Songomeno", + "x-language-type": "living", + "x-scope": "individual", + "const": "soe" + }, + { + "title": "Sogdian", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "sog", + "x-set-2-terminologic": "sog", + "const": "sog" + }, + { + "title": "Aka", + "x-language-type": "living", + "x-scope": "individual", + "const": "soh" + }, + { + "title": "Sonha", + "x-language-type": "living", + "x-scope": "individual", + "const": "soi" + }, + { + "title": "Soi", + "x-language-type": "living", + "x-scope": "individual", + "const": "soj" + }, + { + "title": "Sokoro", + "x-language-type": "living", + "x-scope": "individual", + "const": "sok" + }, + { + "title": "Solos", + "x-language-type": "living", + "x-scope": "individual", + "const": "sol" + }, + { + "title": "Somali", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "so", + "x-set-2-bibliographic": "som", + "x-set-2-terminologic": "som", + "const": "som" + }, + { + "title": "Songo", + "x-language-type": "living", + "x-scope": "individual", + "const": "soo" + }, + { + "title": "Songe", + "x-language-type": "living", + "x-scope": "individual", + "const": "sop" + }, + { + "title": "Kanasi", + "x-language-type": "living", + "x-scope": "individual", + "const": "soq" + }, + { + "title": "Somrai", + "x-language-type": "living", + "x-scope": "individual", + "const": "sor" + }, + { + "title": "Seeku", + "x-language-type": "living", + "x-scope": "individual", + "const": "sos" + }, + { + "title": "Southern Sotho", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "st", + "x-set-2-bibliographic": "sot", + "x-set-2-terminologic": "sot", + "const": "sot" + }, + { + "title": "Southern Thai", + "x-language-type": "living", + "x-scope": "individual", + "const": "sou" + }, + { + "title": "Sonsorol", + "x-language-type": "living", + "x-scope": "individual", + "const": "sov" + }, + { + "title": "Sowanda", + "x-language-type": "living", + "x-scope": "individual", + "const": "sow" + }, + { + "title": "Swo", + "x-language-type": "living", + "x-scope": "individual", + "const": "sox" + }, + { + "title": "Miyobe", + "x-language-type": "living", + "x-scope": "individual", + "const": "soy" + }, + { + "title": "Temi", + "x-language-type": "living", + "x-scope": "individual", + "const": "soz" + }, + { + "title": "Spanish", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "es", + "x-set-2-bibliographic": "spa", + "x-set-2-terminologic": "spa", + "const": "spa" + }, + { + "title": "Sepa (Indonesia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "spb" + }, + { + "title": "Sapé", + "x-language-type": "living", + "x-scope": "individual", + "const": "spc" + }, + { + "title": "Saep", + "x-language-type": "living", + "x-scope": "individual", + "const": "spd" + }, + { + "title": "Sepa (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "spe" + }, + { + "title": "Sian", + "x-language-type": "living", + "x-scope": "individual", + "const": "spg" + }, + { + "title": "Saponi", + "x-language-type": "living", + "x-scope": "individual", + "const": "spi" + }, + { + "title": "Sengo", + "x-language-type": "living", + "x-scope": "individual", + "const": "spk" + }, + { + "title": "Selepet", + "x-language-type": "living", + "x-scope": "individual", + "const": "spl" + }, + { + "title": "Akukem", + "x-language-type": "living", + "x-scope": "individual", + "const": "spm" + }, + { + "title": "Sanapaná", + "x-language-type": "living", + "x-scope": "individual", + "const": "spn" + }, + { + "title": "Spokane", + "x-language-type": "living", + "x-scope": "individual", + "const": "spo" + }, + { + "title": "Supyire Senoufo", + "x-language-type": "living", + "x-scope": "individual", + "const": "spp" + }, + { + "title": "Loreto-Ucayali Spanish", + "x-language-type": "living", + "x-scope": "individual", + "const": "spq" + }, + { + "title": "Saparua", + "x-language-type": "living", + "x-scope": "individual", + "const": "spr" + }, + { + "title": "Saposa", + "x-language-type": "living", + "x-scope": "individual", + "const": "sps" + }, + { + "title": "Spiti Bhoti", + "x-language-type": "living", + "x-scope": "individual", + "const": "spt" + }, + { + "title": "Sapuan", + "x-language-type": "living", + "x-scope": "individual", + "const": "spu" + }, + { + "title": "Sambalpuri", + "x-language-type": "living", + "x-scope": "individual", + "const": "spv" + }, + { + "title": "South Picene", + "x-language-type": "historic", + "x-scope": "individual", + "const": "spx" + }, + { + "title": "Sabaot", + "x-language-type": "living", + "x-scope": "individual", + "const": "spy" + }, + { + "title": "Shama-Sambuga", + "x-language-type": "living", + "x-scope": "individual", + "const": "sqa" + }, + { + "title": "Shau", + "x-language-type": "living", + "x-scope": "individual", + "const": "sqh" + }, + { + "title": "Albanian", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "sq", + "x-set-2-bibliographic": "alb", + "x-set-2-terminologic": "sqi", + "const": "sqi" + }, + { + "title": "Albanian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "sqk" + }, + { + "title": "Suma", + "x-language-type": "living", + "x-scope": "individual", + "const": "sqm" + }, + { + "title": "Susquehannock", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "sqn" + }, + { + "title": "Sorkhei", + "x-language-type": "living", + "x-scope": "individual", + "const": "sqo" + }, + { + "title": "Sou", + "x-language-type": "living", + "x-scope": "individual", + "const": "sqq" + }, + { + "title": "Siculo Arabic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "sqr" + }, + { + "title": "Sri Lankan Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "sqs" + }, + { + "title": "Soqotri", + "x-language-type": "living", + "x-scope": "individual", + "const": "sqt" + }, + { + "title": "Squamish", + "x-language-type": "living", + "x-scope": "individual", + "const": "squ" + }, + { + "title": "Kufr Qassem Sign Language (KQSL)", + "x-language-type": "living", + "x-scope": "individual", + "const": "sqx" + }, + { + "title": "Saruga", + "x-language-type": "living", + "x-scope": "individual", + "const": "sra" + }, + { + "title": "Sora", + "x-language-type": "living", + "x-scope": "individual", + "const": "srb" + }, + { + "title": "Logudorese Sardinian", + "x-language-type": "living", + "x-scope": "individual", + "const": "src" + }, + { + "title": "Sardinian", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "sc", + "x-set-2-bibliographic": "srd", + "x-set-2-terminologic": "srd", + "const": "srd" + }, + { + "title": "Sara", + "x-language-type": "living", + "x-scope": "individual", + "const": "sre" + }, + { + "title": "Nafi", + "x-language-type": "living", + "x-scope": "individual", + "const": "srf" + }, + { + "title": "Sulod", + "x-language-type": "living", + "x-scope": "individual", + "const": "srg" + }, + { + "title": "Sarikoli", + "x-language-type": "living", + "x-scope": "individual", + "const": "srh" + }, + { + "title": "Siriano", + "x-language-type": "living", + "x-scope": "individual", + "const": "sri" + }, + { + "title": "Serudung Murut", + "x-language-type": "living", + "x-scope": "individual", + "const": "srk" + }, + { + "title": "Isirawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "srl" + }, + { + "title": "Saramaccan", + "x-language-type": "living", + "x-scope": "individual", + "const": "srm" + }, + { + "title": "Sranan Tongo", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "srn", + "x-set-2-terminologic": "srn", + "const": "srn" + }, + { + "title": "Campidanese Sardinian", + "x-language-type": "living", + "x-scope": "individual", + "const": "sro" + }, + { + "title": "Serbian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "sr", + "x-set-2-bibliographic": "srp", + "x-set-2-terminologic": "srp", + "const": "srp" + }, + { + "title": "Sirionó", + "x-language-type": "living", + "x-scope": "individual", + "const": "srq" + }, + { + "title": "Serer", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "srr", + "x-set-2-terminologic": "srr", + "const": "srr" + }, + { + "title": "Sarsi", + "x-language-type": "living", + "x-scope": "individual", + "const": "srs" + }, + { + "title": "Sauri", + "x-language-type": "living", + "x-scope": "individual", + "const": "srt" + }, + { + "title": "Suruí", + "x-language-type": "living", + "x-scope": "individual", + "const": "sru" + }, + { + "title": "Southern Sorsoganon", + "x-language-type": "living", + "x-scope": "individual", + "const": "srv" + }, + { + "title": "Serua", + "x-language-type": "living", + "x-scope": "individual", + "const": "srw" + }, + { + "title": "Sirmauri", + "x-language-type": "living", + "x-scope": "individual", + "const": "srx" + }, + { + "title": "Sera", + "x-language-type": "living", + "x-scope": "individual", + "const": "sry" + }, + { + "title": "Shahmirzadi", + "x-language-type": "living", + "x-scope": "individual", + "const": "srz" + }, + { + "title": "Southern Sama", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssb" + }, + { + "title": "Suba-Simbiti", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssc" + }, + { + "title": "Siroi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssd" + }, + { + "title": "Balangingi", + "x-language-type": "living", + "x-scope": "individual", + "const": "sse" + }, + { + "title": "Thao", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssf" + }, + { + "title": "Seimat", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssg" + }, + { + "title": "Shihhi Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssh" + }, + { + "title": "Sansi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssi" + }, + { + "title": "Sausi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssj" + }, + { + "title": "Sunam", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssk" + }, + { + "title": "Western Sisaala", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssl" + }, + { + "title": "Semnam", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssm" + }, + { + "title": "Waata", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssn" + }, + { + "title": "Sissano", + "x-language-type": "living", + "x-scope": "individual", + "const": "sso" + }, + { + "title": "Spanish Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssp" + }, + { + "title": "So'a", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssq" + }, + { + "title": "Swiss-French Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssr" + }, + { + "title": "Sô", + "x-language-type": "living", + "x-scope": "individual", + "const": "sss" + }, + { + "title": "Sinasina", + "x-language-type": "living", + "x-scope": "individual", + "const": "sst" + }, + { + "title": "Susuami", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssu" + }, + { + "title": "Shark Bay", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssv" + }, + { + "title": "Swati", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ss", + "x-set-2-bibliographic": "ssw", + "x-set-2-terminologic": "ssw", + "const": "ssw" + }, + { + "title": "Samberigi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssx" + }, + { + "title": "Saho", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssy" + }, + { + "title": "Sengseng", + "x-language-type": "living", + "x-scope": "individual", + "const": "ssz" + }, + { + "title": "Settla", + "x-language-type": "living", + "x-scope": "individual", + "const": "sta" + }, + { + "title": "Northern Subanen", + "x-language-type": "living", + "x-scope": "individual", + "const": "stb" + }, + { + "title": "Sentinel", + "x-language-type": "living", + "x-scope": "individual", + "const": "std" + }, + { + "title": "Liana-Seti", + "x-language-type": "living", + "x-scope": "individual", + "const": "ste" + }, + { + "title": "Seta", + "x-language-type": "living", + "x-scope": "individual", + "const": "stf" + }, + { + "title": "Trieng", + "x-language-type": "living", + "x-scope": "individual", + "const": "stg" + }, + { + "title": "Shelta", + "x-language-type": "living", + "x-scope": "individual", + "const": "sth" + }, + { + "title": "Bulo Stieng", + "x-language-type": "living", + "x-scope": "individual", + "const": "sti" + }, + { + "title": "Matya Samo", + "x-language-type": "living", + "x-scope": "individual", + "const": "stj" + }, + { + "title": "Arammba", + "x-language-type": "living", + "x-scope": "individual", + "const": "stk" + }, + { + "title": "Stellingwerfs", + "x-language-type": "living", + "x-scope": "individual", + "const": "stl" + }, + { + "title": "Setaman", + "x-language-type": "living", + "x-scope": "individual", + "const": "stm" + }, + { + "title": "Owa", + "x-language-type": "living", + "x-scope": "individual", + "const": "stn" + }, + { + "title": "Stoney", + "x-language-type": "living", + "x-scope": "individual", + "const": "sto" + }, + { + "title": "Southeastern Tepehuan", + "x-language-type": "living", + "x-scope": "individual", + "const": "stp" + }, + { + "title": "Saterfriesisch", + "x-language-type": "living", + "x-scope": "individual", + "const": "stq" + }, + { + "title": "Straits Salish", + "x-language-type": "living", + "x-scope": "individual", + "const": "str" + }, + { + "title": "Shumashti", + "x-language-type": "living", + "x-scope": "individual", + "const": "sts" + }, + { + "title": "Budeh Stieng", + "x-language-type": "living", + "x-scope": "individual", + "const": "stt" + }, + { + "title": "Samtao", + "x-language-type": "living", + "x-scope": "individual", + "const": "stu" + }, + { + "title": "Silt'e", + "x-language-type": "living", + "x-scope": "individual", + "const": "stv" + }, + { + "title": "Satawalese", + "x-language-type": "living", + "x-scope": "individual", + "const": "stw" + }, + { + "title": "Siberian Tatar", + "x-language-type": "living", + "x-scope": "individual", + "const": "sty" + }, + { + "title": "Sulka", + "x-language-type": "living", + "x-scope": "individual", + "const": "sua" + }, + { + "title": "Suku", + "x-language-type": "living", + "x-scope": "individual", + "const": "sub" + }, + { + "title": "Western Subanon", + "x-language-type": "living", + "x-scope": "individual", + "const": "suc" + }, + { + "title": "Suena", + "x-language-type": "living", + "x-scope": "individual", + "const": "sue" + }, + { + "title": "Suganga", + "x-language-type": "living", + "x-scope": "individual", + "const": "sug" + }, + { + "title": "Suki", + "x-language-type": "living", + "x-scope": "individual", + "const": "sui" + }, + { + "title": "Shubi", + "x-language-type": "living", + "x-scope": "individual", + "const": "suj" + }, + { + "title": "Sukuma", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "suk", + "x-set-2-terminologic": "suk", + "const": "suk" + }, + { + "title": "Sundanese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "su", + "x-set-2-bibliographic": "sun", + "x-set-2-terminologic": "sun", + "const": "sun" + }, + { + "title": "Bouni", + "x-language-type": "living", + "x-scope": "individual", + "const": "suo" + }, + { + "title": "Tirmaga-Chai Suri", + "x-language-type": "living", + "x-scope": "individual", + "const": "suq" + }, + { + "title": "Mwaghavul", + "x-language-type": "living", + "x-scope": "individual", + "const": "sur" + }, + { + "title": "Susu", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "sus", + "x-set-2-terminologic": "sus", + "const": "sus" + }, + { + "title": "Subtiaba", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "sut" + }, + { + "title": "Puroik", + "x-language-type": "living", + "x-scope": "individual", + "const": "suv" + }, + { + "title": "Sumbwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "suw" + }, + { + "title": "Sumerian", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "sux", + "x-set-2-terminologic": "sux", + "const": "sux" + }, + { + "title": "Suyá", + "x-language-type": "living", + "x-scope": "individual", + "const": "suy" + }, + { + "title": "Sunwar", + "x-language-type": "living", + "x-scope": "individual", + "const": "suz" + }, + { + "title": "Svan", + "x-language-type": "living", + "x-scope": "individual", + "const": "sva" + }, + { + "title": "Ulau-Suain", + "x-language-type": "living", + "x-scope": "individual", + "const": "svb" + }, + { + "title": "Vincentian Creole English", + "x-language-type": "living", + "x-scope": "individual", + "const": "svc" + }, + { + "title": "Serili", + "x-language-type": "living", + "x-scope": "individual", + "const": "sve" + }, + { + "title": "Slovakian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "svk" + }, + { + "title": "Slavomolisano", + "x-language-type": "living", + "x-scope": "individual", + "const": "svm" + }, + { + "title": "Savosavo", + "x-language-type": "living", + "x-scope": "individual", + "const": "svs" + }, + { + "title": "Skalvian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "svx" + }, + { + "title": "Swahili (macrolanguage)", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "sw", + "x-set-2-bibliographic": "swa", + "x-set-2-terminologic": "swa", + "const": "swa" + }, + { + "title": "Maore Comorian", + "x-language-type": "living", + "x-scope": "individual", + "const": "swb" + }, + { + "title": "Congo Swahili", + "x-language-type": "living", + "x-scope": "individual", + "const": "swc" + }, + { + "title": "Swedish", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "sv", + "x-set-2-bibliographic": "swe", + "x-set-2-terminologic": "swe", + "const": "swe" + }, + { + "title": "Sere", + "x-language-type": "living", + "x-scope": "individual", + "const": "swf" + }, + { + "title": "Swabian", + "x-language-type": "living", + "x-scope": "individual", + "const": "swg" + }, + { + "title": "Swahili (individual language)", + "x-language-type": "living", + "x-scope": "individual", + "const": "swh" + }, + { + "title": "Sui", + "x-language-type": "living", + "x-scope": "individual", + "const": "swi" + }, + { + "title": "Sira", + "x-language-type": "living", + "x-scope": "individual", + "const": "swj" + }, + { + "title": "Malawi Sena", + "x-language-type": "living", + "x-scope": "individual", + "const": "swk" + }, + { + "title": "Swedish Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "swl" + }, + { + "title": "Samosa", + "x-language-type": "living", + "x-scope": "individual", + "const": "swm" + }, + { + "title": "Sawknah", + "x-language-type": "living", + "x-scope": "individual", + "const": "swn" + }, + { + "title": "Shanenawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "swo" + }, + { + "title": "Suau", + "x-language-type": "living", + "x-scope": "individual", + "const": "swp" + }, + { + "title": "Sharwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "swq" + }, + { + "title": "Saweru", + "x-language-type": "living", + "x-scope": "individual", + "const": "swr" + }, + { + "title": "Seluwasan", + "x-language-type": "living", + "x-scope": "individual", + "const": "sws" + }, + { + "title": "Sawila", + "x-language-type": "living", + "x-scope": "individual", + "const": "swt" + }, + { + "title": "Suwawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "swu" + }, + { + "title": "Shekhawati", + "x-language-type": "living", + "x-scope": "individual", + "const": "swv" + }, + { + "title": "Sowa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "sww" + }, + { + "title": "Suruahá", + "x-language-type": "living", + "x-scope": "individual", + "const": "swx" + }, + { + "title": "Sarua", + "x-language-type": "living", + "x-scope": "individual", + "const": "swy" + }, + { + "title": "Suba", + "x-language-type": "living", + "x-scope": "individual", + "const": "sxb" + }, + { + "title": "Sicanian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "sxc" + }, + { + "title": "Sighu", + "x-language-type": "living", + "x-scope": "individual", + "const": "sxe" + }, + { + "title": "Shuhi", + "x-language-type": "living", + "x-scope": "individual", + "const": "sxg" + }, + { + "title": "Southern Kalapuya", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "sxk" + }, + { + "title": "Selian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "sxl" + }, + { + "title": "Samre", + "x-language-type": "living", + "x-scope": "individual", + "const": "sxm" + }, + { + "title": "Sangir", + "x-language-type": "living", + "x-scope": "individual", + "const": "sxn" + }, + { + "title": "Sorothaptic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "sxo" + }, + { + "title": "Saaroa", + "x-language-type": "living", + "x-scope": "individual", + "const": "sxr" + }, + { + "title": "Sasaru", + "x-language-type": "living", + "x-scope": "individual", + "const": "sxs" + }, + { + "title": "Upper Saxon", + "x-language-type": "living", + "x-scope": "individual", + "const": "sxu" + }, + { + "title": "Saxwe Gbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "sxw" + }, + { + "title": "Siang", + "x-language-type": "living", + "x-scope": "individual", + "const": "sya" + }, + { + "title": "Central Subanen", + "x-language-type": "living", + "x-scope": "individual", + "const": "syb" + }, + { + "title": "Classical Syriac", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "syc", + "x-set-2-terminologic": "syc", + "const": "syc" + }, + { + "title": "Seki", + "x-language-type": "living", + "x-scope": "individual", + "const": "syi" + }, + { + "title": "Sukur", + "x-language-type": "living", + "x-scope": "individual", + "const": "syk" + }, + { + "title": "Sylheti", + "x-language-type": "living", + "x-scope": "individual", + "const": "syl" + }, + { + "title": "Maya Samo", + "x-language-type": "living", + "x-scope": "individual", + "const": "sym" + }, + { + "title": "Senaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "syn" + }, + { + "title": "Suoy", + "x-language-type": "living", + "x-scope": "individual", + "const": "syo" + }, + { + "title": "Syriac", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "syr", + "x-set-2-terminologic": "syr", + "const": "syr" + }, + { + "title": "Sinyar", + "x-language-type": "living", + "x-scope": "individual", + "const": "sys" + }, + { + "title": "Kagate", + "x-language-type": "living", + "x-scope": "individual", + "const": "syw" + }, + { + "title": "Samay", + "x-language-type": "living", + "x-scope": "individual", + "const": "syx" + }, + { + "title": "Al-Sayyid Bedouin Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "syy" + }, + { + "title": "Semelai", + "x-language-type": "living", + "x-scope": "individual", + "const": "sza" + }, + { + "title": "Ngalum", + "x-language-type": "living", + "x-scope": "individual", + "const": "szb" + }, + { + "title": "Semaq Beri", + "x-language-type": "living", + "x-scope": "individual", + "const": "szc" + }, + { + "title": "Seze", + "x-language-type": "living", + "x-scope": "individual", + "const": "sze" + }, + { + "title": "Sengele", + "x-language-type": "living", + "x-scope": "individual", + "const": "szg" + }, + { + "title": "Silesian", + "x-language-type": "living", + "x-scope": "individual", + "const": "szl" + }, + { + "title": "Sula", + "x-language-type": "living", + "x-scope": "individual", + "const": "szn" + }, + { + "title": "Suabo", + "x-language-type": "living", + "x-scope": "individual", + "const": "szp" + }, + { + "title": "Solomon Islands Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "szs" + }, + { + "title": "Isu (Fako Division)", + "x-language-type": "living", + "x-scope": "individual", + "const": "szv" + }, + { + "title": "Sawai", + "x-language-type": "living", + "x-scope": "individual", + "const": "szw" + }, + { + "title": "Sakizaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "szy" + }, + { + "title": "Lower Tanana", + "x-language-type": "living", + "x-scope": "individual", + "const": "taa" + }, + { + "title": "Tabassaran", + "x-language-type": "living", + "x-scope": "individual", + "const": "tab" + }, + { + "title": "Lowland Tarahumara", + "x-language-type": "living", + "x-scope": "individual", + "const": "tac" + }, + { + "title": "Tause", + "x-language-type": "living", + "x-scope": "individual", + "const": "tad" + }, + { + "title": "Tariana", + "x-language-type": "living", + "x-scope": "individual", + "const": "tae" + }, + { + "title": "Tapirapé", + "x-language-type": "living", + "x-scope": "individual", + "const": "taf" + }, + { + "title": "Tagoi", + "x-language-type": "living", + "x-scope": "individual", + "const": "tag" + }, + { + "title": "Tahitian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ty", + "x-set-2-bibliographic": "tah", + "x-set-2-terminologic": "tah", + "const": "tah" + }, + { + "title": "Eastern Tamang", + "x-language-type": "living", + "x-scope": "individual", + "const": "taj" + }, + { + "title": "Tala", + "x-language-type": "living", + "x-scope": "individual", + "const": "tak" + }, + { + "title": "Tal", + "x-language-type": "living", + "x-scope": "individual", + "const": "tal" + }, + { + "title": "Tamil", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ta", + "x-set-2-bibliographic": "tam", + "x-set-2-terminologic": "tam", + "const": "tam" + }, + { + "title": "Tangale", + "x-language-type": "living", + "x-scope": "individual", + "const": "tan" + }, + { + "title": "Yami", + "x-language-type": "living", + "x-scope": "individual", + "const": "tao" + }, + { + "title": "Taabwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tap" + }, + { + "title": "Tamasheq", + "x-language-type": "living", + "x-scope": "individual", + "const": "taq" + }, + { + "title": "Central Tarahumara", + "x-language-type": "living", + "x-scope": "individual", + "const": "tar" + }, + { + "title": "Tay Boi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tas" + }, + { + "title": "Tatar", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "tt", + "x-set-2-bibliographic": "tat", + "x-set-2-terminologic": "tat", + "const": "tat" + }, + { + "title": "Upper Tanana", + "x-language-type": "living", + "x-scope": "individual", + "const": "tau" + }, + { + "title": "Tatuyo", + "x-language-type": "living", + "x-scope": "individual", + "const": "tav" + }, + { + "title": "Tai", + "x-language-type": "living", + "x-scope": "individual", + "const": "taw" + }, + { + "title": "Tamki", + "x-language-type": "living", + "x-scope": "individual", + "const": "tax" + }, + { + "title": "Atayal", + "x-language-type": "living", + "x-scope": "individual", + "const": "tay" + }, + { + "title": "Tocho", + "x-language-type": "living", + "x-scope": "individual", + "const": "taz" + }, + { + "title": "Aikanã", + "x-language-type": "living", + "x-scope": "individual", + "const": "tba" + }, + { + "title": "Takia", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbc" + }, + { + "title": "Kaki Ae", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbd" + }, + { + "title": "Tanimbili", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbe" + }, + { + "title": "Mandara", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbf" + }, + { + "title": "North Tairora", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbg" + }, + { + "title": "Dharawal", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tbh" + }, + { + "title": "Gaam", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbi" + }, + { + "title": "Tiang", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbj" + }, + { + "title": "Calamian Tagbanwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbk" + }, + { + "title": "Tboli", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbl" + }, + { + "title": "Tagbu", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbm" + }, + { + "title": "Barro Negro Tunebo", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbn" + }, + { + "title": "Tawala", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbo" + }, + { + "title": "Taworta", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbp" + }, + { + "title": "Tumtum", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbr" + }, + { + "title": "Tanguat", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbs" + }, + { + "title": "Tembo (Kitembo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbt" + }, + { + "title": "Tubar", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tbu" + }, + { + "title": "Tobo", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbv" + }, + { + "title": "Tagbanwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbw" + }, + { + "title": "Kapin", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbx" + }, + { + "title": "Tabaru", + "x-language-type": "living", + "x-scope": "individual", + "const": "tby" + }, + { + "title": "Ditammari", + "x-language-type": "living", + "x-scope": "individual", + "const": "tbz" + }, + { + "title": "Ticuna", + "x-language-type": "living", + "x-scope": "individual", + "const": "tca" + }, + { + "title": "Tanacross", + "x-language-type": "living", + "x-scope": "individual", + "const": "tcb" + }, + { + "title": "Datooga", + "x-language-type": "living", + "x-scope": "individual", + "const": "tcc" + }, + { + "title": "Tafi", + "x-language-type": "living", + "x-scope": "individual", + "const": "tcd" + }, + { + "title": "Southern Tutchone", + "x-language-type": "living", + "x-scope": "individual", + "const": "tce" + }, + { + "title": "Malinaltepec Me'phaa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tcf" + }, + { + "title": "Tamagario", + "x-language-type": "living", + "x-scope": "individual", + "const": "tcg" + }, + { + "title": "Turks And Caicos Creole English", + "x-language-type": "living", + "x-scope": "individual", + "const": "tch" + }, + { + "title": "Wára", + "x-language-type": "living", + "x-scope": "individual", + "const": "tci" + }, + { + "title": "Tchitchege", + "x-language-type": "living", + "x-scope": "individual", + "const": "tck" + }, + { + "title": "Taman (Myanmar)", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tcl" + }, + { + "title": "Tanahmerah", + "x-language-type": "living", + "x-scope": "individual", + "const": "tcm" + }, + { + "title": "Tichurong", + "x-language-type": "living", + "x-scope": "individual", + "const": "tcn" + }, + { + "title": "Taungyo", + "x-language-type": "living", + "x-scope": "individual", + "const": "tco" + }, + { + "title": "Tawr Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "tcp" + }, + { + "title": "Kaiy", + "x-language-type": "living", + "x-scope": "individual", + "const": "tcq" + }, + { + "title": "Torres Strait Creole", + "x-language-type": "living", + "x-scope": "individual", + "const": "tcs" + }, + { + "title": "T'en", + "x-language-type": "living", + "x-scope": "individual", + "const": "tct" + }, + { + "title": "Southeastern Tarahumara", + "x-language-type": "living", + "x-scope": "individual", + "const": "tcu" + }, + { + "title": "Tecpatlán Totonac", + "x-language-type": "living", + "x-scope": "individual", + "const": "tcw" + }, + { + "title": "Toda", + "x-language-type": "living", + "x-scope": "individual", + "const": "tcx" + }, + { + "title": "Tulu", + "x-language-type": "living", + "x-scope": "individual", + "const": "tcy" + }, + { + "title": "Thado Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "tcz" + }, + { + "title": "Tagdal", + "x-language-type": "living", + "x-scope": "individual", + "const": "tda" + }, + { + "title": "Panchpargania", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdb" + }, + { + "title": "Emberá-Tadó", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdc" + }, + { + "title": "Tai Nüa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdd" + }, + { + "title": "Tiranige Diga Dogon", + "x-language-type": "living", + "x-scope": "individual", + "const": "tde" + }, + { + "title": "Talieng", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdf" + }, + { + "title": "Western Tamang", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdg" + }, + { + "title": "Thulung", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdh" + }, + { + "title": "Tomadino", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdi" + }, + { + "title": "Tajio", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdj" + }, + { + "title": "Tambas", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdk" + }, + { + "title": "Sur", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdl" + }, + { + "title": "Taruma", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdm" + }, + { + "title": "Tondano", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdn" + }, + { + "title": "Teme", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdo" + }, + { + "title": "Tita", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdq" + }, + { + "title": "Todrah", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdr" + }, + { + "title": "Doutai", + "x-language-type": "living", + "x-scope": "individual", + "const": "tds" + }, + { + "title": "Tetun Dili", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdt" + }, + { + "title": "Toro", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdv" + }, + { + "title": "Tandroy-Mahafaly Malagasy", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdx" + }, + { + "title": "Tadyawan", + "x-language-type": "living", + "x-scope": "individual", + "const": "tdy" + }, + { + "title": "Temiar", + "x-language-type": "living", + "x-scope": "individual", + "const": "tea" + }, + { + "title": "Tetete", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "teb" + }, + { + "title": "Terik", + "x-language-type": "living", + "x-scope": "individual", + "const": "tec" + }, + { + "title": "Tepo Krumen", + "x-language-type": "living", + "x-scope": "individual", + "const": "ted" + }, + { + "title": "Huehuetla Tepehua", + "x-language-type": "living", + "x-scope": "individual", + "const": "tee" + }, + { + "title": "Teressa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tef" + }, + { + "title": "Teke-Tege", + "x-language-type": "living", + "x-scope": "individual", + "const": "teg" + }, + { + "title": "Tehuelche", + "x-language-type": "living", + "x-scope": "individual", + "const": "teh" + }, + { + "title": "Torricelli", + "x-language-type": "living", + "x-scope": "individual", + "const": "tei" + }, + { + "title": "Ibali Teke", + "x-language-type": "living", + "x-scope": "individual", + "const": "tek" + }, + { + "title": "Telugu", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "te", + "x-set-2-bibliographic": "tel", + "x-set-2-terminologic": "tel", + "const": "tel" + }, + { + "title": "Timne", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "tem", + "x-set-2-terminologic": "tem", + "const": "tem" + }, + { + "title": "Tama (Colombia)", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ten" + }, + { + "title": "Teso", + "x-language-type": "living", + "x-scope": "individual", + "const": "teo" + }, + { + "title": "Tepecano", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tep" + }, + { + "title": "Temein", + "x-language-type": "living", + "x-scope": "individual", + "const": "teq" + }, + { + "title": "Tereno", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "ter", + "x-set-2-terminologic": "ter", + "const": "ter" + }, + { + "title": "Tengger", + "x-language-type": "living", + "x-scope": "individual", + "const": "tes" + }, + { + "title": "Tetum", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "tet", + "x-set-2-terminologic": "tet", + "const": "tet" + }, + { + "title": "Soo", + "x-language-type": "living", + "x-scope": "individual", + "const": "teu" + }, + { + "title": "Teor", + "x-language-type": "living", + "x-scope": "individual", + "const": "tev" + }, + { + "title": "Tewa (USA)", + "x-language-type": "living", + "x-scope": "individual", + "const": "tew" + }, + { + "title": "Tennet", + "x-language-type": "living", + "x-scope": "individual", + "const": "tex" + }, + { + "title": "Tulishi", + "x-language-type": "living", + "x-scope": "individual", + "const": "tey" + }, + { + "title": "Tetserret", + "x-language-type": "living", + "x-scope": "individual", + "const": "tez" + }, + { + "title": "Tofin Gbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "tfi" + }, + { + "title": "Tanaina", + "x-language-type": "living", + "x-scope": "individual", + "const": "tfn" + }, + { + "title": "Tefaro", + "x-language-type": "living", + "x-scope": "individual", + "const": "tfo" + }, + { + "title": "Teribe", + "x-language-type": "living", + "x-scope": "individual", + "const": "tfr" + }, + { + "title": "Ternate", + "x-language-type": "living", + "x-scope": "individual", + "const": "tft" + }, + { + "title": "Sagalla", + "x-language-type": "living", + "x-scope": "individual", + "const": "tga" + }, + { + "title": "Tobilung", + "x-language-type": "living", + "x-scope": "individual", + "const": "tgb" + }, + { + "title": "Tigak", + "x-language-type": "living", + "x-scope": "individual", + "const": "tgc" + }, + { + "title": "Ciwogai", + "x-language-type": "living", + "x-scope": "individual", + "const": "tgd" + }, + { + "title": "Eastern Gorkha Tamang", + "x-language-type": "living", + "x-scope": "individual", + "const": "tge" + }, + { + "title": "Chalikha", + "x-language-type": "living", + "x-scope": "individual", + "const": "tgf" + }, + { + "title": "Tobagonian Creole English", + "x-language-type": "living", + "x-scope": "individual", + "const": "tgh" + }, + { + "title": "Lawunuia", + "x-language-type": "living", + "x-scope": "individual", + "const": "tgi" + }, + { + "title": "Tagin", + "x-language-type": "living", + "x-scope": "individual", + "const": "tgj" + }, + { + "title": "Tajik", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "tg", + "x-set-2-bibliographic": "tgk", + "x-set-2-terminologic": "tgk", + "const": "tgk" + }, + { + "title": "Tagalog", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "tl", + "x-set-2-bibliographic": "tgl", + "x-set-2-terminologic": "tgl", + "const": "tgl" + }, + { + "title": "Tandaganon", + "x-language-type": "living", + "x-scope": "individual", + "const": "tgn" + }, + { + "title": "Sudest", + "x-language-type": "living", + "x-scope": "individual", + "const": "tgo" + }, + { + "title": "Tangoa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tgp" + }, + { + "title": "Tring", + "x-language-type": "living", + "x-scope": "individual", + "const": "tgq" + }, + { + "title": "Tareng", + "x-language-type": "living", + "x-scope": "individual", + "const": "tgr" + }, + { + "title": "Nume", + "x-language-type": "living", + "x-scope": "individual", + "const": "tgs" + }, + { + "title": "Central Tagbanwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tgt" + }, + { + "title": "Tanggu", + "x-language-type": "living", + "x-scope": "individual", + "const": "tgu" + }, + { + "title": "Tingui-Boto", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tgv" + }, + { + "title": "Tagwana Senoufo", + "x-language-type": "living", + "x-scope": "individual", + "const": "tgw" + }, + { + "title": "Tagish", + "x-language-type": "living", + "x-scope": "individual", + "const": "tgx" + }, + { + "title": "Togoyo", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tgy" + }, + { + "title": "Tagalaka", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tgz" + }, + { + "title": "Thai", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "th", + "x-set-2-bibliographic": "tha", + "x-set-2-terminologic": "tha", + "const": "tha" + }, + { + "title": "Kuuk Thaayorre", + "x-language-type": "living", + "x-scope": "individual", + "const": "thd" + }, + { + "title": "Chitwania Tharu", + "x-language-type": "living", + "x-scope": "individual", + "const": "the" + }, + { + "title": "Thangmi", + "x-language-type": "living", + "x-scope": "individual", + "const": "thf" + }, + { + "title": "Northern Tarahumara", + "x-language-type": "living", + "x-scope": "individual", + "const": "thh" + }, + { + "title": "Tai Long", + "x-language-type": "living", + "x-scope": "individual", + "const": "thi" + }, + { + "title": "Tharaka", + "x-language-type": "living", + "x-scope": "individual", + "const": "thk" + }, + { + "title": "Dangaura Tharu", + "x-language-type": "living", + "x-scope": "individual", + "const": "thl" + }, + { + "title": "Aheu", + "x-language-type": "living", + "x-scope": "individual", + "const": "thm" + }, + { + "title": "Thachanadan", + "x-language-type": "living", + "x-scope": "individual", + "const": "thn" + }, + { + "title": "Thompson", + "x-language-type": "living", + "x-scope": "individual", + "const": "thp" + }, + { + "title": "Kochila Tharu", + "x-language-type": "living", + "x-scope": "individual", + "const": "thq" + }, + { + "title": "Rana Tharu", + "x-language-type": "living", + "x-scope": "individual", + "const": "thr" + }, + { + "title": "Thakali", + "x-language-type": "living", + "x-scope": "individual", + "const": "ths" + }, + { + "title": "Tahltan", + "x-language-type": "living", + "x-scope": "individual", + "const": "tht" + }, + { + "title": "Thuri", + "x-language-type": "living", + "x-scope": "individual", + "const": "thu" + }, + { + "title": "Tahaggart Tamahaq", + "x-language-type": "living", + "x-scope": "individual", + "const": "thv" + }, + { + "title": "Tha", + "x-language-type": "living", + "x-scope": "individual", + "const": "thy" + }, + { + "title": "Tayart Tamajeq", + "x-language-type": "living", + "x-scope": "individual", + "const": "thz" + }, + { + "title": "Tidikelt Tamazight", + "x-language-type": "living", + "x-scope": "individual", + "const": "tia" + }, + { + "title": "Tira", + "x-language-type": "living", + "x-scope": "individual", + "const": "tic" + }, + { + "title": "Tifal", + "x-language-type": "living", + "x-scope": "individual", + "const": "tif" + }, + { + "title": "Tigre", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "tig", + "x-set-2-terminologic": "tig", + "const": "tig" + }, + { + "title": "Timugon Murut", + "x-language-type": "living", + "x-scope": "individual", + "const": "tih" + }, + { + "title": "Tiene", + "x-language-type": "living", + "x-scope": "individual", + "const": "tii" + }, + { + "title": "Tilung", + "x-language-type": "living", + "x-scope": "individual", + "const": "tij" + }, + { + "title": "Tikar", + "x-language-type": "living", + "x-scope": "individual", + "const": "tik" + }, + { + "title": "Tillamook", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "til" + }, + { + "title": "Timbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "tim" + }, + { + "title": "Tindi", + "x-language-type": "living", + "x-scope": "individual", + "const": "tin" + }, + { + "title": "Teop", + "x-language-type": "living", + "x-scope": "individual", + "const": "tio" + }, + { + "title": "Trimuris", + "x-language-type": "living", + "x-scope": "individual", + "const": "tip" + }, + { + "title": "Tiéfo", + "x-language-type": "living", + "x-scope": "individual", + "const": "tiq" + }, + { + "title": "Tigrinya", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ti", + "x-set-2-bibliographic": "tir", + "x-set-2-terminologic": "tir", + "const": "tir" + }, + { + "title": "Masadiit Itneg", + "x-language-type": "living", + "x-scope": "individual", + "const": "tis" + }, + { + "title": "Tinigua", + "x-language-type": "living", + "x-scope": "individual", + "const": "tit" + }, + { + "title": "Adasen", + "x-language-type": "living", + "x-scope": "individual", + "const": "tiu" + }, + { + "title": "Tiv", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "tiv", + "x-set-2-terminologic": "tiv", + "const": "tiv" + }, + { + "title": "Tiwi", + "x-language-type": "living", + "x-scope": "individual", + "const": "tiw" + }, + { + "title": "Southern Tiwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tix" + }, + { + "title": "Tiruray", + "x-language-type": "living", + "x-scope": "individual", + "const": "tiy" + }, + { + "title": "Tai Hongjin", + "x-language-type": "living", + "x-scope": "individual", + "const": "tiz" + }, + { + "title": "Tajuasohn", + "x-language-type": "living", + "x-scope": "individual", + "const": "tja" + }, + { + "title": "Tunjung", + "x-language-type": "living", + "x-scope": "individual", + "const": "tjg" + }, + { + "title": "Northern Tujia", + "x-language-type": "living", + "x-scope": "individual", + "const": "tji" + }, + { + "title": "Tjungundji", + "x-language-type": "living", + "x-scope": "individual", + "const": "tjj" + }, + { + "title": "Tai Laing", + "x-language-type": "living", + "x-scope": "individual", + "const": "tjl" + }, + { + "title": "Timucua", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tjm" + }, + { + "title": "Tonjon", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tjn" + }, + { + "title": "Temacine Tamazight", + "x-language-type": "living", + "x-scope": "individual", + "const": "tjo" + }, + { + "title": "Tjupany", + "x-language-type": "living", + "x-scope": "individual", + "const": "tjp" + }, + { + "title": "Southern Tujia", + "x-language-type": "living", + "x-scope": "individual", + "const": "tjs" + }, + { + "title": "Tjurruru", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tju" + }, + { + "title": "Djabwurrung", + "x-language-type": "living", + "x-scope": "individual", + "const": "tjw" + }, + { + "title": "Truká", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tka" + }, + { + "title": "Buksa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tkb" + }, + { + "title": "Tukudede", + "x-language-type": "living", + "x-scope": "individual", + "const": "tkd" + }, + { + "title": "Takwane", + "x-language-type": "living", + "x-scope": "individual", + "const": "tke" + }, + { + "title": "Tukumanféd", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tkf" + }, + { + "title": "Tesaka Malagasy", + "x-language-type": "living", + "x-scope": "individual", + "const": "tkg" + }, + { + "title": "Tokelau", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "tkl", + "x-set-2-terminologic": "tkl", + "const": "tkl" + }, + { + "title": "Takelma", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tkm" + }, + { + "title": "Toku-No-Shima", + "x-language-type": "living", + "x-scope": "individual", + "const": "tkn" + }, + { + "title": "Tikopia", + "x-language-type": "living", + "x-scope": "individual", + "const": "tkp" + }, + { + "title": "Tee", + "x-language-type": "living", + "x-scope": "individual", + "const": "tkq" + }, + { + "title": "Tsakhur", + "x-language-type": "living", + "x-scope": "individual", + "const": "tkr" + }, + { + "title": "Takestani", + "x-language-type": "living", + "x-scope": "individual", + "const": "tks" + }, + { + "title": "Kathoriya Tharu", + "x-language-type": "living", + "x-scope": "individual", + "const": "tkt" + }, + { + "title": "Upper Necaxa Totonac", + "x-language-type": "living", + "x-scope": "individual", + "const": "tku" + }, + { + "title": "Mur Pano", + "x-language-type": "living", + "x-scope": "individual", + "const": "tkv" + }, + { + "title": "Teanu", + "x-language-type": "living", + "x-scope": "individual", + "const": "tkw" + }, + { + "title": "Tangko", + "x-language-type": "living", + "x-scope": "individual", + "const": "tkx" + }, + { + "title": "Takua", + "x-language-type": "living", + "x-scope": "individual", + "const": "tkz" + }, + { + "title": "Southwestern Tepehuan", + "x-language-type": "living", + "x-scope": "individual", + "const": "tla" + }, + { + "title": "Tobelo", + "x-language-type": "living", + "x-scope": "individual", + "const": "tlb" + }, + { + "title": "Yecuatla Totonac", + "x-language-type": "living", + "x-scope": "individual", + "const": "tlc" + }, + { + "title": "Talaud", + "x-language-type": "living", + "x-scope": "individual", + "const": "tld" + }, + { + "title": "Telefol", + "x-language-type": "living", + "x-scope": "individual", + "const": "tlf" + }, + { + "title": "Tofanma", + "x-language-type": "living", + "x-scope": "individual", + "const": "tlg" + }, + { + "title": "Klingon", + "x-language-type": "constructed", + "x-scope": "individual", + "x-set-2-bibliographic": "tlh", + "x-set-2-terminologic": "tlh", + "const": "tlh" + }, + { + "title": "Tlingit", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "tli", + "x-set-2-terminologic": "tli", + "const": "tli" + }, + { + "title": "Talinga-Bwisi", + "x-language-type": "living", + "x-scope": "individual", + "const": "tlj" + }, + { + "title": "Taloki", + "x-language-type": "living", + "x-scope": "individual", + "const": "tlk" + }, + { + "title": "Tetela", + "x-language-type": "living", + "x-scope": "individual", + "const": "tll" + }, + { + "title": "Tolomako", + "x-language-type": "living", + "x-scope": "individual", + "const": "tlm" + }, + { + "title": "Talondo'", + "x-language-type": "living", + "x-scope": "individual", + "const": "tln" + }, + { + "title": "Talodi", + "x-language-type": "living", + "x-scope": "individual", + "const": "tlo" + }, + { + "title": "Filomena Mata-Coahuitlán Totonac", + "x-language-type": "living", + "x-scope": "individual", + "const": "tlp" + }, + { + "title": "Tai Loi", + "x-language-type": "living", + "x-scope": "individual", + "const": "tlq" + }, + { + "title": "Talise", + "x-language-type": "living", + "x-scope": "individual", + "const": "tlr" + }, + { + "title": "Tambotalo", + "x-language-type": "living", + "x-scope": "individual", + "const": "tls" + }, + { + "title": "Sou Nama", + "x-language-type": "living", + "x-scope": "individual", + "const": "tlt" + }, + { + "title": "Tulehu", + "x-language-type": "living", + "x-scope": "individual", + "const": "tlu" + }, + { + "title": "Taliabu", + "x-language-type": "living", + "x-scope": "individual", + "const": "tlv" + }, + { + "title": "Khehek", + "x-language-type": "living", + "x-scope": "individual", + "const": "tlx" + }, + { + "title": "Talysh", + "x-language-type": "living", + "x-scope": "individual", + "const": "tly" + }, + { + "title": "Tama (Chad)", + "x-language-type": "living", + "x-scope": "individual", + "const": "tma" + }, + { + "title": "Katbol", + "x-language-type": "living", + "x-scope": "individual", + "const": "tmb" + }, + { + "title": "Tumak", + "x-language-type": "living", + "x-scope": "individual", + "const": "tmc" + }, + { + "title": "Haruai", + "x-language-type": "living", + "x-scope": "individual", + "const": "tmd" + }, + { + "title": "Tremembé", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tme" + }, + { + "title": "Toba-Maskoy", + "x-language-type": "living", + "x-scope": "individual", + "const": "tmf" + }, + { + "title": "Ternateño", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tmg" + }, + { + "title": "Tamashek", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "tmh", + "x-set-2-terminologic": "tmh", + "const": "tmh" + }, + { + "title": "Tutuba", + "x-language-type": "living", + "x-scope": "individual", + "const": "tmi" + }, + { + "title": "Samarokena", + "x-language-type": "living", + "x-scope": "individual", + "const": "tmj" + }, + { + "title": "Tamnim Citak", + "x-language-type": "living", + "x-scope": "individual", + "const": "tml" + }, + { + "title": "Tai Thanh", + "x-language-type": "living", + "x-scope": "individual", + "const": "tmm" + }, + { + "title": "Taman (Indonesia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "tmn" + }, + { + "title": "Temoq", + "x-language-type": "living", + "x-scope": "individual", + "const": "tmo" + }, + { + "title": "Tumleo", + "x-language-type": "living", + "x-scope": "individual", + "const": "tmq" + }, + { + "title": "Jewish Babylonian Aramaic (ca. 200-1200 CE)", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tmr" + }, + { + "title": "Tima", + "x-language-type": "living", + "x-scope": "individual", + "const": "tms" + }, + { + "title": "Tasmate", + "x-language-type": "living", + "x-scope": "individual", + "const": "tmt" + }, + { + "title": "Iau", + "x-language-type": "living", + "x-scope": "individual", + "const": "tmu" + }, + { + "title": "Tembo (Motembo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "tmv" + }, + { + "title": "Temuan", + "x-language-type": "living", + "x-scope": "individual", + "const": "tmw" + }, + { + "title": "Tami", + "x-language-type": "living", + "x-scope": "individual", + "const": "tmy" + }, + { + "title": "Tamanaku", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tmz" + }, + { + "title": "Tacana", + "x-language-type": "living", + "x-scope": "individual", + "const": "tna" + }, + { + "title": "Western Tunebo", + "x-language-type": "living", + "x-scope": "individual", + "const": "tnb" + }, + { + "title": "Tanimuca-Retuarã", + "x-language-type": "living", + "x-scope": "individual", + "const": "tnc" + }, + { + "title": "Angosturas Tunebo", + "x-language-type": "living", + "x-scope": "individual", + "const": "tnd" + }, + { + "title": "Tobanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "tng" + }, + { + "title": "Maiani", + "x-language-type": "living", + "x-scope": "individual", + "const": "tnh" + }, + { + "title": "Tandia", + "x-language-type": "living", + "x-scope": "individual", + "const": "tni" + }, + { + "title": "Kwamera", + "x-language-type": "living", + "x-scope": "individual", + "const": "tnk" + }, + { + "title": "Lenakel", + "x-language-type": "living", + "x-scope": "individual", + "const": "tnl" + }, + { + "title": "Tabla", + "x-language-type": "living", + "x-scope": "individual", + "const": "tnm" + }, + { + "title": "North Tanna", + "x-language-type": "living", + "x-scope": "individual", + "const": "tnn" + }, + { + "title": "Toromono", + "x-language-type": "living", + "x-scope": "individual", + "const": "tno" + }, + { + "title": "Whitesands", + "x-language-type": "living", + "x-scope": "individual", + "const": "tnp" + }, + { + "title": "Taino", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tnq" + }, + { + "title": "Ménik", + "x-language-type": "living", + "x-scope": "individual", + "const": "tnr" + }, + { + "title": "Tenis", + "x-language-type": "living", + "x-scope": "individual", + "const": "tns" + }, + { + "title": "Tontemboan", + "x-language-type": "living", + "x-scope": "individual", + "const": "tnt" + }, + { + "title": "Tay Khang", + "x-language-type": "living", + "x-scope": "individual", + "const": "tnu" + }, + { + "title": "Tangchangya", + "x-language-type": "living", + "x-scope": "individual", + "const": "tnv" + }, + { + "title": "Tonsawang", + "x-language-type": "living", + "x-scope": "individual", + "const": "tnw" + }, + { + "title": "Tanema", + "x-language-type": "living", + "x-scope": "individual", + "const": "tnx" + }, + { + "title": "Tongwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "tny" + }, + { + "title": "Ten'edn", + "x-language-type": "living", + "x-scope": "individual", + "const": "tnz" + }, + { + "title": "Toba", + "x-language-type": "living", + "x-scope": "individual", + "const": "tob" + }, + { + "title": "Coyutla Totonac", + "x-language-type": "living", + "x-scope": "individual", + "const": "toc" + }, + { + "title": "Toma", + "x-language-type": "living", + "x-scope": "individual", + "const": "tod" + }, + { + "title": "Gizrra", + "x-language-type": "living", + "x-scope": "individual", + "const": "tof" + }, + { + "title": "Tonga (Nyasa)", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "tog", + "x-set-2-terminologic": "tog", + "const": "tog" + }, + { + "title": "Gitonga", + "x-language-type": "living", + "x-scope": "individual", + "const": "toh" + }, + { + "title": "Tonga (Zambia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "toi" + }, + { + "title": "Tojolabal", + "x-language-type": "living", + "x-scope": "individual", + "const": "toj" + }, + { + "title": "Toki Pona", + "x-language-type": "constructed", + "x-scope": "individual", + "const": "tok" + }, + { + "title": "Tolowa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tol" + }, + { + "title": "Tombulu", + "x-language-type": "living", + "x-scope": "individual", + "const": "tom" + }, + { + "title": "Tonga (Tonga Islands)", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "to", + "x-set-2-bibliographic": "ton", + "x-set-2-terminologic": "ton", + "const": "ton" + }, + { + "title": "Xicotepec De Juárez Totonac", + "x-language-type": "living", + "x-scope": "individual", + "const": "too" + }, + { + "title": "Papantla Totonac", + "x-language-type": "living", + "x-scope": "individual", + "const": "top" + }, + { + "title": "Toposa", + "x-language-type": "living", + "x-scope": "individual", + "const": "toq" + }, + { + "title": "Togbo-Vara Banda", + "x-language-type": "living", + "x-scope": "individual", + "const": "tor" + }, + { + "title": "Highland Totonac", + "x-language-type": "living", + "x-scope": "individual", + "const": "tos" + }, + { + "title": "Tho", + "x-language-type": "living", + "x-scope": "individual", + "const": "tou" + }, + { + "title": "Upper Taromi", + "x-language-type": "living", + "x-scope": "individual", + "const": "tov" + }, + { + "title": "Jemez", + "x-language-type": "living", + "x-scope": "individual", + "const": "tow" + }, + { + "title": "Tobian", + "x-language-type": "living", + "x-scope": "individual", + "const": "tox" + }, + { + "title": "Topoiyo", + "x-language-type": "living", + "x-scope": "individual", + "const": "toy" + }, + { + "title": "To", + "x-language-type": "living", + "x-scope": "individual", + "const": "toz" + }, + { + "title": "Taupota", + "x-language-type": "living", + "x-scope": "individual", + "const": "tpa" + }, + { + "title": "Azoyú Me'phaa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tpc" + }, + { + "title": "Tippera", + "x-language-type": "living", + "x-scope": "individual", + "const": "tpe" + }, + { + "title": "Tarpia", + "x-language-type": "living", + "x-scope": "individual", + "const": "tpf" + }, + { + "title": "Kula", + "x-language-type": "living", + "x-scope": "individual", + "const": "tpg" + }, + { + "title": "Tok Pisin", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "tpi", + "x-set-2-terminologic": "tpi", + "const": "tpi" + }, + { + "title": "Tapieté", + "x-language-type": "living", + "x-scope": "individual", + "const": "tpj" + }, + { + "title": "Tupinikin", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tpk" + }, + { + "title": "Tlacoapa Me'phaa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tpl" + }, + { + "title": "Tampulma", + "x-language-type": "living", + "x-scope": "individual", + "const": "tpm" + }, + { + "title": "Tupinambá", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tpn" + }, + { + "title": "Tai Pao", + "x-language-type": "living", + "x-scope": "individual", + "const": "tpo" + }, + { + "title": "Pisaflores Tepehua", + "x-language-type": "living", + "x-scope": "individual", + "const": "tpp" + }, + { + "title": "Tukpa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tpq" + }, + { + "title": "Tuparí", + "x-language-type": "living", + "x-scope": "individual", + "const": "tpr" + }, + { + "title": "Tlachichilco Tepehua", + "x-language-type": "living", + "x-scope": "individual", + "const": "tpt" + }, + { + "title": "Tampuan", + "x-language-type": "living", + "x-scope": "individual", + "const": "tpu" + }, + { + "title": "Tanapag", + "x-language-type": "living", + "x-scope": "individual", + "const": "tpv" + }, + { + "title": "Acatepec Me'phaa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tpx" + }, + { + "title": "Trumai", + "x-language-type": "living", + "x-scope": "individual", + "const": "tpy" + }, + { + "title": "Tinputz", + "x-language-type": "living", + "x-scope": "individual", + "const": "tpz" + }, + { + "title": "Tembé", + "x-language-type": "living", + "x-scope": "individual", + "const": "tqb" + }, + { + "title": "Lehali", + "x-language-type": "living", + "x-scope": "individual", + "const": "tql" + }, + { + "title": "Turumsa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tqm" + }, + { + "title": "Tenino", + "x-language-type": "living", + "x-scope": "individual", + "const": "tqn" + }, + { + "title": "Toaripi", + "x-language-type": "living", + "x-scope": "individual", + "const": "tqo" + }, + { + "title": "Tomoip", + "x-language-type": "living", + "x-scope": "individual", + "const": "tqp" + }, + { + "title": "Tunni", + "x-language-type": "living", + "x-scope": "individual", + "const": "tqq" + }, + { + "title": "Torona", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tqr" + }, + { + "title": "Western Totonac", + "x-language-type": "living", + "x-scope": "individual", + "const": "tqt" + }, + { + "title": "Touo", + "x-language-type": "living", + "x-scope": "individual", + "const": "tqu" + }, + { + "title": "Tonkawa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tqw" + }, + { + "title": "Tirahi", + "x-language-type": "living", + "x-scope": "individual", + "const": "tra" + }, + { + "title": "Terebu", + "x-language-type": "living", + "x-scope": "individual", + "const": "trb" + }, + { + "title": "Copala Triqui", + "x-language-type": "living", + "x-scope": "individual", + "const": "trc" + }, + { + "title": "Turi", + "x-language-type": "living", + "x-scope": "individual", + "const": "trd" + }, + { + "title": "East Tarangan", + "x-language-type": "living", + "x-scope": "individual", + "const": "tre" + }, + { + "title": "Trinidadian Creole English", + "x-language-type": "living", + "x-scope": "individual", + "const": "trf" + }, + { + "title": "Lishán Didán", + "x-language-type": "living", + "x-scope": "individual", + "const": "trg" + }, + { + "title": "Turaka", + "x-language-type": "living", + "x-scope": "individual", + "const": "trh" + }, + { + "title": "Trió", + "x-language-type": "living", + "x-scope": "individual", + "const": "tri" + }, + { + "title": "Toram", + "x-language-type": "living", + "x-scope": "individual", + "const": "trj" + }, + { + "title": "Traveller Scottish", + "x-language-type": "living", + "x-scope": "individual", + "const": "trl" + }, + { + "title": "Tregami", + "x-language-type": "living", + "x-scope": "individual", + "const": "trm" + }, + { + "title": "Trinitario", + "x-language-type": "living", + "x-scope": "individual", + "const": "trn" + }, + { + "title": "Tarao Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "tro" + }, + { + "title": "Kok Borok", + "x-language-type": "living", + "x-scope": "individual", + "const": "trp" + }, + { + "title": "San Martín Itunyoso Triqui", + "x-language-type": "living", + "x-scope": "individual", + "const": "trq" + }, + { + "title": "Taushiro", + "x-language-type": "living", + "x-scope": "individual", + "const": "trr" + }, + { + "title": "Chicahuaxtla Triqui", + "x-language-type": "living", + "x-scope": "individual", + "const": "trs" + }, + { + "title": "Tunggare", + "x-language-type": "living", + "x-scope": "individual", + "const": "trt" + }, + { + "title": "Turoyo", + "x-language-type": "living", + "x-scope": "individual", + "const": "tru" + }, + { + "title": "Sediq", + "x-language-type": "living", + "x-scope": "individual", + "const": "trv" + }, + { + "title": "Torwali", + "x-language-type": "living", + "x-scope": "individual", + "const": "trw" + }, + { + "title": "Tringgus-Sembaan Bidayuh", + "x-language-type": "living", + "x-scope": "individual", + "const": "trx" + }, + { + "title": "Turung", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "try" + }, + { + "title": "Torá", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "trz" + }, + { + "title": "Tsaangi", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsa" + }, + { + "title": "Tsamai", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsb" + }, + { + "title": "Tswa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsc" + }, + { + "title": "Tsakonian", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsd" + }, + { + "title": "Tunisian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "tse" + }, + { + "title": "Tausug", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsg" + }, + { + "title": "Tsuvan", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsh" + }, + { + "title": "Tsimshian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "tsi", + "x-set-2-terminologic": "tsi", + "const": "tsi" + }, + { + "title": "Tshangla", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsj" + }, + { + "title": "Tseku", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsk" + }, + { + "title": "Ts'ün-Lao", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsl" + }, + { + "title": "Turkish Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsm" + }, + { + "title": "Tswana", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "tn", + "x-set-2-bibliographic": "tsn", + "x-set-2-terminologic": "tsn", + "const": "tsn" + }, + { + "title": "Tsonga", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ts", + "x-set-2-bibliographic": "tso", + "x-set-2-terminologic": "tso", + "const": "tso" + }, + { + "title": "Northern Toussian", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsp" + }, + { + "title": "Thai Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsq" + }, + { + "title": "Akei", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsr" + }, + { + "title": "Taiwan Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "tss" + }, + { + "title": "Tondi Songway Kiini", + "x-language-type": "living", + "x-scope": "individual", + "const": "tst" + }, + { + "title": "Tsou", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsu" + }, + { + "title": "Tsogo", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsv" + }, + { + "title": "Tsishingini", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsw" + }, + { + "title": "Mubami", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsx" + }, + { + "title": "Tebul Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsy" + }, + { + "title": "Purepecha", + "x-language-type": "living", + "x-scope": "individual", + "const": "tsz" + }, + { + "title": "Tutelo", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tta" + }, + { + "title": "Gaa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ttb" + }, + { + "title": "Tektiteko", + "x-language-type": "living", + "x-scope": "individual", + "const": "ttc" + }, + { + "title": "Tauade", + "x-language-type": "living", + "x-scope": "individual", + "const": "ttd" + }, + { + "title": "Bwanabwana", + "x-language-type": "living", + "x-scope": "individual", + "const": "tte" + }, + { + "title": "Tuotomb", + "x-language-type": "living", + "x-scope": "individual", + "const": "ttf" + }, + { + "title": "Tutong", + "x-language-type": "living", + "x-scope": "individual", + "const": "ttg" + }, + { + "title": "Upper Ta'oih", + "x-language-type": "living", + "x-scope": "individual", + "const": "tth" + }, + { + "title": "Tobati", + "x-language-type": "living", + "x-scope": "individual", + "const": "tti" + }, + { + "title": "Tooro", + "x-language-type": "living", + "x-scope": "individual", + "const": "ttj" + }, + { + "title": "Totoro", + "x-language-type": "living", + "x-scope": "individual", + "const": "ttk" + }, + { + "title": "Totela", + "x-language-type": "living", + "x-scope": "individual", + "const": "ttl" + }, + { + "title": "Northern Tutchone", + "x-language-type": "living", + "x-scope": "individual", + "const": "ttm" + }, + { + "title": "Towei", + "x-language-type": "living", + "x-scope": "individual", + "const": "ttn" + }, + { + "title": "Lower Ta'oih", + "x-language-type": "living", + "x-scope": "individual", + "const": "tto" + }, + { + "title": "Tombelala", + "x-language-type": "living", + "x-scope": "individual", + "const": "ttp" + }, + { + "title": "Tawallammat Tamajaq", + "x-language-type": "living", + "x-scope": "individual", + "const": "ttq" + }, + { + "title": "Tera", + "x-language-type": "living", + "x-scope": "individual", + "const": "ttr" + }, + { + "title": "Northeastern Thai", + "x-language-type": "living", + "x-scope": "individual", + "const": "tts" + }, + { + "title": "Muslim Tat", + "x-language-type": "living", + "x-scope": "individual", + "const": "ttt" + }, + { + "title": "Torau", + "x-language-type": "living", + "x-scope": "individual", + "const": "ttu" + }, + { + "title": "Titan", + "x-language-type": "living", + "x-scope": "individual", + "const": "ttv" + }, + { + "title": "Long Wat", + "x-language-type": "living", + "x-scope": "individual", + "const": "ttw" + }, + { + "title": "Sikaritai", + "x-language-type": "living", + "x-scope": "individual", + "const": "tty" + }, + { + "title": "Tsum", + "x-language-type": "living", + "x-scope": "individual", + "const": "ttz" + }, + { + "title": "Wiarumus", + "x-language-type": "living", + "x-scope": "individual", + "const": "tua" + }, + { + "title": "Tübatulabal", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tub" + }, + { + "title": "Mutu", + "x-language-type": "living", + "x-scope": "individual", + "const": "tuc" + }, + { + "title": "Tuxá", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tud" + }, + { + "title": "Tuyuca", + "x-language-type": "living", + "x-scope": "individual", + "const": "tue" + }, + { + "title": "Central Tunebo", + "x-language-type": "living", + "x-scope": "individual", + "const": "tuf" + }, + { + "title": "Tunia", + "x-language-type": "living", + "x-scope": "individual", + "const": "tug" + }, + { + "title": "Taulil", + "x-language-type": "living", + "x-scope": "individual", + "const": "tuh" + }, + { + "title": "Tupuri", + "x-language-type": "living", + "x-scope": "individual", + "const": "tui" + }, + { + "title": "Tugutil", + "x-language-type": "living", + "x-scope": "individual", + "const": "tuj" + }, + { + "title": "Turkmen", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "tk", + "x-set-2-bibliographic": "tuk", + "x-set-2-terminologic": "tuk", + "const": "tuk" + }, + { + "title": "Tula", + "x-language-type": "living", + "x-scope": "individual", + "const": "tul" + }, + { + "title": "Tumbuka", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "tum", + "x-set-2-terminologic": "tum", + "const": "tum" + }, + { + "title": "Tunica", + "x-language-type": "living", + "x-scope": "individual", + "const": "tun" + }, + { + "title": "Tucano", + "x-language-type": "living", + "x-scope": "individual", + "const": "tuo" + }, + { + "title": "Tedaga", + "x-language-type": "living", + "x-scope": "individual", + "const": "tuq" + }, + { + "title": "Turkish", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "tr", + "x-set-2-bibliographic": "tur", + "x-set-2-terminologic": "tur", + "const": "tur" + }, + { + "title": "Tuscarora", + "x-language-type": "living", + "x-scope": "individual", + "const": "tus" + }, + { + "title": "Tututni", + "x-language-type": "living", + "x-scope": "individual", + "const": "tuu" + }, + { + "title": "Turkana", + "x-language-type": "living", + "x-scope": "individual", + "const": "tuv" + }, + { + "title": "Tuxináwa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tux" + }, + { + "title": "Tugen", + "x-language-type": "living", + "x-scope": "individual", + "const": "tuy" + }, + { + "title": "Turka", + "x-language-type": "living", + "x-scope": "individual", + "const": "tuz" + }, + { + "title": "Vaghua", + "x-language-type": "living", + "x-scope": "individual", + "const": "tva" + }, + { + "title": "Tsuvadi", + "x-language-type": "living", + "x-scope": "individual", + "const": "tvd" + }, + { + "title": "Te'un", + "x-language-type": "living", + "x-scope": "individual", + "const": "tve" + }, + { + "title": "Tulai", + "x-language-type": "living", + "x-scope": "individual", + "const": "tvi" + }, + { + "title": "Southeast Ambrym", + "x-language-type": "living", + "x-scope": "individual", + "const": "tvk" + }, + { + "title": "Tuvalu", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "tvl", + "x-set-2-terminologic": "tvl", + "const": "tvl" + }, + { + "title": "Tela-Masbuar", + "x-language-type": "living", + "x-scope": "individual", + "const": "tvm" + }, + { + "title": "Tavoyan", + "x-language-type": "living", + "x-scope": "individual", + "const": "tvn" + }, + { + "title": "Tidore", + "x-language-type": "living", + "x-scope": "individual", + "const": "tvo" + }, + { + "title": "Taveta", + "x-language-type": "living", + "x-scope": "individual", + "const": "tvs" + }, + { + "title": "Tutsa Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "tvt" + }, + { + "title": "Tunen", + "x-language-type": "living", + "x-scope": "individual", + "const": "tvu" + }, + { + "title": "Sedoa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tvw" + }, + { + "title": "Taivoan", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tvx" + }, + { + "title": "Timor Pidgin", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "tvy" + }, + { + "title": "Twana", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "twa" + }, + { + "title": "Western Tawbuid", + "x-language-type": "living", + "x-scope": "individual", + "const": "twb" + }, + { + "title": "Teshenawa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "twc" + }, + { + "title": "Twents", + "x-language-type": "living", + "x-scope": "individual", + "const": "twd" + }, + { + "title": "Tewa (Indonesia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "twe" + }, + { + "title": "Northern Tiwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "twf" + }, + { + "title": "Tereweng", + "x-language-type": "living", + "x-scope": "individual", + "const": "twg" + }, + { + "title": "Tai Dón", + "x-language-type": "living", + "x-scope": "individual", + "const": "twh" + }, + { + "title": "Twi", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "tw", + "x-set-2-bibliographic": "twi", + "x-set-2-terminologic": "twi", + "const": "twi" + }, + { + "title": "Tawara", + "x-language-type": "living", + "x-scope": "individual", + "const": "twl" + }, + { + "title": "Tawang Monpa", + "x-language-type": "living", + "x-scope": "individual", + "const": "twm" + }, + { + "title": "Twendi", + "x-language-type": "living", + "x-scope": "individual", + "const": "twn" + }, + { + "title": "Tswapong", + "x-language-type": "living", + "x-scope": "individual", + "const": "two" + }, + { + "title": "Ere", + "x-language-type": "living", + "x-scope": "individual", + "const": "twp" + }, + { + "title": "Tasawaq", + "x-language-type": "living", + "x-scope": "individual", + "const": "twq" + }, + { + "title": "Southwestern Tarahumara", + "x-language-type": "living", + "x-scope": "individual", + "const": "twr" + }, + { + "title": "Turiwára", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "twt" + }, + { + "title": "Termanu", + "x-language-type": "living", + "x-scope": "individual", + "const": "twu" + }, + { + "title": "Tuwari", + "x-language-type": "living", + "x-scope": "individual", + "const": "tww" + }, + { + "title": "Tewe", + "x-language-type": "living", + "x-scope": "individual", + "const": "twx" + }, + { + "title": "Tawoyan", + "x-language-type": "living", + "x-scope": "individual", + "const": "twy" + }, + { + "title": "Tombonuo", + "x-language-type": "living", + "x-scope": "individual", + "const": "txa" + }, + { + "title": "Tokharian B", + "x-language-type": "historic", + "x-scope": "individual", + "const": "txb" + }, + { + "title": "Tsetsaut", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "txc" + }, + { + "title": "Totoli", + "x-language-type": "living", + "x-scope": "individual", + "const": "txe" + }, + { + "title": "Tangut", + "x-language-type": "historic", + "x-scope": "individual", + "const": "txg" + }, + { + "title": "Thracian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "txh" + }, + { + "title": "Ikpeng", + "x-language-type": "living", + "x-scope": "individual", + "const": "txi" + }, + { + "title": "Tarjumo", + "x-language-type": "living", + "x-scope": "individual", + "const": "txj" + }, + { + "title": "Tomini", + "x-language-type": "living", + "x-scope": "individual", + "const": "txm" + }, + { + "title": "West Tarangan", + "x-language-type": "living", + "x-scope": "individual", + "const": "txn" + }, + { + "title": "Toto", + "x-language-type": "living", + "x-scope": "individual", + "const": "txo" + }, + { + "title": "Tii", + "x-language-type": "living", + "x-scope": "individual", + "const": "txq" + }, + { + "title": "Tartessian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "txr" + }, + { + "title": "Tonsea", + "x-language-type": "living", + "x-scope": "individual", + "const": "txs" + }, + { + "title": "Citak", + "x-language-type": "living", + "x-scope": "individual", + "const": "txt" + }, + { + "title": "Kayapó", + "x-language-type": "living", + "x-scope": "individual", + "const": "txu" + }, + { + "title": "Tatana", + "x-language-type": "living", + "x-scope": "individual", + "const": "txx" + }, + { + "title": "Tanosy Malagasy", + "x-language-type": "living", + "x-scope": "individual", + "const": "txy" + }, + { + "title": "Tauya", + "x-language-type": "living", + "x-scope": "individual", + "const": "tya" + }, + { + "title": "Kyanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "tye" + }, + { + "title": "O'du", + "x-language-type": "living", + "x-scope": "individual", + "const": "tyh" + }, + { + "title": "Teke-Tsaayi", + "x-language-type": "living", + "x-scope": "individual", + "const": "tyi" + }, + { + "title": "Tai Do", + "x-language-type": "living", + "x-scope": "individual", + "const": "tyj" + }, + { + "title": "Thu Lao", + "x-language-type": "living", + "x-scope": "individual", + "const": "tyl" + }, + { + "title": "Kombai", + "x-language-type": "living", + "x-scope": "individual", + "const": "tyn" + }, + { + "title": "Thaypan", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "typ" + }, + { + "title": "Tai Daeng", + "x-language-type": "living", + "x-scope": "individual", + "const": "tyr" + }, + { + "title": "Tày Sa Pa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tys" + }, + { + "title": "Tày Tac", + "x-language-type": "living", + "x-scope": "individual", + "const": "tyt" + }, + { + "title": "Kua", + "x-language-type": "living", + "x-scope": "individual", + "const": "tyu" + }, + { + "title": "Tuvinian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "tyv", + "x-set-2-terminologic": "tyv", + "const": "tyv" + }, + { + "title": "Teke-Tyee", + "x-language-type": "living", + "x-scope": "individual", + "const": "tyx" + }, + { + "title": "Tiyaa", + "x-language-type": "living", + "x-scope": "individual", + "const": "tyy" + }, + { + "title": "Tày", + "x-language-type": "living", + "x-scope": "individual", + "const": "tyz" + }, + { + "title": "Tanzanian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "tza" + }, + { + "title": "Tzeltal", + "x-language-type": "living", + "x-scope": "individual", + "const": "tzh" + }, + { + "title": "Tz'utujil", + "x-language-type": "living", + "x-scope": "individual", + "const": "tzj" + }, + { + "title": "Talossan", + "x-language-type": "constructed", + "x-scope": "individual", + "const": "tzl" + }, + { + "title": "Central Atlas Tamazight", + "x-language-type": "living", + "x-scope": "individual", + "const": "tzm" + }, + { + "title": "Tugun", + "x-language-type": "living", + "x-scope": "individual", + "const": "tzn" + }, + { + "title": "Tzotzil", + "x-language-type": "living", + "x-scope": "individual", + "const": "tzo" + }, + { + "title": "Tabriak", + "x-language-type": "living", + "x-scope": "individual", + "const": "tzx" + }, + { + "title": "Uamué", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "uam" + }, + { + "title": "Kuan", + "x-language-type": "living", + "x-scope": "individual", + "const": "uan" + }, + { + "title": "Tairuma", + "x-language-type": "living", + "x-scope": "individual", + "const": "uar" + }, + { + "title": "Ubang", + "x-language-type": "living", + "x-scope": "individual", + "const": "uba" + }, + { + "title": "Ubi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ubi" + }, + { + "title": "Buhi'non Bikol", + "x-language-type": "living", + "x-scope": "individual", + "const": "ubl" + }, + { + "title": "Ubir", + "x-language-type": "living", + "x-scope": "individual", + "const": "ubr" + }, + { + "title": "Umbu-Ungu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ubu" + }, + { + "title": "Ubykh", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "uby" + }, + { + "title": "Uda", + "x-language-type": "living", + "x-scope": "individual", + "const": "uda" + }, + { + "title": "Udihe", + "x-language-type": "living", + "x-scope": "individual", + "const": "ude" + }, + { + "title": "Muduga", + "x-language-type": "living", + "x-scope": "individual", + "const": "udg" + }, + { + "title": "Udi", + "x-language-type": "living", + "x-scope": "individual", + "const": "udi" + }, + { + "title": "Ujir", + "x-language-type": "living", + "x-scope": "individual", + "const": "udj" + }, + { + "title": "Wuzlam", + "x-language-type": "living", + "x-scope": "individual", + "const": "udl" + }, + { + "title": "Udmurt", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "udm", + "x-set-2-terminologic": "udm", + "const": "udm" + }, + { + "title": "Uduk", + "x-language-type": "living", + "x-scope": "individual", + "const": "udu" + }, + { + "title": "Kioko", + "x-language-type": "living", + "x-scope": "individual", + "const": "ues" + }, + { + "title": "Ufim", + "x-language-type": "living", + "x-scope": "individual", + "const": "ufi" + }, + { + "title": "Ugaritic", + "x-language-type": "historic", + "x-scope": "individual", + "x-set-2-bibliographic": "uga", + "x-set-2-terminologic": "uga", + "const": "uga" + }, + { + "title": "Kuku-Ugbanh", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ugb" + }, + { + "title": "Ughele", + "x-language-type": "living", + "x-scope": "individual", + "const": "uge" + }, + { + "title": "Kubachi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ugh" + }, + { + "title": "Ugandan Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "ugn" + }, + { + "title": "Ugong", + "x-language-type": "living", + "x-scope": "individual", + "const": "ugo" + }, + { + "title": "Uruguayan Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "ugy" + }, + { + "title": "Uhami", + "x-language-type": "living", + "x-scope": "individual", + "const": "uha" + }, + { + "title": "Damal", + "x-language-type": "living", + "x-scope": "individual", + "const": "uhn" + }, + { + "title": "Uighur", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ug", + "x-set-2-bibliographic": "uig", + "x-set-2-terminologic": "uig", + "const": "uig" + }, + { + "title": "Uisai", + "x-language-type": "living", + "x-scope": "individual", + "const": "uis" + }, + { + "title": "Iyive", + "x-language-type": "living", + "x-scope": "individual", + "const": "uiv" + }, + { + "title": "Tanjijili", + "x-language-type": "living", + "x-scope": "individual", + "const": "uji" + }, + { + "title": "Kaburi", + "x-language-type": "living", + "x-scope": "individual", + "const": "uka" + }, + { + "title": "Ukuriguma", + "x-language-type": "living", + "x-scope": "individual", + "const": "ukg" + }, + { + "title": "Ukhwejo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ukh" + }, + { + "title": "Kui (India)", + "x-language-type": "living", + "x-scope": "individual", + "const": "uki" + }, + { + "title": "Muak Sa-aak", + "x-language-type": "living", + "x-scope": "individual", + "const": "ukk" + }, + { + "title": "Ukrainian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "ukl" + }, + { + "title": "Ukpe-Bayobiri", + "x-language-type": "living", + "x-scope": "individual", + "const": "ukp" + }, + { + "title": "Ukwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ukq" + }, + { + "title": "Ukrainian", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "uk", + "x-set-2-bibliographic": "ukr", + "x-set-2-terminologic": "ukr", + "const": "ukr" + }, + { + "title": "Urubú-Kaapor Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "uks" + }, + { + "title": "Ukue", + "x-language-type": "living", + "x-scope": "individual", + "const": "uku" + }, + { + "title": "Kuku", + "x-language-type": "living", + "x-scope": "individual", + "const": "ukv" + }, + { + "title": "Ukwuani-Aboh-Ndoni", + "x-language-type": "living", + "x-scope": "individual", + "const": "ukw" + }, + { + "title": "Kuuk-Yak", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "uky" + }, + { + "title": "Fungwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ula" + }, + { + "title": "Ulukwumi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ulb" + }, + { + "title": "Ulch", + "x-language-type": "living", + "x-scope": "individual", + "const": "ulc" + }, + { + "title": "Lule", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ule" + }, + { + "title": "Usku", + "x-language-type": "living", + "x-scope": "individual", + "const": "ulf" + }, + { + "title": "Ulithian", + "x-language-type": "living", + "x-scope": "individual", + "const": "uli" + }, + { + "title": "Meriam Mir", + "x-language-type": "living", + "x-scope": "individual", + "const": "ulk" + }, + { + "title": "Ullatan", + "x-language-type": "living", + "x-scope": "individual", + "const": "ull" + }, + { + "title": "Ulumanda'", + "x-language-type": "living", + "x-scope": "individual", + "const": "ulm" + }, + { + "title": "Unserdeutsch", + "x-language-type": "living", + "x-scope": "individual", + "const": "uln" + }, + { + "title": "Uma' Lung", + "x-language-type": "living", + "x-scope": "individual", + "const": "ulu" + }, + { + "title": "Ulwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ulw" + }, + { + "title": "Buli", + "x-language-type": "living", + "x-scope": "individual", + "const": "uly" + }, + { + "title": "Umatilla", + "x-language-type": "living", + "x-scope": "individual", + "const": "uma" + }, + { + "title": "Umbundu", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "umb", + "x-set-2-terminologic": "umb", + "const": "umb" + }, + { + "title": "Marrucinian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "umc" + }, + { + "title": "Umbindhamu", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "umd" + }, + { + "title": "Morrobalama", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "umg" + }, + { + "title": "Ukit", + "x-language-type": "living", + "x-scope": "individual", + "const": "umi" + }, + { + "title": "Umon", + "x-language-type": "living", + "x-scope": "individual", + "const": "umm" + }, + { + "title": "Makyan Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "umn" + }, + { + "title": "Umotína", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "umo" + }, + { + "title": "Umpila", + "x-language-type": "living", + "x-scope": "individual", + "const": "ump" + }, + { + "title": "Umbugarla", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "umr" + }, + { + "title": "Pendau", + "x-language-type": "living", + "x-scope": "individual", + "const": "ums" + }, + { + "title": "Munsee", + "x-language-type": "living", + "x-scope": "individual", + "const": "umu" + }, + { + "title": "North Watut", + "x-language-type": "living", + "x-scope": "individual", + "const": "una" + }, + { + "title": "Undetermined", + "x-language-type": "special", + "x-scope": "special", + "x-set-2-bibliographic": "und", + "x-set-2-terminologic": "und", + "const": "und" + }, + { + "title": "Uneme", + "x-language-type": "living", + "x-scope": "individual", + "const": "une" + }, + { + "title": "Ngarinyin", + "x-language-type": "living", + "x-scope": "individual", + "const": "ung" + }, + { + "title": "Uni", + "x-language-type": "living", + "x-scope": "individual", + "const": "uni" + }, + { + "title": "Enawené-Nawé", + "x-language-type": "living", + "x-scope": "individual", + "const": "unk" + }, + { + "title": "Unami", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "unm" + }, + { + "title": "Kurnai", + "x-language-type": "living", + "x-scope": "individual", + "const": "unn" + }, + { + "title": "Mundari", + "x-language-type": "living", + "x-scope": "individual", + "const": "unr" + }, + { + "title": "Unubahe", + "x-language-type": "living", + "x-scope": "individual", + "const": "unu" + }, + { + "title": "Munda", + "x-language-type": "living", + "x-scope": "individual", + "const": "unx" + }, + { + "title": "Unde Kaili", + "x-language-type": "living", + "x-scope": "individual", + "const": "unz" + }, + { + "title": "Kulon", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "uon" + }, + { + "title": "Umeda", + "x-language-type": "living", + "x-scope": "individual", + "const": "upi" + }, + { + "title": "Uripiv-Wala-Rano-Atchin", + "x-language-type": "living", + "x-scope": "individual", + "const": "upv" + }, + { + "title": "Urarina", + "x-language-type": "living", + "x-scope": "individual", + "const": "ura" + }, + { + "title": "Urubú-Kaapor", + "x-language-type": "living", + "x-scope": "individual", + "const": "urb" + }, + { + "title": "Urningangg", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "urc" + }, + { + "title": "Urdu", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ur", + "x-set-2-bibliographic": "urd", + "x-set-2-terminologic": "urd", + "const": "urd" + }, + { + "title": "Uru", + "x-language-type": "living", + "x-scope": "individual", + "const": "ure" + }, + { + "title": "Uradhi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "urf" + }, + { + "title": "Urigina", + "x-language-type": "living", + "x-scope": "individual", + "const": "urg" + }, + { + "title": "Urhobo", + "x-language-type": "living", + "x-scope": "individual", + "const": "urh" + }, + { + "title": "Urim", + "x-language-type": "living", + "x-scope": "individual", + "const": "uri" + }, + { + "title": "Urak Lawoi'", + "x-language-type": "living", + "x-scope": "individual", + "const": "urk" + }, + { + "title": "Urali", + "x-language-type": "living", + "x-scope": "individual", + "const": "url" + }, + { + "title": "Urapmin", + "x-language-type": "living", + "x-scope": "individual", + "const": "urm" + }, + { + "title": "Uruangnirin", + "x-language-type": "living", + "x-scope": "individual", + "const": "urn" + }, + { + "title": "Ura (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "uro" + }, + { + "title": "Uru-Pa-In", + "x-language-type": "living", + "x-scope": "individual", + "const": "urp" + }, + { + "title": "Lehalurup", + "x-language-type": "living", + "x-scope": "individual", + "const": "urr" + }, + { + "title": "Urat", + "x-language-type": "living", + "x-scope": "individual", + "const": "urt" + }, + { + "title": "Urumi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "uru" + }, + { + "title": "Uruava", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "urv" + }, + { + "title": "Sop", + "x-language-type": "living", + "x-scope": "individual", + "const": "urw" + }, + { + "title": "Urimo", + "x-language-type": "living", + "x-scope": "individual", + "const": "urx" + }, + { + "title": "Orya", + "x-language-type": "living", + "x-scope": "individual", + "const": "ury" + }, + { + "title": "Uru-Eu-Wau-Wau", + "x-language-type": "living", + "x-scope": "individual", + "const": "urz" + }, + { + "title": "Usarufa", + "x-language-type": "living", + "x-scope": "individual", + "const": "usa" + }, + { + "title": "Ushojo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ush" + }, + { + "title": "Usui", + "x-language-type": "living", + "x-scope": "individual", + "const": "usi" + }, + { + "title": "Usaghade", + "x-language-type": "living", + "x-scope": "individual", + "const": "usk" + }, + { + "title": "Uspanteco", + "x-language-type": "living", + "x-scope": "individual", + "const": "usp" + }, + { + "title": "us-Saare", + "x-language-type": "living", + "x-scope": "individual", + "const": "uss" + }, + { + "title": "Uya", + "x-language-type": "living", + "x-scope": "individual", + "const": "usu" + }, + { + "title": "Otank", + "x-language-type": "living", + "x-scope": "individual", + "const": "uta" + }, + { + "title": "Ute-Southern Paiute", + "x-language-type": "living", + "x-scope": "individual", + "const": "ute" + }, + { + "title": "ut-Hun", + "x-language-type": "living", + "x-scope": "individual", + "const": "uth" + }, + { + "title": "Amba (Solomon Islands)", + "x-language-type": "living", + "x-scope": "individual", + "const": "utp" + }, + { + "title": "Etulo", + "x-language-type": "living", + "x-scope": "individual", + "const": "utr" + }, + { + "title": "Utu", + "x-language-type": "living", + "x-scope": "individual", + "const": "utu" + }, + { + "title": "Urum", + "x-language-type": "living", + "x-scope": "individual", + "const": "uum" + }, + { + "title": "Ura (Vanuatu)", + "x-language-type": "living", + "x-scope": "individual", + "const": "uur" + }, + { + "title": "U", + "x-language-type": "living", + "x-scope": "individual", + "const": "uuu" + }, + { + "title": "West Uvean", + "x-language-type": "living", + "x-scope": "individual", + "const": "uve" + }, + { + "title": "Uri", + "x-language-type": "living", + "x-scope": "individual", + "const": "uvh" + }, + { + "title": "Lote", + "x-language-type": "living", + "x-scope": "individual", + "const": "uvl" + }, + { + "title": "Kuku-Uwanh", + "x-language-type": "living", + "x-scope": "individual", + "const": "uwa" + }, + { + "title": "Doko-Uyanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "uya" + }, + { + "title": "Uzbek", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "uz", + "x-set-2-bibliographic": "uzb", + "x-set-2-terminologic": "uzb", + "const": "uzb" + }, + { + "title": "Northern Uzbek", + "x-language-type": "living", + "x-scope": "individual", + "const": "uzn" + }, + { + "title": "Southern Uzbek", + "x-language-type": "living", + "x-scope": "individual", + "const": "uzs" + }, + { + "title": "Vaagri Booli", + "x-language-type": "living", + "x-scope": "individual", + "const": "vaa" + }, + { + "title": "Vale", + "x-language-type": "living", + "x-scope": "individual", + "const": "vae" + }, + { + "title": "Vafsi", + "x-language-type": "living", + "x-scope": "individual", + "const": "vaf" + }, + { + "title": "Vagla", + "x-language-type": "living", + "x-scope": "individual", + "const": "vag" + }, + { + "title": "Varhadi-Nagpuri", + "x-language-type": "living", + "x-scope": "individual", + "const": "vah" + }, + { + "title": "Vai", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "vai", + "x-set-2-terminologic": "vai", + "const": "vai" + }, + { + "title": "Sekele", + "x-language-type": "living", + "x-scope": "individual", + "const": "vaj" + }, + { + "title": "Vehes", + "x-language-type": "living", + "x-scope": "individual", + "const": "val" + }, + { + "title": "Vanimo", + "x-language-type": "living", + "x-scope": "individual", + "const": "vam" + }, + { + "title": "Valman", + "x-language-type": "living", + "x-scope": "individual", + "const": "van" + }, + { + "title": "Vao", + "x-language-type": "living", + "x-scope": "individual", + "const": "vao" + }, + { + "title": "Vaiphei", + "x-language-type": "living", + "x-scope": "individual", + "const": "vap" + }, + { + "title": "Huarijio", + "x-language-type": "living", + "x-scope": "individual", + "const": "var" + }, + { + "title": "Vasavi", + "x-language-type": "living", + "x-scope": "individual", + "const": "vas" + }, + { + "title": "Vanuma", + "x-language-type": "living", + "x-scope": "individual", + "const": "vau" + }, + { + "title": "Varli", + "x-language-type": "living", + "x-scope": "individual", + "const": "vav" + }, + { + "title": "Wayu", + "x-language-type": "living", + "x-scope": "individual", + "const": "vay" + }, + { + "title": "Southeast Babar", + "x-language-type": "living", + "x-scope": "individual", + "const": "vbb" + }, + { + "title": "Southwestern Bontok", + "x-language-type": "living", + "x-scope": "individual", + "const": "vbk" + }, + { + "title": "Venetian", + "x-language-type": "living", + "x-scope": "individual", + "const": "vec" + }, + { + "title": "Veddah", + "x-language-type": "living", + "x-scope": "individual", + "const": "ved" + }, + { + "title": "Veluws", + "x-language-type": "living", + "x-scope": "individual", + "const": "vel" + }, + { + "title": "Vemgo-Mabas", + "x-language-type": "living", + "x-scope": "individual", + "const": "vem" + }, + { + "title": "Venda", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "ve", + "x-set-2-bibliographic": "ven", + "x-set-2-terminologic": "ven", + "const": "ven" + }, + { + "title": "Ventureño", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "veo" + }, + { + "title": "Veps", + "x-language-type": "living", + "x-scope": "individual", + "const": "vep" + }, + { + "title": "Mom Jango", + "x-language-type": "living", + "x-scope": "individual", + "const": "ver" + }, + { + "title": "Vaghri", + "x-language-type": "living", + "x-scope": "individual", + "const": "vgr" + }, + { + "title": "Vlaamse Gebarentaal", + "x-language-type": "living", + "x-scope": "individual", + "const": "vgt" + }, + { + "title": "Virgin Islands Creole English", + "x-language-type": "living", + "x-scope": "individual", + "const": "vic" + }, + { + "title": "Vidunda", + "x-language-type": "living", + "x-scope": "individual", + "const": "vid" + }, + { + "title": "Vietnamese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "vi", + "x-set-2-bibliographic": "vie", + "x-set-2-terminologic": "vie", + "const": "vie" + }, + { + "title": "Vili", + "x-language-type": "living", + "x-scope": "individual", + "const": "vif" + }, + { + "title": "Viemo", + "x-language-type": "living", + "x-scope": "individual", + "const": "vig" + }, + { + "title": "Vilela", + "x-language-type": "living", + "x-scope": "individual", + "const": "vil" + }, + { + "title": "Vinza", + "x-language-type": "living", + "x-scope": "individual", + "const": "vin" + }, + { + "title": "Vishavan", + "x-language-type": "living", + "x-scope": "individual", + "const": "vis" + }, + { + "title": "Viti", + "x-language-type": "living", + "x-scope": "individual", + "const": "vit" + }, + { + "title": "Iduna", + "x-language-type": "living", + "x-scope": "individual", + "const": "viv" + }, + { + "title": "Bajjika", + "x-language-type": "living", + "x-scope": "individual", + "const": "vjk" + }, + { + "title": "Kariyarra", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "vka" + }, + { + "title": "Kujarge", + "x-language-type": "living", + "x-scope": "individual", + "const": "vkj" + }, + { + "title": "Kaur", + "x-language-type": "living", + "x-scope": "individual", + "const": "vkk" + }, + { + "title": "Kulisusu", + "x-language-type": "living", + "x-scope": "individual", + "const": "vkl" + }, + { + "title": "Kamakan", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "vkm" + }, + { + "title": "Koro Nulu", + "x-language-type": "living", + "x-scope": "individual", + "const": "vkn" + }, + { + "title": "Kodeoha", + "x-language-type": "living", + "x-scope": "individual", + "const": "vko" + }, + { + "title": "Korlai Creole Portuguese", + "x-language-type": "living", + "x-scope": "individual", + "const": "vkp" + }, + { + "title": "Tenggarong Kutai Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "vkt" + }, + { + "title": "Kurrama", + "x-language-type": "living", + "x-scope": "individual", + "const": "vku" + }, + { + "title": "Koro Zuba", + "x-language-type": "living", + "x-scope": "individual", + "const": "vkz" + }, + { + "title": "Valpei", + "x-language-type": "living", + "x-scope": "individual", + "const": "vlp" + }, + { + "title": "Vlaams", + "x-language-type": "living", + "x-scope": "individual", + "const": "vls" + }, + { + "title": "Martuyhunira", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "vma" + }, + { + "title": "Barbaram", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "vmb" + }, + { + "title": "Juxtlahuaca Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "vmc" + }, + { + "title": "Mudu Koraga", + "x-language-type": "living", + "x-scope": "individual", + "const": "vmd" + }, + { + "title": "East Masela", + "x-language-type": "living", + "x-scope": "individual", + "const": "vme" + }, + { + "title": "Mainfränkisch", + "x-language-type": "living", + "x-scope": "individual", + "const": "vmf" + }, + { + "title": "Lungalunga", + "x-language-type": "living", + "x-scope": "individual", + "const": "vmg" + }, + { + "title": "Maraghei", + "x-language-type": "living", + "x-scope": "individual", + "const": "vmh" + }, + { + "title": "Miwa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "vmi" + }, + { + "title": "Ixtayutla Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "vmj" + }, + { + "title": "Makhuwa-Shirima", + "x-language-type": "living", + "x-scope": "individual", + "const": "vmk" + }, + { + "title": "Malgana", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "vml" + }, + { + "title": "Mitlatongo Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "vmm" + }, + { + "title": "Soyaltepec Mazatec", + "x-language-type": "living", + "x-scope": "individual", + "const": "vmp" + }, + { + "title": "Soyaltepec Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "vmq" + }, + { + "title": "Marenje", + "x-language-type": "living", + "x-scope": "individual", + "const": "vmr" + }, + { + "title": "Moksela", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "vms" + }, + { + "title": "Muluridyi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "vmu" + }, + { + "title": "Valley Maidu", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "vmv" + }, + { + "title": "Makhuwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "vmw" + }, + { + "title": "Tamazola Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "vmx" + }, + { + "title": "Ayautla Mazatec", + "x-language-type": "living", + "x-scope": "individual", + "const": "vmy" + }, + { + "title": "Mazatlán Mazatec", + "x-language-type": "living", + "x-scope": "individual", + "const": "vmz" + }, + { + "title": "Vano", + "x-language-type": "living", + "x-scope": "individual", + "const": "vnk" + }, + { + "title": "Vinmavis", + "x-language-type": "living", + "x-scope": "individual", + "const": "vnm" + }, + { + "title": "Vunapu", + "x-language-type": "living", + "x-scope": "individual", + "const": "vnp" + }, + { + "title": "Volapük", + "x-language-type": "constructed", + "x-scope": "individual", + "x-set-1": "vo", + "x-set-2-bibliographic": "vol", + "x-set-2-terminologic": "vol", + "const": "vol" + }, + { + "title": "Voro", + "x-language-type": "living", + "x-scope": "individual", + "const": "vor" + }, + { + "title": "Votic", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "vot", + "x-set-2-terminologic": "vot", + "const": "vot" + }, + { + "title": "Vera'a", + "x-language-type": "living", + "x-scope": "individual", + "const": "vra" + }, + { + "title": "Võro", + "x-language-type": "living", + "x-scope": "individual", + "const": "vro" + }, + { + "title": "Varisi", + "x-language-type": "living", + "x-scope": "individual", + "const": "vrs" + }, + { + "title": "Burmbar", + "x-language-type": "living", + "x-scope": "individual", + "const": "vrt" + }, + { + "title": "Moldova Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "vsi" + }, + { + "title": "Venezuelan Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "vsl" + }, + { + "title": "Vedic Sanskrit", + "x-language-type": "historic", + "x-scope": "individual", + "const": "vsn" + }, + { + "title": "Valencian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "vsv" + }, + { + "title": "Vitou", + "x-language-type": "living", + "x-scope": "individual", + "const": "vto" + }, + { + "title": "Vumbu", + "x-language-type": "living", + "x-scope": "individual", + "const": "vum" + }, + { + "title": "Vunjo", + "x-language-type": "living", + "x-scope": "individual", + "const": "vun" + }, + { + "title": "Vute", + "x-language-type": "living", + "x-scope": "individual", + "const": "vut" + }, + { + "title": "Awa (China)", + "x-language-type": "living", + "x-scope": "individual", + "const": "vwa" + }, + { + "title": "Walla Walla", + "x-language-type": "living", + "x-scope": "individual", + "const": "waa" + }, + { + "title": "Wab", + "x-language-type": "living", + "x-scope": "individual", + "const": "wab" + }, + { + "title": "Wasco-Wishram", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wac" + }, + { + "title": "Wamesa", + "x-language-type": "living", + "x-scope": "individual", + "const": "wad" + }, + { + "title": "Walser", + "x-language-type": "living", + "x-scope": "individual", + "const": "wae" + }, + { + "title": "Wakoná", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "waf" + }, + { + "title": "Wa'ema", + "x-language-type": "living", + "x-scope": "individual", + "const": "wag" + }, + { + "title": "Watubela", + "x-language-type": "living", + "x-scope": "individual", + "const": "wah" + }, + { + "title": "Wares", + "x-language-type": "living", + "x-scope": "individual", + "const": "wai" + }, + { + "title": "Waffa", + "x-language-type": "living", + "x-scope": "individual", + "const": "waj" + }, + { + "title": "Wolaytta", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "wal", + "x-set-2-terminologic": "wal", + "const": "wal" + }, + { + "title": "Wampanoag", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wam" + }, + { + "title": "Wan", + "x-language-type": "living", + "x-scope": "individual", + "const": "wan" + }, + { + "title": "Wappo", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wao" + }, + { + "title": "Wapishana", + "x-language-type": "living", + "x-scope": "individual", + "const": "wap" + }, + { + "title": "Wagiman", + "x-language-type": "living", + "x-scope": "individual", + "const": "waq" + }, + { + "title": "Waray (Philippines)", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "war", + "x-set-2-terminologic": "war", + "const": "war" + }, + { + "title": "Washo", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "was", + "x-set-2-terminologic": "was", + "const": "was" + }, + { + "title": "Kaninuwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "wat" + }, + { + "title": "Waurá", + "x-language-type": "living", + "x-scope": "individual", + "const": "wau" + }, + { + "title": "Waka", + "x-language-type": "living", + "x-scope": "individual", + "const": "wav" + }, + { + "title": "Waiwai", + "x-language-type": "living", + "x-scope": "individual", + "const": "waw" + }, + { + "title": "Watam", + "x-language-type": "living", + "x-scope": "individual", + "const": "wax" + }, + { + "title": "Wayana", + "x-language-type": "living", + "x-scope": "individual", + "const": "way" + }, + { + "title": "Wampur", + "x-language-type": "living", + "x-scope": "individual", + "const": "waz" + }, + { + "title": "Warao", + "x-language-type": "living", + "x-scope": "individual", + "const": "wba" + }, + { + "title": "Wabo", + "x-language-type": "living", + "x-scope": "individual", + "const": "wbb" + }, + { + "title": "Waritai", + "x-language-type": "living", + "x-scope": "individual", + "const": "wbe" + }, + { + "title": "Wara", + "x-language-type": "living", + "x-scope": "individual", + "const": "wbf" + }, + { + "title": "Wanda", + "x-language-type": "living", + "x-scope": "individual", + "const": "wbh" + }, + { + "title": "Vwanji", + "x-language-type": "living", + "x-scope": "individual", + "const": "wbi" + }, + { + "title": "Alagwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "wbj" + }, + { + "title": "Waigali", + "x-language-type": "living", + "x-scope": "individual", + "const": "wbk" + }, + { + "title": "Wakhi", + "x-language-type": "living", + "x-scope": "individual", + "const": "wbl" + }, + { + "title": "Wa", + "x-language-type": "living", + "x-scope": "individual", + "const": "wbm" + }, + { + "title": "Warlpiri", + "x-language-type": "living", + "x-scope": "individual", + "const": "wbp" + }, + { + "title": "Waddar", + "x-language-type": "living", + "x-scope": "individual", + "const": "wbq" + }, + { + "title": "Wagdi", + "x-language-type": "living", + "x-scope": "individual", + "const": "wbr" + }, + { + "title": "West Bengal Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "wbs" + }, + { + "title": "Warnman", + "x-language-type": "living", + "x-scope": "individual", + "const": "wbt" + }, + { + "title": "Wajarri", + "x-language-type": "living", + "x-scope": "individual", + "const": "wbv" + }, + { + "title": "Woi", + "x-language-type": "living", + "x-scope": "individual", + "const": "wbw" + }, + { + "title": "Yanomámi", + "x-language-type": "living", + "x-scope": "individual", + "const": "wca" + }, + { + "title": "Waci Gbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "wci" + }, + { + "title": "Wandji", + "x-language-type": "living", + "x-scope": "individual", + "const": "wdd" + }, + { + "title": "Wadaginam", + "x-language-type": "living", + "x-scope": "individual", + "const": "wdg" + }, + { + "title": "Wadjiginy", + "x-language-type": "living", + "x-scope": "individual", + "const": "wdj" + }, + { + "title": "Wadikali", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wdk" + }, + { + "title": "Wendat", + "x-language-type": "living", + "x-scope": "individual", + "const": "wdt" + }, + { + "title": "Wadjigu", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wdu" + }, + { + "title": "Wadjabangayi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wdy" + }, + { + "title": "Wewaw", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wea" + }, + { + "title": "Wè Western", + "x-language-type": "living", + "x-scope": "individual", + "const": "wec" + }, + { + "title": "Wedau", + "x-language-type": "living", + "x-scope": "individual", + "const": "wed" + }, + { + "title": "Wergaia", + "x-language-type": "living", + "x-scope": "individual", + "const": "weg" + }, + { + "title": "Weh", + "x-language-type": "living", + "x-scope": "individual", + "const": "weh" + }, + { + "title": "Kiunum", + "x-language-type": "living", + "x-scope": "individual", + "const": "wei" + }, + { + "title": "Weme Gbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "wem" + }, + { + "title": "Wemale", + "x-language-type": "living", + "x-scope": "individual", + "const": "weo" + }, + { + "title": "Westphalien", + "x-language-type": "living", + "x-scope": "individual", + "const": "wep" + }, + { + "title": "Weri", + "x-language-type": "living", + "x-scope": "individual", + "const": "wer" + }, + { + "title": "Cameroon Pidgin", + "x-language-type": "living", + "x-scope": "individual", + "const": "wes" + }, + { + "title": "Perai", + "x-language-type": "living", + "x-scope": "individual", + "const": "wet" + }, + { + "title": "Rawngtu Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "weu" + }, + { + "title": "Wejewa", + "x-language-type": "living", + "x-scope": "individual", + "const": "wew" + }, + { + "title": "Yafi", + "x-language-type": "living", + "x-scope": "individual", + "const": "wfg" + }, + { + "title": "Wagaya", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wga" + }, + { + "title": "Wagawaga", + "x-language-type": "living", + "x-scope": "individual", + "const": "wgb" + }, + { + "title": "Wangkangurru", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wgg" + }, + { + "title": "Wahgi", + "x-language-type": "living", + "x-scope": "individual", + "const": "wgi" + }, + { + "title": "Waigeo", + "x-language-type": "living", + "x-scope": "individual", + "const": "wgo" + }, + { + "title": "Wirangu", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wgu" + }, + { + "title": "Warrgamay", + "x-language-type": "living", + "x-scope": "individual", + "const": "wgy" + }, + { + "title": "Sou Upaa", + "x-language-type": "living", + "x-scope": "individual", + "const": "wha" + }, + { + "title": "North Wahgi", + "x-language-type": "living", + "x-scope": "individual", + "const": "whg" + }, + { + "title": "Wahau Kenyah", + "x-language-type": "living", + "x-scope": "individual", + "const": "whk" + }, + { + "title": "Wahau Kayan", + "x-language-type": "living", + "x-scope": "individual", + "const": "whu" + }, + { + "title": "Southern Toussian", + "x-language-type": "living", + "x-scope": "individual", + "const": "wib" + }, + { + "title": "Wichita", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wic" + }, + { + "title": "Wik-Epa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wie" + }, + { + "title": "Wik-Keyangan", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wif" + }, + { + "title": "Wik Ngathan", + "x-language-type": "living", + "x-scope": "individual", + "const": "wig" + }, + { + "title": "Wik-Me'anha", + "x-language-type": "living", + "x-scope": "individual", + "const": "wih" + }, + { + "title": "Minidien", + "x-language-type": "living", + "x-scope": "individual", + "const": "wii" + }, + { + "title": "Wik-Iiyanh", + "x-language-type": "living", + "x-scope": "individual", + "const": "wij" + }, + { + "title": "Wikalkan", + "x-language-type": "living", + "x-scope": "individual", + "const": "wik" + }, + { + "title": "Wilawila", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wil" + }, + { + "title": "Wik-Mungkan", + "x-language-type": "living", + "x-scope": "individual", + "const": "wim" + }, + { + "title": "Ho-Chunk", + "x-language-type": "living", + "x-scope": "individual", + "const": "win" + }, + { + "title": "Wiraféd", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wir" + }, + { + "title": "Wiru", + "x-language-type": "living", + "x-scope": "individual", + "const": "wiu" + }, + { + "title": "Vitu", + "x-language-type": "living", + "x-scope": "individual", + "const": "wiv" + }, + { + "title": "Wiyot", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wiy" + }, + { + "title": "Waja", + "x-language-type": "living", + "x-scope": "individual", + "const": "wja" + }, + { + "title": "Warji", + "x-language-type": "living", + "x-scope": "individual", + "const": "wji" + }, + { + "title": "Kw'adza", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wka" + }, + { + "title": "Kumbaran", + "x-language-type": "living", + "x-scope": "individual", + "const": "wkb" + }, + { + "title": "Wakde", + "x-language-type": "living", + "x-scope": "individual", + "const": "wkd" + }, + { + "title": "Kalanadi", + "x-language-type": "living", + "x-scope": "individual", + "const": "wkl" + }, + { + "title": "Keerray-Woorroong", + "x-language-type": "living", + "x-scope": "individual", + "const": "wkr" + }, + { + "title": "Kunduvadi", + "x-language-type": "living", + "x-scope": "individual", + "const": "wku" + }, + { + "title": "Wakawaka", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wkw" + }, + { + "title": "Wangkayutyuru", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wky" + }, + { + "title": "Walio", + "x-language-type": "living", + "x-scope": "individual", + "const": "wla" + }, + { + "title": "Mwali Comorian", + "x-language-type": "living", + "x-scope": "individual", + "const": "wlc" + }, + { + "title": "Wolane", + "x-language-type": "living", + "x-scope": "individual", + "const": "wle" + }, + { + "title": "Kunbarlang", + "x-language-type": "living", + "x-scope": "individual", + "const": "wlg" + }, + { + "title": "Welaun", + "x-language-type": "living", + "x-scope": "individual", + "const": "wlh" + }, + { + "title": "Waioli", + "x-language-type": "living", + "x-scope": "individual", + "const": "wli" + }, + { + "title": "Wailaki", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wlk" + }, + { + "title": "Wali (Sudan)", + "x-language-type": "living", + "x-scope": "individual", + "const": "wll" + }, + { + "title": "Middle Welsh", + "x-language-type": "historic", + "x-scope": "individual", + "const": "wlm" + }, + { + "title": "Walloon", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "wa", + "x-set-2-bibliographic": "wln", + "x-set-2-terminologic": "wln", + "const": "wln" + }, + { + "title": "Wolio", + "x-language-type": "living", + "x-scope": "individual", + "const": "wlo" + }, + { + "title": "Wailapa", + "x-language-type": "living", + "x-scope": "individual", + "const": "wlr" + }, + { + "title": "Wallisian", + "x-language-type": "living", + "x-scope": "individual", + "const": "wls" + }, + { + "title": "Wuliwuli", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wlu" + }, + { + "title": "Wichí Lhamtés Vejoz", + "x-language-type": "living", + "x-scope": "individual", + "const": "wlv" + }, + { + "title": "Walak", + "x-language-type": "living", + "x-scope": "individual", + "const": "wlw" + }, + { + "title": "Wali (Ghana)", + "x-language-type": "living", + "x-scope": "individual", + "const": "wlx" + }, + { + "title": "Waling", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wly" + }, + { + "title": "Mawa (Nigeria)", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wma" + }, + { + "title": "Wambaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "wmb" + }, + { + "title": "Wamas", + "x-language-type": "living", + "x-scope": "individual", + "const": "wmc" + }, + { + "title": "Mamaindé", + "x-language-type": "living", + "x-scope": "individual", + "const": "wmd" + }, + { + "title": "Wambule", + "x-language-type": "living", + "x-scope": "individual", + "const": "wme" + }, + { + "title": "Western Minyag", + "x-language-type": "living", + "x-scope": "individual", + "const": "wmg" + }, + { + "title": "Waima'a", + "x-language-type": "living", + "x-scope": "individual", + "const": "wmh" + }, + { + "title": "Wamin", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wmi" + }, + { + "title": "Maiwa (Indonesia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "wmm" + }, + { + "title": "Waamwang", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wmn" + }, + { + "title": "Wom (Papua New Guinea)", + "x-language-type": "living", + "x-scope": "individual", + "const": "wmo" + }, + { + "title": "Wambon", + "x-language-type": "living", + "x-scope": "individual", + "const": "wms" + }, + { + "title": "Walmajarri", + "x-language-type": "living", + "x-scope": "individual", + "const": "wmt" + }, + { + "title": "Mwani", + "x-language-type": "living", + "x-scope": "individual", + "const": "wmw" + }, + { + "title": "Womo", + "x-language-type": "living", + "x-scope": "individual", + "const": "wmx" + }, + { + "title": "Mokati", + "x-language-type": "living", + "x-scope": "individual", + "const": "wnb" + }, + { + "title": "Wantoat", + "x-language-type": "living", + "x-scope": "individual", + "const": "wnc" + }, + { + "title": "Wandarang", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wnd" + }, + { + "title": "Waneci", + "x-language-type": "living", + "x-scope": "individual", + "const": "wne" + }, + { + "title": "Wanggom", + "x-language-type": "living", + "x-scope": "individual", + "const": "wng" + }, + { + "title": "Ndzwani Comorian", + "x-language-type": "living", + "x-scope": "individual", + "const": "wni" + }, + { + "title": "Wanukaka", + "x-language-type": "living", + "x-scope": "individual", + "const": "wnk" + }, + { + "title": "Wanggamala", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wnm" + }, + { + "title": "Wunumara", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wnn" + }, + { + "title": "Wano", + "x-language-type": "living", + "x-scope": "individual", + "const": "wno" + }, + { + "title": "Wanap", + "x-language-type": "living", + "x-scope": "individual", + "const": "wnp" + }, + { + "title": "Usan", + "x-language-type": "living", + "x-scope": "individual", + "const": "wnu" + }, + { + "title": "Wintu", + "x-language-type": "living", + "x-scope": "individual", + "const": "wnw" + }, + { + "title": "Wanyi", + "x-language-type": "living", + "x-scope": "individual", + "const": "wny" + }, + { + "title": "Kuwema", + "x-language-type": "living", + "x-scope": "individual", + "const": "woa" + }, + { + "title": "Wè Northern", + "x-language-type": "living", + "x-scope": "individual", + "const": "wob" + }, + { + "title": "Wogeo", + "x-language-type": "living", + "x-scope": "individual", + "const": "woc" + }, + { + "title": "Wolani", + "x-language-type": "living", + "x-scope": "individual", + "const": "wod" + }, + { + "title": "Woleaian", + "x-language-type": "living", + "x-scope": "individual", + "const": "woe" + }, + { + "title": "Gambian Wolof", + "x-language-type": "living", + "x-scope": "individual", + "const": "wof" + }, + { + "title": "Wogamusin", + "x-language-type": "living", + "x-scope": "individual", + "const": "wog" + }, + { + "title": "Kamang", + "x-language-type": "living", + "x-scope": "individual", + "const": "woi" + }, + { + "title": "Longto", + "x-language-type": "living", + "x-scope": "individual", + "const": "wok" + }, + { + "title": "Wolof", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "wo", + "x-set-2-bibliographic": "wol", + "x-set-2-terminologic": "wol", + "const": "wol" + }, + { + "title": "Wom (Nigeria)", + "x-language-type": "living", + "x-scope": "individual", + "const": "wom" + }, + { + "title": "Wongo", + "x-language-type": "living", + "x-scope": "individual", + "const": "won" + }, + { + "title": "Manombai", + "x-language-type": "living", + "x-scope": "individual", + "const": "woo" + }, + { + "title": "Woria", + "x-language-type": "living", + "x-scope": "individual", + "const": "wor" + }, + { + "title": "Hanga Hundi", + "x-language-type": "living", + "x-scope": "individual", + "const": "wos" + }, + { + "title": "Wawonii", + "x-language-type": "living", + "x-scope": "individual", + "const": "wow" + }, + { + "title": "Weyto", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "woy" + }, + { + "title": "Maco", + "x-language-type": "living", + "x-scope": "individual", + "const": "wpc" + }, + { + "title": "Waluwarra", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wrb" + }, + { + "title": "Warungu", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wrg" + }, + { + "title": "Wiradjuri", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wrh" + }, + { + "title": "Wariyangga", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wri" + }, + { + "title": "Garrwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "wrk" + }, + { + "title": "Warlmanpa", + "x-language-type": "living", + "x-scope": "individual", + "const": "wrl" + }, + { + "title": "Warumungu", + "x-language-type": "living", + "x-scope": "individual", + "const": "wrm" + }, + { + "title": "Warnang", + "x-language-type": "living", + "x-scope": "individual", + "const": "wrn" + }, + { + "title": "Worrorra", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wro" + }, + { + "title": "Waropen", + "x-language-type": "living", + "x-scope": "individual", + "const": "wrp" + }, + { + "title": "Wardaman", + "x-language-type": "living", + "x-scope": "individual", + "const": "wrr" + }, + { + "title": "Waris", + "x-language-type": "living", + "x-scope": "individual", + "const": "wrs" + }, + { + "title": "Waru", + "x-language-type": "living", + "x-scope": "individual", + "const": "wru" + }, + { + "title": "Waruna", + "x-language-type": "living", + "x-scope": "individual", + "const": "wrv" + }, + { + "title": "Gugu Warra", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wrw" + }, + { + "title": "Wae Rana", + "x-language-type": "living", + "x-scope": "individual", + "const": "wrx" + }, + { + "title": "Merwari", + "x-language-type": "living", + "x-scope": "individual", + "const": "wry" + }, + { + "title": "Waray (Australia)", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wrz" + }, + { + "title": "Warembori", + "x-language-type": "living", + "x-scope": "individual", + "const": "wsa" + }, + { + "title": "Adilabad Gondi", + "x-language-type": "living", + "x-scope": "individual", + "const": "wsg" + }, + { + "title": "Wusi", + "x-language-type": "living", + "x-scope": "individual", + "const": "wsi" + }, + { + "title": "Waskia", + "x-language-type": "living", + "x-scope": "individual", + "const": "wsk" + }, + { + "title": "Owenia", + "x-language-type": "living", + "x-scope": "individual", + "const": "wsr" + }, + { + "title": "Wasa", + "x-language-type": "living", + "x-scope": "individual", + "const": "wss" + }, + { + "title": "Wasu", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wsu" + }, + { + "title": "Wotapuri-Katarqalai", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wsv" + }, + { + "title": "Matambwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "wtb" + }, + { + "title": "Watiwa", + "x-language-type": "living", + "x-scope": "individual", + "const": "wtf" + }, + { + "title": "Wathawurrung", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wth" + }, + { + "title": "Berta", + "x-language-type": "living", + "x-scope": "individual", + "const": "wti" + }, + { + "title": "Watakataui", + "x-language-type": "living", + "x-scope": "individual", + "const": "wtk" + }, + { + "title": "Mewati", + "x-language-type": "living", + "x-scope": "individual", + "const": "wtm" + }, + { + "title": "Wotu", + "x-language-type": "living", + "x-scope": "individual", + "const": "wtw" + }, + { + "title": "Wikngenchera", + "x-language-type": "living", + "x-scope": "individual", + "const": "wua" + }, + { + "title": "Wunambal", + "x-language-type": "living", + "x-scope": "individual", + "const": "wub" + }, + { + "title": "Wudu", + "x-language-type": "living", + "x-scope": "individual", + "const": "wud" + }, + { + "title": "Wutunhua", + "x-language-type": "living", + "x-scope": "individual", + "const": "wuh" + }, + { + "title": "Silimo", + "x-language-type": "living", + "x-scope": "individual", + "const": "wul" + }, + { + "title": "Wumbvu", + "x-language-type": "living", + "x-scope": "individual", + "const": "wum" + }, + { + "title": "Bungu", + "x-language-type": "living", + "x-scope": "individual", + "const": "wun" + }, + { + "title": "Wurrugu", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wur" + }, + { + "title": "Wutung", + "x-language-type": "living", + "x-scope": "individual", + "const": "wut" + }, + { + "title": "Wu Chinese", + "x-language-type": "living", + "x-scope": "individual", + "const": "wuu" + }, + { + "title": "Wuvulu-Aua", + "x-language-type": "living", + "x-scope": "individual", + "const": "wuv" + }, + { + "title": "Wulna", + "x-language-type": "living", + "x-scope": "individual", + "const": "wux" + }, + { + "title": "Wauyai", + "x-language-type": "living", + "x-scope": "individual", + "const": "wuy" + }, + { + "title": "Waama", + "x-language-type": "living", + "x-scope": "individual", + "const": "wwa" + }, + { + "title": "Wakabunga", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wwb" + }, + { + "title": "Wetamut", + "x-language-type": "living", + "x-scope": "individual", + "const": "wwo" + }, + { + "title": "Warrwa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wwr" + }, + { + "title": "Wawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "www" + }, + { + "title": "Waxianghua", + "x-language-type": "living", + "x-scope": "individual", + "const": "wxa" + }, + { + "title": "Wardandi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wxw" + }, + { + "title": "Wangaaybuwan-Ngiyambaa", + "x-language-type": "living", + "x-scope": "individual", + "const": "wyb" + }, + { + "title": "Woiwurrung", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "wyi" + }, + { + "title": "Wymysorys", + "x-language-type": "living", + "x-scope": "individual", + "const": "wym" + }, + { + "title": "Wyandot", + "x-language-type": "living", + "x-scope": "individual", + "const": "wyn" + }, + { + "title": "Wayoró", + "x-language-type": "living", + "x-scope": "individual", + "const": "wyr" + }, + { + "title": "Western Fijian", + "x-language-type": "living", + "x-scope": "individual", + "const": "wyy" + }, + { + "title": "Andalusian Arabic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xaa" + }, + { + "title": "Sambe", + "x-language-type": "living", + "x-scope": "individual", + "const": "xab" + }, + { + "title": "Kachari", + "x-language-type": "living", + "x-scope": "individual", + "const": "xac" + }, + { + "title": "Adai", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xad" + }, + { + "title": "Aequian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xae" + }, + { + "title": "Aghwan", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xag" + }, + { + "title": "Kaimbé", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xai" + }, + { + "title": "Ararandewára", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xaj" + }, + { + "title": "Máku", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xak" + }, + { + "title": "Kalmyk", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "xal", + "x-set-2-terminologic": "xal", + "const": "xal" + }, + { + "title": "ǀXam", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xam" + }, + { + "title": "Xamtanga", + "x-language-type": "living", + "x-scope": "individual", + "const": "xan" + }, + { + "title": "Khao", + "x-language-type": "living", + "x-scope": "individual", + "const": "xao" + }, + { + "title": "Apalachee", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xap" + }, + { + "title": "Aquitanian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xaq" + }, + { + "title": "Karami", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xar" + }, + { + "title": "Kamas", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xas" + }, + { + "title": "Katawixi", + "x-language-type": "living", + "x-scope": "individual", + "const": "xat" + }, + { + "title": "Kauwera", + "x-language-type": "living", + "x-scope": "individual", + "const": "xau" + }, + { + "title": "Xavánte", + "x-language-type": "living", + "x-scope": "individual", + "const": "xav" + }, + { + "title": "Kawaiisu", + "x-language-type": "living", + "x-scope": "individual", + "const": "xaw" + }, + { + "title": "Kayan Mahakam", + "x-language-type": "living", + "x-scope": "individual", + "const": "xay" + }, + { + "title": "Lower Burdekin", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xbb" + }, + { + "title": "Bactrian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xbc" + }, + { + "title": "Bindal", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xbd" + }, + { + "title": "Bigambal", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xbe" + }, + { + "title": "Bunganditj", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xbg" + }, + { + "title": "Kombio", + "x-language-type": "living", + "x-scope": "individual", + "const": "xbi" + }, + { + "title": "Birrpayi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xbj" + }, + { + "title": "Middle Breton", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xbm" + }, + { + "title": "Kenaboi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xbn" + }, + { + "title": "Bolgarian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xbo" + }, + { + "title": "Bibbulman", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xbp" + }, + { + "title": "Kambera", + "x-language-type": "living", + "x-scope": "individual", + "const": "xbr" + }, + { + "title": "Kambiwá", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xbw" + }, + { + "title": "Batjala", + "x-language-type": "living", + "x-scope": "individual", + "const": "xby" + }, + { + "title": "Cumbric", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xcb" + }, + { + "title": "Camunic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xcc" + }, + { + "title": "Celtiberian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xce" + }, + { + "title": "Cisalpine Gaulish", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xcg" + }, + { + "title": "Chemakum", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xch" + }, + { + "title": "Classical Armenian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xcl" + }, + { + "title": "Comecrudo", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xcm" + }, + { + "title": "Cotoname", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xcn" + }, + { + "title": "Chorasmian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xco" + }, + { + "title": "Carian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xcr" + }, + { + "title": "Classical Tibetan", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xct" + }, + { + "title": "Curonian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xcu" + }, + { + "title": "Chuvantsy", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xcv" + }, + { + "title": "Coahuilteco", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xcw" + }, + { + "title": "Cayuse", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xcy" + }, + { + "title": "Darkinyung", + "x-language-type": "living", + "x-scope": "individual", + "const": "xda" + }, + { + "title": "Dacian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xdc" + }, + { + "title": "Dharuk", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xdk" + }, + { + "title": "Edomite", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xdm" + }, + { + "title": "Kwandu", + "x-language-type": "living", + "x-scope": "individual", + "const": "xdo" + }, + { + "title": "Kaitag", + "x-language-type": "living", + "x-scope": "individual", + "const": "xdq" + }, + { + "title": "Malayic Dayak", + "x-language-type": "living", + "x-scope": "individual", + "const": "xdy" + }, + { + "title": "Eblan", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xeb" + }, + { + "title": "Hdi", + "x-language-type": "living", + "x-scope": "individual", + "const": "xed" + }, + { + "title": "ǁXegwi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xeg" + }, + { + "title": "Kelo", + "x-language-type": "living", + "x-scope": "individual", + "const": "xel" + }, + { + "title": "Kembayan", + "x-language-type": "living", + "x-scope": "individual", + "const": "xem" + }, + { + "title": "Epi-Olmec", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xep" + }, + { + "title": "Xerénte", + "x-language-type": "living", + "x-scope": "individual", + "const": "xer" + }, + { + "title": "Kesawai", + "x-language-type": "living", + "x-scope": "individual", + "const": "xes" + }, + { + "title": "Xetá", + "x-language-type": "living", + "x-scope": "individual", + "const": "xet" + }, + { + "title": "Keoru-Ahia", + "x-language-type": "living", + "x-scope": "individual", + "const": "xeu" + }, + { + "title": "Faliscan", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xfa" + }, + { + "title": "Galatian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xga" + }, + { + "title": "Gbin", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xgb" + }, + { + "title": "Gudang", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xgd" + }, + { + "title": "Gabrielino-Fernandeño", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xgf" + }, + { + "title": "Goreng", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xgg" + }, + { + "title": "Garingbal", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xgi" + }, + { + "title": "Galindan", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xgl" + }, + { + "title": "Dharumbal", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xgm" + }, + { + "title": "Garza", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xgr" + }, + { + "title": "Unggumi", + "x-language-type": "living", + "x-scope": "individual", + "const": "xgu" + }, + { + "title": "Guwa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xgw" + }, + { + "title": "Harami", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xha" + }, + { + "title": "Hunnic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xhc" + }, + { + "title": "Hadrami", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xhd" + }, + { + "title": "Khetrani", + "x-language-type": "living", + "x-scope": "individual", + "const": "xhe" + }, + { + "title": "Middle Khmer (1400 to 1850 CE)", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xhm" + }, + { + "title": "Xhosa", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "xh", + "x-set-2-bibliographic": "xho", + "x-set-2-terminologic": "xho", + "const": "xho" + }, + { + "title": "Hernican", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xhr" + }, + { + "title": "Hattic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xht" + }, + { + "title": "Hurrian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xhu" + }, + { + "title": "Khua", + "x-language-type": "living", + "x-scope": "individual", + "const": "xhv" + }, + { + "title": "Iberian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xib" + }, + { + "title": "Xiri", + "x-language-type": "living", + "x-scope": "individual", + "const": "xii" + }, + { + "title": "Illyrian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xil" + }, + { + "title": "Xinca", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xin" + }, + { + "title": "Xiriâna", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xir" + }, + { + "title": "Kisan", + "x-language-type": "living", + "x-scope": "individual", + "const": "xis" + }, + { + "title": "Indus Valley Language", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xiv" + }, + { + "title": "Xipaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "xiy" + }, + { + "title": "Minjungbal", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xjb" + }, + { + "title": "Jaitmatang", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xjt" + }, + { + "title": "Kalkoti", + "x-language-type": "living", + "x-scope": "individual", + "const": "xka" + }, + { + "title": "Northern Nago", + "x-language-type": "living", + "x-scope": "individual", + "const": "xkb" + }, + { + "title": "Kho'ini", + "x-language-type": "living", + "x-scope": "individual", + "const": "xkc" + }, + { + "title": "Mendalam Kayan", + "x-language-type": "living", + "x-scope": "individual", + "const": "xkd" + }, + { + "title": "Kereho", + "x-language-type": "living", + "x-scope": "individual", + "const": "xke" + }, + { + "title": "Khengkha", + "x-language-type": "living", + "x-scope": "individual", + "const": "xkf" + }, + { + "title": "Kagoro", + "x-language-type": "living", + "x-scope": "individual", + "const": "xkg" + }, + { + "title": "Kenyan Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "xki" + }, + { + "title": "Kajali", + "x-language-type": "living", + "x-scope": "individual", + "const": "xkj" + }, + { + "title": "Kachok", + "x-language-type": "living", + "x-scope": "individual", + "const": "xkk" + }, + { + "title": "Mainstream Kenyah", + "x-language-type": "living", + "x-scope": "individual", + "const": "xkl" + }, + { + "title": "Kayan River Kayan", + "x-language-type": "living", + "x-scope": "individual", + "const": "xkn" + }, + { + "title": "Kiorr", + "x-language-type": "living", + "x-scope": "individual", + "const": "xko" + }, + { + "title": "Kabatei", + "x-language-type": "living", + "x-scope": "individual", + "const": "xkp" + }, + { + "title": "Koroni", + "x-language-type": "living", + "x-scope": "individual", + "const": "xkq" + }, + { + "title": "Xakriabá", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xkr" + }, + { + "title": "Kumbewaha", + "x-language-type": "living", + "x-scope": "individual", + "const": "xks" + }, + { + "title": "Kantosi", + "x-language-type": "living", + "x-scope": "individual", + "const": "xkt" + }, + { + "title": "Kaamba", + "x-language-type": "living", + "x-scope": "individual", + "const": "xku" + }, + { + "title": "Kgalagadi", + "x-language-type": "living", + "x-scope": "individual", + "const": "xkv" + }, + { + "title": "Kembra", + "x-language-type": "living", + "x-scope": "individual", + "const": "xkw" + }, + { + "title": "Karore", + "x-language-type": "living", + "x-scope": "individual", + "const": "xkx" + }, + { + "title": "Uma' Lasan", + "x-language-type": "living", + "x-scope": "individual", + "const": "xky" + }, + { + "title": "Kurtokha", + "x-language-type": "living", + "x-scope": "individual", + "const": "xkz" + }, + { + "title": "Kamula", + "x-language-type": "living", + "x-scope": "individual", + "const": "xla" + }, + { + "title": "Loup B", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xlb" + }, + { + "title": "Lycian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xlc" + }, + { + "title": "Lydian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xld" + }, + { + "title": "Lemnian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xle" + }, + { + "title": "Ligurian (Ancient)", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xlg" + }, + { + "title": "Liburnian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xli" + }, + { + "title": "Alanic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xln" + }, + { + "title": "Loup A", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xlo" + }, + { + "title": "Lepontic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xlp" + }, + { + "title": "Lusitanian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xls" + }, + { + "title": "Cuneiform Luwian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xlu" + }, + { + "title": "Elymian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xly" + }, + { + "title": "Mushungulu", + "x-language-type": "living", + "x-scope": "individual", + "const": "xma" + }, + { + "title": "Mbonga", + "x-language-type": "living", + "x-scope": "individual", + "const": "xmb" + }, + { + "title": "Makhuwa-Marrevone", + "x-language-type": "living", + "x-scope": "individual", + "const": "xmc" + }, + { + "title": "Mbudum", + "x-language-type": "living", + "x-scope": "individual", + "const": "xmd" + }, + { + "title": "Median", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xme" + }, + { + "title": "Mingrelian", + "x-language-type": "living", + "x-scope": "individual", + "const": "xmf" + }, + { + "title": "Mengaka", + "x-language-type": "living", + "x-scope": "individual", + "const": "xmg" + }, + { + "title": "Kugu-Muminh", + "x-language-type": "living", + "x-scope": "individual", + "const": "xmh" + }, + { + "title": "Majera", + "x-language-type": "living", + "x-scope": "individual", + "const": "xmj" + }, + { + "title": "Ancient Macedonian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xmk" + }, + { + "title": "Malaysian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "xml" + }, + { + "title": "Manado Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "xmm" + }, + { + "title": "Manichaean Middle Persian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xmn" + }, + { + "title": "Morerebi", + "x-language-type": "living", + "x-scope": "individual", + "const": "xmo" + }, + { + "title": "Kuku-Mu'inh", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xmp" + }, + { + "title": "Kuku-Mangk", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xmq" + }, + { + "title": "Meroitic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xmr" + }, + { + "title": "Moroccan Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "xms" + }, + { + "title": "Matbat", + "x-language-type": "living", + "x-scope": "individual", + "const": "xmt" + }, + { + "title": "Kamu", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xmu" + }, + { + "title": "Antankarana Malagasy", + "x-language-type": "living", + "x-scope": "individual", + "const": "xmv" + }, + { + "title": "Tsimihety Malagasy", + "x-language-type": "living", + "x-scope": "individual", + "const": "xmw" + }, + { + "title": "Salawati", + "x-language-type": "living", + "x-scope": "individual", + "const": "xmx" + }, + { + "title": "Mayaguduna", + "x-language-type": "living", + "x-scope": "individual", + "const": "xmy" + }, + { + "title": "Mori Bawah", + "x-language-type": "living", + "x-scope": "individual", + "const": "xmz" + }, + { + "title": "Ancient North Arabian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xna" + }, + { + "title": "Kanakanabu", + "x-language-type": "living", + "x-scope": "individual", + "const": "xnb" + }, + { + "title": "Middle Mongolian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xng" + }, + { + "title": "Kuanhua", + "x-language-type": "living", + "x-scope": "individual", + "const": "xnh" + }, + { + "title": "Ngarigu", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xni" + }, + { + "title": "Ngoni (Tanzania)", + "x-language-type": "living", + "x-scope": "individual", + "const": "xnj" + }, + { + "title": "Nganakarti", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xnk" + }, + { + "title": "Ngumbarl", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xnm" + }, + { + "title": "Northern Kankanay", + "x-language-type": "living", + "x-scope": "individual", + "const": "xnn" + }, + { + "title": "Anglo-Norman", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xno" + }, + { + "title": "Ngoni (Mozambique)", + "x-language-type": "living", + "x-scope": "individual", + "const": "xnq" + }, + { + "title": "Kangri", + "x-language-type": "living", + "x-scope": "individual", + "const": "xnr" + }, + { + "title": "Kanashi", + "x-language-type": "living", + "x-scope": "individual", + "const": "xns" + }, + { + "title": "Narragansett", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xnt" + }, + { + "title": "Nukunul", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xnu" + }, + { + "title": "Nyiyaparli", + "x-language-type": "living", + "x-scope": "individual", + "const": "xny" + }, + { + "title": "Kenzi", + "x-language-type": "living", + "x-scope": "individual", + "const": "xnz" + }, + { + "title": "O'chi'chi'", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xoc" + }, + { + "title": "Kokoda", + "x-language-type": "living", + "x-scope": "individual", + "const": "xod" + }, + { + "title": "Soga", + "x-language-type": "living", + "x-scope": "individual", + "const": "xog" + }, + { + "title": "Kominimung", + "x-language-type": "living", + "x-scope": "individual", + "const": "xoi" + }, + { + "title": "Xokleng", + "x-language-type": "living", + "x-scope": "individual", + "const": "xok" + }, + { + "title": "Komo (Sudan)", + "x-language-type": "living", + "x-scope": "individual", + "const": "xom" + }, + { + "title": "Konkomba", + "x-language-type": "living", + "x-scope": "individual", + "const": "xon" + }, + { + "title": "Xukurú", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xoo" + }, + { + "title": "Kopar", + "x-language-type": "living", + "x-scope": "individual", + "const": "xop" + }, + { + "title": "Korubo", + "x-language-type": "living", + "x-scope": "individual", + "const": "xor" + }, + { + "title": "Kowaki", + "x-language-type": "living", + "x-scope": "individual", + "const": "xow" + }, + { + "title": "Pirriya", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xpa" + }, + { + "title": "Northeastern Tasmanian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xpb" + }, + { + "title": "Pecheneg", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xpc" + }, + { + "title": "Oyster Bay Tasmanian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xpd" + }, + { + "title": "Liberia Kpelle", + "x-language-type": "living", + "x-scope": "individual", + "const": "xpe" + }, + { + "title": "Southeast Tasmanian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xpf" + }, + { + "title": "Phrygian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xpg" + }, + { + "title": "North Midlands Tasmanian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xph" + }, + { + "title": "Pictish", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xpi" + }, + { + "title": "Mpalitjanh", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xpj" + }, + { + "title": "Kulina Pano", + "x-language-type": "living", + "x-scope": "individual", + "const": "xpk" + }, + { + "title": "Port Sorell Tasmanian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xpl" + }, + { + "title": "Pumpokol", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xpm" + }, + { + "title": "Kapinawá", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xpn" + }, + { + "title": "Pochutec", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xpo" + }, + { + "title": "Puyo-Paekche", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xpp" + }, + { + "title": "Mohegan-Pequot", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xpq" + }, + { + "title": "Parthian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xpr" + }, + { + "title": "Pisidian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xps" + }, + { + "title": "Punthamara", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xpt" + }, + { + "title": "Punic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xpu" + }, + { + "title": "Northern Tasmanian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xpv" + }, + { + "title": "Northwestern Tasmanian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xpw" + }, + { + "title": "Southwestern Tasmanian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xpx" + }, + { + "title": "Puyo", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xpy" + }, + { + "title": "Bruny Island Tasmanian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xpz" + }, + { + "title": "Karakhanid", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xqa" + }, + { + "title": "Qatabanian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xqt" + }, + { + "title": "Krahô", + "x-language-type": "living", + "x-scope": "individual", + "const": "xra" + }, + { + "title": "Eastern Karaboro", + "x-language-type": "living", + "x-scope": "individual", + "const": "xrb" + }, + { + "title": "Gundungurra", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xrd" + }, + { + "title": "Kreye", + "x-language-type": "living", + "x-scope": "individual", + "const": "xre" + }, + { + "title": "Minang", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xrg" + }, + { + "title": "Krikati-Timbira", + "x-language-type": "living", + "x-scope": "individual", + "const": "xri" + }, + { + "title": "Armazic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xrm" + }, + { + "title": "Arin", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xrn" + }, + { + "title": "Raetic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xrr" + }, + { + "title": "Aranama-Tamique", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xrt" + }, + { + "title": "Marriammu", + "x-language-type": "living", + "x-scope": "individual", + "const": "xru" + }, + { + "title": "Karawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "xrw" + }, + { + "title": "Sabaean", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xsa" + }, + { + "title": "Sambal", + "x-language-type": "living", + "x-scope": "individual", + "const": "xsb" + }, + { + "title": "Scythian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xsc" + }, + { + "title": "Sidetic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xsd" + }, + { + "title": "Sempan", + "x-language-type": "living", + "x-scope": "individual", + "const": "xse" + }, + { + "title": "Shamang", + "x-language-type": "living", + "x-scope": "individual", + "const": "xsh" + }, + { + "title": "Sio", + "x-language-type": "living", + "x-scope": "individual", + "const": "xsi" + }, + { + "title": "Subi", + "x-language-type": "living", + "x-scope": "individual", + "const": "xsj" + }, + { + "title": "South Slavey", + "x-language-type": "living", + "x-scope": "individual", + "const": "xsl" + }, + { + "title": "Kasem", + "x-language-type": "living", + "x-scope": "individual", + "const": "xsm" + }, + { + "title": "Sanga (Nigeria)", + "x-language-type": "living", + "x-scope": "individual", + "const": "xsn" + }, + { + "title": "Solano", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xso" + }, + { + "title": "Silopi", + "x-language-type": "living", + "x-scope": "individual", + "const": "xsp" + }, + { + "title": "Makhuwa-Saka", + "x-language-type": "living", + "x-scope": "individual", + "const": "xsq" + }, + { + "title": "Sherpa", + "x-language-type": "living", + "x-scope": "individual", + "const": "xsr" + }, + { + "title": "Sanumá", + "x-language-type": "living", + "x-scope": "individual", + "const": "xsu" + }, + { + "title": "Sudovian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xsv" + }, + { + "title": "Saisiyat", + "x-language-type": "living", + "x-scope": "individual", + "const": "xsy" + }, + { + "title": "Alcozauca Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "xta" + }, + { + "title": "Chazumba Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "xtb" + }, + { + "title": "Katcha-Kadugli-Miri", + "x-language-type": "living", + "x-scope": "individual", + "const": "xtc" + }, + { + "title": "Diuxi-Tilantongo Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "xtd" + }, + { + "title": "Ketengban", + "x-language-type": "living", + "x-scope": "individual", + "const": "xte" + }, + { + "title": "Transalpine Gaulish", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xtg" + }, + { + "title": "Yitha Yitha", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xth" + }, + { + "title": "Sinicahua Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "xti" + }, + { + "title": "San Juan Teita Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "xtj" + }, + { + "title": "Tijaltepec Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "xtl" + }, + { + "title": "Magdalena Peñasco Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "xtm" + }, + { + "title": "Northern Tlaxiaco Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "xtn" + }, + { + "title": "Tokharian A", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xto" + }, + { + "title": "San Miguel Piedras Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "xtp" + }, + { + "title": "Tumshuqese", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xtq" + }, + { + "title": "Early Tripuri", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xtr" + }, + { + "title": "Sindihui Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "xts" + }, + { + "title": "Tacahua Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "xtt" + }, + { + "title": "Cuyamecalco Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "xtu" + }, + { + "title": "Thawa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xtv" + }, + { + "title": "Tawandê", + "x-language-type": "living", + "x-scope": "individual", + "const": "xtw" + }, + { + "title": "Yoloxochitl Mixtec", + "x-language-type": "living", + "x-scope": "individual", + "const": "xty" + }, + { + "title": "Alu Kurumba", + "x-language-type": "living", + "x-scope": "individual", + "const": "xua" + }, + { + "title": "Betta Kurumba", + "x-language-type": "living", + "x-scope": "individual", + "const": "xub" + }, + { + "title": "Umiida", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xud" + }, + { + "title": "Kunigami", + "x-language-type": "living", + "x-scope": "individual", + "const": "xug" + }, + { + "title": "Jennu Kurumba", + "x-language-type": "living", + "x-scope": "individual", + "const": "xuj" + }, + { + "title": "Ngunawal", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xul" + }, + { + "title": "Umbrian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xum" + }, + { + "title": "Unggaranggu", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xun" + }, + { + "title": "Kuo", + "x-language-type": "living", + "x-scope": "individual", + "const": "xuo" + }, + { + "title": "Upper Umpqua", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xup" + }, + { + "title": "Urartian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xur" + }, + { + "title": "Kuthant", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xut" + }, + { + "title": "Kxoe", + "x-language-type": "living", + "x-scope": "individual", + "const": "xuu" + }, + { + "title": "Venetic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xve" + }, + { + "title": "Kamviri", + "x-language-type": "living", + "x-scope": "individual", + "const": "xvi" + }, + { + "title": "Vandalic", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xvn" + }, + { + "title": "Volscian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xvo" + }, + { + "title": "Vestinian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xvs" + }, + { + "title": "Kwaza", + "x-language-type": "living", + "x-scope": "individual", + "const": "xwa" + }, + { + "title": "Woccon", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xwc" + }, + { + "title": "Wadi Wadi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xwd" + }, + { + "title": "Xwela Gbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "xwe" + }, + { + "title": "Kwegu", + "x-language-type": "living", + "x-scope": "individual", + "const": "xwg" + }, + { + "title": "Wajuk", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xwj" + }, + { + "title": "Wangkumara", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xwk" + }, + { + "title": "Western Xwla Gbe", + "x-language-type": "living", + "x-scope": "individual", + "const": "xwl" + }, + { + "title": "Written Oirat", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xwo" + }, + { + "title": "Kwerba Mamberamo", + "x-language-type": "living", + "x-scope": "individual", + "const": "xwr" + }, + { + "title": "Wotjobaluk", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xwt" + }, + { + "title": "Wemba Wemba", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xww" + }, + { + "title": "Boro (Ghana)", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xxb" + }, + { + "title": "Ke'o", + "x-language-type": "living", + "x-scope": "individual", + "const": "xxk" + }, + { + "title": "Minkin", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xxm" + }, + { + "title": "Koropó", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xxr" + }, + { + "title": "Tambora", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xxt" + }, + { + "title": "Yaygir", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xya" + }, + { + "title": "Yandjibara", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xyb" + }, + { + "title": "Mayi-Yapi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xyj" + }, + { + "title": "Mayi-Kulan", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xyk" + }, + { + "title": "Yalakalore", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xyl" + }, + { + "title": "Mayi-Thakurti", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xyt" + }, + { + "title": "Yorta Yorta", + "x-language-type": "living", + "x-scope": "individual", + "const": "xyy" + }, + { + "title": "Zhang-Zhung", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xzh" + }, + { + "title": "Zemgalian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "xzm" + }, + { + "title": "Ancient Zapotec", + "x-language-type": "historic", + "x-scope": "individual", + "const": "xzp" + }, + { + "title": "Yaminahua", + "x-language-type": "living", + "x-scope": "individual", + "const": "yaa" + }, + { + "title": "Yuhup", + "x-language-type": "living", + "x-scope": "individual", + "const": "yab" + }, + { + "title": "Pass Valley Yali", + "x-language-type": "living", + "x-scope": "individual", + "const": "yac" + }, + { + "title": "Yagua", + "x-language-type": "living", + "x-scope": "individual", + "const": "yad" + }, + { + "title": "Pumé", + "x-language-type": "living", + "x-scope": "individual", + "const": "yae" + }, + { + "title": "Yaka (Democratic Republic of Congo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "yaf" + }, + { + "title": "Yámana", + "x-language-type": "living", + "x-scope": "individual", + "const": "yag" + }, + { + "title": "Yazgulyam", + "x-language-type": "living", + "x-scope": "individual", + "const": "yah" + }, + { + "title": "Yagnobi", + "x-language-type": "living", + "x-scope": "individual", + "const": "yai" + }, + { + "title": "Banda-Yangere", + "x-language-type": "living", + "x-scope": "individual", + "const": "yaj" + }, + { + "title": "Yakama", + "x-language-type": "living", + "x-scope": "individual", + "const": "yak" + }, + { + "title": "Yalunka", + "x-language-type": "living", + "x-scope": "individual", + "const": "yal" + }, + { + "title": "Yamba", + "x-language-type": "living", + "x-scope": "individual", + "const": "yam" + }, + { + "title": "Mayangna", + "x-language-type": "living", + "x-scope": "individual", + "const": "yan" + }, + { + "title": "Yao", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "yao", + "x-set-2-terminologic": "yao", + "const": "yao" + }, + { + "title": "Yapese", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "yap", + "x-set-2-terminologic": "yap", + "const": "yap" + }, + { + "title": "Yaqui", + "x-language-type": "living", + "x-scope": "individual", + "const": "yaq" + }, + { + "title": "Yabarana", + "x-language-type": "living", + "x-scope": "individual", + "const": "yar" + }, + { + "title": "Nugunu (Cameroon)", + "x-language-type": "living", + "x-scope": "individual", + "const": "yas" + }, + { + "title": "Yambeta", + "x-language-type": "living", + "x-scope": "individual", + "const": "yat" + }, + { + "title": "Yuwana", + "x-language-type": "living", + "x-scope": "individual", + "const": "yau" + }, + { + "title": "Yangben", + "x-language-type": "living", + "x-scope": "individual", + "const": "yav" + }, + { + "title": "Yawalapití", + "x-language-type": "living", + "x-scope": "individual", + "const": "yaw" + }, + { + "title": "Yauma", + "x-language-type": "living", + "x-scope": "individual", + "const": "yax" + }, + { + "title": "Agwagwune", + "x-language-type": "living", + "x-scope": "individual", + "const": "yay" + }, + { + "title": "Lokaa", + "x-language-type": "living", + "x-scope": "individual", + "const": "yaz" + }, + { + "title": "Yala", + "x-language-type": "living", + "x-scope": "individual", + "const": "yba" + }, + { + "title": "Yemba", + "x-language-type": "living", + "x-scope": "individual", + "const": "ybb" + }, + { + "title": "West Yugur", + "x-language-type": "living", + "x-scope": "individual", + "const": "ybe" + }, + { + "title": "Yakha", + "x-language-type": "living", + "x-scope": "individual", + "const": "ybh" + }, + { + "title": "Yamphu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ybi" + }, + { + "title": "Hasha", + "x-language-type": "living", + "x-scope": "individual", + "const": "ybj" + }, + { + "title": "Bokha", + "x-language-type": "living", + "x-scope": "individual", + "const": "ybk" + }, + { + "title": "Yukuben", + "x-language-type": "living", + "x-scope": "individual", + "const": "ybl" + }, + { + "title": "Yaben", + "x-language-type": "living", + "x-scope": "individual", + "const": "ybm" + }, + { + "title": "Yabaâna", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ybn" + }, + { + "title": "Yabong", + "x-language-type": "living", + "x-scope": "individual", + "const": "ybo" + }, + { + "title": "Yawiyo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ybx" + }, + { + "title": "Yaweyuha", + "x-language-type": "living", + "x-scope": "individual", + "const": "yby" + }, + { + "title": "Chesu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ych" + }, + { + "title": "Lolopo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ycl" + }, + { + "title": "Yucuna", + "x-language-type": "living", + "x-scope": "individual", + "const": "ycn" + }, + { + "title": "Chepya", + "x-language-type": "living", + "x-scope": "individual", + "const": "ycp" + }, + { + "title": "Yilan Creole", + "x-language-type": "living", + "x-scope": "individual", + "const": "ycr" + }, + { + "title": "Yanda", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yda" + }, + { + "title": "Eastern Yiddish", + "x-language-type": "living", + "x-scope": "individual", + "const": "ydd" + }, + { + "title": "Yangum Dey", + "x-language-type": "living", + "x-scope": "individual", + "const": "yde" + }, + { + "title": "Yidgha", + "x-language-type": "living", + "x-scope": "individual", + "const": "ydg" + }, + { + "title": "Yoidik", + "x-language-type": "living", + "x-scope": "individual", + "const": "ydk" + }, + { + "title": "Ravula", + "x-language-type": "living", + "x-scope": "individual", + "const": "yea" + }, + { + "title": "Yeniche", + "x-language-type": "living", + "x-scope": "individual", + "const": "yec" + }, + { + "title": "Yimas", + "x-language-type": "living", + "x-scope": "individual", + "const": "yee" + }, + { + "title": "Yeni", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yei" + }, + { + "title": "Yevanic", + "x-language-type": "living", + "x-scope": "individual", + "const": "yej" + }, + { + "title": "Yela", + "x-language-type": "living", + "x-scope": "individual", + "const": "yel" + }, + { + "title": "Tarok", + "x-language-type": "living", + "x-scope": "individual", + "const": "yer" + }, + { + "title": "Nyankpa", + "x-language-type": "living", + "x-scope": "individual", + "const": "yes" + }, + { + "title": "Yetfa", + "x-language-type": "living", + "x-scope": "individual", + "const": "yet" + }, + { + "title": "Yerukula", + "x-language-type": "living", + "x-scope": "individual", + "const": "yeu" + }, + { + "title": "Yapunda", + "x-language-type": "living", + "x-scope": "individual", + "const": "yev" + }, + { + "title": "Yeyi", + "x-language-type": "living", + "x-scope": "individual", + "const": "yey" + }, + { + "title": "Malyangapa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yga" + }, + { + "title": "Yiningayi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ygi" + }, + { + "title": "Yangum Gel", + "x-language-type": "living", + "x-scope": "individual", + "const": "ygl" + }, + { + "title": "Yagomi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ygm" + }, + { + "title": "Gepo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ygp" + }, + { + "title": "Yagaria", + "x-language-type": "living", + "x-scope": "individual", + "const": "ygr" + }, + { + "title": "Yolŋu Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "ygs" + }, + { + "title": "Yugul", + "x-language-type": "living", + "x-scope": "individual", + "const": "ygu" + }, + { + "title": "Yagwoia", + "x-language-type": "living", + "x-scope": "individual", + "const": "ygw" + }, + { + "title": "Baha Buyang", + "x-language-type": "living", + "x-scope": "individual", + "const": "yha" + }, + { + "title": "Judeo-Iraqi Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "yhd" + }, + { + "title": "Hlepho Phowa", + "x-language-type": "living", + "x-scope": "individual", + "const": "yhl" + }, + { + "title": "Yan-nhaŋu Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "yhs" + }, + { + "title": "Yinggarda", + "x-language-type": "living", + "x-scope": "individual", + "const": "yia" + }, + { + "title": "Yiddish", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "yi", + "x-set-2-bibliographic": "yid", + "x-set-2-terminologic": "yid", + "const": "yid" + }, + { + "title": "Ache", + "x-language-type": "living", + "x-scope": "individual", + "const": "yif" + }, + { + "title": "Wusa Nasu", + "x-language-type": "living", + "x-scope": "individual", + "const": "yig" + }, + { + "title": "Western Yiddish", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yih" + }, + { + "title": "Yidiny", + "x-language-type": "living", + "x-scope": "individual", + "const": "yii" + }, + { + "title": "Yindjibarndi", + "x-language-type": "living", + "x-scope": "individual", + "const": "yij" + }, + { + "title": "Dongshanba Lalo", + "x-language-type": "living", + "x-scope": "individual", + "const": "yik" + }, + { + "title": "Yindjilandji", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yil" + }, + { + "title": "Yimchungru Naga", + "x-language-type": "living", + "x-scope": "individual", + "const": "yim" + }, + { + "title": "Riang Lai", + "x-language-type": "living", + "x-scope": "individual", + "const": "yin" + }, + { + "title": "Pholo", + "x-language-type": "living", + "x-scope": "individual", + "const": "yip" + }, + { + "title": "Miqie", + "x-language-type": "living", + "x-scope": "individual", + "const": "yiq" + }, + { + "title": "North Awyu", + "x-language-type": "living", + "x-scope": "individual", + "const": "yir" + }, + { + "title": "Yis", + "x-language-type": "living", + "x-scope": "individual", + "const": "yis" + }, + { + "title": "Eastern Lalu", + "x-language-type": "living", + "x-scope": "individual", + "const": "yit" + }, + { + "title": "Awu", + "x-language-type": "living", + "x-scope": "individual", + "const": "yiu" + }, + { + "title": "Northern Nisu", + "x-language-type": "living", + "x-scope": "individual", + "const": "yiv" + }, + { + "title": "Axi Yi", + "x-language-type": "living", + "x-scope": "individual", + "const": "yix" + }, + { + "title": "Azhe", + "x-language-type": "living", + "x-scope": "individual", + "const": "yiz" + }, + { + "title": "Yakan", + "x-language-type": "living", + "x-scope": "individual", + "const": "yka" + }, + { + "title": "Northern Yukaghir", + "x-language-type": "living", + "x-scope": "individual", + "const": "ykg" + }, + { + "title": "Khamnigan Mongol", + "x-language-type": "living", + "x-scope": "individual", + "const": "ykh" + }, + { + "title": "Yoke", + "x-language-type": "living", + "x-scope": "individual", + "const": "yki" + }, + { + "title": "Yakaikeke", + "x-language-type": "living", + "x-scope": "individual", + "const": "ykk" + }, + { + "title": "Khlula", + "x-language-type": "living", + "x-scope": "individual", + "const": "ykl" + }, + { + "title": "Kap", + "x-language-type": "living", + "x-scope": "individual", + "const": "ykm" + }, + { + "title": "Kua-nsi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ykn" + }, + { + "title": "Yasa", + "x-language-type": "living", + "x-scope": "individual", + "const": "yko" + }, + { + "title": "Yekora", + "x-language-type": "living", + "x-scope": "individual", + "const": "ykr" + }, + { + "title": "Kathu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ykt" + }, + { + "title": "Kuamasi", + "x-language-type": "living", + "x-scope": "individual", + "const": "yku" + }, + { + "title": "Yakoma", + "x-language-type": "living", + "x-scope": "individual", + "const": "yky" + }, + { + "title": "Yaul", + "x-language-type": "living", + "x-scope": "individual", + "const": "yla" + }, + { + "title": "Yaleba", + "x-language-type": "living", + "x-scope": "individual", + "const": "ylb" + }, + { + "title": "Yele", + "x-language-type": "living", + "x-scope": "individual", + "const": "yle" + }, + { + "title": "Yelogu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ylg" + }, + { + "title": "Angguruk Yali", + "x-language-type": "living", + "x-scope": "individual", + "const": "yli" + }, + { + "title": "Yil", + "x-language-type": "living", + "x-scope": "individual", + "const": "yll" + }, + { + "title": "Limi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ylm" + }, + { + "title": "Langnian Buyang", + "x-language-type": "living", + "x-scope": "individual", + "const": "yln" + }, + { + "title": "Naluo Yi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ylo" + }, + { + "title": "Yalarnnga", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ylr" + }, + { + "title": "Aribwaung", + "x-language-type": "living", + "x-scope": "individual", + "const": "ylu" + }, + { + "title": "Nyâlayu", + "x-language-type": "living", + "x-scope": "individual", + "const": "yly" + }, + { + "title": "Yambes", + "x-language-type": "living", + "x-scope": "individual", + "const": "ymb" + }, + { + "title": "Southern Muji", + "x-language-type": "living", + "x-scope": "individual", + "const": "ymc" + }, + { + "title": "Muda", + "x-language-type": "living", + "x-scope": "individual", + "const": "ymd" + }, + { + "title": "Yameo", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yme" + }, + { + "title": "Yamongeri", + "x-language-type": "living", + "x-scope": "individual", + "const": "ymg" + }, + { + "title": "Mili", + "x-language-type": "living", + "x-scope": "individual", + "const": "ymh" + }, + { + "title": "Moji", + "x-language-type": "living", + "x-scope": "individual", + "const": "ymi" + }, + { + "title": "Makwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "ymk" + }, + { + "title": "Iamalele", + "x-language-type": "living", + "x-scope": "individual", + "const": "yml" + }, + { + "title": "Maay", + "x-language-type": "living", + "x-scope": "individual", + "const": "ymm" + }, + { + "title": "Yamna", + "x-language-type": "living", + "x-scope": "individual", + "const": "ymn" + }, + { + "title": "Yangum Mon", + "x-language-type": "living", + "x-scope": "individual", + "const": "ymo" + }, + { + "title": "Yamap", + "x-language-type": "living", + "x-scope": "individual", + "const": "ymp" + }, + { + "title": "Qila Muji", + "x-language-type": "living", + "x-scope": "individual", + "const": "ymq" + }, + { + "title": "Malasar", + "x-language-type": "living", + "x-scope": "individual", + "const": "ymr" + }, + { + "title": "Mysian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "yms" + }, + { + "title": "Northern Muji", + "x-language-type": "living", + "x-scope": "individual", + "const": "ymx" + }, + { + "title": "Muzi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ymz" + }, + { + "title": "Aluo", + "x-language-type": "living", + "x-scope": "individual", + "const": "yna" + }, + { + "title": "Yamben", + "x-language-type": "living", + "x-scope": "individual", + "const": "ynb" + }, + { + "title": "Yandruwandha", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ynd" + }, + { + "title": "Lang'e", + "x-language-type": "living", + "x-scope": "individual", + "const": "yne" + }, + { + "title": "Yango", + "x-language-type": "living", + "x-scope": "individual", + "const": "yng" + }, + { + "title": "Naukan Yupik", + "x-language-type": "living", + "x-scope": "individual", + "const": "ynk" + }, + { + "title": "Yangulam", + "x-language-type": "living", + "x-scope": "individual", + "const": "ynl" + }, + { + "title": "Yana", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ynn" + }, + { + "title": "Yong", + "x-language-type": "living", + "x-scope": "individual", + "const": "yno" + }, + { + "title": "Yendang", + "x-language-type": "living", + "x-scope": "individual", + "const": "ynq" + }, + { + "title": "Yansi", + "x-language-type": "living", + "x-scope": "individual", + "const": "yns" + }, + { + "title": "Yahuna", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ynu" + }, + { + "title": "Yoba", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yob" + }, + { + "title": "Yogad", + "x-language-type": "living", + "x-scope": "individual", + "const": "yog" + }, + { + "title": "Yonaguni", + "x-language-type": "living", + "x-scope": "individual", + "const": "yoi" + }, + { + "title": "Yokuts", + "x-language-type": "living", + "x-scope": "individual", + "const": "yok" + }, + { + "title": "Yombe", + "x-language-type": "living", + "x-scope": "individual", + "const": "yom" + }, + { + "title": "Yongkom", + "x-language-type": "living", + "x-scope": "individual", + "const": "yon" + }, + { + "title": "Yoruba", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "yo", + "x-set-2-bibliographic": "yor", + "x-set-2-terminologic": "yor", + "const": "yor" + }, + { + "title": "Yotti", + "x-language-type": "living", + "x-scope": "individual", + "const": "yot" + }, + { + "title": "Yoron", + "x-language-type": "living", + "x-scope": "individual", + "const": "yox" + }, + { + "title": "Yoy", + "x-language-type": "living", + "x-scope": "individual", + "const": "yoy" + }, + { + "title": "Phala", + "x-language-type": "living", + "x-scope": "individual", + "const": "ypa" + }, + { + "title": "Labo Phowa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ypb" + }, + { + "title": "Phola", + "x-language-type": "living", + "x-scope": "individual", + "const": "ypg" + }, + { + "title": "Phupha", + "x-language-type": "living", + "x-scope": "individual", + "const": "yph" + }, + { + "title": "Phuma", + "x-language-type": "living", + "x-scope": "individual", + "const": "ypm" + }, + { + "title": "Ani Phowa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ypn" + }, + { + "title": "Alo Phola", + "x-language-type": "living", + "x-scope": "individual", + "const": "ypo" + }, + { + "title": "Phupa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ypp" + }, + { + "title": "Phuza", + "x-language-type": "living", + "x-scope": "individual", + "const": "ypz" + }, + { + "title": "Yerakai", + "x-language-type": "living", + "x-scope": "individual", + "const": "yra" + }, + { + "title": "Yareba", + "x-language-type": "living", + "x-scope": "individual", + "const": "yrb" + }, + { + "title": "Yaouré", + "x-language-type": "living", + "x-scope": "individual", + "const": "yre" + }, + { + "title": "Nenets", + "x-language-type": "living", + "x-scope": "individual", + "const": "yrk" + }, + { + "title": "Nhengatu", + "x-language-type": "living", + "x-scope": "individual", + "const": "yrl" + }, + { + "title": "Yirrk-Mel", + "x-language-type": "living", + "x-scope": "individual", + "const": "yrm" + }, + { + "title": "Yerong", + "x-language-type": "living", + "x-scope": "individual", + "const": "yrn" + }, + { + "title": "Yaroamë", + "x-language-type": "living", + "x-scope": "individual", + "const": "yro" + }, + { + "title": "Yarsun", + "x-language-type": "living", + "x-scope": "individual", + "const": "yrs" + }, + { + "title": "Yarawata", + "x-language-type": "living", + "x-scope": "individual", + "const": "yrw" + }, + { + "title": "Yarluyandi", + "x-language-type": "living", + "x-scope": "individual", + "const": "yry" + }, + { + "title": "Yassic", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ysc" + }, + { + "title": "Samatao", + "x-language-type": "living", + "x-scope": "individual", + "const": "ysd" + }, + { + "title": "Sonaga", + "x-language-type": "living", + "x-scope": "individual", + "const": "ysg" + }, + { + "title": "Yugoslavian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "ysl" + }, + { + "title": "Myanmar Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "ysm" + }, + { + "title": "Sani", + "x-language-type": "living", + "x-scope": "individual", + "const": "ysn" + }, + { + "title": "Nisi (China)", + "x-language-type": "living", + "x-scope": "individual", + "const": "yso" + }, + { + "title": "Southern Lolopo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ysp" + }, + { + "title": "Sirenik Yupik", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "ysr" + }, + { + "title": "Yessan-Mayo", + "x-language-type": "living", + "x-scope": "individual", + "const": "yss" + }, + { + "title": "Sanie", + "x-language-type": "living", + "x-scope": "individual", + "const": "ysy" + }, + { + "title": "Talu", + "x-language-type": "living", + "x-scope": "individual", + "const": "yta" + }, + { + "title": "Tanglang", + "x-language-type": "living", + "x-scope": "individual", + "const": "ytl" + }, + { + "title": "Thopho", + "x-language-type": "living", + "x-scope": "individual", + "const": "ytp" + }, + { + "title": "Yout Wam", + "x-language-type": "living", + "x-scope": "individual", + "const": "ytw" + }, + { + "title": "Yatay", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yty" + }, + { + "title": "Yucateco", + "x-language-type": "living", + "x-scope": "individual", + "const": "yua" + }, + { + "title": "Yugambal", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yub" + }, + { + "title": "Yuchi", + "x-language-type": "living", + "x-scope": "individual", + "const": "yuc" + }, + { + "title": "Judeo-Tripolitanian Arabic", + "x-language-type": "living", + "x-scope": "individual", + "const": "yud" + }, + { + "title": "Yue Chinese", + "x-language-type": "living", + "x-scope": "individual", + "const": "yue" + }, + { + "title": "Havasupai-Walapai-Yavapai", + "x-language-type": "living", + "x-scope": "individual", + "const": "yuf" + }, + { + "title": "Yug", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yug" + }, + { + "title": "Yurutí", + "x-language-type": "living", + "x-scope": "individual", + "const": "yui" + }, + { + "title": "Karkar-Yuri", + "x-language-type": "living", + "x-scope": "individual", + "const": "yuj" + }, + { + "title": "Yuki", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yuk" + }, + { + "title": "Yulu", + "x-language-type": "living", + "x-scope": "individual", + "const": "yul" + }, + { + "title": "Quechan", + "x-language-type": "living", + "x-scope": "individual", + "const": "yum" + }, + { + "title": "Bena (Nigeria)", + "x-language-type": "living", + "x-scope": "individual", + "const": "yun" + }, + { + "title": "Yukpa", + "x-language-type": "living", + "x-scope": "individual", + "const": "yup" + }, + { + "title": "Yuqui", + "x-language-type": "living", + "x-scope": "individual", + "const": "yuq" + }, + { + "title": "Yurok", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yur" + }, + { + "title": "Yopno", + "x-language-type": "living", + "x-scope": "individual", + "const": "yut" + }, + { + "title": "Yau (Morobe Province)", + "x-language-type": "living", + "x-scope": "individual", + "const": "yuw" + }, + { + "title": "Southern Yukaghir", + "x-language-type": "living", + "x-scope": "individual", + "const": "yux" + }, + { + "title": "East Yugur", + "x-language-type": "living", + "x-scope": "individual", + "const": "yuy" + }, + { + "title": "Yuracare", + "x-language-type": "living", + "x-scope": "individual", + "const": "yuz" + }, + { + "title": "Yawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "yva" + }, + { + "title": "Yavitero", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yvt" + }, + { + "title": "Kalou", + "x-language-type": "living", + "x-scope": "individual", + "const": "ywa" + }, + { + "title": "Yinhawangka", + "x-language-type": "living", + "x-scope": "individual", + "const": "ywg" + }, + { + "title": "Western Lalu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ywl" + }, + { + "title": "Yawanawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "ywn" + }, + { + "title": "Wuding-Luquan Yi", + "x-language-type": "living", + "x-scope": "individual", + "const": "ywq" + }, + { + "title": "Yawuru", + "x-language-type": "living", + "x-scope": "individual", + "const": "ywr" + }, + { + "title": "Xishanba Lalo", + "x-language-type": "living", + "x-scope": "individual", + "const": "ywt" + }, + { + "title": "Wumeng Nasu", + "x-language-type": "living", + "x-scope": "individual", + "const": "ywu" + }, + { + "title": "Yawarawarga", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yww" + }, + { + "title": "Mayawali", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yxa" + }, + { + "title": "Yagara", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yxg" + }, + { + "title": "Yardliyawarra", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yxl" + }, + { + "title": "Yinwum", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yxm" + }, + { + "title": "Yuyu", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yxu" + }, + { + "title": "Yabula Yabula", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yxy" + }, + { + "title": "Yir Yoront", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "yyr" + }, + { + "title": "Yau (Sandaun Province)", + "x-language-type": "living", + "x-scope": "individual", + "const": "yyu" + }, + { + "title": "Ayizi", + "x-language-type": "living", + "x-scope": "individual", + "const": "yyz" + }, + { + "title": "E'ma Buyang", + "x-language-type": "living", + "x-scope": "individual", + "const": "yzg" + }, + { + "title": "Zokhuo", + "x-language-type": "living", + "x-scope": "individual", + "const": "yzk" + }, + { + "title": "Sierra de Juárez Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zaa" + }, + { + "title": "Western Tlacolula Valley Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zab" + }, + { + "title": "Ocotlán Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zac" + }, + { + "title": "Cajonos Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zad" + }, + { + "title": "Yareni Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zae" + }, + { + "title": "Ayoquesco Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zaf" + }, + { + "title": "Zaghawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "zag" + }, + { + "title": "Zangwal", + "x-language-type": "living", + "x-scope": "individual", + "const": "zah" + }, + { + "title": "Isthmus Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zai" + }, + { + "title": "Zaramo", + "x-language-type": "living", + "x-scope": "individual", + "const": "zaj" + }, + { + "title": "Zanaki", + "x-language-type": "living", + "x-scope": "individual", + "const": "zak" + }, + { + "title": "Zauzou", + "x-language-type": "living", + "x-scope": "individual", + "const": "zal" + }, + { + "title": "Miahuatlán Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zam" + }, + { + "title": "Ozolotepec Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zao" + }, + { + "title": "Zapotec", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "zap", + "x-set-2-terminologic": "zap", + "const": "zap" + }, + { + "title": "Aloápam Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zaq" + }, + { + "title": "Rincón Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zar" + }, + { + "title": "Santo Domingo Albarradas Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zas" + }, + { + "title": "Tabaa Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zat" + }, + { + "title": "Zangskari", + "x-language-type": "living", + "x-scope": "individual", + "const": "zau" + }, + { + "title": "Yatzachi Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zav" + }, + { + "title": "Mitla Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zaw" + }, + { + "title": "Xadani Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zax" + }, + { + "title": "Zayse-Zergulla", + "x-language-type": "living", + "x-scope": "individual", + "const": "zay" + }, + { + "title": "Zari", + "x-language-type": "living", + "x-scope": "individual", + "const": "zaz" + }, + { + "title": "Balaibalan", + "x-language-type": "constructed", + "x-scope": "individual", + "const": "zba" + }, + { + "title": "Central Berawan", + "x-language-type": "living", + "x-scope": "individual", + "const": "zbc" + }, + { + "title": "East Berawan", + "x-language-type": "living", + "x-scope": "individual", + "const": "zbe" + }, + { + "title": "Blissymbols", + "x-language-type": "constructed", + "x-scope": "individual", + "x-set-2-bibliographic": "zbl", + "x-set-2-terminologic": "zbl", + "const": "zbl" + }, + { + "title": "Batui", + "x-language-type": "living", + "x-scope": "individual", + "const": "zbt" + }, + { + "title": "Bu (Bauchi State)", + "x-language-type": "living", + "x-scope": "individual", + "const": "zbu" + }, + { + "title": "West Berawan", + "x-language-type": "living", + "x-scope": "individual", + "const": "zbw" + }, + { + "title": "Coatecas Altas Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zca" + }, + { + "title": "Las Delicias Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zcd" + }, + { + "title": "Central Hongshuihe Zhuang", + "x-language-type": "living", + "x-scope": "individual", + "const": "zch" + }, + { + "title": "Ngazidja Comorian", + "x-language-type": "living", + "x-scope": "individual", + "const": "zdj" + }, + { + "title": "Zeeuws", + "x-language-type": "living", + "x-scope": "individual", + "const": "zea" + }, + { + "title": "Zenag", + "x-language-type": "living", + "x-scope": "individual", + "const": "zeg" + }, + { + "title": "Eastern Hongshuihe Zhuang", + "x-language-type": "living", + "x-scope": "individual", + "const": "zeh" + }, + { + "title": "Zeem", + "x-language-type": "living", + "x-scope": "individual", + "const": "zem" + }, + { + "title": "Zenaga", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "zen", + "x-set-2-terminologic": "zen", + "const": "zen" + }, + { + "title": "Kinga", + "x-language-type": "living", + "x-scope": "individual", + "const": "zga" + }, + { + "title": "Guibei Zhuang", + "x-language-type": "living", + "x-scope": "individual", + "const": "zgb" + }, + { + "title": "Standard Moroccan Tamazight", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "zgh", + "x-set-2-terminologic": "zgh", + "const": "zgh" + }, + { + "title": "Minz Zhuang", + "x-language-type": "living", + "x-scope": "individual", + "const": "zgm" + }, + { + "title": "Guibian Zhuang", + "x-language-type": "living", + "x-scope": "individual", + "const": "zgn" + }, + { + "title": "Magori", + "x-language-type": "living", + "x-scope": "individual", + "const": "zgr" + }, + { + "title": "Zhuang", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "za", + "x-set-2-bibliographic": "zha", + "x-set-2-terminologic": "zha", + "const": "zha" + }, + { + "title": "Zhaba", + "x-language-type": "living", + "x-scope": "individual", + "const": "zhb" + }, + { + "title": "Dai Zhuang", + "x-language-type": "living", + "x-scope": "individual", + "const": "zhd" + }, + { + "title": "Zhire", + "x-language-type": "living", + "x-scope": "individual", + "const": "zhi" + }, + { + "title": "Nong Zhuang", + "x-language-type": "living", + "x-scope": "individual", + "const": "zhn" + }, + { + "title": "Chinese", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-1": "zh", + "x-set-2-bibliographic": "chi", + "x-set-2-terminologic": "zho", + "const": "zho" + }, + { + "title": "Zhoa", + "x-language-type": "living", + "x-scope": "individual", + "const": "zhw" + }, + { + "title": "Zia", + "x-language-type": "living", + "x-scope": "individual", + "const": "zia" + }, + { + "title": "Zimbabwe Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "zib" + }, + { + "title": "Zimakani", + "x-language-type": "living", + "x-scope": "individual", + "const": "zik" + }, + { + "title": "Zialo", + "x-language-type": "living", + "x-scope": "individual", + "const": "zil" + }, + { + "title": "Mesme", + "x-language-type": "living", + "x-scope": "individual", + "const": "zim" + }, + { + "title": "Zinza", + "x-language-type": "living", + "x-scope": "individual", + "const": "zin" + }, + { + "title": "Zigula", + "x-language-type": "living", + "x-scope": "individual", + "const": "ziw" + }, + { + "title": "Zizilivakan", + "x-language-type": "living", + "x-scope": "individual", + "const": "ziz" + }, + { + "title": "Kaimbulawa", + "x-language-type": "living", + "x-scope": "individual", + "const": "zka" + }, + { + "title": "Kadu", + "x-language-type": "living", + "x-scope": "individual", + "const": "zkd" + }, + { + "title": "Koguryo", + "x-language-type": "historic", + "x-scope": "individual", + "const": "zkg" + }, + { + "title": "Khorezmian", + "x-language-type": "historic", + "x-scope": "individual", + "const": "zkh" + }, + { + "title": "Karankawa", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "zkk" + }, + { + "title": "Kanan", + "x-language-type": "living", + "x-scope": "individual", + "const": "zkn" + }, + { + "title": "Kott", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "zko" + }, + { + "title": "São Paulo Kaingáng", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "zkp" + }, + { + "title": "Zakhring", + "x-language-type": "living", + "x-scope": "individual", + "const": "zkr" + }, + { + "title": "Kitan", + "x-language-type": "historic", + "x-scope": "individual", + "const": "zkt" + }, + { + "title": "Kaurna", + "x-language-type": "living", + "x-scope": "individual", + "const": "zku" + }, + { + "title": "Krevinian", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "zkv" + }, + { + "title": "Khazar", + "x-language-type": "historic", + "x-scope": "individual", + "const": "zkz" + }, + { + "title": "Zula", + "x-language-type": "living", + "x-scope": "individual", + "const": "zla" + }, + { + "title": "Liujiang Zhuang", + "x-language-type": "living", + "x-scope": "individual", + "const": "zlj" + }, + { + "title": "Malay (individual language)", + "x-language-type": "living", + "x-scope": "individual", + "const": "zlm" + }, + { + "title": "Lianshan Zhuang", + "x-language-type": "living", + "x-scope": "individual", + "const": "zln" + }, + { + "title": "Liuqian Zhuang", + "x-language-type": "living", + "x-scope": "individual", + "const": "zlq" + }, + { + "title": "Zul", + "x-language-type": "living", + "x-scope": "individual", + "const": "zlu" + }, + { + "title": "Manda (Australia)", + "x-language-type": "living", + "x-scope": "individual", + "const": "zma" + }, + { + "title": "Zimba", + "x-language-type": "living", + "x-scope": "individual", + "const": "zmb" + }, + { + "title": "Margany", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "zmc" + }, + { + "title": "Maridan", + "x-language-type": "living", + "x-scope": "individual", + "const": "zmd" + }, + { + "title": "Mangerr", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "zme" + }, + { + "title": "Mfinu", + "x-language-type": "living", + "x-scope": "individual", + "const": "zmf" + }, + { + "title": "Marti Ke", + "x-language-type": "living", + "x-scope": "individual", + "const": "zmg" + }, + { + "title": "Makolkol", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "zmh" + }, + { + "title": "Negeri Sembilan Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "zmi" + }, + { + "title": "Maridjabin", + "x-language-type": "living", + "x-scope": "individual", + "const": "zmj" + }, + { + "title": "Mandandanyi", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "zmk" + }, + { + "title": "Matngala", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "zml" + }, + { + "title": "Marimanindji", + "x-language-type": "living", + "x-scope": "individual", + "const": "zmm" + }, + { + "title": "Mbangwe", + "x-language-type": "living", + "x-scope": "individual", + "const": "zmn" + }, + { + "title": "Molo", + "x-language-type": "living", + "x-scope": "individual", + "const": "zmo" + }, + { + "title": "Mbuun", + "x-language-type": "living", + "x-scope": "individual", + "const": "zmp" + }, + { + "title": "Mituku", + "x-language-type": "living", + "x-scope": "individual", + "const": "zmq" + }, + { + "title": "Maranunggu", + "x-language-type": "living", + "x-scope": "individual", + "const": "zmr" + }, + { + "title": "Mbesa", + "x-language-type": "living", + "x-scope": "individual", + "const": "zms" + }, + { + "title": "Maringarr", + "x-language-type": "living", + "x-scope": "individual", + "const": "zmt" + }, + { + "title": "Muruwari", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "zmu" + }, + { + "title": "Mbariman-Gudhinma", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "zmv" + }, + { + "title": "Mbo (Democratic Republic of Congo)", + "x-language-type": "living", + "x-scope": "individual", + "const": "zmw" + }, + { + "title": "Bomitaba", + "x-language-type": "living", + "x-scope": "individual", + "const": "zmx" + }, + { + "title": "Mariyedi", + "x-language-type": "living", + "x-scope": "individual", + "const": "zmy" + }, + { + "title": "Mbandja", + "x-language-type": "living", + "x-scope": "individual", + "const": "zmz" + }, + { + "title": "Zan Gula", + "x-language-type": "living", + "x-scope": "individual", + "const": "zna" + }, + { + "title": "Zande (individual language)", + "x-language-type": "living", + "x-scope": "individual", + "const": "zne" + }, + { + "title": "Mang", + "x-language-type": "living", + "x-scope": "individual", + "const": "zng" + }, + { + "title": "Manangkari", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "znk" + }, + { + "title": "Mangas", + "x-language-type": "living", + "x-scope": "individual", + "const": "zns" + }, + { + "title": "Copainalá Zoque", + "x-language-type": "living", + "x-scope": "individual", + "const": "zoc" + }, + { + "title": "Chimalapa Zoque", + "x-language-type": "living", + "x-scope": "individual", + "const": "zoh" + }, + { + "title": "Zou", + "x-language-type": "living", + "x-scope": "individual", + "const": "zom" + }, + { + "title": "Asunción Mixtepec Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zoo" + }, + { + "title": "Tabasco Zoque", + "x-language-type": "living", + "x-scope": "individual", + "const": "zoq" + }, + { + "title": "Rayón Zoque", + "x-language-type": "living", + "x-scope": "individual", + "const": "zor" + }, + { + "title": "Francisco León Zoque", + "x-language-type": "living", + "x-scope": "individual", + "const": "zos" + }, + { + "title": "Lachiguiri Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpa" + }, + { + "title": "Yautepec Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpb" + }, + { + "title": "Choapan Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpc" + }, + { + "title": "Southeastern Ixtlán Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpd" + }, + { + "title": "Petapa Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpe" + }, + { + "title": "San Pedro Quiatoni Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpf" + }, + { + "title": "Guevea De Humboldt Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpg" + }, + { + "title": "Totomachapan Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zph" + }, + { + "title": "Santa María Quiegolani Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpi" + }, + { + "title": "Quiavicuzas Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpj" + }, + { + "title": "Tlacolulita Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpk" + }, + { + "title": "Lachixío Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpl" + }, + { + "title": "Mixtepec Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpm" + }, + { + "title": "Santa Inés Yatzechi Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpn" + }, + { + "title": "Amatlán Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpo" + }, + { + "title": "El Alto Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpp" + }, + { + "title": "Zoogocho Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpq" + }, + { + "title": "Santiago Xanica Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpr" + }, + { + "title": "Coatlán Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zps" + }, + { + "title": "San Vicente Coatlán Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpt" + }, + { + "title": "Yalálag Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpu" + }, + { + "title": "Chichicapan Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpv" + }, + { + "title": "Zaniza Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpw" + }, + { + "title": "San Baltazar Loxicha Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpx" + }, + { + "title": "Mazaltepec Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpy" + }, + { + "title": "Texmelucan Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zpz" + }, + { + "title": "Qiubei Zhuang", + "x-language-type": "living", + "x-scope": "individual", + "const": "zqe" + }, + { + "title": "Kara (Korea)", + "x-language-type": "historic", + "x-scope": "individual", + "const": "zra" + }, + { + "title": "Mirgan", + "x-language-type": "living", + "x-scope": "individual", + "const": "zrg" + }, + { + "title": "Zerenkel", + "x-language-type": "living", + "x-scope": "individual", + "const": "zrn" + }, + { + "title": "Záparo", + "x-language-type": "living", + "x-scope": "individual", + "const": "zro" + }, + { + "title": "Zarphatic", + "x-language-type": "extinct", + "x-scope": "individual", + "const": "zrp" + }, + { + "title": "Mairasi", + "x-language-type": "living", + "x-scope": "individual", + "const": "zrs" + }, + { + "title": "Sarasira", + "x-language-type": "living", + "x-scope": "individual", + "const": "zsa" + }, + { + "title": "Kaskean", + "x-language-type": "historic", + "x-scope": "individual", + "const": "zsk" + }, + { + "title": "Zambian Sign Language", + "x-language-type": "living", + "x-scope": "individual", + "const": "zsl" + }, + { + "title": "Standard Malay", + "x-language-type": "living", + "x-scope": "individual", + "const": "zsm" + }, + { + "title": "Southern Rincon Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zsr" + }, + { + "title": "Sukurum", + "x-language-type": "living", + "x-scope": "individual", + "const": "zsu" + }, + { + "title": "Elotepec Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zte" + }, + { + "title": "Xanaguía Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "ztg" + }, + { + "title": "Lapaguía-Guivini Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "ztl" + }, + { + "title": "San Agustín Mixtepec Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "ztm" + }, + { + "title": "Santa Catarina Albarradas Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "ztn" + }, + { + "title": "Loxicha Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "ztp" + }, + { + "title": "Quioquitani-Quierí Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "ztq" + }, + { + "title": "Tilquiapan Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zts" + }, + { + "title": "Tejalapan Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "ztt" + }, + { + "title": "Güilá Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "ztu" + }, + { + "title": "Zaachila Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "ztx" + }, + { + "title": "Yatee Zapotec", + "x-language-type": "living", + "x-scope": "individual", + "const": "zty" + }, + { + "title": "Tokano", + "x-language-type": "living", + "x-scope": "individual", + "const": "zuh" + }, + { + "title": "Zulu", + "x-language-type": "living", + "x-scope": "individual", + "x-set-1": "zu", + "x-set-2-bibliographic": "zul", + "x-set-2-terminologic": "zul", + "const": "zul" + }, + { + "title": "Kumzari", + "x-language-type": "living", + "x-scope": "individual", + "const": "zum" + }, + { + "title": "Zuni", + "x-language-type": "living", + "x-scope": "individual", + "x-set-2-bibliographic": "zun", + "x-set-2-terminologic": "zun", + "const": "zun" + }, + { + "title": "Zumaya", + "x-language-type": "living", + "x-scope": "individual", + "const": "zuy" + }, + { + "title": "Zay", + "x-language-type": "living", + "x-scope": "individual", + "const": "zwa" + }, + { + "title": "No linguistic content", + "x-language-type": "special", + "x-scope": "special", + "x-set-2-bibliographic": "zxx", + "x-set-2-terminologic": "zxx", + "const": "zxx" + }, + { + "title": "Yongbei Zhuang", + "x-language-type": "living", + "x-scope": "individual", + "const": "zyb" + }, + { + "title": "Yang Zhuang", + "x-language-type": "living", + "x-scope": "individual", + "const": "zyg" + }, + { + "title": "Youjiang Zhuang", + "x-language-type": "living", + "x-scope": "individual", + "const": "zyj" + }, + { + "title": "Yongnan Zhuang", + "x-language-type": "living", + "x-scope": "individual", + "const": "zyn" + }, + { + "title": "Zyphe Chin", + "x-language-type": "living", + "x-scope": "individual", + "const": "zyp" + }, + { + "title": "Zaza", + "x-language-type": "living", + "x-scope": "macrolanguage", + "x-set-2-bibliographic": "zza", + "x-set-2-terminologic": "zza", + "const": "zza" + }, + { + "title": "Zuojiang Zhuang", + "x-language-type": "living", + "x-scope": "individual", + "const": "zzj" + } + ] +} diff --git a/schemas/iso/language/2023/set-5.json b/schemas/iso/language/2023/set-5.json new file mode 100644 index 00000000..6f7c0476 --- /dev/null +++ b/schemas/iso/language/2023/set-5.json @@ -0,0 +1,331 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "ISO 639-5:2023 Language Family Code", + "description": "A three-letter code for language families and groups from ISO 639-5", + "$comment": "Set 5 codes language families and groups, not individual languages. It is independent from Sets 1-3", + "examples": [ "afa", "alg", "apa", "art" ], + "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "x-links": [ "https://www.iso.org/standard/74575.html" ], + "anyOf": [ + { + "title": "Afro-Asiatic languages", + "x-name-french": "afro-asiatiques, langues", + "const": "afa" + }, + { + "title": "Algonquian languages", + "x-name-french": "algonquines, langues", + "const": "alg" + }, + { + "title": "Apache languages", + "x-name-french": "apaches, langues", + "const": "apa" + }, + { + "title": "Artificial languages", + "x-name-french": "artificielles, langues", + "const": "art" + }, + { + "title": "Athapascan languages", + "x-name-french": "athapascanes, langues", + "const": "ath" + }, + { + "title": "Australian languages", + "x-name-french": "australiennes, langues", + "const": "aus" + }, + { + "title": "Banda languages", + "x-name-french": "banda, langues", + "const": "bad" + }, + { + "title": "Bamileke languages", + "x-name-french": "bamiléké, langues", + "const": "bai" + }, + { + "title": "Baltic languages", + "x-name-french": "baltes, langues", + "const": "bat" + }, + { + "title": "Berber languages", + "x-name-french": "berbères, langues", + "const": "ber" + }, + { + "title": "Bihari languages", + "x-name-french": "langues biharis", + "const": "bih" + }, + { + "title": "Bantu languages", + "x-name-french": "bantou, langues", + "const": "bnt" + }, + { + "title": "Batak languages", + "x-name-french": "batak, langues", + "const": "btk" + }, + { + "title": "Central American Indian languages", + "x-name-french": "amérindiennes de L'Amérique centrale, langues", + "const": "cai" + }, + { + "title": "Caucasian languages", + "x-name-french": "caucasiennes, langues", + "const": "cau" + }, + { + "title": "Celtic languages", + "x-name-french": "celtiques, langues; celtes, langues", + "const": "cel" + }, + { + "title": "Chamic languages", + "x-name-french": "chames, langues", + "const": "cmc" + }, + { + "title": "Cushitic languages", + "x-name-french": "couchitiques, langues", + "const": "cus" + }, + { + "title": "Land Dayak languages", + "x-name-french": "dayak, langues", + "const": "day" + }, + { + "title": "Dravidian languages", + "x-name-french": "dravidiennes, langues", + "const": "dra" + }, + { + "title": "Finno-Ugrian languages", + "x-name-french": "finno-ougriennes, langues", + "const": "fiu" + }, + { + "title": "Germanic languages", + "x-name-french": "germaniques, langues", + "const": "gem" + }, + { + "title": "Himachali languages; Western Pahari languages", + "x-name-french": "langues himachalis; langues paharis occidentales", + "const": "him" + }, + { + "title": "Ijo languages", + "x-name-french": "ijo, langues", + "const": "ijo" + }, + { + "title": "Indic languages", + "x-name-french": "indo-aryennes, langues", + "const": "inc" + }, + { + "title": "Indo-European languages", + "x-name-french": "indo-européennes, langues", + "const": "ine" + }, + { + "title": "Iranian languages", + "x-name-french": "iraniennes, langues", + "const": "ira" + }, + { + "title": "Iroquoian languages", + "x-name-french": "iroquoises, langues", + "const": "iro" + }, + { + "title": "Karen languages", + "x-name-french": "karen, langues", + "const": "kar" + }, + { + "title": "Khoisan languages", + "x-name-french": "khoïsan, langues", + "const": "khi" + }, + { + "title": "Kru languages", + "x-name-french": "krou, langues", + "const": "kro" + }, + { + "title": "Austronesian languages", + "x-name-french": "austronésiennes, langues", + "const": "map" + }, + { + "title": "Uncoded languages", + "x-name-french": "langues non codées", + "const": "mis" + }, + { + "title": "Mon-Khmer languages", + "x-name-french": "môn-khmer, langues", + "const": "mkh" + }, + { + "title": "Manobo languages", + "x-name-french": "manobo, langues", + "const": "mno" + }, + { + "title": "Multiple languages", + "x-name-french": "multilingue", + "const": "mul" + }, + { + "title": "Munda languages", + "x-name-french": "mounda, langues", + "const": "mun" + }, + { + "title": "Mayan languages", + "x-name-french": "maya, langues", + "const": "myn" + }, + { + "title": "Nahuatl languages", + "x-name-french": "nahuatl, langues", + "const": "nah" + }, + { + "title": "North American Indian languages", + "x-name-french": "nord-amérindiennes, langues", + "const": "nai" + }, + { + "title": "Niger-Kordofanian languages", + "x-name-french": "nigéro-kordofaniennes, langues", + "const": "nic" + }, + { + "title": "Nubian languages", + "x-name-french": "nubiennes, langues", + "const": "nub" + }, + { + "title": "Otomian languages", + "x-name-french": "otomi, langues", + "const": "oto" + }, + { + "title": "Papuan languages", + "x-name-french": "papoues, langues", + "const": "paa" + }, + { + "title": "Philippine languages", + "x-name-french": "philippines, langues", + "const": "phi" + }, + { + "title": "Prakrit languages", + "x-name-french": "prâkrit, langues", + "const": "pra" + }, + { + "title": "Romance languages", + "x-name-french": "romanes, langues", + "const": "roa" + }, + { + "title": "South American Indian languages", + "x-name-french": "sud-amérindiennes, langues", + "const": "sai" + }, + { + "title": "Salishan languages", + "x-name-french": "salishennes, langues", + "const": "sal" + }, + { + "title": "Semitic languages", + "x-name-french": "sémitiques, langues", + "const": "sem" + }, + { + "title": "Sign Languages", + "x-name-french": "langues des signes", + "const": "sgn" + }, + { + "title": "Siouan languages", + "x-name-french": "sioux, langues", + "const": "sio" + }, + { + "title": "Sino-Tibetan languages", + "x-name-french": "sino-tibétaines, langues", + "const": "sit" + }, + { + "title": "Slavic languages", + "x-name-french": "slaves, langues", + "const": "sla" + }, + { + "title": "Sami languages", + "x-name-french": "sames, langues", + "const": "smi" + }, + { + "title": "Songhai languages", + "x-name-french": "songhai, langues", + "const": "son" + }, + { + "title": "Nilo-Saharan languages", + "x-name-french": "nilo-sahariennes, langues", + "const": "ssa" + }, + { + "title": "Tai languages", + "x-name-french": "tai, langues", + "const": "tai" + }, + { + "title": "Tupi languages", + "x-name-french": "tupi, langues", + "const": "tup" + }, + { + "title": "Altaic languages", + "x-name-french": "altaïques, langues", + "const": "tut" + }, + { + "title": "Wakashan languages", + "x-name-french": "wakashanes, langues", + "const": "wak" + }, + { + "title": "Sorbian languages", + "x-name-french": "sorabes, langues", + "const": "wen" + }, + { + "title": "Yupik languages", + "x-name-french": "yupik, langues", + "const": "ypk" + }, + { + "title": "Zande languages", + "x-name-french": "zandé, langues", + "const": "znd" + } + ] +} diff --git a/scripts/fetch.py b/scripts/fetch.py deleted file mode 100644 index 3cf840fa..00000000 --- a/scripts/fetch.py +++ /dev/null @@ -1,30 +0,0 @@ -import sys -import urllib.request -import pathlib - - -def main(): - if len(sys.argv) != 3: - print("Usage: fetch.py ", file=sys.stderr) - sys.exit(1) - - url = sys.argv[1] - output_file = sys.argv[2] - - try: - with urllib.request.urlopen(url) as response: - data = response.read() - - output_path = pathlib.Path(output_file) - output_path.parent.mkdir(parents=True, exist_ok=True) - - with open(output_path, 'wb') as file: - file.write(data) - - except Exception as error: - print(f"Error: {error}", file=sys.stderr) - sys.exit(1) - - -if __name__ == "__main__": - main() diff --git a/test/iso/language/2023/set-1.test.json b/test/iso/language/2023/set-1.test.json new file mode 100644 index 00000000..be45a945 --- /dev/null +++ b/test/iso/language/2023/set-1.test.json @@ -0,0 +1,126 @@ +{ + "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "target": "../../../../schemas/iso/language/2023/set-1.json", + "tests": [ + { + "description": "Invalid type - integer", + "data": 123, + "valid": false + }, + { + "description": "Invalid type - boolean", + "data": true, + "valid": false + }, + { + "description": "Invalid type - null", + "data": null, + "valid": false + }, + { + "description": "Invalid type - array", + "data": [], + "valid": false + }, + { + "description": "Invalid type - object", + "data": {}, + "valid": false + }, + { + "description": "Valid - English", + "data": "en", + "valid": true + }, + { + "description": "Valid - Spanish", + "data": "es", + "valid": true + }, + { + "description": "Valid - French", + "data": "fr", + "valid": true + }, + { + "description": "Valid - German", + "data": "de", + "valid": true + }, + { + "description": "Valid - Japanese", + "data": "ja", + "valid": true + }, + { + "description": "Valid - Chinese", + "data": "zh", + "valid": true + }, + { + "description": "Valid - Arabic", + "data": "ar", + "valid": true + }, + { + "description": "Valid - Russian", + "data": "ru", + "valid": true + }, + { + "description": "Valid - Portuguese", + "data": "pt", + "valid": true + }, + { + "description": "Valid - Italian", + "data": "it", + "valid": true + }, + { + "description": "Invalid - uppercase", + "data": "EN", + "valid": false + }, + { + "description": "Invalid - mixed case", + "data": "En", + "valid": false + }, + { + "description": "Invalid - too short", + "data": "e", + "valid": false + }, + { + "description": "Invalid - too long (3 letters)", + "data": "eng", + "valid": false + }, + { + "description": "Invalid - non-existent code", + "data": "zz", + "valid": false + }, + { + "description": "Invalid - contains numbers", + "data": "e1", + "valid": false + }, + { + "description": "Invalid - contains special characters", + "data": "e-", + "valid": false + }, + { + "description": "Invalid - empty string", + "data": "", + "valid": false + }, + { + "description": "Invalid - spaces", + "data": "e n", + "valid": false + } + ] +} diff --git a/test/iso/language/2023/set-2-bibliographic.test.json b/test/iso/language/2023/set-2-bibliographic.test.json new file mode 100644 index 00000000..1439f021 --- /dev/null +++ b/test/iso/language/2023/set-2-bibliographic.test.json @@ -0,0 +1,126 @@ +{ + "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "target": "../../../../schemas/iso/language/2023/set-2-bibliographic.json", + "tests": [ + { + "description": "Invalid type - integer", + "data": 123, + "valid": false + }, + { + "description": "Invalid type - boolean", + "data": true, + "valid": false + }, + { + "description": "Invalid type - null", + "data": null, + "valid": false + }, + { + "description": "Invalid type - array", + "data": [], + "valid": false + }, + { + "description": "Invalid type - object", + "data": {}, + "valid": false + }, + { + "description": "Valid - English (bibliographic)", + "data": "eng", + "valid": true + }, + { + "description": "Valid - Spanish", + "data": "spa", + "valid": true + }, + { + "description": "Valid - French (bibliographic)", + "data": "fre", + "valid": true + }, + { + "description": "Valid - German (bibliographic)", + "data": "ger", + "valid": true + }, + { + "description": "Valid - Japanese", + "data": "jpn", + "valid": true + }, + { + "description": "Valid - Chinese", + "data": "chi", + "valid": true + }, + { + "description": "Valid - Arabic", + "data": "ara", + "valid": true + }, + { + "description": "Valid - Albanian (bibliographic)", + "data": "alb", + "valid": true + }, + { + "description": "Valid - Basque (bibliographic)", + "data": "baq", + "valid": true + }, + { + "description": "Invalid - uppercase", + "data": "ENG", + "valid": false + }, + { + "description": "Invalid - mixed case", + "data": "Eng", + "valid": false + }, + { + "description": "Invalid - too short (2 letters)", + "data": "en", + "valid": false + }, + { + "description": "Invalid - too long", + "data": "engl", + "valid": false + }, + { + "description": "Invalid - non-existent code", + "data": "xyz", + "valid": false + }, + { + "description": "Invalid - contains numbers", + "data": "en1", + "valid": false + }, + { + "description": "Invalid - contains special characters", + "data": "en-", + "valid": false + }, + { + "description": "Invalid - empty string", + "data": "", + "valid": false + }, + { + "description": "Invalid - spaces", + "data": "e n", + "valid": false + }, + { + "description": "Invalid - terminologic code (should use bibliographic)", + "data": "sqi", + "valid": false + } + ] +} diff --git a/test/iso/language/2023/set-2-terminologic.test.json b/test/iso/language/2023/set-2-terminologic.test.json new file mode 100644 index 00000000..e5dce878 --- /dev/null +++ b/test/iso/language/2023/set-2-terminologic.test.json @@ -0,0 +1,116 @@ +{ + "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "target": "../../../../schemas/iso/language/2023/set-2-terminologic.json", + "tests": [ + { + "description": "Invalid type - integer", + "data": 123, + "valid": false + }, + { + "description": "Invalid type - boolean", + "data": true, + "valid": false + }, + { + "description": "Invalid type - null", + "data": null, + "valid": false + }, + { + "description": "Invalid type - array", + "data": [], + "valid": false + }, + { + "description": "Invalid type - object", + "data": {}, + "valid": false + }, + { + "description": "Valid - Albanian (terminologic - native name)", + "data": "sqi", + "valid": true + }, + { + "description": "Valid - Basque (terminologic - native name)", + "data": "eus", + "valid": true + }, + { + "description": "Valid - Czech (terminologic)", + "data": "ces", + "valid": true + }, + { + "description": "Valid - Welsh (terminologic)", + "data": "cym", + "valid": true + }, + { + "description": "Valid - German (terminologic)", + "data": "deu", + "valid": true + }, + { + "description": "Valid - Greek (terminologic)", + "data": "ell", + "valid": true + }, + { + "description": "Valid - French (terminologic)", + "data": "fra", + "valid": true + }, + { + "description": "Invalid - uppercase", + "data": "SQI", + "valid": false + }, + { + "description": "Invalid - mixed case", + "data": "Sqi", + "valid": false + }, + { + "description": "Invalid - too short (2 letters)", + "data": "sq", + "valid": false + }, + { + "description": "Invalid - too long", + "data": "sqii", + "valid": false + }, + { + "description": "Invalid - non-existent code", + "data": "xyz", + "valid": false + }, + { + "description": "Invalid - contains numbers", + "data": "sq1", + "valid": false + }, + { + "description": "Invalid - contains special characters", + "data": "sq-", + "valid": false + }, + { + "description": "Invalid - empty string", + "data": "", + "valid": false + }, + { + "description": "Invalid - spaces", + "data": "s q", + "valid": false + }, + { + "description": "Invalid - bibliographic code (should use terminologic)", + "data": "alb", + "valid": false + } + ] +} diff --git a/test/iso/language/2023/set-3.test.json b/test/iso/language/2023/set-3.test.json new file mode 100644 index 00000000..d6e5b6d0 --- /dev/null +++ b/test/iso/language/2023/set-3.test.json @@ -0,0 +1,126 @@ +{ + "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "target": "../../../../schemas/iso/language/2023/set-3.json", + "tests": [ + { + "description": "Invalid type - integer", + "data": 123, + "valid": false + }, + { + "description": "Invalid type - boolean", + "data": true, + "valid": false + }, + { + "description": "Invalid type - null", + "data": null, + "valid": false + }, + { + "description": "Invalid type - array", + "data": [], + "valid": false + }, + { + "description": "Invalid type - object", + "data": {}, + "valid": false + }, + { + "description": "Valid - English", + "data": "eng", + "valid": true + }, + { + "description": "Valid - Spanish", + "data": "spa", + "valid": true + }, + { + "description": "Valid - Afar", + "data": "aar", + "valid": true + }, + { + "description": "Valid - Ghotuo (no Set 1 or Set 2 code)", + "data": "aaa", + "valid": true + }, + { + "description": "Valid - Alumu-Tesu (no Set 1 or Set 2 code)", + "data": "aab", + "valid": true + }, + { + "description": "Valid - Arabic (macrolanguage)", + "data": "ara", + "valid": true + }, + { + "description": "Valid - Zulu", + "data": "zul", + "valid": true + }, + { + "description": "Valid - Multiple languages (special code)", + "data": "mul", + "valid": true + }, + { + "description": "Valid - Undetermined (special code)", + "data": "und", + "valid": true + }, + { + "description": "Valid - No linguistic content (special code)", + "data": "zxx", + "valid": true + }, + { + "description": "Invalid - uppercase", + "data": "ENG", + "valid": false + }, + { + "description": "Invalid - mixed case", + "data": "Eng", + "valid": false + }, + { + "description": "Invalid - too short (2 letters)", + "data": "en", + "valid": false + }, + { + "description": "Invalid - too long", + "data": "engl", + "valid": false + }, + { + "description": "Invalid - non-existent code", + "data": "zzz", + "valid": false + }, + { + "description": "Invalid - contains numbers", + "data": "en1", + "valid": false + }, + { + "description": "Invalid - contains special characters", + "data": "en-", + "valid": false + }, + { + "description": "Invalid - empty string", + "data": "", + "valid": false + }, + { + "description": "Invalid - spaces", + "data": "e n", + "valid": false + } + ] +} diff --git a/test/iso/language/2023/set-5.test.json b/test/iso/language/2023/set-5.test.json new file mode 100644 index 00000000..f0ce9836 --- /dev/null +++ b/test/iso/language/2023/set-5.test.json @@ -0,0 +1,131 @@ +{ + "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", + "target": "../../../../schemas/iso/language/2023/set-5.json", + "tests": [ + { + "description": "Invalid type - integer", + "data": 123, + "valid": false + }, + { + "description": "Invalid type - boolean", + "data": true, + "valid": false + }, + { + "description": "Invalid type - null", + "data": null, + "valid": false + }, + { + "description": "Invalid type - array", + "data": [], + "valid": false + }, + { + "description": "Invalid type - object", + "data": {}, + "valid": false + }, + { + "description": "Valid - Afro-Asiatic languages", + "data": "afa", + "valid": true + }, + { + "description": "Valid - Algonquian languages", + "data": "alg", + "valid": true + }, + { + "description": "Valid - Apache languages", + "data": "apa", + "valid": true + }, + { + "description": "Valid - Artificial languages", + "data": "art", + "valid": true + }, + { + "description": "Valid - Athapascan languages", + "data": "ath", + "valid": true + }, + { + "description": "Valid - Baltic languages", + "data": "bat", + "valid": true + }, + { + "description": "Valid - Berber languages", + "data": "ber", + "valid": true + }, + { + "description": "Valid - Celtic languages", + "data": "cel", + "valid": true + }, + { + "description": "Valid - Germanic languages", + "data": "gem", + "valid": true + }, + { + "description": "Valid - Slavic languages", + "data": "sla", + "valid": true + }, + { + "description": "Invalid - uppercase", + "data": "AFA", + "valid": false + }, + { + "description": "Invalid - mixed case", + "data": "Afa", + "valid": false + }, + { + "description": "Invalid - too short (2 letters)", + "data": "af", + "valid": false + }, + { + "description": "Invalid - too long", + "data": "afaa", + "valid": false + }, + { + "description": "Invalid - non-existent code", + "data": "xyz", + "valid": false + }, + { + "description": "Invalid - contains numbers", + "data": "af1", + "valid": false + }, + { + "description": "Invalid - contains special characters", + "data": "af-", + "valid": false + }, + { + "description": "Invalid - empty string", + "data": "", + "valid": false + }, + { + "description": "Invalid - spaces", + "data": "a f", + "valid": false + }, + { + "description": "Invalid - individual language code (not language family)", + "data": "eng", + "valid": false + } + ] +}