Module:Languages/data3/k
在"incategory ..."过滤器后添加搜索文字:
该模块包含了以"k為開頭的三字母語言代碼"之定义和元数据。欲见其他相关资讯,请参见附录:语言列表。
此模块不得直接用于其他模块或模板。资料与数据应通过Module:languages获取。
必填值
表中的每个项目必须包含以下索引字段:
1- 该语言的“规范”名称,旧版模块中写作
canonicalName。这是维基词典词条和分类名称中使用的名字。 2- 该语言在维基数据的ID(以Q开头)。这取代了旧的
wikipedia_article属性。若该语言在维基数据没有对应的实体,可将其设为nil。
选填值
3- 该语言所属的语系,请参见Wiktionary:语系。
属性 entry_name 和 sort_key 用于替换文本;它们替换或删除某些字符或字符集。其工作原理相似,且都是可选的。它们都可以是表,sort_key 可以是一个模块的名称,该模块接收一个条目名并生成一个排序键(用于在类别页面上对条目进行排序)。
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 expressions) 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 (ōs→os), as these are not used in the normal written form of these languages. This is used bymakeEntryNamein 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
makeSortKeyin Module:languages.
These are other optional values:
otherNames- 该语言除了标准名称外的所有名称的表格。该表格不仅应包括该语言的同义词,而且应包括指归入同一类别的语言变体的名称。例如,虽然佛兰芒语不是荷兰语的同义词,但佛兰芒语被认为是荷兰语的“一部分”,因此该名称被列入荷兰语其中。
type- 语言的类型(会影响它在Wiktionary上的处理方式)。可用的值包括:
regular-这个值是默认值,所以不需要特别指定。这表示该语言的词汇符合Wiktionary:收录标准,因此被允许放在主命名空间中。该语言可能也有重构的词汇,则这些词汇应被放在重构(Reconstructed)命名空间中,且必须在前面加“*”表示重构。(注:中文维基词典暂无 Reconstructed 空间。)reconstructed- 此语言不符合Wiktionary:收录标准,因此只允许在重构命名空间中使用。这类语言中的所有词汇都是重建得到的,必须在前面加上“*”。appendix-constructed- 这种语言已经通过验证,但不符合对重构语言的额外要求(Wiktionary:收录标准#构建语言)。因此,其词汇必须放在附录(Appendix)命名空间中;又因为它们不是透过重建得到的,因此不应该在链接中加上“*”前缀。
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
findBestScriptfunction 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
trthat 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), andine-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 anancestorstable; Proto-Indo-European will be automatically returned as its ancestor by thegetAncestorsfunction. 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 Arab = {"Arab"}
local Cyrl = {"Cyrl"}
local Deva = {"Deva"}
local Latn = {"Latn"}
local m = {}
m["kaa"] = {
"卡拉卡爾帕克語",
"Q33541",
"trk-kno",
otherNames = {"Karakalpak"},
scripts = {"Latn", "Cyrl"},
}
m["kab"] = {
"卡拜爾語",
"Q35853",
"ber",
otherNames = {"Kabyle"},
scripts = Latn,
}
m["kac"] = {
"景頗語",
"Q33332",
"sit-jnp",
otherNames = {"Jingpho", "Kachin"},
scripts = {"Latn", "Mymr"},
}
m["kad"] = {
"Kadara",
"Q3914011",
"nic-plc",
scripts = Latn,
}
m["kae"] = {
"凱達格蘭語",
"Q2779411",
"map",
otherNames = {"Ketangalan", "Luilang", "雷朗語"}, --共用同一語言代碼
scripts = {"Latn"},
}
m["kaf"] = {
"Katso",
"Q246122",
"tbq-lol",
otherNames = {"Kazhuo"},
}
m["kag"] = {
"Kajaman",
"Q6348863",
"poz",
scripts = Latn,
}
m["kah"] = {
"Fer",
"Q5443742",
"csu-bgr",
otherNames = {"Kara"},
scripts = Latn,
}
m["kai"] = {
"Karekare",
"Q3438770",
"cdc-wst",
scripts = Latn,
}
m["kaj"] = {
"卡捷語",
"Q35401",
"nic-plc",
scripts = Latn,
}
m["kak"] = {
"卡亞帕卡拉漢語",
"Q3192220",
"phi",
otherNames = {"Kayapa Kallahan"},
scripts = Latn,
}
m["kam"] = {
"卡姆巴語",
"Q2574767",
"bnt-kka",
otherNames = {"Kamba", "Kikamba", "坎巴語", "康巴語"},
scripts = Latn,
}
m["kao"] = {
"Kassonke",
"Q36905",
"dmn-wmn",
otherNames = {"Khasonke", "Kasonke", "Khassonké"},
scripts = Latn,
}
m["kap"] = {
"別日塔語",
"Q33054",
"cau-tsz",
otherNames = {"Bezhta", "Bezheta", "Kapucha", "Bezhita"},
scripts = Cyrl,
translit_module = "kap-translit",
}
m["kaq"] = {
"Capanahua",
"Q2937196",
"sai-pan",
otherNames = {"Kapanawa"},
scripts = Latn,
}
m["kaw"] = {
"古爪哇語",
"Q49341",
"poz-sus",
otherNames = {"Old Javanese", "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"] = {
"卡拉爾科語",
"Q5517764",
"aus-pam",
otherNames = {"Kalarko"},
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"] = {
"卡巴爾達語",
"Q33522",
"cau-cir",
otherNames = {"Kabardian", "East Circassian"},
scripts = Cyrl,
translit_module = "kbd-translit",
override_translit = true,
}
m["kbe"] = {
"坎朱語",
"Q10543322",
"aus-pam",
otherNames = {"Kanju", "Kaanytju", "Kandju", "Kaantyu", "Gandju", "Gandanju", "Kamdhue", "Kandyu", "Kanyu"},
scripts = Latn,
}
m["kbh"] = {
"Camsá",
"Q2842667",
"qfa-iso",
scripts = Latn,
}
m["kbi"] = {
"Kaptiau",
"Q6367294",
"poz-oce",
scripts = Latn,
}
m["kbj"] = {
"Kari",
"Q6370438",
"bnt-boa",
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",
"alv-mbm",
otherNames = {"Kare (Central African Republic)", "Mbum Kare"},
scripts = Latn,
}
m["kbo"] = {
"Keliko",
"Q11275553",
"csu-mma",
}
m["kbp"] = {
"Kabiyé",
"Q35475",
"nic-gne",
otherNames = {"Kabiye", "Kabye"},
scripts = Latn,
}
m["kbq"] = {
"Kamano",
"Q11732272",
"paa-kag",
scripts = Latn,
}
m["kbr"] = {
"Kafa",
"Q35481",
"omv-gon",
scripts = {"Ethi", "Latn"},
}
m["kbs"] = {
"Kande",
"Q35556",
"bnt-tso",
scripts = Latn,
}
m["kbt"] = {
"Gabadi",
"Q3291159",
"poz-ocw",
scripts = Latn,
}
m["kbu"] = {
"卡布特拉語",
"Q10966761",
"inc-wes",
otherNames = {"Kabutra"},
ancestors = {"raj"},
}
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"] = {
"漢特語",
"Q33563",
"urj-ugr",
otherNames = {"Khanty"},
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-kau",
}
m["kcf"] = {
"Ukaan",
"Q36651",
"nic-bco",
}
m["kcg"] = {
"卡塔布語",
"Q3912765",
"nic-plc",
}
m["kch"] = {
"Vono",
"Q3913920",
"nic-kau",
}
m["kci"] = {
"Kamantan",
"Q3914019",
"nic-plc",
}
m["kcj"] = {
"Kobiana",
"Q35609",
"alv-nyn",
}
m["kck"] = {
"Kalanga",
"Q33672",
"bnt-sho",
scripts = Latn,
}
m["kcl"] = {
"Kala",
"Q6349982",
"poz-ocw",
otherNames = {"Kela", "Gela"},
scripts = Latn,
}
m["kcm"] = {
"Tar Gula",
"Q277963",
"csu-bba",
}
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-wjk",
}
m["kcr"] = {
"Katla",
"Q35688",
"nic-ktl",
}
m["kcs"] = {
"Koenoem",
"Q3438755",
"cdc-wst",
}
m["kct"] = {
"Kaian",
"Q6347538",
"paa-ram",
}
m["kcu"] = {
"Kikami",
"Q3915212",
"bnt-ruv",
otherNames = {"Kami"},
scripts = Latn,
}
m["kcv"] = {
"Kete",
"Q3195598",
"bnt-lub",
}
m["kcw"] = {
"Kabwari",
"Q6344539",
"bnt-glb",
}
m["kcx"] = {
"Kachama-Ganjule",
"Q12634070",
"omv-eom",
}
m["kcy"] = {
"Korandje",
"Q33427",
"son",
}
m["kcz"] = {
"Konongo",
"Q11732345",
"bnt-tkm",
scripts = Latn,
}
m["kda"] = {
"沃里米語",
"Q3914062",
"aus-pam",
otherNames = {"Worimi", "Gadang", "Gadhang", "Gadjang", "Kattang", "Kutthung"},
scripts = Latn,
}
m["kdc"] = {
"Kutu",
"Q6448634",
"bnt-ruv",
}
m["kdd"] = {
"揚昆塔賈拉語",
"Q34207",
"aus-pam",
otherNames = {"Yankunytjatjara"},
scripts = Latn,
}
m["kde"] = {
"馬孔德語",
"Q35172",
"bnt-rvm",
scripts = Latn,
}
m["kdf"] = {
"Mamusi",
"Q6746036",
"poz-ocw",
scripts = Latn,
}
m["kdg"] = {
"Seba",
"Q7442316",
"bnt-sbi",
scripts = Latn,
}
m["kdh"] = {
"Tem",
"Q36531",
"nic-gne",
}
m["kdi"] = {
"Kumam",
"Q6443410",
"sdv-los",
otherNames = {"Kuman"},
}
m["kdj"] = {
"卡拉莫瓊語",
"Q56326",
"sdv-ttu",
otherNames = {"Karamojong"},
scripts = Latn,
}
m["kdk"] = {
"Numee",
"Q3346774",
"poz-cln",
}
m["kdl"] = {
"Tsikimba",
"Q3914404",
"nic-kam",
}
m["kdm"] = {
"Kagoma",
"Q3914420",
"nic-plc",
}
m["kdn"] = {
"Kunda",
"Q4121130",
"bnt-sna",
}
m["kdp"] = {
"Kaningdon-Nindem",
"Q3914956",
"nic-nin",
}
m["kdq"] = {
"科奇語",
"Q56431",
"tbq-bdg",
otherNames = {"Koch"},
}
m["kdr"] = {
"卡拉伊姆語",
"Q33725",
"trk-kcu",
otherNames = {"Karaim"},
scripts = {"Cyrl", "Latn", "Hebr"},
}
m["kdt"] = {
"歸語",
"Q56310",
"mkh-kat",
otherNames = {"Kuy"},
}
m["kdu"] = {
"Kadaru",
"Q35441",
"nub-hil",
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",
"alv-wjk",
}
m["kdy"] = {
"Keder",
"Q6383641",
"paa-tkw",
}
m["kdz"] = {
"Kwaja",
"Q11128866",
"nic-nka",
otherNames = {"Ndaktup", "Ncha", "Bitwi"},
scripts = Latn,
}
m["kea"] = {
"佛得角克里奧爾語",
"Q35963",
"crp",
otherNames = {"Kabuverdianu", "Cape Verdean Creole", "Kriolu", "Creole", "Barlavento", "Sotavento"},
scripts = Latn,
ancestors = {"pt"},
}
m["keb"] = {
"Kélé",
"Q35559",
"bnt-kel",
}
m["kec"] = {
"Keiga",
"Q3409311",
"qfa-kad",
scripts = Latn,
}
m["ked"] = {
"Kerewe",
"Q6393846",
"bnt-haj",
}
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"] = {
"凱克奇語",
"Q35536",
"myn",
otherNames = {"Q'eqchi"},
scripts = Latn,
}
m["kel"] = {
"Kela-Yela",
"Q6385426",
"bnt-mon",
otherNames = {"Kela", "Yela"},
scripts = Latn,
}
m["kem"] = {
"克馬克語",
"Q35549",
otherNames = {"Kemak"},
"poz-tim",
}
m["ken"] = {
"肯揚語",
"Q35650",
"nic-mam",
scripts = Latn,
}
m["keo"] = {
"Kakwa",
"Q3033547",
"sdv-bri",
}
m["kep"] = {
"Kaikadi",
"Q6347757",
"dra",
}
m["keq"] = {
"卡馬爾語",
"Q14916877",
"inc-eas",
otherNames = {"Kamar"},
ancestors = {"inc-mgd"},
}
m["ker"] = {
"Kera",
"Q56251",
"cdc-est",
scripts = Latn,
}
m["kes"] = {
"Kugbo",
"Q3813394",
"nic-cde",
scripts = Latn,
}
m["ket"] = {
canonicalName = "凱特語",
scripts = {"Cyrl"},
family = "qfa-yen",
otherNames = {"Ket"},
}
m["ket"] = {
"凱特語",
"Q33485",
"qfa-yen",
scripts = Cyrl,
}
m["keu"] = {
"Akebu",
"Q35026",
"alv-ktg",
}
m["kev"] = {
"Kanikkaran",
"Q6363201",
"dra",
}
m["kew"] = {
"Kewa",
"Q12952619",
"paa-eng",
otherNames = {"West Kewa", "East Kewa", "South Kewa", "Erave", "Pasuma"},
scripts = Latn,
}
m["kex"] = {
"庫克納語",
"Q5031131",
"inc-eas",
otherNames = {"Kukna"},
ancestors = {"bh"},
}
m["key"] = {
"庫皮亞語",
"Q6445354",
"inc-eas",
otherNames = {"Kupia"},
}
m["kez"] = {
"Kukele",
"Q3915391",
"nic-ucn",
scripts = Latn,
}
m["kfa"] = {
"戈達瓦語",
"Q33531",
"dra",
otherNames = {"Kodava", "Kodagu"},
scripts = {"Knda"},
}
m["kfb"] = {
"科拉米語",
"Q33479",
"dra",
otherNames = {"Kolami"},
scripts = Deva,
}
m["kfc"] = {
"Konda-Dora",
"Q35679",
"dra",
scripts = {"Telu"},
}
m["kfd"] = {
"Korra Koraga",
"Q12952655",
"dra",
scripts = {"Knda"},
}
m["kfe"] = {
"Kota (India)",
"Q33483",
"dra",
otherNames = {"Kota"},
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"] = {
"克蔑語",
"Q27144776",
"mkh-pal",
otherNames = {"Kemiehua", "克蔑話"},
}
m["kfk"] = {
"金瑙里語",
"Q2383208",
"sit-kin",
otherNames = {"Kinnauri"},
}
m["kfl"] = {
"Kung",
"Q6444510",
"nic-rnc",
scripts = Latn,
}
m["kfn"] = {
"Kuk",
"Q6442398",
"nic-rnc",
scripts = Latn,
}
m["kfo"] = {
"科羅語(西非)",
"Q11160588",
"dmn-mnk",
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"] = {
"喀奇語",
"Q56487",
"inc-snd",
otherNames = {"Kachchi", "Kutchi", "Cutchi", "Kachchhi", "Kutchhi"},
translit_module = "gu-translit",
scripts = {"Gujr", "sd-Arab"},
ancestors = {"inc-vra"},
}
m["kfs"] = {
"比拉斯普里語",
"Q12953397",
"him",
otherNames = {"Bilaspuri"},
scripts = {"Deva", "Takr"},
translit_module = "hi-translit",
}
m["kft"] = {
"坎賈里語",
"Q12953610",
"inc-pan",
otherNames = {"Kanjari"},
ancestors = {"pa"},
}
m["kfu"] = {
"卡特卡里語",
"Q6377671",
"inc-sou",
otherNames = {"Katkari"},
ancestors = {"pmh"},
}
m["kfv"] = {
"庫爾穆卡爾語",
"Q6446193",
"inc-eas",
otherNames = {"Kurmukar"},
ancestors = {"inc-mgd"},
}
m["kfw"] = {
"Kharam Naga",
"Q12952906",
"tbq-kuk",
otherNames = {"Kharam"},
}
m["kfx"] = {
"庫魯帕哈里語",
"Q6443148",
"him",
otherNames = {"Kullu Pahari", "Kullu"},
scripts = Deva,
translit_module = "hi-translit",
}
m["kfy"] = {
"Kumaoni",
"Q33529",
"inc-pah",
scripts = {"Deva", "Shrd", "Takr"},
}
m["kfz"] = {
"Koromfé",
"Q35701",
"nic-gur",
scripts = Latn,
}
m["kga"] = {
"Koyaga",
"Q11155632",
"dmn-mnk",
}
m["kgb"] = {
"Kawe",
"Q12952750",
"poz-hce",
}
m["kgd"] = {
"Kataang",
"Q12953622",
"mkh",
}
m["kge"] = {
"Komering",
"Q49224",
"poz-lgx",
}
m["kgf"] = {
"Kube",
"Q11732359",
"ngf",
}
m["kgg"] = {
"庫松達語",
"Q33630",
"qfa-iso",
otherNames = {"Kusunda"},
scripts = Latn,
}
m["kgi"] = {
"雪蘭莪手語",
"Q33731",
"sgn",
otherNames = {"Selangor Sign Language"},
}
m["kgj"] = {
"Gamale Kham",
"Q22236996",
"sit-kha",
}
m["kgk"] = {
"Kaiwá",
"Q3111883",
"tup-gua",
scripts = Latn,
}
m["kgl"] = {
"昆加里語",
"Q10550184",
"aus-pam",
otherNames = {"Kunggari"},
}
m["kgm"] = {
"Karipúna",
"Q6371069",
}
m["kgn"] = {
"卡林加里語",
"Q6371041",
"xme-ttc",
otherNames = {"Karingani", "Keringani"},
ancestors = {"xme-ttc-nor"},
}
m["kgo"] = {
"Krongo",
"Q6438927",
"qfa-kad",
scripts = Latn,
}
m["kgp"] = {
"坎剛語",
"Q2665734",
"sai-sje",
scripts = Latn,
}
m["kgq"] = {
"Kamoro",
"Q6359001",
"ngf",
}
m["kgr"] = {
"Abun",
"Q56657",
"paa",
}
m["kgs"] = {
"貢邦加爾語",
"Q3915412",
"aus-pam",
otherNames = {"Kumbainggar"},
}
m["kgt"] = {
"Somyev",
"Q3913354",
"nic-mmb",
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"] = {
"卡西語",
"Q33584",
"aav-pkl",
aliases = {"Khasi"},
scripts = {"Latn", "as-Beng"},
}
m["khb"] = {
"傣仂語",
"Q36948",
"tai-swe",
aliases = {"Lü", "Lue", "Tai Lü", "Tai Lue", "Dai Lue"},
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"] = {
"佛教克木語",
"Q27144893",
"mkh",
otherNames = {"Khuen", "Khmu Khwen"},
}
m["khg"] = {
"康巴藏語",
"Q56601",
"sit-tib",
scripts = {"Tibt"}, -- sometimes Deva?
otherNames = {"Khams Tibetan"},
ancestors = {"xct"},
translit_module = "bo-translit",
override_translit = true,
}
m["khh"] = {
"Kehu",
"Q10994953",
}
m["khj"] = {
"Kuturmi",
"Q3914490",
"nic-plc",
scripts = Latn,
}
m["khl"] = {
"盧西語",
"Q3267788",
"poz-ocw",
otherNames = {"Lusi"},
scripts = Latn,
}
m["khn"] = {
"堪德斯語",
"Q33726",
"inc-sou",
otherNames = {"Khandeshi"},
ancestors = {"pmh"},
}
m["kho"] = {
"和闐語",
"Q6583551",
"xsc-sak",
otherNames = {"Khotanese"},
scripts = {"Brah", "Khar"},
translit_module = "Brah-translit",
}
m["khp"] = {
"Kapauri",
"Q3502575",
"paa-tkw",
}
m["khq"] = {
"西桑海語",
"Q33600",
"son",
otherNames = {"Western Songhay", "Koyra Chiini Songhay"},
}
m["khr"] = {
"卡里亞語",
"Q3915562",
"mun",
otherNames = {"Kharia"},
}
m["khs"] = {
"Kasua",
"Q6374863",
"ngf",
}
m["kht"] = {
"坎底語",
"Q3915502",
"tai-swe",
otherNames = {"Khamti", "Tai Khamti"},
scripts = {"Mymr"},
entry_name = {
from = {u(0xFE00)}, --VS01
to = {""}},
}
m["khu"] = {
"Nkhumbi",
"Q11019169",
"bnt-swb",
}
m["khv"] = {
"赫瓦爾什語",
"Q56425",
"cau-tsz",
otherNames = {"Khvarshi", "Khwarshi", "Xvarshi", "Inkhokvari"},
scripts = Cyrl,
translit_module = "khv-translit",
}
m["khw"] = {
"科瓦語",
"Q938216",
"inc-dar",
otherNames = {"Khowar"},
scripts = {"Arab"},
}
m["khy"] = {
"Ekele",
"Q6385549",
"bnt-ske",
otherNames = {"Kele", "Kele (Congo)", "Kele (Democratic Republic of the Congo)", "Lokele"},
scripts = Latn,
}
m["khz"] = {
"凱帕拉語",
"Q12952603",
"poz-ocw",
otherNames = {"Keapara"},
scripts = Latn,
}
m["kia"] = {
"Kim",
"Q35685",
"alv-kim",
}
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-kha",
}
m["kig"] = {
"Kimaama",
"Q11732321",
"ngf",
}
m["kih"] = {
"Kilmeri",
"Q6408020",
"paa-brd",
}
m["kii"] = {
"Kitsai",
"Q56627",
"cdd",
otherNames = {"Kichai"},
scripts = Latn,
}
m["kij"] = {
"基里維納語",
"Q3196601",
"poz-ocw",
otherNames = {"Kilivila"},
scripts = Latn,
}
m["kil"] = {
"Kariya",
"Q3438708",
"cdc-wst",
}
m["kim"] = {
"圖法語",
"Q36848",
"trk-sib",
otherNames = {"Tofa", "Tofalar", "Karagas"},
scripts = Cyrl,
}
m["kio"] = {
"Kiowa",
"Q56631",
"nai-kta",
scripts = Latn,
}
m["kip"] = {
"Sheshi Kham",
"Q12952622",
"sit-kha",
}
m["kiq"] = {
"Kosadle",
"Q6432994",
}
m["kis"] = {
"Kis",
"Q6416362",
"poz-ocw",
scripts = Latn,
}
m["kit"] = {
"Agob",
"Q3332143",
}
m["kiv"] = {
"Kimbu",
"Q10997740",
"bnt-tkm",
}
m["kiw"] = {
"東北基瓦伊語",
"Q11732324",
"paa-kiw",
otherNames = {"Northeast Kiwai"},
}
m["kix"] = {
"Khiamniungan Naga",
"Q6401546",
"sit-kch",
}
m["kiy"] = {
"Kirikiri",
"Q6415159",
"paa-lkp",
otherNames = {"Faia"},
}
m["kiz"] = {
"Kisi",
"Q3912772",
"bnt-bki",
}
m["kja"] = {
"Mlap",
"Q6885683",
"paa-nim",
}
m["kjb"] = {
"坎霍瓦爾語",
"Q35551",
"myn",
otherNames = {"Q'anjob'al"},
scripts = Latn,
}
m["kjc"] = {
"孔喬語",
"Q3198689",
"poz",
otherNames = {"Coastal Konjo"},
}
m["kjd"] = {
"南基瓦伊語",
"Q11732322",
"paa-kiw",
otherNames = {"Southern Kiwai"},
}
m["kje"] = {
"基薩爾語",
"Q3197441",
"poz",
otherNames = {"Kisar"},
}
m["kjg"] = {
"克木語",
"Q33335",
"mkh",
otherNames = {"Khmu"},
scripts = {"Laoo"},
sort_key = {
from = {"[%pໆ]", "[່-ໍ]", "ຼ", "ຽ", "ໜ", "ໝ", "([ເແໂໃໄ])([ກ-ຮໞໟ])"},
to = {"", "", "ລ", "ຍ", "ຫນ", "ຫມ", "%2%1"}},
}
m["kjh"] = {
"哈卡斯語",
"Q33575",
"trk-sib",
otherNames = {"Khakas"},
scripts = Cyrl,
translit_module = "kjh-translit",
override_translit = true,
}
m["kji"] = {
"Zabana",
"Q379130",
"poz-ocw",
scripts = Latn,
}
m["kjj"] = {
"奇納魯格語",
"Q35278",
"cau-nec",
otherNames = {"Khinalug", "Khinalig", "Xinalug", "Xinalugh", "Khinalugh"},
scripts = Cyrl,
translit_module = "kjj-translit",
override_translit = true,
entry_name = {
from = {ACUTE},
to = {}},
}
m["kjk"] = {
"高地孔喬語",
"Q3198688",
"poz",
otherNames = {"Highland Konjo"},
}
m["kjl"] = {
"Kham",
"Q22237017",
"sit-kha",
}
m["kjm"] = {
"Kháng",
"Q6403501",
"mkh-pal",
}
m["kjn"] = {
"昆堅語",
"Q3200468",
"aus-pmn",
otherNames = {"Kunjen", "Uw Oykangand", "Uw Olkola", "Olkol", "Olgolo", "Uw-Oykangand", "Uw-Olgol", "Koko Wanggara", "Ogh-Undjan", "Undjan", "Kawarrangg", "Athima", "Uw", "Kunjen-Undjan-Athima"},
scripts = Latn,
}
m["kjo"] = {
"哈里詹金瑙里語",
"Q5657463",
"him",
otherNames = {"Harijan Kinnauri"},
}
m["kjp"] = {
"東波克倫語",
"Q5330390",
"kar",
aliases = {"Eastern Pwo", "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",
aliases = {"Phrae Pwo Karen", "Northeastern Pwo", "Northeastern Pwo Karen"},
scripts = {"Thai"},
}
m["kju"] = {
"卡沙亞語",
"Q3193689",
"nai-pom",
scripts = Latn,
otherNames = {"Kashaya"},
}
m["kjx"] = {
"Ramopa",
"Q56830",
"paa-nbo",
otherNames = {"Keriaka"},
}
m["kjy"] = {
"Erave",
"Q12952416",
"paa-eng",
}
m["kjz"] = {
"Bumthangkha",
"Q2786408",
"sit-ebo",
scripts = {"Tibt"},
}
m["kka"] = {
"Kakanda",
"Q3915342",
"alv-ngb",
}
m["kkb"] = {
"Kwerisa",
"Q56881",
"paa-lkp",
}
m["kkc"] = {
"Odoodee",
"Q12952987",
}
m["kkd"] = {
"Kinuku",
"Q6414422",
"nic-kau",
}
m["kke"] = {
"Kakabe",
"Q3913966",
"dmn-mok",
scripts = Latn,
}
m["kkf"] = {
"Kalaktang Monpa",
nil,
"sit-tsk",
}
m["kkg"] = {
"瑪巴佳卡林阿語",
"Q18753304",
"phi",
otherNames = {"Mabaka Valley Kalinga"},
}
m["kkh"] = {
"傣艮語",
"Q3545044",
"tai-swe",
otherNames = {"Khün", "Tai Khün", "Dai Kun"},
scripts = {"Lana", "Thai"},
sort_key = {
from = {"[%pᪧๆ]", "[᩠ᩳ-᩿]", "ᩔ", "ᩕ", "ᩖ", "ᩘ", "([ᨭ-ᨱ])ᩛ", "([ᨷ-ᨾ])ᩛ", "ᩤ", "[็-๎]", "([เแโใไ])([ก-ฮ])"},
to = {"", "", "ᩈᩈ", "ᩁ", "ᩃ", "ᨦ", "%1ᨮ", "%1ᨻ", "ᩣ", "", "%2%1"}},
}
m["kki"] = {
"Kagulu",
"Q12952537",
"bnt-ruv",
otherNames = {"Kaguru"},
scripts = Latn,
}
m["kkj"] = {
"卡庫語",
"Q35755",
"bnt-kak",
}
m["kkk"] = {
"科科塔語",
"Q3198399",
"poz-ocw",
otherNames = {"Kokota"},
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-hil",
otherNames = {"Kithonirishe"},
}
m["kkp"] = {
"古古-貝拉語",
"Q6426699",
"aus-pmn",
otherNames = {"Koko-Bera", "Kok-Kaper", "Gugubera", "Koko-Pera"},
scripts = Latn,
}
m["kkq"] = {
"Kaiku",
"Q6347840",
"bnt-kbi",
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-kau",
}
m["kkv"] = {
"Kangean",
"Q2071325",
}
m["kkw"] = {
"Teke-Kukuya",
"Q36560",
"bnt-tek",
}
m["kkx"] = {
"Kohin",
"Q6425997",
"poz-brw",
}
m["kky"] = {
"辜古依密舍語",
"Q56543",
"aus-pam",
aliases = {"Guugu Yimidhirr"},
scripts = Latn,
}
m["kkz"] = {
"卡斯卡語",
"Q20823",
"ath-nor",
otherNames = {"Kaska"},
scripts = Latn,
}
m["kla"] = {
"Klamath-Modoc",
"Q2669248",
"nai-plp",
otherNames = {"Klamath"},
scripts = Latn,
}
m["klb"] = {
"Kiliwa",
"Q3182593",
"nai-yuc",
scripts = Latn,
}
m["klc"] = {
"Kolbila",
"Q6427122",
"alv-lek",
}
m["kld"] = {
"卡米拉瑞語",
"Q3111818",
"aus-cww",
otherNames = {"加米拉拉埃語", "Gamilaraay", "Kamilaroi", "Kamilarai", "Kamalarai", "Gamilaroi"},
scripts = Latn,
}
m["kle"] = {
"Kulung",
"Q6443304",
"sit-kic",
}
m["klf"] = {
"Kendeje",
"Q56895",
}
m["klg"] = {
"達雅高路加拉岸語",
"Q18756514",
"phi",
otherNames = {"Tagakaulu Kalagan"},
}
m["klh"] = {
"Weliki",
"Q7981017",
"ngf-fin",
scripts = Latn,
}
m["kli"] = {
"Kalumpang",
"Q13561407",
"poz",
}
m["klj"] = {
"哈拉吉語",
"Q33455",
"trk",
otherNames = {"Khalaj", "Turkic Khalaj", "Arghu"},
}
m["klk"] = {
"Kono (Nigeria)",
"Q6429589",
"nic-kau",
otherNames = {"Kono"},
scripts = Latn,
}
m["kll"] = {
"Kagan Kalagan",
"Q18748913",
"phi",
}
m["klm"] = {
"Kolom",
"Q6844970",
"ngf-mad",
otherNames = {"Migum"},
scripts = Latn,
}
m["kln"] = {
"卡倫金語",
"Q637228",
"sdv-nma",
otherNames = {"Kalenjin"},
scripts = Latn,
}
m["klo"] = {
"Kapya",
"Q6367410",
"nic-ykb",
}
m["klp"] = {
"Kamasa",
"Q6356107",
"ngf",
}
m["klq"] = {
"Rumu",
"Q7379420",
"ngf",
}
m["klr"] = {
"喀靈語",
"Q56381",
"sit-kiw",
otherNames = {"Khaling"},
}
m["kls"] = {
"卡拉什語",
"Q33416",
"inc-dar",
otherNames = {"Kalasha"},
scripts = {"Latn", "ks-Arab"},
}
m["klt"] = {
"Nukna",
"Q7068874",
"ngf-fin",
scripts = Latn,
}
m["klu"] = {
"Klao",
"Q3914866",
"kro-wkr",
}
m["klv"] = {
"馬斯克林斯語",
"Q3297282",
"poz-vnc",
scripts = Latn,
otherNames = {"Maskelynes"},
}
m["klw"] = {
"林杜語",
"Q18390055",
"poz-kal",
otherNames = {"Lindu", "Tado"},
}
m["klx"] = {
"Koluwawa",
"Q6427954",
"poz-ocw",
scripts = Latn,
}
m["kly"] = {
"Kalao",
"Q6350643",
"poz",
}
m["klz"] = {
"Kabola",
"Q11732258",
"qfa-tap",
}
m["kma"] = {
"孔尼語",
"Q35680",
"nic-buk",
otherNames = {"Konni"},
}
m["kmb"] = {
"金邦杜語",
"Q35891",
"bnt-kmb",
otherNames = {"Kimbundu", "North Mbundu"},
scripts = Latn,
}
m["kmc"] = {
"南侗語",
"Q35379",
"qfa-kms",
otherNames = {"Southern Kam", "Southern Gam", "Southern Dong"},
scripts = Latn,
}
m["kmd"] = {
"馬杜卡揚卡林阿語",
"Q18753305",
"phi",
otherNames = {"Madukayang Kalinga", "Southern Kam", "Southern Gam", "Southern Dong"},
}
m["kme"] = {
"Bakole",
"Q35068",
"bnt-kpw",
}
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-ngb",
scripts = Latn,
}
m["kmj"] = {
"Kumarbhag Paharia",
"Q3130374",
"dra",
otherNames = {"Kumarbhag", "Kumarbhag Pahariya", "Kumar Paharia", "Malto"},
scripts = {"Beng", "Deva"},
}
m["kmk"] = {
"利莫斯卡林阿語",
"Q18753303",
"phi",
otherNames = {"Limos Kalinga"},
}
m["kml"] = {
"大努丹卡林阿語",
"Q18753307",
"phi",
otherNames = {"Tanudan Kalinga", "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-dur",
}
m["kmq"] = {
"Kwama",
"Q2591184",
"ssa-kom",
}
m["kmr"] = {
"北庫爾德語",
"Q36163",
"ku",
otherNames = {"Northern Kurdish", "Kurmanji"},
scripts = {"Latn", "Cyrl", "Armn", "ku-Arab"},
translit_module = "translit-redirect",
entry_name = {
from = {"'"},
to = {"’"}},
wikimedia_codes = {"ku"},
ancestors = {"ku-pro"},
}
m["kms"] = {
"Kamasau",
"Q6356117",
"qfa-tor",
scripts = Latn,
}
m["kmt"] = {
"Kemtuik",
"Q6387179",
"paa-nim",
}
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"] = {
"Kumu",
"Q6428450",
"bnt-kbi",
otherNames = {"Kikomo", "Komo (Democratic Republic of the Congo)", "Komo", "Kikumu"},
scripts = Latn,
}
m["kmx"] = {
"Waboda",
"Q7958705",
"paa-kiw",
}
m["kmy"] = {
"Koma",
"Q35634",
"alv-dur",
}
m["kmz"] = {
"呼羅珊尼土耳其語",
"Q35373",
"trk-ogz",
otherNames = {"Khorasani Turkish", "Khorasani Turkic"},
ancestors = {"trk-oat"},
}
m["kna"] = {
"Kanakuru",
"Q56811",
"cdc",
otherNames = {"Dera", "Dera (Nigeria)"},
scripts = Latn,
}
m["knb"] = {
"盧布阿甘卡林阿語",
"Q12953602",
"phi",
otherNames = {"Lubuagan Kalinga"},
}
m["knd"] = {
"Konda",
"Q11732340",
"ngf-sbh",
scripts = Latn,
}
m["kne"] = {
"坎卡奈語",
"Q18753329",
"phi",
otherNames = {"Kankanaey"},
scripts = Latn,
}
m["knf"] = {
"曼卡尼亞語",
"Q35789",
"alv-pap",
otherNames = {"Mankanya"},
}
m["kni"] = {
"Kanufi",
"Q3913297",
"nic-nin",
scripts = Latn,
}
m["knj"] = {
"Akatek",
"Q34923",
"myn",
otherNames = {"Acateco", "Western Kanjobal"},
scripts = Latn,
}
m["knk"] = {
"Kuranko",
"Q3198896",
"dmn-mok",
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-vak",
otherNames = {"Kono", "Konnoh"},
}
m["knp"] = {
"Kwanja",
"Q35641",
"nic-mmb",
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-msw",
otherNames = {"Kono"},
scripts = Latn,
ancestors = {"kpe"},
}
m["knv"] = {
"Tabo",
"Q7959888",
"aav",
}
m["knx"] = {
"Kendayan",
"Q6388963",
"poz-mly",
otherNames = {"Salako", "Selako", "Ahe"},
scripts = Latn,
}
m["kny"] = {
"Kanyok",
"Q11110766",
"bnt-lub",
}
m["knz"] = {
"Kalamsé",
"Q3914000",
"nic-gnn",
}
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-mbo",
scripts = Latn,
}
m["koi"] = {
"彼爾姆科米語",
"Q56318",
"urj-prm",
scripts = {"Cyrl", "Perm"},
otherNames = {"Komi-Permyak", "科米-彼爾米亞克語", "彼爾米亞克語"},
translit_module = "kv-translit",
override_translit = true,
}
m["kok"] = {
"孔卡尼語",
"Q34239",
"inc-sou",
otherNames = {"Konkani"},
scripts = {"Deva", "Knda", "Mlym", "fa-Arab", "Latn"},
ancestors = {"pmh"},
translit_module = "mr-translit",
}
m["kol"] = {
"Kol (New Guinea)",
"Q4227542",
otherNames = {"Kol", "Kol (Papua New Guina)"},
}
m["koo"] = {
"Konzo",
"Q2361829",
"bnt-glb",
}
m["kop"] = {
"Waube",
"Q11732373",
otherNames = {"Waupe", "Kwato"},
"ngf-mad",
}
m["koq"] = {
"Kota (Gabon)",
"Q35607",
"bnt-kel",
otherNames = {"iKota", "Ikota", "Kota"},
scripts = Latn,
}
m["kos"] = {
"科斯雷恩語",
"Q33464",
"poz-mic",
scripts = Latn,
}
m["kot"] = {
"Lagwan",
"Q3502264",
"cdc-cbm",
scripts = Latn,
}
m["kou"] = {
"Koke",
"Q797249",
"alv-bua",
}
m["kov"] = {
"Kudu-Camo",
"Q3915850",
"nic-jer",
}
m["kow"] = {
"Kugama",
"Q3913307",
"alv-mye",
}
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"] = {
"克佩列語",
"Q35673",
"dmn-msw",
scripts = Latn,
}
m["kpf"] = {
"Komba",
"Q6428239",
"ngf",
}
m["kpg"] = {
"卡平阿馬朗伊語",
"Q35771",
"poz-pnp",
otherNames = {"Kapingamarangi"},
scripts = Latn,
}
m["kph"] = {
"Kplang",
"Q35628",
"alv-gng",
}
m["kpi"] = {
"Kofei",
"Q6425665",
"paa-egb",
}
m["kpj"] = {
"Karajá",
"Q10322066",
"sai-mje",
scripts = Latn,
}
m["kpk"] = {
"Kpan",
"Q3915380",
"nic-jkn",
scripts = Latn,
}
m["kpl"] = {
"Kpala",
"Q11154769",
"nic-nkk",
scripts = Latn,
}
m["kpm"] = {
"格賀語",
"Q3511919",
"mkh-ban",
otherNames = {"Koho"},
scripts = Latn,
}
m["kpn"] = {
"Kepkiriwát",
"Q3195366",
"tup",
scripts = Latn,
}
m["kpo"] = {
"Ikposo",
"Q35029",
"alv-ktg",
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"] = {
"卡拉塔語",
"Q56636",
"cau-ava",
otherNames = {"Karata"},
scripts = Cyrl,
}
m["kpu"] = {
"Kafoa",
"Q6346151",
"qfa-tap",
}
m["kpv"] = {
"茲梁科米語",
"Q34114",
"urj-prm",
otherNames = {"Komi-Zyrian", "Komi", "茲梁語", "科米-齊良語", "齊良語"},
scripts = Cyrl,
translit_module = "kv-translit",
override_translit = true,
wikimedia_codes = {"kv"},
}
m["kpw"] = {
"科邦語",
"Q11732326",
"ngf-mad",
otherNames = {"Kobon"},
}
m["kpx"] = {
"Mountain Koiari",
"Q6925030",
"ngf",
otherNames = {"Mountain Koiali"},
}
m["kpy"] = {
"科里亞克語",
"Q36199",
"qfa-cka",
otherNames = {"Koryak"},
scripts = Cyrl,
}
m["kpz"] = {
"Kupsabiny",
"Q56445",
"sdv-kln",
}
m["kqa"] = {
"Mum",
"Q6935252",
"ngf-mad",
}
m["kqb"] = {
"Kovai",
"Q6434822",
"ngf",
}
m["kqc"] = {
"Doromu-Koki",
"Q5298175",
"ngf",
}
m["kqd"] = {
"Koy Sanjaq Surat",
"Q33463",
"sem-nna",
}
m["kqe"] = {
"卡拉甘語",
"Q18748906",
"phi",
otherNames = {"Kalagan"},
}
m["kqf"] = {
"卡卡拜語",
"Q6349119",
"poz-ocw",
scripts = Latn,
otherNames = {"Kakabai"},
}
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-pph",
}
m["kql"] = {
"Kyenele",
"Q11732453",
"paa-yua",
}
m["kqm"] = {
"Khisa",
"Q3913955",
"nic-gur",
}
m["kqn"] = {
"卡翁德語",
"Q33601",
"bnt-lub",
otherNames = {"Kaonde", "Chikaonde", "Kawonde"},
scripts = Latn,
}
m["kqo"] = {
"Eastern Krahn",
"Q3915374",
"kro-wee",
}
m["kqp"] = {
"Kimré",
"Q3441210",
"cdc-est",
}
m["kqq"] = {
"Krenak",
"Q6436747",
"sai-cer",
}
m["kqr"] = {
"基馬拉岡語",
"Q3196845",
"poz-san",
otherNames = {"Kimaragang"},
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-eom",
}
m["kqz"] = {
"Korana",
"Q2756709",
"khi-khk",
scripts = Latinx,
}
m["kra"] = {
"Kumhali",
"Q13580783",
"inc-eas",
ancestors = {"bh"},
}
m["krb"] = {
"Karkin",
"Q3193345",
"nai-you",
scripts = Latn,
}
m["krc"] = {
"Karachay-Balkar",
"Q33714",
"trk-kcu",
scripts = Cyrl,
translit_module = "krc-translit",
}
m["krd"] = {
"Kairui-Midiki",
"Q12953277",
"poz-tim",
}
m["kre"] = {
"Panará",
"Q3361895",
"sai-cer",
}
m["krf"] = {
"Koro (Vanuatu)",
"Q3198995",
"poz-oce",
otherNames = {"Koro"},
scripts = Latn,
}
m["krh"] = {
"Kurama",
"Q35593",
"nic-kau",
}
m["krc"] = {
"卡拉恰伊-巴爾卡爾語",
"Q33714",
"trk-kcu",
otherNames = {"Karachay-Balkar"},
scripts = Cyrl,
translit_module = "krc-translit",
}
m["krd"] = {
"Kairui-Midiki",
"Q12953277",
"poz-tim",
}
m["kre"] = {
"Panará",
"Q3361895",
"sai-cer",
}
m["krf"] = {
"Koro (Vanuatu)",
"Q3198995",
"poz-oce",
otherNames = {"Koro"},
scripts = Latn,
}
m["krh"] = {
"Kurama",
"Q35593",
"nic-kau",
}
m["kri"] = {
"塞拉利昂克里奧爾語",
"Q35744",
"crp",
otherNames = {"克里奧語", "Sierra Leonean Creole"},
scripts = Latn,
ancestors = {"en"},
}
m["krj"] = {
"基那來阿語",
"Q33720",
"phi",
scripts = Latn,
}
m["krk"] = {
"克列克語",
"Q332792",
"qfa-cka",
otherNames = {"Kerek"},
scripts = Cyrl,
}
m["krl"] = {
"卡累利阿語",
"Q33557",
"urj-fin",
otherNames = {"Karelian"},
scripts = Latn,
varieties = {
{ "North Karelian", "Northern Karelian" },
{ "South Karelian", "Southern Karelian" },
{ "Tver Karelian" }
}
}
m["krm"] = {
"Krim",
"Q35713",
"alv",
}
m["krn"] = {
"Sapo",
"Q3915386",
"kro-wee",
}
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-bkr",
otherNames = {"Gbaya"},
}
m["kru"] = {
"庫魯克語",
"Q33492",
"dra",
otherNames = {"Kurukh", "Kurux"},
scripts = Deva,
}
m["krv"] = {
"Kavet",
"Q12953649",
"sai-ktk",
otherNames = {"Kravet"},
scripts = Latn,
}
m["krw"] = {
"Western Krahn",
"Q10975611",
"kro-wee",
}
m["krx"] = {
"Karon",
"Q35704",
"alv-jol",
}
m["kry"] = {
"克里茨語",
"Q35861",
"cau-lzg",
otherNames = {"Kryts", "Kryc", "Kryz"},
varieties = {"Jek", "Dzhek", "Cek", "Khaput", "Yergyudzh", "Alyk"},
}
m["krz"] = {
"Sota Kanum",
"Q12952568",
"paa-yam",
}
m["ksa"] = {
"Shuwa-Zamani",
"Q3913929",
"nic-kau",
}
m["ksb"] = {
"尚巴拉語",
"Q3788739",
"bnt-seu",
otherNames = {"Shambaa"},
scripts = Latn,
}
m["ksc"] = {
"南卡林阿語",
"Q18753301",
"phi",
otherNames = {"Southern Kalinga"},
}
m["ksd"] = {
"庫阿努阿語",
"Q35870",
"poz-ocw",
otherNames = {"Tolai", "Kuanua"},
scripts = Latn,
}
m["kse"] = {
"Kuni",
"Q6444619",
"poz-ocw",
scripts = Latn,
}
m["ksf"] = {
"巴菲亞語",
"Q34930",
"bnt-baf",
}
m["ksg"] = {
"Kusaghe",
"Q3200638",
"poz-ocw",
scripts = Latn,
}
m["ksi"] = {
"伊薩卡語",
"Q841704",
"paa-msk",
otherNames = {"Krisa", "I'saka"},
scripts = Latn,
}
m["ksj"] = {
"Uare",
"Q6450052",
"ngf",
}
m["ksk"] = {
"Kansa",
"Q3192772",
"sio-dhe",
}
m["ksl"] = {
"庫馬爾語",
"Q17584381",
"poz-ocw",
otherNames = {"Kumalu", "Kumal"},
scripts = Latn,
}
m["ksm"] = {
"Kumba",
"Q3913972",
"alv-mye",
}
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"] = {
"博隆語",
"Q4946263",
"ngf",
otherNames = {"Borong"},
}
m["kss"] = {
"Southern Kissi",
"Q11028974",
"alv-kis",
}
m["kst"] = {
"Winyé",
"Q3913360",
"nic-gnw",
}
m["ksu"] = {
"坎佯語",
"Q6583541",
"tai-swe",
otherNames = {"Khamyang"},
}
m["ksv"] = {
"Kusu",
"Q6448199",
"bnt-tet",
}
m["ksw"] = {
"斯高克倫語",
"Q56410",
"kar",
aliases = {"S'gaw Karen", "S'gaw Kayin", "S'gaw", "White Karen"},
scripts = {"Mymr"},
translit_module = "ksw-translit",
}
m["ksx"] = {
"Kedang",
"Q6382520",
"poz",
scripts = Latn,
}
m["ksy"] = {
"卡里亞塔爾語",
"Q6400661",
"inc-eas",
otherNames = {"Kharia Thar"},
ancestors = {"inc-mgd"},
}
m["ksz"] = {
"Kodaku",
"Q21179986",
"mun",
}
m["kta"] = {
"歌須語",
"Q6378404",
"mkh-ban",
otherNames = {"Katua"},
}
m["ktb"] = {
"卡姆巴塔語",
"Q35664",
"cus",
otherNames = {"Kambaata"},
}
m["ktc"] = {
"Kholok",
"Q3440464",
"cdc-wst",
}
m["ktd"] = {
"科卡塔語",
"Q10547021",
"aus-pam",
otherNames = {"Kokata"},
}
m["ktf"] = {
"Kwami",
"Q12952687",
"bnt-lgb",
}
m["ktg"] = {
"卡爾庫通語",
"Q3914057",
"aus-pam",
otherNames = {"Kalkatungu", "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",
"kro-grb",
}
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"] = {
"吉土巴語",
"Q35746",
"crp",
otherNames = {"Kituba", "Munukutuba", "Kikongo-Kituba", "Kikongo", "Kikongo ya leta", "Kibulamatadi", "Kikwango", "Ikeleve", "Kizabave"},
scripts = {"Latn"},
ancestors = {"kg"},
}
m["ktv"] = {
"東戈都語",
"Q22808951",
"mkh-kat",
otherNames = {"Eastern Katu"},
}
m["ktw"] = {
"Kato",
"Q20831",
"ath-pco",
otherNames = {"Cahto"},
scripts = Latn,
}
m["ktx"] = {
"Kaxararí",
"Q6380124",
"sai-pan",
scripts = Latn,
}
m["kty"] = {
"Kango",
"Q6362818",
"bnt-bta",
otherNames = {"Kango (Bas-Uélé District)"}, -- distinct in name, but not necessarily in identity, from 'kzy'
scripts = Latn,
}
m["ktz"] = {
"朱洪語",
"Q1192295",
"khi-kxa",
otherNames = {"朱胡亞斯", "朱胡亞斯語", "Juǀ'hoan", "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-jkn",
}
m["kuc"] = {
"Kwinsu",
"Q6450460",
"paa-tkw",
}
m["kud"] = {
"奧赫拉瓦語",
"Q5166",
"poz-ocw",
otherNames = {"庫拉達語", "Auhelawa", "'Auhelawa"},
scripts = Latn,
}
m["kue"] = {
"Kuman",
"Q137525",
"ngf",
otherNames = {"Simbu", "Chimbu"},
scripts = Latn,
}
m["kuf"] = {
"西戈都語",
"Q6378400",
"mkh-kat",
otherNames = {"Western Katu"},
scripts = {"Laoo", "Tale"},
}
m["kug"] = {
"Kupa",
"Q3915336",
"alv-ngb",
}
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-lok",
scripts = Latn,
}
m["kuk"] = {
"Kepo'",
"Q6393217",
"poz",
}
m["kul"] = {
"Kulere",
"Q3440506",
"cdc-wst",
otherNames = {"Tof", "Korom Boye", "Akandi", "Akande", "Kande", "Richa"},
}
m["kum"] = {
"庫梅克語",
"Q36209",
"trk-kcu",
otherNames = {"Kumyk"},
scripts = Cyrl,
translit_module = "kum-translit",
}
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-dag",
scripts = Latn,
}
m["kut"] = {
"庫特奈語",
"Q33434",
"qfa-iso",
}
m["kuu"] = {
"Upper Kuskokwim",
"Q28062",
"ath-nor",
}
m["kuv"] = {
"Kur",
"Q12635082",
"poz-cma",
scripts = Latn,
}
m["kuw"] = {
"Kpagua",
"Q11137573",
"bad-cnt",
}
m["kux"] = {
"庫卡吉語",
"Q10549839",
"aus-pam",
otherNames = {"Kukatja"},
}
m["kuy"] = {
"庫庫-亞烏語",
"Q10550697",
"aus-pmn",
otherNames = {"Kuuku-Ya'u"},
}
m["kuz"] = {
"坤扎語",
"Q2669181",
"qfa-iso",
otherNames = {"Kunza"},
}
m["kva"] = {
"巴格瓦拉爾語",
"Q56638",
"cau-ava",
otherNames = {"Bagvalal"},
}
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"] = {
"科莫多語",
"Q3198565",
"poz-cet",
otherNames = {"Komodo"},
}
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"] = {
"帕卡里科里語",
"Q3244176",
"inc-wes",
otherNames = {"Parkari Koli"},
}
m["kvy"] = {
"Yintale Karen",
"Q14426329",
"kar",
}
m["kvz"] = {
"Tsakwambo",
"Q7849438",
"ngf",
}
m["kwa"] = {
"Dâw",
"Q3042278",
"sai-nad",
}
m["kwb"] = {
"Baa",
"Q34842",
"alv-ada",
otherNames = {"Kwa"},
}
m["kwc"] = {
"Likwala",
"Q35597",
"bnt-mbo",
}
m["kwd"] = {
"Kwaio",
"Q3200796",
"poz-sls",
scripts = Latn,
}
m["kwe"] = {
"Kwerba",
"Q6450328",
"paa-tkw",
}
m["kwf"] = {
"夸拉阿埃語",
"Q3200829",
"poz-oce",
otherNames = {"Kwara'ae"},
}
m["kwg"] = {
"Sara Kaba Deme",
"Q3915384",
"csu-kab",
}
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"] = {
"夸克瓦拉語",
"Q2640628",
"wak",
scripts = Latn,
otherNames = {"Kwak'wala"},
}
m["kwl"] = {
"Kofyar",
"Q3441382",
"cdc-wst",
scripts = Latn,
}
m["kwm"] = {
"Kwambi",
"Q3487165",
"bnt-ova",
}
m["kwn"] = {
"Kwangali",
"Q36334",
"bnt-kav",
scripts = Latn,
}
m["kwo"] = {
"Kwomtari",
"Q3508116",
}
m["kwp"] = {
"Kodia",
"Q3914867",
"kro-ekr",
}
m["kwq"] = {
"克瓦克語",
"Q11014183",
"nic-nka",
otherNames = {"Kwak"},
ancestors = {"yam"},
}
m["kwr"] = {
"Kwer",
"Q12635137",
"ngf-okk",
}
m["kws"] = {
"Kwese",
"Q3200846",
"bnt-pen",
}
m["kwt"] = {
"Kwesten",
"Q6450354",
"paa-tkw",
}
m["kwu"] = {
"克瓦庫姆語",
"Q35624",
"bnt-kak",
otherNames = {"Kwakum"},
}
m["kwv"] = {
"Sara Kaba Náà",
"Q3915361",
"csu-kab",
otherNames = {"Sara Dunjo"},
}
m["kww"] = {
"Kwinti",
"Q721182",
}
m["kwx"] = {
"Khirwar",
"Q12976968",
"dra",
}
m["kwz"] = {
"克瓦迪語",
"Q2364661",
"khi-kkw",
otherNames = {"Kwadi"},
scripts = Latn,
}
m["kxa"] = {
"Kairiru",
"Q3398785",
"poz-ocw",
scripts = Latn,
}
m["kxb"] = {
"克羅布語",
"Q35586",
"alv-ptn",
otherNames = {"Krobu"},
scripts = Latn,
}
m["kxc"] = {
"Khonso",
"Q56624",
"cus",
}
m["kxd"] = {
"汶萊馬來語",
"Q3182878",
"poz-mly",
otherNames = {"Brunei", "Brunei Malay"},
scripts = Latn,
}
m["kxe"] = {
"Kakihum",
"Q3914433",
"nic-kam",
ancestors = {"tvd"},
}
m["kxf"] = {
"Manumanaw Karen",
"Q12952592",
"kar",
scripts = {"Mymr", "Latn"},
}
m["kxh"] = {
"Karo",
"Q3447116",
"omv-aro",
}
m["kxi"] = {
"Keningau Murut",
"Q6389308",
"poz-san",
otherNames = {"Nabay", "Nabaay"},
scripts = Latn,
}
m["kxj"] = {
"Kulfa",
"Q713654",
"csu-kab",
}
m["kxk"] = {
"Zayein Karen",
"Q14352960",
"kar",
}
m["kxl"] = {
"尼泊爾庫魯克語",
"Q3200624",
"dra",
otherNames = {"Nepali Kurux"},
scripts = Deva,
}
m["kxm"] = {
"北部高棉語",
"Q3502234",
"mkh-kmr",
otherNames = {"Northern Khmer", "Thai Khmer", "Surin Khmer"},
scripts = {"Thai", "Khmr"},
sort_key = {
from = {"[%pๆ]", "[็-๎]", "([เแโใไ])([ก-ฮ])"},
to = {"", "", "%2%1"}},
}
m["kxn"] = {
"加拿逸語",
"Q6364300",
"poz-bnn",
otherNames = {"Kanowit", "Tanjong", "Kanowit-Tanjong Melanau"},
scripts = Latn,
}
m["kxo"] = {
"Kanoé",
"Q4356223",
"qfa-iso",
}
m["kxp"] = {
"瓦迪雅拉科里語",
"Q12953645",
"inc-wes",
otherNames = {"Wadiyara Koli"},
}
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-bmo",
}
m["kxy"] = {
"歌庸語",
"Q6380673",
"mkh",
otherNames = {"Kayong"},
}
m["kxz"] = {
"Kerewo",
"Q6393847",
"paa-kiw",
}
m["kya"] = {
"克瓦亞語",
"Q6450276",
"bnt-haj",
otherNames = {"Kwaya"},
scripts = Latn,
}
m["kyb"] = {
"布特布特卡林阿語",
"Q18753300",
"phi",
otherNames = {"Butbut Kalinga"},
}
m["kyc"] = {
"Kyaka",
"Q12952690",
"paa-eng",
}
m["kyd"] = {
"Karey",
"Q6370196",
"poz",
}
m["kye"] = {
"Krache",
"Q35658",
"alv-gng",
}
m["kyf"] = {
"Kouya",
"Q35595",
"kro-bet",
}
m["kyg"] = {
"Keyagana",
"Q6398208",
"paa-kag",
}
m["kyh"] = {
"Karok",
"Q1288440",
"qfa-iso",
otherNames = {"Karuk"},
scripts = Latn,
}
m["kyi"] = {
"基普特語",
"Q3038653",
"poz-swa",
otherNames = {"Kiput"},
scripts = Latn,
}
m["kyj"] = {
"加勞語",
"Q3192950",
"phi",
otherNames = {"Karao"},
}
m["kyk"] = {
"卡馬尤語",
"Q3192339",
"phi",
otherNames = {"Kamayo"},
}
m["kyl"] = {
"卡拉普亞語",
"Q3192120",
"nai-klp",
otherNames = {"Kalapuya"},
}
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-bgr",
}
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"] = {
"西克耶語",
"Q12952596",
"kar",
scripts = {"Kali", "Mymr", "Latn"},
otherNames = {"Western Kayah"},
translit_module = "translit-redirect",
}
m["kyv"] = {
"Kayort",
"Q6380675",
"inc-eas",
scripts = {"as-Beng"},
ancestors = {"inc-mgd"},
}
m["kyw"] = {
"庫德馬里語",
"Q6446173",
"inc-eas",
ancestors = {"bh"},
otherNames = {"Kudmali", "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-krb",
}
m["kzb"] = {
"Kaibobo",
"Q6347565",
"poz-cma",
}
m["kzc"] = {
"Bondoukou Kulango",
"Q11031321",
"alv-kul",
}
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"] = {
"喜界語",
"Q3196527",
"jpx-ryu",
scripts = {"Jpan"},
otherNames = {"Kikai"},
}
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-mak",
ancestors = {"vmw"},
scripts = Latn,
}
m["kzo"] = {
"Kaningi",
"Q35683",
"bnt-mbt",
}
m["kzp"] = {
"Kaidipang",
"Q6347611",
"phi",
}
m["kzq"] = {
"Kaike",
"Q10951226",
"sit-tam",
}
m["kzr"] = {
"Karang",
"Q35681",
"alv-mbm",
aliases = {"Mbum East", "Lakka"},
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-kbi",
ancestors = {"bip"},
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
