Module:languages/data3/k

Hali sa Wiksyunaryo

This module contains definitions and metadata for three-letter language codes starting with "k". See Wiktionary:Languages for more information.

This module must not be used directly in other modules or templates. The data should be accessed through Module:languages.

See Module:data consistency check to check for errors in this data module.

Required values[baguhon]

Every entry in the table must contain the following indexed fields:

1
The "canonical" name of the language. This is the name that is used in Wiktionary entries and category names.
2
The Wikidata item id (Q number) for the language. Set to nil if not known/present. This replaces the older wikipedia_article property, which can still be used to link to specific sections or language editions.

Optional values[baguhon]

3
The code for the family that the language belongs to. See Wiktionary:Families.

The properties entry_name and sort_key are used for text substitution; they replace or remove certain characters or sets of characters. They both work similarly, and are optional. They can both be tables, and sort_key can be the name of a module that takes an entry name and generates a sortkey (which is used to sort the entry on category pages).

if sort_key is the name of a module, the module must contain a sortkey-generating function that is named makeSortKey. This function must take the arguments text, lang, sc, where text is the page name (or other text in the language), lang is the language code (not the language object), and sc is the script code (not the script object). The returned value should always be a string, or there will be a module error in the Language:makeSortKey() function.

If either one is a table, it must contain two tables inside it: one named from and one named to. These two tables are organised pairwise: each element in from is a pattern to identify which characters in the term to replace, while the corresponding element in to defines what to replace them with.

If the replacement is not present or if it is false or nil, it defaults to an empty replacement, meaning that the matching characters are removed altogether. This means that the from list can be longer than the to list, and an empty replacement will be assumed for any elements in from that have no counterpart in to.

The tables can contain literal characters, or the patterns (a type of [[|regular expression|regular expression]]s) that are used by the standard Scribunto mw.ustring.gsub function. See the Scribunto reference manual for more information.

At the top of the module, there is a list of combining characters with names. These are provided for convenience and readability, as combining characters generally do not display properly inside the module code (although they do not affect the actual operation of the module).

entry_name
Defines replacements to create the entry name from the displayed form of a term. This can be used to remove certain diacritical marks according to the customs or standard practice of the language. For example, it is used to remove accent marks from Russian words (ру́сскийрусский), or macrons from Latin or Old English words (ōsos), as these are not used in the normal written form of these languages. This is used by makeEntryName in Module:languages.
sort_key
Defines replacements to create a category sort key from the page name. The purpose is to remove any characters that are ignored in sorting, and to replace similar characters with identical ones if the sorting rules for that language do not distinguish them. For example, in German, the characters "ä" and "a" are considered equivalent for sorting, and are both treated as "a". The page name is converted to lowercase before applying the replacements, so you should not add uppercase letters to the "from" lists. This is used by makeSortKey in Module:languages.

These are other optional values:

otherNames
A table of all the names that this language is known by, other than the canonical name. The list should include not only synonyms for the language, but also names that refer to language varieties that are subsumed under the same grouping. For example, while "Flemish" is not synonymous with "Dutch", Flemish is considered a part of Dutch, so the name is listed there.
type
The type of language (which affects how it is handled on Wiktionary). Possible values are:
  • regular - This value is the default, so it doesn't need to be specified. It indicates that the is attested according to WT:CFI and therefore permitted in the main namespace. There may also be reconstructed terms for the language, which are placed in the Reconstruction namespace and must be prefixed with * to indicate a reconstruction.
  • reconstructed - This language is not attested according to CFI, and therefore is allowed only in the Reconstruction namespace. All terms in this language are reconstructed, and must be prefixed with *.
  • appendix-constructed - This language is attested but does not meet the additional requirements set out for constructed languages (WT:CFI#Constructed languages). Its entries must therefore be in the Appendix namespace, but they are not reconstructed and therefore should not have * prefixed in links.
scripts
A list of script codes, see Wiktionary:Scripts. These represent all the scripts (writing systems) that this language uses in the real world, as well as the ones that Wiktionary uses. The scripts that are used most often on Wiktionary should be first in the list, as this will speed up script detection.
Many templates and modules detect the script of text in a particular language using the findBestScript function in Module:scripts. This function goes down the list of scripts and counts how many characters in the text belong to each script. If all the characters belong to one script, that script will be returned; otherwise, the script with the most characters will be returned. Thus, script detection will be faster if the most frequently used scripts are first in the list.
translit_module
The name of a module that is used to generate transliterations of terms, without the Module: prefix. This module must export a function named tr that is defined as follows:
tr(text, lang, sc)
The three parameters are the text to be transliterated, the language code, and the script code. The function can ignore the language and script codes, but they are provided for cases when a language has more than one script, or when a single function is used to transliterate multiple languages sharing the same script.
ancestors
A table listing the language codes of the direct ancestors of this language. For example, the ancestor of English is listed as enm (Middle English); ang (Old English, the ancestor of Middle English), gem-pro (Proto-Germanic, the ancestor of Old English), and ine-pro (Proto-Indo-European, the ancestor of Proto-Germanic) are not listed.
For most languages, only one ancestor code should be given, but multiple ancestors can be listed for pidgins, creoles and mixed languages.
The ancestor language table should not be included if the language's direct ancestor is the proto-language of the family to which the language belongs. In such a case, if the family code has been provided, Module:languages will automatically add the proto-language as the language's ancestor. For example, Proto-Germanic (gem-pro) belongs to the Indo-European (ine) family, and its direct ancestor is Proto-Indo-European (ine-pro). Because Proto-Indo-European is the proto-language of the Indo-European languages, Proto-Germanic does not need an ancestors table; Proto-Indo-European will be automatically returned as its ancestor by the getAncestors function.
wikimedia_codes
A table listing the Wikimedia language codes that this language maps to. This is used to translate Wiktionary codes to Wikimedia codes, which are usually the same but there are a few languages where it is different. The language codes must be valid Wikimedia codes (as determined by the wiki software), and if they are not defined in one of the language data modules, they must be defined in Module:wikimedia languages/data.
wikipedia_article
The name of the Wikipedia article for the language. Should normally only be supplied if the Wikidata id cannot be used.

local u = mw.ustring.char

-- UTF-8 encoded strings for some commonly used diacritics
local GRAVE     = u(0x0300)
local ACUTE     = u(0x0301)
local CIRC      = u(0x0302)
local TILDE     = u(0x0303)
local MACRON    = u(0x0304)
local BREVE     = u(0x0306)
local DOTABOVE  = u(0x0307)
local DIAER     = u(0x0308)
local CARON     = u(0x030C)
local DGRAVE    = u(0x030F)
local INVBREVE  = u(0x0311)
local DOTBELOW  = u(0x0323)
local RINGBELOW = u(0x0325)
local CEDILLA   = u(0x0327)

local Cyrl = {"Cyrl"}
local Deva = {"Deva"}
local Latn = {"Latn"}
local Latinx = {"Latinx"}

local m = {}

m["kaa"] = {
	"Karakalpak",
	"Q33541",
	"trk",
	scripts = {"Latn", "Cyrl"},
}

m["kab"] = {
	"Kabyle",
	"Q35853",
	"ber",
	scripts = Latn,
}

m["kac"] = {
	"Jingpho",
	"Q33332",
	"sit-jnp",
	scripts = Latn,
}

m["kad"] = {
	"Kadara",
	"Q3914011",
	"nic-bco",
	scripts = Latn,
}

m["kae"] = {
	"Ketangalan",
	"Q2779411",
	"map",
}

m["kaf"] = {
	"Katso",
	"Q246122",
	"tbq-lol",
	otherNames = {"Kazhuo"},
}

m["kag"] = {
	"Kajaman",
	"Q6348863",
	"poz",
	scripts = Latn,
}

m["kah"] = {
	"Fer",
	"Q5443742",
	otherNames = {"Kara"},
	scripts = Latn,
}

m["kai"] = {
	"Karekare",
	"Q3438770",
	"cdc-wst",
	scripts = Latn,
}

m["kaj"] = {
	"Jju",
	"Q35401",
	"nic-bco",
	scripts = Latn,
}

m["kak"] = {
	"Kayapa Kallahan",
	"Q3192220",
	"phi",
	scripts = Latn,
}

m["kam"] = {
	"Kamba",
	"Q2574767",
	"bnt",
	otherNames = {"Kikamba", "Kamba (Kenya)"},
	scripts = Latn,
}

m["kao"] = {
	"Kassonke",
	"Q36905",
	"dmn-man",
	otherNames = {"Khasonke", "Kasonke", "Khassonké"},
	scripts = Latn,
}

m["kap"] = {
	"Bezhta",
	"Q33054",
	"cau-tsz",
	otherNames = {"Bezheta", "Kapucha", "Bezhita"},
	scripts = Cyrl,
}

m["kaq"] = {
	"Capanahua",
	"Q2937196",
	"sai-pan",
	otherNames = {"Kapanawa"},
	scripts = Latn,
}

m["kaw"] = {
	"Old Javanese",
	"Q49341",
	"poz-sus",
	otherNames = {"Kawi"},
	scripts = {"Latn", "Java"},
	translit_module = "jv-translit", --same as jv
}

m["kax"] = {
	"Kao",
	"Q3192799",
}

m["kay"] = {
	"Kamayurá",
	"Q3192336",
	"tup-gua",
	scripts = Latn,
}

m["kba"] = {
	"Kalarko",
	"Q5517764",
	"aus-pam",
	scripts = Latn,
}

m["kbb"] = {
	"Kaxuyana",
	"Q12953626",
	"sai-car",
	otherNames = {"Kachuyana", "Kaxuiana", "Kaxuiâna", "Kashuyana"},
	scripts = Latn,
}

m["kbc"] = {
	"Kadiwéu",
	"Q18168288",
	"sai-guc",
	otherNames = {"Caduveo", "Ediu-Adig", "Guaicurú", "Kadiweu", "Mbayá", "Mbayá-Guaycuru", "Waikurú"},
	scripts = Latn,
}

m["kbd"] = {
	"Kabardian",
	"Q33522",
	"cau-cir",
	otherNames = {"East Circassian"},
	scripts = Cyrl,
	translit_module = "kbd-translit",
	override_translit = true,	
}

m["kbe"] = {
	"Kanju",
	"Q10543322",
	"aus-pam",
	scripts = Latn,
}

m["kbh"] = {
	"Camsá",
	"Q2842667",
	"qfa-iso",
	scripts = Latn,
}

m["kbi"] = {
	"Kaptiau",
	"Q6367294",
	"poz-oce",
	scripts = Latn,
}

m["kbj"] = {
	"Kari",
	"Q6370438",
	"bnt",
	otherNames = {"Kare", "Kare (Central African Republic)", "Bantoid Kare"},
	scripts = Latn,
}

m["kbk"] = {
	"Grass Koiari",
	"Q12952642",
	"ngf",
	otherNames = {"Koiari"},
	scripts = Latn,
}

m["kbm"] = {
	"Iwal",
	"Q3156391",
	"poz-ocw",
	scripts = Latn,
}

m["kbn"] = {
	"Kare (Africa)",
	"Q35554",
	"bnt",
	otherNames = {"Kare (Central African Republic)", "Mbum Kare"},
	scripts = Latn,
}

m["kbo"] = {
	"Keliko",
	"Q11275553",
	"csu",
}

m["kbp"] = {
	"Kabiyé",
	"Q35475",
	"nic-gur",
	otherNames = {"Kabiye", "Kabye"},
	scripts = Latn,
}

m["kbq"] = {
	"Kamano",
	"Q11732272",
	"paa-kag",
	scripts = Latn,
}

m["kbr"] = {
	"Kafa",
	"Q35481",
	"omv",
	scripts = {"Ethi", "Latn"},
}

m["kbs"] = {
	"Kande",
	"Q35556",
	"bnt",
	scripts = Latn,
}

m["kbt"] = {
	"Gabadi",
	"Q3291159",
	"poz-ocw",
	scripts = Latn,
}

m["kbu"] = {
	"Kabutra",
	"Q10966761",
	"inc",
	ancestors = {"psu"},
}

m["kbv"] = {
	"Kamberataro",
	"Q5261289",
	"paa",
	otherNames = {"Dera", "Dera (New Guinea)"},
	scripts = Latn,
}

m["kbw"] = {
	"Kaiep",
	"Q6347632",
	"poz-ocw",
	scripts = Latn,
}

m["kbx"] = {
	"Ap Ma",
	"Q56298",
	"paa-ram",
}

m["kbz"] = {
	"Duhwa",
	"Q56295",
	"cdc-wst",
	scripts = Latn,
}

m["kca"] = {
	"Khanty",
	"Q33563",
	"urj-ugr",
	scripts = Cyrl,
	translit_module = "kca-translit",
	override_translit = true,
}

m["kcb"] = {
	"Kawacha",
	"Q11732302",
	"ngf",
}

m["kcc"] = {
	"Lubila",
	"Q3914381",
	"nic-uce",
	scripts = Latn,
}

m["kcd"] = {
	"Ngkâlmpw Kanum",
	"Q12952566",
	"paa-yam",
}

m["kce"] = {
	"Kaivi",
	"Q6348685",
	"nic-knj",
}

m["kcf"] = {
	"Ukaan",
	"Q36651",
}

m["kcg"] = {
	"Tyap",
	"Q3912765",
	"nic-bco",
}

m["kch"] = {
	"Vono",
	"Q3913920",
	"nic-knj",
}

m["kci"] = {
	"Kamantan",
	"Q3914019",
	"nic-bco",
}

m["kcj"] = {
	"Kobiana",
	"Q35609",
	"alv-nyn",
}

m["kck"] = {
	"Kalanga",
	"Q33672",
	"bnt",
	scripts = Latn,
}

m["kcl"] = {
	"Kala",
	"Q6349982",
	"poz-ocw",
	otherNames = {"Kela", "Gela"},
	scripts = Latn,
}

m["kcm"] = {
	"Tar Gula",
	"Q277963",
	"csu",
}

m["kcn"] = {
	"Nubi",
	"Q36388",
	"crp",
	otherNames = {"Ki-Nubi"},
	scripts = {"Latn", "Arab"},
	ancestors = {"apd"},
	entry_name = {
		from = {'Á', 'á', 'É', 'é', 'Í', 'í', 'Ó', 'ó', 'Ú', 'ú'},
		to   = {'A', 'a', 'E', 'e', 'I', 'i', 'O', 'o', 'U', 'u'}},
}

m["kco"] = {
	"Kinalakna",
	"Q11732320",
	"ngf",
}

m["kcp"] = {
	"Kanga",
	"Q6362384",
	"qfa-kad",
	scripts = Latn,
}

m["kcq"] = {
	"Kamo",
	"Q3914879",
	"alv-sav",
}

m["kcr"] = {
	"Katla",
	"Q35688",
}

m["kcs"] = {
	"Koenoem",
	"Q3438755",
	"cdc-wst",
}

m["kct"] = {
	"Kaian",
	"Q6347538",
	"paa-ram",
}

m["kcu"] = {
	"Kikami",
	"Q3915212",
	"bnt",
	otherNames = {"Kami"},
	scripts = Latn,
}

m["kcv"] = {
	"Kete",
	"Q3195598",
	"bnt",
}

m["kcw"] = {
	"Kabwari",
	"Q6344539",
	"bnt",
}

m["kcx"] = {
	"Kachama-Ganjule",
	"Q12634070",
	"omv",
}

m["kcy"] = {
	"Korandje",
	"Q33427",
	"son",
}

m["kcz"] = {
	"Konongo",
	"Q11732345",
	"bnt",
	scripts = Latn,
}

m["kda"] = {
	"Worimi",
	"Q3914062",
	"aus-pam",
	otherNames = {"Gadang", "Gadhang", "Gadjang", "Kattang", "Kutthung"},
	scripts = Latn,
}

m["kdc"] = {
	"Kutu",
	"Q6448634",
	"bnt",
}

m["kdd"] = {
	"Yankunytjatjara",
	"Q34207",
	"aus-pam",
	scripts = Latn,
}

m["kde"] = {
	"Makonde",
	"Q35172",
	"bnt",
	scripts = Latn,
}

m["kdf"] = {
	"Mamusi",
	"Q6746036",
	"poz-ocw",
	scripts = Latn,
}

m["kdg"] = {
	"Seba",
	"Q7442316",
	"bnt",
	scripts = Latn,
}

m["kdh"] = {
	"Tem",
	"Q36531",
	"nic-gur",
}

m["kdi"] = {
	"Kumam",
	"Q6443410",
	"sdv",
	otherNames = {"Kuman"},
}

m["kdj"] = {
	"Karamojong",
	"Q56326",
	"sdv",
	scripts = Latn,
}

m["kdk"] = {
	"Numee",
	"Q3346774",
	"poz-cln",
}

m["kdl"] = {
	"Tsikimba",
	"Q3914404",
	"nic-knj",
}

m["kdm"] = {
	"Kagoma",
	"Q3914420",
	"nic-bco",
}

m["kdn"] = {
	"Kunda",
	"Q4121130",
	"bnt",
}

m["kdp"] = {
	"Kaningdon-Nindem",
	"Q3914956",
	"nic-bco",
}

m["kdq"] = {
	"Koch",
	"Q56431",
	"tbq-bdg",
}

m["kdr"] = {
	"Karaim",
	"Q33725",
	"trk",
	scripts = {"Cyrl", "Latn", "Hebr"},
}

m["kdt"] = {
	"Kuy",
	"Q56310",
	"mkh-kat",
}

m["kdu"] = {
	"Kadaru",
	"Q35441",
	"nub",
	otherNames = {"Kedaru", "Debri"}, -- Debri is subsumed for now as it lacks an ISO code, may need to be split
	scripts = Latn,
}

m["kdv"] = {
	"Kado",
	"Q7402721",
	"sit-luu",
	otherNames = {"Kadu"},
}

m["kdw"] = {
	"Koneraw",
	"Q11732341",
	"ngf",
}

m["kdx"] = {
	"Kam",
	"Q36753",
	"qfa-kms",
}

m["kdy"] = {
	"Keder",
	"Q6383641",
	"paa-tkw",
}

m["kdz"] = {
	"Kwaja",
	"Q11128866",
	"nic-nka",
	otherNames = {"Ndaktup", "Ncha", "Bitwi"},
	scripts = Latn,
}

m["kea"] = {
	"Kabuverdianu",
	"Q35963",
	"crp",
	otherNames = {"Cape Verdean Creole", "Kriolu", "Creole", "Barlavento", "Sotavento"},
	scripts = Latn,
	ancestors = {"pt"},
}

m["keb"] = {
	"Kélé",
	"Q35559",
	"bnt",
}

m["kec"] = {
	"Keiga",
	"Q3409311",
	"qfa-kad",
	scripts = Latn,
}

m["ked"] = {
	"Kerewe",
	"Q6393846",
	"bnt",
}

m["kee"] = {
	"Eastern Keres",
	"Q15649021",
	"nai-ker",
	scripts = Latn,
}

m["kef"] = {
	"Kpessi",
	"Q35748",
	"alv-gbe",
}

m["keg"] = {
	"Tese",
	"Q16887296",
	"sdv",
}

m["keh"] = {
	"Keak",
	"Q6382110",
	"paa-spk",
}

m["kei"] = {
	"Kei",
	"Q2410352",
}

m["kej"] = {
	"Kadar",
	"Q6345179",
	"dra",
}

m["kek"] = {
	"Q'eqchi",
	"Q35536",
	"myn",
	scripts = Latn,
}

m["kel"] = {
	"Kela-Yela",
	"Q6385426",
	"bnt",
	otherNames = {"Kela", "Yela"},
	scripts = Latn,
}

m["kem"] = {
	"Kemak",
	"Q35549",
	"poz-tim",
}

m["ken"] = {
	"Kenyang",
	"Q35650",
	"nic-mam",
	scripts = Latn,
}

m["keo"] = {
	"Kakwa",
	"Q3033547",
	"sdv",
}

m["kep"] = {
	"Kaikadi",
	"Q6347757",
	"dra",
}

m["keq"] = {
	"Kamar",
	"Q14916877",
	"inc",
	ancestors = {"inc-mgd"},
}

m["ker"] = {
	"Kera",
	"Q56251",
	"cdc-est",
	scripts = Latn,
}

m["kes"] = {
	"Kugbo",
	"Q3813394",
	"nic-cde",
	scripts = Latn,
}

m["ket"] = {
	"Ket",
	"Q33485",
	"qfa-yen",
	scripts = Cyrl,
}

m["keu"] = {
	"Akebu",
	"Q35026",
	"alv-kwa",
}

m["kev"] = {
	"Kanikkaran",
	"Q6363201",
	"dra",
}

m["kew"] = {
	"Kewa",
	"Q12952619",
	"paa-eng",
	otherNames = {"West Kewa", "East Kewa", "South Kewa", "Erave", "Pasuma"},
	scripts = Latn,
}

m["kex"] = {
	"Kukna",
	"Q5031131",
	"inc-bhi",
}

m["key"] = {
	"Kupia",
	"Q6445354",
	"inc",
}

m["kez"] = {
	"Kukele",
	"Q3915391",
	"nic-ucn",
	scripts = Latn,
}

m["kfa"] = {
	"Kodava",
	"Q33531",
	"dra",
	scripts = {"Knda"},
}

m["kfb"] = {
	"Kolami",
	"Q33479",
	"dra",
	scripts = Deva,
}

m["kfc"] = {
	"Konda-Dora",
	"Q35679",
	"dra",
	scripts = {"Telu"},
}

m["kfd"] = {
	"Korra Koraga",
	"Q12952655",
	"dra",
	scripts = {"Knda"},
}

m["kfe"] = {
	"Kota",
	"Q33483",
	"dra",
	otherNames = {"Kota (India)"},
	scripts = {"Taml"},
}

m["kff"] = {
	"Koya",
	"Q33471",
	"dra",
}

m["kfg"] = {
	"Kudiya",
	"Q12952667",
	"dra",
}

m["kfh"] = {
	"Kurichiya",
	"Q12952676",
	"dra",
}

m["kfi"] = {
	"Kannada Kurumba",
	"Q56589",
	"dra",
}

m["kfj"] = {
	"Kemiehua",
	"Q27144776",
	"mkh-pal",
}

m["kfk"] = {
	"Kinnauri",
	"Q2383208",
	"sit-kin",
}

m["kfl"] = {
	"Kung",
	"Q6444510",
	"nic-bod",
	scripts = Latn,
}

m["kfn"] = {
	"Kuk",
	"Q6442398",
	"nic-bod",
	scripts = Latn,
}

m["kfo"] = {
	"Koro (West Africa)",
	"Q11160588",
	"dmn",
	otherNames = {"Koro", "Koro Jula"}, -- the last name is misleading, as Jula is a diff. language
	scripts = {"Latn", "Nkoo"},
}

m["kfp"] = {
	"Korwa",
	"Q6432786",
	"mun",
}

m["kfq"] = {
	"Korku",
	"Q33715",
	"mun",
}

m["kfr"] = {
	"Kachchi",
	"Q56487",
	"inc",
	otherNames = {"Kutchi", "Cutchi", "Kachchhi", "Kutchhi"},
	translit_module = "gu-translit",
	scripts = {"Gujr", "sd-Arab"},
	ancestors = {"sd"},
}

m["kfs"] = {
	"Bilaspuri",
	"Q12953397",
	"him",
}

m["kft"] = {
	"Kanjari",
	"Q12953610",
	"inc",
	ancestors = {"pa"},
}

m["kfu"] = {
	"Katkari",
	"Q6377671",
	"inc",
	ancestors = {"pmh"},
}

m["kfv"] = {
	"Kurmukar",
	"Q6446193",
	"inc",
	ancestors = {"inc-mgd"},
}

m["kfw"] = {
	"Kharam Naga",
	"Q12952906",
	"tbq-kuk",
	otherNames = {"Kharam"},
}

m["kfx"] = {
	"Kullu Pahari",
	"Q6443148",
	"him",
	otherNames = {"Kullu"},
	scripts = Deva,
}

m["kfy"] = {
	"Kumaoni",
	"Q33529",
	"inc-pah",
	scripts = {"Deva", "Shrd", "Takr"},
}

m["kfz"] = {
	"Koromfé",
	"Q35701",
	"nic-gur",
	scripts = Latn,
}

m["kga"] = {
	"Koyaga",
	"Q11155632",
	"dmn",
}

m["kgb"] = {
	"Kawe",
	"Q12952750",
	"poz-hce",
}

m["kgd"] = {
	"Kataang",
	"Q12953622",
	"mkh",
}

m["kge"] = {
	"Komering",
	"Q49224",
	"poz-lgx",
}

m["kgf"] = {
	"Kube",
	"Q11732359",
	"ngf",
}

m["kgg"] = {
	"Kusunda",
	"Q33630",
	scripts = Latn,
}

m["kgi"] = {
	"Selangor Sign Language",
	"Q33731",
	"sgn",
}

m["kgj"] = {
	"Gamale Kham",
	"Q22236996",
	"sit-gma",
}

m["kgk"] = {
	"Kaiwá",
	"Q3111883",
	"tup-gua",
	scripts = Latn,
}

m["kgl"] = {
	"Kunggari",
	"Q10550184",
	"aus-pam",
}

m["kgm"] = {
	"Karipúna",
	"Q6371069",
}

m["kgn"] = {
	"Karingani",
	"Q6371041",
	"xme-ttc",
	otherNames = {"Keringani"},
	ancestors = {"xme-ttc-nor"},
}

m["kgo"] = {
	"Krongo",
	"Q6438927",
	"qfa-kad",
	scripts = Latn,
}

m["kgp"] = {
	"Kaingang",
	"Q2665734",
	"sai-jee",
	scripts = Latn,
}

m["kgq"] = {
	"Kamoro",
	"Q6359001",
	"ngf",
}

m["kgr"] = {
	"Abun",
	"Q56657",
}

m["kgs"] = {
	"Kumbainggar",
	"Q3915412",
	"aus-pam",
}

m["kgt"] = {
	"Somyev",
	"Q3913354",
	"nic-bod",
	scripts = Latn,
}

m["kgu"] = {
	"Kobol",
	"Q11732325",
	"ngf-mad",
}

m["kgv"] = {
	"Karas",
	"Q6368621",
	"ngf",
}

m["kgw"] = {
	"Karon Dori",
	"Q56817",
}

m["kgx"] = {
	"Kamaru",
	"Q12953604",
	"poz",
}

m["kgy"] = {
	"Kyerung",
	"Q12952691",
	"sit-kyk",
}

m["kha"] = {
	"Khasi",
	"Q33584",
	"aav",
	scripts = {"Latn", "as-Beng"},
}

m["khb"] = {
	"Lü",
	"Q36948",
	"tai-swe",
	otherNames = {"Tai Lü"},
	scripts = {"Talu", "Lana"},
	translit_module = "translit-redirect",
	sort_key = {
		from = {"%p", "᧞", "᧟", "([ᦵᦶᦷᦺ])([ᦀ-ᦫ])", "[᩠ᩳ-᩿]", "ᩔ", "ᩕ", "ᩖ", "ᩘ", "([ᨭ-ᨱ])ᩛ", "([ᨷ-ᨾ])ᩛ", "ᩤ"},
		to = {"", "ᦶᦜ", "ᦶᦜᧁ", "%2%1", "", "ᩈᩈ", "ᩁ", "ᩃ", "ᨦ", "%1ᨮ", "%1ᨻ", "ᩣ"}},
	entry_name = {
		from = {" "},
		to = {""}},
}

m["khc"] = {
	"Tukang Besi North",
	"Q18611555",
	"poz",
}

m["khd"] = {
	"Bädi Kanum",
	"Q20888004",
	"paa-yam",
}

m["khe"] = {
	"Korowai",
	"Q6432598",
	"ngf",
}

m["khf"] = {
	"Khuen",
	"Q27144893",
	"mkh",
}

m["khh"] = {
	"Kehu",
	"Q10994953",
}

m["khj"] = {
	"Kuturmi",
	"Q3914490",
	"nic-bco",
	scripts = Latn,
}

m["khl"] = {
	"Lusi",
	"Q3267788",
	"poz-ocw",
	scripts = Latn,
}

m["khn"] = {
	"Khandeshi",
	"Q33726",
	"inc",
	ancestors = {"pmh"},
}

m["kho"] = {
	"Khotanese",
	"Q6583551",
	"xsc-sak",
	scripts = {"Brah"},
	translit_module = "Brah-translit",
}

m["khp"] = {
	"Kapauri",
	"Q3502575",
	"paa-tkw",
}

m["khq"] = {
	"Koyra Chiini",
	"Q33600",
	"son",
	otherNames = {"Western Songhay", "Koyra Chiini Songhay"},
}

m["khr"] = {
	"Kharia",
	"Q3915562",
	"mun",
}

m["khs"] = {
	"Kasua",
	"Q6374863",
	"ngf",
}

m["kht"] = {
	"Khamti",
	"Q3915502",
	"tai-swe",
}

m["khu"] = {
	"Nkhumbi",
	"Q11019169",
	"bnt",
}

m["khv"] = {
	"Khvarshi",
	"Q56425",
	"cau-tsz",
	otherNames = {"Khwarshi", "Xvarshi", "Inkhokvari"},
	scripts = Cyrl,
}

m["khw"] = {
	"Khowar",
	"Q938216",
	"inc-dar",
	scripts = {"Arab"},
}

m["khy"] = {
	"Ekele",
	"Q6385549",
	"bnt",
	otherNames = {"Kele", "Kele (Congo)", "Kele (Democratic Republic of the Congo)", "Lokele"},
	scripts = Latn,
}

m["khz"] = {
	"Keapara",
	"Q12952603",
	"poz-ocw",
	scripts = Latn,
}

m["kia"] = {
	"Kim",
	"Q35685",
	"alv-mbm",
}

m["kib"] = {
	"Koalib",
	"Q35859",
	"alv-hei",
}

m["kic"] = {
	"Kickapoo",
	"Q20162127",
	"alg-sfk",
	scripts = Latn,
}

m["kid"] = {
	"Koshin",
	"Q35632",
	"nic-beb",
	scripts = Latn,
}

m["kie"] = {
	"Kibet",
	"Q56893",
}

m["kif"] = {
	"Eastern Parbate Kham",
	"Q12953022",
	"sit-gma",
}

m["kig"] = {
	"Kimaama",
	"Q11732321",
	"ngf",
}

m["kih"] = {
	"Kilmeri",
	"Q6408020",
	"paa-brd",
}

m["kii"] = {
	"Kitsai",
	"Q56627",
	"cdd",
	otherNames = {"Kichai"},
	scripts = Latn,
}

m["kij"] = {
	"Kilivila",
	"Q3196601",
	"poz-ocw",
	scripts = Latn,
}

m["kil"] = {
	"Kariya",
	"Q3438708",
	"cdc-wst",
}

m["kim"] = {
	"Tofa",
	"Q36848",
	"trk-sib",
	otherNames = {"Tofalar", "Karagas"},
	scripts = Cyrl,
}

m["kio"] = {
	"Kiowa",
	"Q56631",
	"nai-kta",
	scripts = Latn,
}

m["kip"] = {
	"Sheshi Kham",
	"Q12952622",
	"sit-gma",
}

m["kiq"] = {
	"Kosadle",
	"Q6432994",
}

m["kis"] = {
	"Kis",
	"Q6416362",
	"poz-ocw",
	scripts = Latn,
}

m["kit"] = {
	"Agob",
	"Q3332143",
}

m["kiv"] = {
	"Kimbu",
	"Q10997740",
	"bnt",
}

m["kiw"] = {
	"Northeast Kiwai",
	"Q11732324",
}

m["kix"] = {
	"Khiamniungan Naga",
	"Q6401546",
	"sit-kch",
}

m["kiy"] = {
	"Kirikiri",
	"Q6415159",
	"paa-lkp",
	otherNames = {"Faia"},
}

m["kiz"] = {
	"Kisi",
	"Q3912772",
	"bnt",
}

m["kja"] = {
	"Mlap",
	"Q6885683",
}

m["kjb"] = {
	"Q'anjob'al",
	"Q35551",
	"myn",
	scripts = Latn,
}

m["kjc"] = {
	"Coastal Konjo",
	"Q3198689",
	"poz",
}

m["kjd"] = {
	"Southern Kiwai",
	"Q11732322",
}

m["kje"] = {
	"Kisar",
	"Q3197441",
	"poz",
}

m["kjg"] = {
	"Khmu",
	"Q33335",
	"mkh",
	scripts = {"Laoo"},
	sort_key = {
		from = {"[່-ໍ]", "ຼ", "ຽ", "ໜ", "ໝ", "([ເແໂໃໄ])([ກ-ຮໞໟ])"},
		to   = {"", "ລ", "ຍ", "ຫນ", "ຫມ", "%2%1"}},
}

m["kjh"] = {
	"Khakas",
	"Q33575",
	"trk-sib",
	scripts = Cyrl,
	translit_module = "kjh-translit",
	override_translit = true,
}

m["kji"] = {
	"Zabana",
	"Q379130",
	"poz-ocw",
	scripts = Latn,
}

m["kjj"] = {
	"Khinalug",
	"Q35278",
	"cau-nec",
	otherNames = {"Khinalig", "Xinalug", "Xinalugh", "Khinalugh"},
	scripts = Cyrl,
	translit_module = "kjj-translit",
	override_translit = true,
	entry_name = {
		from = {ACUTE},
		to   = {}},
}

m["kjk"] = {
	"Highland Konjo",
	"Q3198688",
	"poz",
}

m["kjl"] = {
	"Kham",
	"Q22237017",
	"sit-gma",
}

m["kjm"] = {
	"Kháng",
	"Q6403501",
	"mkh-pal",
}

m["kjn"] = {
	"Kunjen",
	"Q3200468",
	"aus-pmn",
	otherNames = {"Uw Oykangand", "Uw Olkola", "Olkol", "Olgolo", "Koko Wanggara", "Ogh-Undjan", "Undjan", "Kawarrangg", "Athima", "Uw", "Kunjen-Undjan-Athima"},
	scripts = Latn,
}

m["kjo"] = {
	"Harijan Kinnauri",
	"Q5657463",
	"him",
}

m["kjp"] = {
	"Eastern Pwo",
	"Q5330390",
	"kar",
	otherNames = {"Phlou", "Eastern Pwo Karen"},
	scripts = {"Mymr", "Leke", "Thai"},
}

m["kjq"] = {
	"Western Keres",
	"Q12645568",
	"nai-ker",
	scripts = Latn,
}

m["kjr"] = {
	"Kurudu",
	"Q12952678",
	"poz-hce",
	scripts = Latn,
}

m["kjs"] = {
	"East Kewa",
	"Q20050949",
	"paa-eng",
}

m["kjt"] = {
	"Phrae Pwo",
	"Q7187991",
	"kar",
	otherNames = {"Phrae Pwo Karen", "Northeastern Pwo", "Northeastern Pwo Karen"},
	scripts = {"Thai"},
}

m["kju"] = {
	"Kashaya",
	"Q3193689",
	"nai-pom",
	scripts = Latn,
}

m["kjx"] = {
	"Ramopa",
	"Q56830",
	"paa-nbo",
	otherNames = {"Keriaka"},
}

m["kjy"] = {
	"Erave",
	"Q12952416",
	"paa-eng",
}

m["kjz"] = {
	"Bumthangkha",
	"Q2786408",
	"sit-ebo",
}

m["kka"] = {
	"Kakanda",
	"Q3915342",
	"alv-von",
}

m["kkb"] = {
	"Kwerisa",
	"Q56881",
	"paa-lkp",
}

m["kkc"] = {
	"Odoodee",
	"Q12952987",
}

m["kkd"] = {
	"Kinuku",
	"Q6414422",
	"ngf",
}

m["kke"] = {
	"Kakabe",
	"Q3913966",
	"dmn",
	scripts = Latn,
}

m["kkf"] = {
	"Kalaktang Monpa",
	nil,
	"sit-tsk",
}

m["kkg"] = {
	"Mabaka Valley Kalinga",
	"Q18753304",
	"phi",
}

m["kkh"] = {
	"Khün",
	"Q3545044",
	"tai-swe",
	otherNames = {"Tai Khün", "Dai Kun"},
	scripts = {"Lana", "Thai"},
	sort_key = {
		from = {"%p", "[᩠ᩳ-᩿]", "ᩔ", "ᩕ", "ᩖ", "ᩘ", "([ᨭ-ᨱ])ᩛ", "([ᨷ-ᨾ])ᩛ", "ᩤ", "[็-๎]", "([เแโใไ])([ก-ฮ])"},
		to   = {"", "", "ᩈᩈ", "ᩁ", "ᩃ", "ᨦ", "%1ᨮ", "%1ᨻ", "ᩣ", "", "%2%1"}},
}

m["kki"] = {
	"Kagulu",
	"Q12952537",
	"bnt",
	otherNames = {"Kaguru"},
	scripts = Latn,
}

m["kkj"] = {
	"Kako",
	"Q35755",
	"bnt",
}

m["kkk"] = {
	"Kokota",
	"Q3198399",
	"poz-ocw",
	scripts = Latn,
}

m["kkl"] = {
	"Kosarek Yale",
	"Q6432995",
	"ngf",
}

m["kkm"] = {
	"Kiong",
	"Q6414512",
	"nic-ucr",
	scripts = Latn,
}

m["kkn"] = {
	"Kon Keu",
	"Q6428686",
	"mkh-pal",
}

m["kko"] = {
	"Karko",
	"Q35529",
	"nub",
	otherNames = {"Kithonirishe"},
}

m["kkp"] = {
	"Koko-Bera",
	"Q6426699",
	"aus-pmn",
	otherNames = {"Kok-Kaper", "Gugubera", "Koko-Pera"},
	scripts = Latn,
}

m["kkq"] = {
	"Kaiku",
	"Q6347840",
	"bnt",
	scripts = Latn,
}

m["kkr"] = {
	"Kir-Balar",
	"Q3440527",
	"cdc-wst",
	otherNames = {"Kir"},
	scripts = Latn,
}

m["kks"] = {
	"Kirfi",
	"Q56242",
	"cdc-wst",
	otherNames = {"Giiwo"},
	scripts = Latn,
}

m["kkt"] = {
	"Koi",
	"Q6426194",
	"sit-kiw",
}

m["kku"] = {
	"Tumi",
	"Q3913934",
	"nic-knj",
}

m["kkv"] = {
	"Kangean",
	"Q2071325",
}

m["kkw"] = {
	"Teke-Kukuya",
	"Q36560",
	"bnt",
}

m["kkx"] = {
	"Kohin",
	"Q6425997",
	"poz-brw",
}

m["kky"] = {
	"Guugu Yimidhirr",
	"Q56543",
	"aus-pam",
	scripts = Latn,
}

m["kkz"] = {
	"Kaska",
	"Q20823",
	"ath-nor",
	scripts = Latn,
}

m["kla"] = {
	"Klamath-Modoc",
	"Q2669248",
	otherNames = {"Klamath"},
	scripts = Latn,
}

m["klb"] = {
	"Kiliwa",
	"Q3182593",
	"nai-yuc",
	scripts = Latn,
}

m["klc"] = {
	"Kolbila",
	"Q6427122",
	"alv",
}

m["kld"] = {
	"Gamilaraay",
	"Q3111818",
	"aus-cww",
	otherNames = {"Kamilaroi", "Kamilarai", "Kamalarai", "Gamilaroi"},
	scripts = Latn,
}

m["kle"] = {
	"Kulung",
	"Q6443304",
	"sit-kic",
}

m["klf"] = {
	"Kendeje",
	"Q56895",
}

m["klg"] = {
	"Tagakaulu Kalagan",
	"Q18756514",
	"phi",
}

m["klh"] = {
	"Weliki",
	"Q7981017",
	"ngf-fin",
	scripts = Latn,
}

m["kli"] = {
	"Kalumpang",
	"Q13561407",
	"poz",
}

m["klj"] = {
	"Khalaj",
	"Q33455",
	"trk",
	otherNames = {"Turkic Khalaj", "Arghu"},
}

m["klk"] = {
	"Kono (Nigeria)",
	"Q6429589",
	"nic-bco",
	otherNames = {"Kono"},
	scripts = Latn,
}

m["kll"] = {
	"Kagan Kalagan",
	"Q18748913",
	"phi",
}

m["klm"] = {
	"Kolom",
	"Q6844970",
	"ngf-mad",
	otherNames = {"Migum"},
	scripts = Latn,
}

m["kln"] = {
	"Kalenjin",
	"Q637228",
	"sdv",
	scripts = Latn,
}

m["klo"] = {
	"Kapya",
	"Q6367410",
	"nic-bco",
}

m["klp"] = {
	"Kamasa",
	"Q6356107",
	"ngf",
}

m["klq"] = {
	"Rumu",
	"Q7379420",
}

m["klr"] = {
	"Khaling",
	"Q56381",
	"sit-kiw",
}

m["kls"] = {
	"Kalasha",
	"Q33416",
	"inc-dar",
}

m["klt"] = {
	"Nukna",
	"Q7068874",
	"ngf-fin",
	scripts = Latn,
}

m["klu"] = {
	"Klao",
	"Q3914866",
	"kro",
}

m["klv"] = {
	"Maskelynes",
	"Q3297282",
	"poz-vnc",
	scripts = Latn,
}

m["klw"] = {
	"Lindu",
	"Q18390055",
	"poz-kal",
	otherNames = {"Tado"},
}

m["klx"] = {
	"Koluwawa",
	"Q6427954",
	"poz-ocw",
	scripts = Latn,
}

m["kly"] = {
	"Kalao",
	"Q6350643",
	"poz",
}

m["klz"] = {
	"Kabola",
	"Q11732258",
	"qfa-tap",
}

m["kma"] = {
	"Konni",
	"Q35680",
	"nic-gur",
}

m["kmb"] = {
	"Kimbundu",
	"Q35891",
	"bnt",
	otherNames = {"North Mbundu"},
	scripts = Latn,
}

m["kmc"] = {
	"Southern Kam",
	"Q35379",
	"qfa-kms",
	otherNames = {"Southern Gam", "Southern Dong"},
	scripts = Latn,
}

m["kmd"] = {
	"Madukayang Kalinga",
	"Q18753305",
	"phi",
}

m["kme"] = {
	"Bakole",
	"Q35068",
	"bnt",
}

m["kmf"] = {
	"Kare (New Guinea)",
	"Q11732286",
	"ngf-mad",
	otherNames = {"Kare", "Kare (Papua New Guinea)"},
	scripts = Latn,
}

m["kmg"] = {
	"Kâte",
	"Q3201059",
	"ngf",
}

m["kmh"] = {
	"Kalam",
	"Q12952550",
	"ngf-mad",
}

m["kmi"] = {
	"Kami",
	"Q3915372",
	"alv-von",
	scripts = Latn,
}

m["kmj"] = {
	"Kumarbhag Paharia",
	"Q3130374",
	"dra",
	otherNames = {"Kumarbhag", "Kumarbhag Pahariya", "Kumar Paharia", "Malto"},
	scripts = {"Beng", "Deva"},
}

m["kmk"] = {
	"Limos Kalinga",
	"Q18753303",
	"phi",
}

m["kml"] = {
	"Tanudan Kalinga",
	"Q18753307",
	"phi",
	otherNames = {"Lower Tanudan Kalinga", "Upper Tanudan Kalinga"},
	scripts = Latn,
}

m["kmm"] = {
	"Kom (India)",
	"Q12952647",
	"tbq-kuk",
	otherNames = {"Kom"},
}

m["kmn"] = {
	"Awtuw",
	"Q3504217",
	"paa-spk",
}

m["kmo"] = {
	"Kwoma",
	"Q11732376",
	"paa-spk",
}

m["kmp"] = {
	"Gimme",
	"Q11152236",
	"alv-sav",
}

m["kmq"] = {
	"Kwama",
	"Q2591184",
}

m["kmr"] = {
	"Northern Kurdish",
	"Q36163",
	"ira-nwi",
	otherNames = {"Kurmanji"},
	scripts = {"Latn", "Cyrl", "Armn", "ku-Arab"},
	ancestors = {"ku"},
	translit_module = "translit-redirect",
	entry_name = {
		from = {"'"},
		to   = {"’"}},
	wikimedia_codes = {"ku"},
}

m["kms"] = {
	"Kamasau",
	"Q6356117",
	"qfa-tor",
	scripts = Latn,
}

m["kmt"] = {
	"Kemtuik",
	"Q6387179",
}

m["kmu"] = {
	"Kanite",
	"Q12952567",
	"paa-kag",
}

m["kmv"] = {
	"Karipúna Creole French",
	"Q2523999",
	"crp",
	otherNames = {"Karipúna French Creole", "Amapá French Creole"},
	ancestors = {"fr"},
}

m["kmw"] = {
	"Kikumu",
	"Q6428450",
	"bnt",
	otherNames = {"Kikomo", "Komo (Democratic Republic of the Congo)", "Komo"},
	scripts = Latn,
}

m["kmx"] = {
	"Waboda",
	"Q7958705",
}

m["kmy"] = {
	"Koma",
	"Q35634",
	"alv-sav",
}

m["kmz"] = {
	"Khorasani Turkish",
	"Q35373",
	"trk-ogz",
	otherNames = {"Khorasani Turkic"},
	ancestors = {"trk-oat"},
}

m["kna"] = {
	"Kanakuru",
	"Q56811",
	"cdc",
	otherNames = {"Dera", "Dera (Nigeria)"},
	scripts = Latn,
}

m["knb"] = {
	"Lubuagan Kalinga",
	"Q12953602",
	"phi",
}

m["knd"] = {
	"Konda",
	"Q11732340",
	"ngf-sbh",
	scripts = Latn,
}

m["kne"] = {
	"Kankanaey",
	"Q18753329",
	"phi",
	scripts = Latn,
}

m["knf"] = {
	"Mankanya",
	"Q35789",
	"alv-pap",
}

m["kni"] = {
	"Kanufi",
	"Q3913297",
	"nic-bco",
	scripts = Latn,
}

m["knj"] = {
	"Akatek",
	"Q34923",
	"myn",
	otherNames = {"Acateco", "Western Kanjobal"},
	scripts = Latn,
}

m["knk"] = {
	"Kuranko",
	"Q3198896",
	"dmn",
	scripts = Latn,
}

m["knl"] = {
	"Keninjal",
	"Q6389309",
	"poz-mly",
}

m["knm"] = { -- two unrelated lects have this name; this is the Katukinian one
	"Kanamari",
	"Q3438373",
	"sai-ktk",
	otherNames = {"Kanamarí", "Katukina-Kanamari", "Kanamare", "Katukína", "Katukina"},
	scripts = Latn,
}

m["kno"] = {
	"Kono (Sierra Leone)",
	"Q35675",
	"dmn",
	otherNames = {"Kono", "Konnoh"},
}

m["knp"] = {
	"Kwanja",
	"Q35641",
	"nic-bod",
	scripts = Latn,
}

m["knq"] = {
	"Kintaq",
	"Q6414335",
	"mkh-asl",
}

m["knr"] = {
	"Kaningra",
	"Q6363253",
	"paa-spk",
}

m["kns"] = {
	"Kensiu",
	"Q6391529",
	"mkh-asl",
}

m["knt"] = {
	"Katukina",
	"Q3194265",
	"sai-pan",
	otherNames = {"Panoan Katukína", "Katukína", "Catuquina", "Waninawa", "Waninnawa", "Kamanawa", "Kamannaua", "Katukina do Jurua", "Katukina of Olinda", "Katukina of Sete Estreles", "Kanamari"},
	scripts = Latn,
}

m["knu"] = { -- a dialect of 'kpe'
	"Kono (Guinea)",
	"Q3198703",
	"dmn",
	otherNames = {"Kono"},
	scripts = Latn,
}

m["knv"] = {
	"Tabo",
	"Q7959888",
	"aav",
}

m["knx"] = {
	"Kendayan",
	"Q6388963",
	"poz-mly",
	otherNames = {"Salako", "Selako", "Ahe"},
	scripts = Latn,
}

m["kny"] = {
	"Kanyok",
	"Q11110766",
	"bnt",
}

m["knz"] = {
	"Kalamsé",
	"Q3914000",
	"nic-gur",
}

m["koa"] = {
	"Konomala",
	"Q3198732",
	"poz-ocw",
	scripts = Latn,
}

m["koc"] = {
	"Kpati",
	"Q3913279",
	"nic-nge",
	scripts = Latn,
}

m["kod"] = {
	"Kodi",
	"Q4577633",
}

m["koe"] = {
	"Kacipo-Balesi",
	"Q5364424",
	"sdv",
}

m["kof"] = {
	"Kubi",
	"Q3438718",
	"cdc",
	scripts = Latn,
}

m["kog"] = {
	"Cogui",
	"Q3198286",
	"cba",
	otherNames = {"Kogi", "Cogi", "Kagaba", "Cagaba", "Cágaba"},
}

m["koh"] = {
	"Koyo",
	"Q35649",
	"bnt",
	scripts = Latn,
}

m["koi"] = {
	"Komi-Permyak",
	"Q56318",
	"urj-prm",
	scripts = {"Cyrl", "Perm"},
	translit_module = "kv-translit",
	override_translit = true,	
}

m["kok"] = {
	"Konkani",
	"Q34239",
	"inc",
	scripts = {"Deva", "Knda", "Mlym", "fa-Arab", "Latn"},
	ancestors = {"pmh"},
}

m["kol"] = {
	"Kol (New Guinea)",
	"Q4227542",
	otherNames = {"Kol", "Kol (Papua New Guina)"},
}

m["koo"] = {
	"Konzo",
	"Q2361829",
	"bnt",
}

m["kop"] = {
	"Waube",
	"Q11732373",
	otherNames = {"Waupe", "Kwato"},
	"ngf-mad",
}

m["koq"] = {
	"Ikota",
	"Q35607",
	"nic-bco",
	otherNames = {"iKota", "Kota (Gabon)", "Kota"},
	scripts = Latn,
}

m["kos"] = {
	"Kosraean",
	"Q33464",
	"poz-mic",
	scripts = Latn,
}

m["kot"] = {
	"Lagwan",
	"Q3502264",
	"cdc-cbm",
	scripts = Latn,
}

m["kou"] = {
	"Koke",
	"Q797249",
	"alv-sav",
}

m["kov"] = {
	"Kudu-Camo",
	"Q3915850",
	"nic-knj",
}

m["kow"] = {
	"Kugama",
	"Q3913307",
	"alv-sav",
}

m["koy"] = {
	"Koyukon",
	"Q28304",
	"ath-nor",
	otherNames = {"Denaakk'e"},
	scripts = Latn,
}

m["koz"] = {
	"Korak",
	"Q6431365",
	"ngf-mad",
}

m["kpa"] = {
	"Kutto",
	"Q3437656",
	"cdc-wst",
}

m["kpb"] = {
	"Mullu Kurumba",
	"Q19573111",
	"dra",
}

m["kpc"] = {
	"Curripaco",
	"Q2882543",
	"awd-nwk",
	otherNames = {"Kurripako"},
	scripts = Latn,
}

m["kpd"] = {
	"Koba",
	"Q6424249",
	"poz",
}

m["kpe"] = {
	"Kpelle",
	"Q35673",
	"dmn",
	scripts = Latn,
}

m["kpf"] = {
	"Komba",
	"Q6428239",
	"ngf",
}

m["kpg"] = {
	"Kapingamarangi",
	"Q35771",
	"poz-pnp",
	scripts = Latn,
}

m["kph"] = {
	"Kplang",
	"Q35628",
	"alv-kwa",
}

m["kpi"] = {
	"Kofei",
	"Q6425665",
	"paa-egb",
}

m["kpj"] = {
	"Karajá",
	"Q10322066",
	"sai-mje",
	scripts = Latn,
}

m["kpk"] = {
	"Kpan",
	"Q3915380",
	"nic-bco",
	scripts = Latn,
}

m["kpl"] = {
	"Kpala",
	"Q11154769",
	"nic-ubg",
	scripts = Latn,
}

m["kpm"] = {
	"Koho",
	"Q3511919",
	"mkh-ban",
	scripts = Latn,
}

m["kpn"] = {
	"Kepkiriwát",
	"Q3195366",
	"tup",
	scripts = Latn,
}

m["kpo"] = {
	"Ikposo",
	"Q35029",
	"alv-kwa",
	scripts = Latn,
}

m["kpp"] = {
	"Paku Karen",
	nil,
}

m["kpq"] = {
	"Korupun-Sela",
	"Q6432769",
	"ngf",
}

m["kpr"] = {
	"Korafe-Yegha",
	"Q11732347",
	"ngf",
}

m["kps"] = {
	"Tehit",
	"Q7694851",
}

m["kpt"] = {
	"Karata",
	"Q56636",
	"cau-ava",
	scripts = Cyrl,
}

m["kpu"] = {
	"Kafoa",
	"Q6346151",
	"qfa-tap",
}

m["kpv"] = {
	"Komi-Zyrian",
	"Q34114",
	"urj-prm",
	otherNames = {"Komi"},
	scripts = Cyrl,
	translit_module = "kv-translit",
	override_translit = true,
}

m["kpw"] = {
	"Kobon",
	"Q11732326",
	"ngf-mad",
}

m["kpx"] = {
	"Mountain Koiari",
	"Q6925030",
	"ngf",
	otherNames = {"Mountain Koiali"},
}

m["kpy"] = {
	"Koryak",
	"Q36199",
	"qfa-cka",
	scripts = Cyrl,
}

m["kpz"] = {
	"Kupsabiny",
	"Q56445",
	"sdv",
}

m["kqa"] = {
	"Mum",
	"Q6935252",
	"ngf-mad",
}

m["kqb"] = {
	"Kovai",
	"Q6434822",
	"ngf",
}

m["kqc"] = {
	"Doromu-Koki",
	"Q5298175",
	"ngf",
}

m["kqd"] = {
	"Koy Sanjaq Surat",
	"Q33463",
	"sem-ara",
}

m["kqe"] = {
	"Kalagan",
	"Q18748906",
	"phi",
}

m["kqf"] = {
	"Kakabai",
	"Q6349119",
	"poz-ocw",
	scripts = Latn,
}

m["kqg"] = {
	"Khe",
	"Q3914015",
	"nic-gur",
}

m["kqh"] = {
	"Kisankasa",
	"Q6416409",
	"sdv",
}

m["kqi"] = {
	"Koitabu",
	"Q6426363",
	"ngf",
}

m["kqj"] = {
	"Koromira",
	"Q6432520",
	"paa-sbo",
}

m["kqk"] = {
	"Kotafon Gbe",
	"Q12952447",
	"alv-gbe",
}

m["kql"] = {
	"Kyenele",
	"Q11732453",
	"paa-yua",
}

m["kqm"] = {
	"Khisa",
	"Q3913955",
	"nic-gur",
}

m["kqn"] = {
	"Kaonde",
	"Q33601",
	"bnt",
	otherNames = {"Chikaonde", "Kawonde"},
	scripts = Latn,
}

m["kqo"] = {
	"Eastern Krahn",
	"Q3915374",
	"kro",
}

m["kqp"] = {
	"Kimré",
	"Q3441210",
	"cdc-est",
}

m["kqq"] = {
	"Krenak",
	"Q6436747",
	"sai-mje",
}

m["kqr"] = {
	"Kimaragang",
	"Q3196845",
	"poz-san",
	scripts = Latn,
}

m["kqs"] = {
	"Northern Kissi",
	"Q19921576",
	"alv-kis",
}

m["kqt"] = {
	"Klias River Kadazan",
	"Q12953594",
	"poz-san",
}

m["kqu"] = {
	"Seroa",
	"Q33127766",
	"khi-tuu",
}

m["kqv"] = {
	"Okolod",
	"Q7082487",
	"poz-san",
}

m["kqw"] = {
	"Kandas",
	"Q3192590",
	"poz-ocw",
	scripts = Latn,
}

m["kqx"] = {
	"Mser",
	"Q3502347",
	"cdc-cbm",
}

m["kqy"] = {
	"Koorete",
	"Q6430753",
	"omv",
}

m["kqz"] = {
	"Korana",
	"Q2756709",
	"khi-khk",
	scripts = Latinx,
}

m["kra"] = {
	"Kumhali",
	"Q13580783",
	"inc",
}

m["krb"] = {
	"Karkin",
	"Q3193345",
	"nai-you",
	scripts = Latn,
}

m["krc"] = {
	"Karachay-Balkar",
	"Q33714",
	"trk",
	scripts = Cyrl,
}

m["krd"] = {
	"Kairui-Midiki",
	"Q12953277",
	"poz-tim",
}

m["kre"] = {
	"Panará",
	"Q3361895",
	"sai-mje",
}

m["krf"] = {
	"Koro (Vanuatu)",
	"Q3198995",
	"poz-oce",
	otherNames = {"Koro"},
	scripts = Latn,
}

m["krh"] = {
	"Kurama",
	"Q35593",
	"nic-knj",
}

m["kri"] = {
	"Krio",
	"Q35744",
	"crp",
	otherNames = {"Sierra Leonean Creole"},
	scripts = Latn,
	ancestors = {"en"},
}

m["krj"] = {
	"Kinaray-a",
	"Q33720",
	"phi",
	scripts = Latn,
}

m["krk"] = {
	"Kerek",
	"Q332792",
	"qfa-cka",
}

m["krl"] = {
	"Karelian",
	"Q33557",
	"fiu-fin",
	scripts = Latn,
}

m["krm"] = {
	"Krim",
	"Q35713",
	"alv",
}

m["krn"] = {
	"Sapo",
	"Q3915386",
	"kro",
}

m["krp"] = {
	"Korop",
	"Q35626",
	"nic-ucr",
	scripts = Latn,
}

m["krr"] = {
	"Kru'ng",
	"Q12953650",
	"mkh-ban",
	otherNames = {"Krung", "Kreung", "Krüng"},
}

m["krs"] = {
	"Kresh",
	"Q56674",
	"csu",
	otherNames = {"Gbaya"},
}

m["kru"] = {
	"Kurukh",
	"Q33492",
	"dra",
	otherNames = {"Kurux"},
	scripts = Deva,
}

m["krv"] = {
	"Kavet",
	"Q12953649",
	"sai-ktk",
	otherNames = {"Kravet"},
	scripts = Latn,
}

m["krw"] = {
	"Western Krahn",
	"Q10975611",
	"kro",
}

m["krx"] = {
	"Karon",
	"Q35704",
	"alv-jol",
}

m["kry"] = {
	"Kryts",
	"Q35861",
	"cau-lzg",
	otherNames = {"Kryc", "Kryz"},
}

m["krz"] = {
	"Sota Kanum",
	"Q12952568",
	"paa-yam",
}

m["ksa"] = {
	"Shuwa-Zamani",
	"Q3913929",
	"nic-knj",
}

m["ksb"] = {
	"Shambala",
	"Q3788739",
	"bnt",
	otherNames = {"Shambaa"},
	scripts = Latn,
}

m["ksc"] = {
	"Southern Kalinga",
	"Q18753301",
	"phi",
}

m["ksd"] = {
	"Tolai",
	"Q35870",
	"poz-ocw",
	otherNames = {"Kuanua"},
	scripts = Latn,
}

m["kse"] = {
	"Kuni",
	"Q6444619",
	"poz-ocw",
	scripts = Latn,
}

m["ksf"] = {
	"Bafia",
	"Q34930",
	"bnt",
}

m["ksg"] = {
	"Kusaghe",
	"Q3200638",
	"poz-ocw",
	scripts = Latn,
}

m["ksi"] = {
	"Krisa",
	"Q841704",
	"paa-msk",
	scripts = Latn,
}

m["ksj"] = {
	"Uare",
	"Q6450052",
	"ngf",
}

m["ksk"] = {
	"Kansa",
	"Q3192772",
	"sio-dhe",
}

m["ksl"] = {
	"Kumalu",
	"Q17584381",
	"poz-ocw",
	scripts = Latn,
}

m["ksm"] = {
	"Kumba",
	"Q3913972",
	"alv-sav",
}

m["ksn"] = {
	"Kasiguranin",
	"Q6374525",
	"phi",
}

m["kso"] = {
	"Kofa",
	"Q56278",
	"cdc-cbm",
}

m["ksp"] = {
	"Kaba",
	"Q3915316",
	"csu-sar",
}

m["ksq"] = {
	"Kwaami",
	"Q3440525",
	"cdc-wst",
}

m["ksr"] = {
	"Borong",
	"Q4946263",
	"ngf",
}

m["kss"] = {
	"Southern Kissi",
	"Q11028974",
	"alv-kis",
}

m["kst"] = {
	"Winyé",
	"Q3913360",
	"nic-gur",
}

m["ksu"] = {
	"Khamyang",
	"Q6583541",
	"tai-swe",
}

m["ksv"] = {
	"Kusu",
	"Q6448199",
	"bnt",
}

m["ksw"] = {
	"S'gaw Karen",
	"Q56410",
	"kar",
	otherNames = {"S'gaw Kayin", "S'gaw", "White Karen"},
	scripts = {"Mymr"},
	translit_module = "ksw-translit",
}

m["ksx"] = {
	"Kedang",
	"Q6382520",
	"poz",
	scripts = Latn,
}

m["ksy"] = {
	"Kharia Thar",
	"Q6400661",
	"inc",
	ancestors = {"inc-mgd"},
}

m["ksz"] = {
	"Kodaku",
	"Q21179986",
	"mun",
}

m["kta"] = {
	"Katua",
	"Q6378404",
	"mkh-ban",
}

m["ktb"] = {
	"Kambaata",
	"Q35664",
	"cus",
}

m["ktc"] = {
	"Kholok",
	"Q3440464",
	"cdc-wst",
}

m["ktd"] = {
	"Kokata",
	"Q10547021",
	"aus-pam",
}

m["ktf"] = {
	"Kwami",
	"Q12952687",
	"bnt",
}

m["ktg"] = {
	"Kalkatungu",
	"Q3914057",
	"aus-pam",
	otherNames = {"Kalkutungu", "Galgadungu", "Kalkutung", "Kalkadoon", "Galgaduun"},
	scripts = Latn,
}

m["kth"] = {
	"Karanga",
	"Q713643",
}

m["kti"] = {
	"North Muyu",
	"Q20857698",
	otherNames = {"Kati"},
	"ngf",
	scripts = Latn,
}

m["ktj"] = {
	"Plapo Krumen",
	"Q10975356",
}

m["ktk"] = {
	"Kaniet",
	"Q3399050",
	"poz-aay",
	scripts = Latn,
}

m["ktl"] = {
	"Koroshi",
	"Q3775265",
	"ira-nwi",
	ancestors = {"bal"},
}

m["ktm"] = {
	"Kurti",
	"Q3200615",
	"poz-aay",
	scripts = Latn,
}

m["ktn"] = {
	"Karitiâna",
	"Q3112184",
	"tup",
	otherNames = {"Caritiana"},
	scripts = Latn,
}

m["kto"] = {
	"Kuot",
	"Q56537",
}

m["ktp"] = {
	"Kaduo",
	"Q769809",
	"tbq-lol",
	otherNames = {"Khatu"},
}

m["ktq"] = {
	"Katabaga",
	"Q3193895",
}

m["ktr"] = {
	"Kota Marudu Tinagas",
	"Q18642280",
}

m["kts"] = {
	"South Muyu",
	"Q42308820",
	"ngf",
	scripts = Latn,
}

m["ktt"] = {
	"Ketum",
	"Q12952616",
	"ngf",
}

m["ktu"] = {
	"Kituba",
	"Q35746",
	"crp",
	otherNames = {"Munukutuba", "Kikongo-Kituba", "Kikongo", "Kikongo ya leta", "Kibulamatadi", "Kikwango", "Ikeleve", "Kizabave"},
	scripts = Latn,
	ancestors = {"kg"},
}

m["ktv"] = {
	"Eastern Katu",
	"Q22808951",
	"mkh-kat",
}

m["ktw"] = {
	"Kato",
	"Q20831",
	"ath-pco",
	otherNames = {"Cahto"},
	scripts = Latn,
}

m["ktx"] = {
	"Kaxararí",
	"Q6380124",
	"sai-pan",
	scripts = Latn,
}

m["kty"] = {
	"Kango",
	"Q6362818",
	"bnt",
	otherNames = {"Kango (Bas-Uélé District)"}, -- distinct in name, but not necessarily in identity, from 'kzy'
	scripts = Latn,
}

m["ktz"] = {
	"Juǀ'hoan",
	"Q1192295",
	"khi-kxa",
	otherNames = {"Zhuǀ'hoan", "ǂKxʼauǁʼein", "ǁAuǁei", "ǁAuǁen", "Auen", "Kaukau", "Koko", "Kung-Gobabis", "‡Kx'auǁ'ei", "ǂKx'auǁ'ein", "ǁX'auǁ'e", "Juǀ'hoansi"},
	scripts = Latn,
}

m["kub"] = {
	"Kutep",
	"Q35645",
	"nic-bco",
}

m["kuc"] = {
	"Kwinsu",
	"Q6450460",
	"paa-tkw",
}

m["kud"] = {
	"Auhelawa",
	"Q5166",
	"poz-ocw",
	otherNames = {"'Auhelawa"},
	scripts = Latn,
}

m["kue"] = {
	"Kuman",
	"Q137525",
	"ngf",
	otherNames = {"Simbu", "Chimbu"},
	scripts = Latn,
}

m["kuf"] = {
	"Western Katu",
	"Q6378400",
	"mkh-kat",
	scripts = {"Laoo", "Tale"},
}

m["kug"] = {
	"Kupa",
	"Q3915336",
	"alv-von",
}

m["kuh"] = {
	"Kushi",
	"Q3438747",
	"cdc-wst",
}

m["kui"] = {
	"Kuikúro",
	"Q3915522",
	"sai-car",
	otherNames = {"Kuikúro-Kalapálo", "Kuikuro", "Apalakiri"},
	scripts = Latn,
}

m["kuj"] = {
	"Kuria",
	"Q6445968",
	"bnt",
	scripts = Latn,
}

m["kuk"] = {
	"Kepo'",
	"Q6393217",
	"poz",
}

m["kul"] = {
	"Kulere",
	"Q3440506",
	"cdc-wst",
	otherNames = {"Tof", "Korom Boye", "Akandi", "Akande", "Kande", "Richa"},
}

m["kum"] = {
	"Kumyk",
	"Q36209",
	"trk",
	scripts = Cyrl,
}

m["kun"] = {
	"Kunama",
	"Q36041",
}

m["kuo"] = {
	"Kumukio",
	"Q11732362",
	"ngf",
}

m["kup"] = {
	"Kunimaipa",
	"Q6444696",
}

m["kuq"] = {
	"Karipuna",
	"Q6371071",
	"tup-gua",
	scripts = Latn,
}

m["kus"] = {
	"Kusaal",
	"Q35708",
	"nic-gur",
}

m["kut"] = {
	"Kutenai",
	"Q33434",
}

m["kuu"] = {
	"Upper Kuskokwim",
	"Q28062",
	"ath-nor",
}

m["kuv"] = {
	"Kur",
	"Q12635082",
	"poz-cma",
	scripts = Latn,
}

m["kuw"] = {
	"Kpagua",
	"Q11137573",
	"bad",
}

m["kux"] = {
	"Kukatja",
	"Q10549839",
	"aus-pam",
}

m["kuy"] = {
	"Kuuku-Ya'u",
	"Q10550697",
	"aus-pmn",
}

m["kuz"] = {
	"Kunza",
	"Q2669181",
}

m["kva"] = {
	"Bagvalal",
	"Q56638",
	"cau-ava",
}

m["kvb"] = {
	"Kubu",
	"Q6441341",
	"poz-mly",
}

m["kvc"] = {
	"Kove",
	"Q3199402",
	"poz-ocw",
	scripts = Latn,
}

m["kvd"] = {
	"Kui (Indonesia)",
	"Q6442230",
	"ngf",
	otherNames = {"Kui"},
}

m["kve"] = {
	"Kalabakan",
	"Q6350003",
	"poz-san",
}

m["kvf"] = {
	"Kabalai",
	"Q3440427",
	"cdc-est",
}

m["kvg"] = {
	"Kuni-Boazi",
	"Q2907551",
	"ngf",
}

m["kvh"] = {
	"Komodo",
	"Q3198565",
	"poz-cet",
}

m["kvi"] = {
	"Kwang",
	"Q3440398",
	"cdc-est",
	scripts = Latn,
}

m["kvj"] = {
	"Psikye",
	"Q56304",
	"cdc-cbm",
}

m["kvk"] = {
	"Korean Sign Language",
	"Q3073428",
	"sgn-jsl",
}

m["kvl"] = {
	"Brek Karen",
	"Q12952577",
	"kar",
}

m["kvm"] = {
	"Kendem",
	"Q35751",
	"nic-mam",
	scripts = Latn,
}

m["kvn"] = {
	"Border Kuna",
	"Q31777873",
	"cba",
}

m["kvo"] = {
	"Dobel",
	"Q5286559",
	"poz",
}

m["kvp"] = {
	"Kompane",
	"Q18343041",
	"poz",
}

m["kvq"] = {
	"Geba Karen",
	"Q12952581",
	"kar",
}

m["kvr"] = {
	"Kerinci",
	"Q3195442",
	"poz-mly",
}

m["kvt"] = {
	"Lahta Karen",
	"Q12952582",
	"kar",
}

m["kvu"] = {
	"Yinbaw Karen",
	"Q14426328",
	"kar",
}

m["kvv"] = {
	"Kola",
	"Q6426967",
	"poz",
}

m["kvw"] = {
	"Wersing",
	"Q7983599",
	"qfa-tap",
}

m["kvx"] = {
	"Parkari Koli",
	"Q3244176",
	"inc",
	ancestors = {"psu"},
}

m["kvy"] = {
	"Yintale Karen",
	"Q14426329",
	"kar",
}

m["kvz"] = {
	"Tsakwambo",
	"Q7849438",
	"ngf",
}

m["kwa"] = {
	"Dâw",
	"Q3042278",
	"sai-nad",
}

m["kwb"] = {
	"Baa",
	"Q34842",
	"alv",
	otherNames = {"Kwa"},
}

m["kwc"] = {
	"Likwala",
	"Q35597",
	"bnt",
}

m["kwd"] = {
	"Kwaio",
	"Q3200796",
	"poz-sls",
	scripts = Latn,
}

m["kwe"] = {
	"Kwerba",
	"Q6450328",
	"paa-tkw",
}

m["kwf"] = {
	"Kwara'ae",
	"Q3200829",
	"poz-oce",
}

m["kwg"] = {
	"Sara Kaba Deme",
	"Q3915384",
	"csu",
}

m["kwh"] = {
	"Kowiai",
	"Q6435028",
	"poz",
}

m["kwi"] = {
	"Awa-Cuaiquer",
	"Q2603103",
	"sai-bar",
	otherNames = {"Awa", "Cuaiquer", "Awa Pit", "Awapit", "Kwaiker", "Coaiquer", "Quaiquer"},
	scripts = Latn,
}

m["kwj"] = {
	"Kwanga",
	"Q3438383",
	"paa-spk",
}

m["kwk"] = {
	"Kwak'wala",
	"Q2640628",
	"wak",
	scripts = Latn,
}

m["kwl"] = {
	"Kofyar",
	"Q3441382",
	"cdc-wst",
	scripts = Latn,
}

m["kwm"] = {
	"Kwambi",
	"Q3487165",
	"bnt",
}

m["kwn"] = {
	"Kwangali",
	"Q36334",
	"bnt",
	scripts = Latn,
}

m["kwo"] = {
	"Kwomtari",
	"Q3508116",
}

m["kwp"] = {
	"Kodia",
	"Q3914867",
	"kro",
}

m["kwq"] = {
	"Kwak",
	"Q11014183",
	"nic-grf",
}

m["kwr"] = {
	"Kwer",
	"Q12635137",
	"ngf-okk",
}

m["kws"] = {
	"Kwese",
	"Q3200846",
	"bnt",
}

m["kwt"] = {
	"Kwesten",
	"Q6450354",
	"paa-tkw",
}

m["kwu"] = {
	"Kwakum",
	"Q35624",
	"bnt",
}

m["kwv"] = {
	"Sara Kaba Náà",
	"Q3915361",
	"csu",
	otherNames = {"Sara Dunjo"},
}

m["kww"] = {
	"Kwinti",
	"Q721182",
}

m["kwx"] = {
	"Khirwar",
	"Q12976968",
	"dra",
}

m["kwz"] = {
	"Kwadi",
	"Q2364661",
	"khi-kkw",
	scripts = Latn,
}

m["kxa"] = {
	"Kairiru",
	"Q3398785",
	"poz-ocw",
	scripts = Latn,
}

m["kxb"] = {
	"Krobu",
	"Q35586",
	"alv-kwa",
	scripts = Latn,
}

m["kxc"] = {
	"Khonso",
	"Q56624",
	"cus",
}

m["kxd"] = {
	"Brunei Malay",
	"Q3182878",
	"poz-mly",
	otherNames = {"Brunei"},
	scripts = Latn,
}

m["kxe"] = {
	"Kakihum",
	"Q3914433",
	"nic-knj",
}

m["kxf"] = {
	"Manumanaw Karen",
	"Q12952592",
	"kar",
	scripts = {"Mymr", "Latn"},
}

m["kxh"] = {
	"Karo",
	"Q3447116",
	"omv",
}

m["kxi"] = {
	"Keningau Murut",
	"Q6389308",
	"poz-san",
	otherNames = {"Nabay", "Nabaay"},
	scripts = Latn,
}

m["kxj"] = {
	"Kulfa",
	"Q713654",
	"csu",
}

m["kxk"] = {
	"Zayein Karen",
	"Q14352960",
	"kar",
}

m["kxl"] = {
	"Nepali Kurux",
	"Q3200624",
	"dra",
	scripts = Deva,
}

m["kxm"] = {
	"Northern Khmer",
	"Q3502234",
	"mkh",
	otherNames = {"Thai Khmer", "Surin Khmer"},
	scripts = {"Thai", "Khmr"},
	sort_key = {
		from = {"%p", "[็-๎]", "([เแโใไ])([ก-ฮ])"},
		to   = {"", "", "%2%1"}},
}

m["kxn"] = {
	"Kanowit",
	"Q6364300",
	"poz-bnn",
	otherNames = {"Tanjong", "Kanowit-Tanjong Melanau"},
	scripts = Latn,
}

m["kxo"] = {
	"Kanoé",
	"Q4356223",
}

m["kxp"] = {
	"Wadiyara Koli",
	"Q12953645",
	"inc",
}

m["kxq"] = {
	"Smärky Kanum",
	"Q12952569",
	"paa-yam",
}

m["kxr"] = {
	"Koro (New Guinea)",
	"Q3198994",
	"poz-oce",
	otherNames = {"Koro (Papua New Guinea)", "Koro"},
	scripts = Latn,
}

m["kxs"] = {
	"Kangjia",
	"Q3182570",
	"xgn",
}

m["kxt"] = {
	"Koiwat",
	"Q6426388",
	"paa-spk",
}

m["kxu"] = {
	"Kui (India)",
	"Q33919",
	"dra",
	otherNames = {"Kui", "Kuy"},
	scripts = {"Orya"},
}

m["kxv"] = {
	"Kuvi",
	"Q3200721",
	"dra",
	scripts = {"Orya"},
}

m["kxw"] = {
	"Konai",
	"Q11732339",
}

m["kxx"] = {
	"Likuba",
	"Q35646",
	"bnt",
}

m["kxy"] = {
	"Kayong",
	"Q6380673",
	"mkh",
}

m["kxz"] = {
	"Kerewo",
	"Q6393847",
}

m["kya"] = {
	"Kwaya",
	"Q6450276",
	"bnt",
	scripts = Latn,
}

m["kyb"] = {
	"Butbut Kalinga",
	"Q18753300",
	"phi",
}

m["kyc"] = {
	"Kyaka",
	"Q12952690",
	"paa-eng",
}

m["kyd"] = {
	"Karey",
	"Q6370196",
	"poz",
}

m["kye"] = {
	"Krache",
	"Q35658",
	"alv-kwa",
}

m["kyf"] = {
	"Kouya",
	"Q35595",
	"kro",
}

m["kyg"] = {
	"Keyagana",
	"Q6398208",
	"paa-kag",
}

m["kyh"] = {
	"Karok",
	"Q1288440",
	"qfa-iso",
	otherNames = {"Karuk"},
	scripts = Latn,
}

m["kyi"] = {
	"Kiput",
	"Q3038653",
	"poz-swa",
	scripts = Latn,
}

m["kyj"] = {
	"Karao",
	"Q3192950",
	"phi",
}

m["kyk"] = {
	"Kamayo",
	"Q3192339",
	"phi",
}

m["kyl"] = {
	"Kalapuya",
	"Q3192120",
}

m["kym"] = {
	"Kpatili",
	"Q3913982",
	"znd",
}

m["kyn"] = {
	"Karolanos",
	"Q6373093",
	"phi",
}

m["kyo"] = {
	"Kelon",
	"Q6386414",
	"ngf",
}

m["kyp"] = {
	"Kang",
	"Q25559558",
	"tai",
}

m["kyq"] = {
	"Kenga",
	"Q35707",
	"csu",
}

m["kyr"] = {
	"Kuruáya",
	"Q3200633",
	"tup",
	otherNames = {"Caravare", "Curuaia", "Kuruaia"},
	scripts = Latn,
}

m["kys"] = {
	"Baram Kayan",
	"Q2883794",
	"poz",
}

m["kyt"] = {
	"Kayagar",
	"Q6380394",
	"ngf",
}

m["kyu"] = {
	"Western Kayah",
	"Q12952596",
	"kar",
	scripts = {"Kali", "Mymr", "Latn"},
	translit_module = "Kali-translit",
}

m["kyv"] = {
	"Kayort",
	"Q6380675",
	"inc",
	scripts = {"as-Beng"},
	ancestors = {"inc-mgd"},
}

m["kyw"] = {
	"Kudmali",
	"Q6446173",
	"inc",
	ancestors = {"bh"},
	otherNames = {"Kurmali"},
}

m["kyx"] = {
	"Rapoisi",
	"Q7294279",
	"paa-nbo",
	otherNames = {"Konua"},
}

m["kyy"] = {
	"Kambaira",
	"Q6356254",
	"paa-kag",
}

m["kyz"] = {
	"Kayabí",
	"Q6380372",
	"tup-gua",
	scripts = Latn,
}

m["kza"] = {
	"Western Karaboro",
	"Q36601",
	"alv",
}

m["kzb"] = {
	"Kaibobo",
	"Q6347565",
	"poz-cma",
}

m["kzc"] = {
	"Bondoukou Kulango",
	"Q11031321",
	"alv-sav",
}

m["kzd"] = {
	"Kadai",
	"Q7679471",
	"poz-cma",
	scripts = Latn,
}

m["kze"] = {
	"Kosena",
	"Q12952663",
	"ngf",
	scripts = Latn,
}

m["kzf"] = {
	"Da'a Kaili",
	"Q33103997",
	"poz-kal",
	otherNames = {"Tado", "Inde", "Pekava", "West Kaili"},
	scripts = Latn,
}

m["kzg"] = {
	"Kikai",
	"Q3196527",
	"jpx-ryu",
	scripts = {"Jpan"},
}

m["kzh"] = {
	"Dongolawi",
	"Q5295991",
	"nub",
	otherNames = {"Kenuzi-Dongola", "Andaandi", "Kenzi", "Mattoki"},
	scripts = Latn,
}

m["kzi"] = {
	"Kelabit",
	"Q6385445",
	"poz-swa",
	scripts = Latn,
}

m["kzj"] = {
	"Coastal Kadazan",
	"Q3307195",
	"poz-san",
	scripts = Latn,
}

m["kzk"] = {
	"Kazukuru",
	"Q1089069",
	"poz-ocw",
	otherNames = {"Dororo", "Guliguli"},
}

m["kzl"] = {
	"Kayeli",
	"Q4207444",
	"poz-cma",
	scripts = Latn,
}

m["kzm"] = {
	"Kais",
	"Q6348319",
	"paa",
	scripts = Latn,
}

m["kzn"] = {
	"Kokola",
	"Q11128329",
	"bnt",
	scripts = Latn,
}

m["kzo"] = {
	"Kaningi",
	"Q35683",
	"bnt",
}

m["kzp"] = {
	"Kaidipang",
	"Q6347611",
	"phi",
}

m["kzq"] = {
	"Kaike",
	"Q10951226",
	"sit-tam",
}

m["kzr"] = {
	"Karang",
	"Q35681",
	"alv-mbm",
	scripts = Latn,
}

m["kzs"] = {
	"Sugut Dusun",
	"Q12953510",
	"poz-san",
	scripts = Latn,
}

m["kzt"] = {
	"Tambunan Dusun",
	"Q12953514",
	"poz-san",
	scripts = Latn,
}

m["kzu"] = {
	"Kayupulau",
	"Q6380723",
	"poz-ocw",
}

m["kzv"] = {
	"Komyandaret",
	"Q6428671",
	"ngf-okk",
	scripts = Latn,
}

m["kzw"] = { -- contrast xoo, sai-kat, sai-xoc, the last of which the ISO conflated into this code
	"Kariri",
	"Q12953620",
	"sai-mje",
	otherNames = {"Kipeá", "Quipea", "Kamurú", "Camuru", "Dzubukuá", "Dzubucua", "Karirí", "Sabujá", "Sapoyá", "Pedra Branca"},
	scripts = Latn,
}

m["kzx"] = {
	"Kamarian",
	"Q6356040",
	"poz-cma",
	scripts = Latn,
}

m["kzy"] = {
	"Kango-Sua",
	"Q11008360",
	"bnt",
	otherNames = {"Kango", "Kango (Tshopo District)"}, -- distinct in name, but not necessarily in identity, from 'kty'
	scripts = Latn,
}

m["kzz"] = {
	"Kalabra",
	"Q6350038",
	"paa",
	scripts = Latn,
}

return m