Module:Languages/data3/c
在"incategory ..."过滤器后添加搜索文字:
该模块包含了以"c為開頭的三字母語言代碼"之定义和元数据。欲见其他相关资讯,请参见附录:语言列表。
此模块不得直接用于其他模块或模板。资料与数据应通过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 OVERLINE = u(0x0305)
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)
-- Puncuation to be used for standardChars field
local PUNCTUATION = ' !#$%&*+,-./:;<=>?@^_`|~\'()'
local Arab = {"Arab"}
local Cyrl = {"Cyrl"}
local Deva = {"Deva"}
local Latn = {"Latn"}
local m = {}
m["caa"] = {
"喬爾蒂語",
"Q35177",
"myn",
aliases = {"Ch'orti'", "Chorti"},
scripts = Latn,
}
m["cab"] = {
"加里富納語",
"Q35490",
"awd-taa",
ancestors = {"awd-taa-pro"},
aliases = {"Garifuna"},
scripts = Latn,
}
m["cac"] = {
"丘赫語",
"Q35233",
"myn",
aliases = {"Chuj"},
scripts = Latn,
}
m["cad"] = {
"喀多語",
"Q56756",
"cdd",
otherNames = {"Caddo"},
scripts = Latn,
}
m["cae"] = {
"Laalaa",
"Q35564",
"alv-cng",
scripts = Latn,
}
m["caf"] = {
"南達凱爾語",
"Q12953426",
"ath-nor",
otherNames = {"Southern Carrier"},
scripts = Latn,
}
m["cag"] = {
"尼瓦克萊語",
"Q3182557",
"sai-mtc",
otherNames = {"Nivaclé"},
scripts = Latn,
}
m["cah"] = {
"Cahuarano",
"Q2933175",
"sai-zap",
scripts = Latn,
}
m["caj"] = {
"Chané",
"Q56721",
"awd",
scripts = Latn,
}
m["cak"] = {
"喀克其奎語",
"Q35115",
"myn",
aliases = {"Kaqchikel", "Cakchiquel", "Kakchiquel", "Cachiquel"},
scripts = Latn,
}
m["cal"] = {
"加羅林語",
"Q28427",
"poz-mic",
otherNames = {"Carolinian"},
scripts = Latn,
}
m["cam"] = {
"Cemuhî",
"Q3009690",
"poz-cln",
scripts = Latn,
}
m["can"] = {
"Chambri",
"Q5069707",
"paa-lsp",
scripts = Latn,
}
m["cao"] = {
"Chácobo",
"Q2591202",
"sai-pan",
scripts = Latn,
}
m["cap"] = {
"奇帕亞語",
"Q35235",
"sai-ucp",
otherNames = {"Chipaya"},
scripts = Latn,
}
m["caq"] = {
"卡爾尼科巴語",
"Q35156",
"aav-nic",
aliases = {"Car Nicobarese", "Car"},
scripts = Latn,
}
m["car"] = {
"加勒比語",
"Q56611",
"sai-car",
otherNames = {"Carib", "Caribe", "Cariña", "Galibi", "Galibí", "Kalihna", "Kali'na", "Kalinya", "Maraworno", "Marworno"},
scripts = Latn,
}
m["cas"] = {
"Tsimané",
"Q35950",
"qfa-iso",
otherNames = {"Chimané", "Mosetén"},
scripts = Latn,
}
m["cav"] = {
"Cavineña",
"Q524102",
"sai-tac",
aliases = {"Cavinena"},
scripts = Latn,
}
m["caw"] = {
"Callawalla",
"Q266417",
"qfa-mix",
scripts = Latn,
}
m["cax"] = {
"Chiquitano",
"Q1844993",
"qfa-iso",
scripts = Latn,
}
m["cay"] = {
"卡尤加語",
"Q32967",
"iro",
scripts = Latn,
}
m["caz"] = {
"Canichana",
"Q2936374",
"qfa-iso",
scripts = Latn,
}
m["cbb"] = {
"Cabiyarí",
"Q3450660",
"awd-nwk",
scripts = Latn,
}
m["cbc"] = {
"Carapana",
"Q924405",
"sai-tuc",
scripts = Latn,
}
m["cbd"] = {
"Carijona",
"Q3446655",
"sai-car",
otherNames = {"Carihona", "Karijona", "Karihona", "Jianacoto", "Jianácoto", "Hianakoto", "Hianacoto", "Hianákoto", "Guaque", "Omagua", "Umaua", "Umawa"},
scripts = Latn,
}
m["cbg"] = {
"Chimila",
"Q2963680",
"cba",
scripts = Latn,
}
m["cbi"] = {
"查茨語",
"Q2591329",
"sai-bar",
aliases = {"查帕拉語", "Chachi", "Cha'palaa", "Chapalaa", "Cha'palaachi", "Chapalaachi", "Cayapa"},
scripts = Latn,
}
m["cbj"] = {
"Ede Cabe",
"Q33112829",
"alv-ede",
scripts = Latn,
}
m["cbk"] = {
"查瓦卡諾語",
"Q33281",
"crp",
ancestors = {"es"},
otherNames = {"Chavacano", "Zamboanga Chavacano"},
scripts = Latn,
}
m["cbl"] = {
"Bualkhaw Chin",
"Q9229830",
"tbq-kuk",
otherNames = {"Bualkhaw"},
scripts = Latn,
}
m["cbn"] = {
"涅固爾語",
"Q116849",
"mkh-mnc",
aliases = {"Nyahkur"},
scripts = {"Thai"},
ancestors = {"omx"},
sort_key = {
from = {"[%pๆ]", "[็-๎]", "([เแโใไ])([ก-ฮ])"},
to = {"", "", "%2%1"}},
}
m["cbo"] = {
"Izora",
"Q3915454",
"nic-jer",
scripts = Latn,
}
m["cbq"] = {
"Shuba",
nil,
"nic-knj",
ancestors = {"lan"},
otherNames = {"Tsucuba", "Cuba"},
scripts = Latn,
}
m["cbr"] = {
"Cashibo-Cacataibo",
"Q5359560",
"sai-pan",
otherNames = {"Cashibo", "Cacataibo"},
scripts = Latn,
}
m["cbs"] = {
"Cashinahua",
"Q2591230",
"sai-pan",
scripts = Latn,
}
m["cbt"] = {
"Chayahuita",
"Q1526525",
"sai-cah",
scripts = Latn,
}
m["cbu"] = {
"Candoshi-Shapra",
"Q642843",
"qfa-iso",
scripts = Latn,
}
m["cbv"] = {
"Cacua",
"Q3192052",
"sai-nad",
ancestors = {"mbr"},
scripts = Latn,
}
m["cbw"] = {
"Kinabalian",
"Q6410324",
"phi",
scripts = Latn,
}
m["cby"] = {
"Carabayo",
"Q3441762",
"sai-tyu",
otherNames = {"Caraballo", "Yuri", "Aroje", "Yacumo", "Maku", "Macu", "Macusa"},
scripts = Latn,
}
m["cca"] = {
"Cauca",
"Q5054242",
"sai-chc",
scripts = Latn,
}
m["ccc"] = {
"查米庫羅語",
"Q2155119",
"awd",
otherNames = {"Chamicuro"},
scripts = Latn,
}
m["ccd"] = {
"Cafundó",
"Q3331506",
"roa-ibe",
scripts = Latn,
ancestors = {"pt"},
}
m["cce"] = {
"Chopi",
"Q3437616",
"bnt-bso",
scripts = Latn,
}
m["ccg"] = {
"Chamba Daka",
"Q33120805",
"nic-dak",
otherNames = {"Samba Daka", "Nakanyare"},
scripts = Latn,
}
m["cch"] = {
"阿燦語",
"Q34794",
"nic-kne",
scripts = Latn,
}
m["ccj"] = {
"Kasanga",
"Q35542",
"alv-nyn",
scripts = Latn,
}
m["ccl"] = {
"Cutchi-Swahili",
"Q5196729",
"crp",
scripts = Latn,
ancestors = {"sw"},
}
m["ccm"] = {
"馬六甲克里奧爾馬來語",
"Q12636092",
"crp",
otherNames = {"Malaccan Creole Malay"},
scripts = Latn,
ancestors = {"ms"},
}
m["cco"] = {
"科馬爾特佩克-奇南特克語",
"Q2963735",
"omq-chi",
otherNames = {"Comaltepec Chinantec"},
scripts = Latn,
}
m["ccp"] = {
"查克馬語",
"Q32952",
"inc-eas",
otherNames = {"Chakma"},
scripts = {"Cakm"},
ancestors = {"inc-obn"},
}
m["ccr"] = {
"Cacaopera",
"Q3438338",
"nai-min",
scripts = Latn,
}
m["cda"] = {
"Choni",
"Q2964447",
"sit-tib",
}
m["cde"] = {
"Chenchu",
"Q32981",
"dra",
scripts = {"Telu"},
ancestors = {"te"},
}
m["cdf"] = {
"Chiru",
"Q5102016",
"tbq-kuk",
scripts = {"Latn", "Beng"},
}
m["cdh"] = {
"昌貝阿里語",
"Q12953424",
"him",
otherNames = {"Chambeali"},
scripts = {"Deva", "Takr"},
translit_module = "hi-translit",
}
m["cdi"] = {
"楚德里語",
"Q5103788",
"inc-bhi",
otherNames = {"Chodri"},
scripts = {"Gujr"},
}
m["cdj"] = {
"楚拉希語",
"Q12629039",
"him",
otherNames = {"Churahi"},
translit_module = "hi-translit",
}
m["cdm"] = {
"切彭語",
"Q5091700",
"sit-gma",
otherNames = {"Chepang"},
scripts = Deva,
}
m["cdn"] = {
"Chaudangsi",
"Q5088056",
"sit-alm",
}
m["cdo"] = {
"閩東語",
"Q36455",
"zhx-min-hai",
otherNames = {"Min Dong", "Min Dong Chinese"},
scripts = {"Hani"},
}
m["cdr"] = {
"Cinda-Regi-Tiyal",
"Q35596",
"nic-kmk",
scripts = Latn,
}
m["cds"] = {
"乍得手語",
"Q10322099",
"sgn",
otherNames = {"查德手語", "Chadian Sign Language"},
scripts = Latn, -- when documented
}
m["cdy"] = {
"茶洞語",
"Q926742",
"qfa-kms",
otherNames = {"Chadong"},
}
m["cdz"] = {
"Koda",
"Q6425038",
"mun",
scripts = {"Beng"},
}
m["cea"] = {
"Lower Chehalis",
"Q6693377",
"sal",
scripts = Latn,
}
m["ceb"] = {
"宿霧語",
"Q33239",
"phi",
otherNames = {"Cebuano", "宿務語"},
scripts = Latn,
entry_name = {
from = {"[áàâ]", "[éèê]", "[íìî]", "[óòô]", "[úùû]", ACUTE, GRAVE, CIRC},
to = {"a" , "e" , "i" , "o" , "u" }},
}
m["ceg"] = {
"Chamacoco",
"Q3436637",
"sai-zam",
scripts = Latn,
}
m["cen"] = {
"Cen",
"Q12628777",
"nic-plc",
ancestors = {"izr"},
otherNames = {"Cèn", "Chen"},
scripts = Latn,
}
m["cet"] = {
"Centúúm",
"Q33608",
"qfa-iso",
otherNames = {"Jalaa", "Cèntûm", "Cen Tuum"},
scripts = Latn,
}
m["cfa"] = {
"Dijim-Bwilim",
"Q3438350",
"alv-wjk",
scripts = Latn,
}
m["cfd"] = {
"Cara",
"Q35048",
"nic-beo",
scripts = Latn,
}
m["cfg"] = {
"Como Karim",
"Q35304",
"nic-jkn",
scripts = Latn,
}
m["cfm"] = {
"Falam Chin",
"Q56815",
"tbq-kuk",
aliases = {"Falam"},
scripts = {"Beng", "Latn"},
}
m["cga"] = {
"Changriwa",
"Q5072105",
"paa-yua",
scripts = Latn,
}
m["cgc"] = {
"卡加揚語",
"Q6346422",
"mno",
otherNames = {"Kagayanen"},
scripts = Latn,
}
m["cgg"] = {
"奇加語",
"Q3270727",
"bnt-nyg",
scripts = Latn,
}
m["cgk"] = {
"Chocangaca",
"Q56604",
"sit-tib",
scripts = {"Tibt"},
ancestors = {"xct"},
}
m["chb"] = {
"奇布查語",
"Q2356431",
"cba",
otherNames = {"Chibcha"},
}
m["chc"] = {
"卡托巴語",
"Q5051602",
"nai-cat",
otherNames = {"Catawba"},
scripts = Latn,
}
m["chd"] = {
"高地瓦哈卡瓊塔爾語",
"Q2964457",
"nai-tqn",
otherNames = {"Highland Oaxaca Chontal", "Oaxaca Chontal", "Oaxacan Chontal", "Chontal", "Tequistlatec", "Mountain Tequistlateco", "Highland Chontal", "Mountain Chontal"},
scripts = Latn,
}
m["chf"] = {
"塔巴斯科瓊塔爾語",
"Q35175",
"myn",
otherNames = {"Tabasco Chontal"},
scripts = Latn,
}
m["chg"] = {
"察合臺語",
"Q36831",
"trk-kar",
otherNames = {"Chagatai"},
scripts = {"Arab"},
translit_module = "ar-translit",
entry_name = {
from = {u(0x0671), u(0x064B), u(0x064C), u(0x064D), u(0x064E), u(0x064F), u(0x0650), u(0x0651), u(0x0652), u(0x0670), u(0x0640)},
to = {u(0x0627)}
},
}
m["chh"] = {
"Chinook",
"Q6693380",
"nai-ckn",
scripts = Latn,
}
m["chj"] = {
"奧希特蘭奇南特克語",
"Q5100110",
"omq-chi",
otherNames = {"Ojitlán Chinantec"},
scripts = Latn,
}
m["chk"] = {
"楚克語",
"Q33161",
"poz-mic",
otherNames = {"Chuukese"},
scripts = Latn,
}
m["chl"] = {
"卡維拉語",
"Q56438",
"azc-cup",
otherNames = {"Cahuilla"},
scripts = Latn,
entry_name = {
from = {"Á", "á", "É", "é", "Í", "í", "Ó", "ó", "Ú", "ú", MACRON},
to = {"A", "a", "E", "e", "I", "i", "O", "o", "U", "u"}} ,
}
m["chm"] = {
"草原馬里語",
"Q973685",
"urj",
otherNames = {"東馬里語", "Eastern Mari", "Meadow Mari", "Lowland Mari", "Midland Mari", "Standard Mari", "Upo Mari", "Mari", "Mari (Russia)"},
scripts = Cyrl,
translit_module = "chm-translit",
override_translit = true,
wikimedia_codes = {"mhr"},
entry_name = {
from = {GRAVE, ACUTE},
to = {}} ,
}
m["chn"] = {
"契努克語",
"Q35173",
"crp",
otherNames = {"Chinook Jargon"},
scripts = {"Latn", "Dupl"},
ancestors = {"chh", "nuk"},
}
m["cho"] = {
"喬克托語",
"Q32979",
"nai-mus",
otherNames = {"Choctaw"},
scripts = Latn,
}
m["chp"] = {
"契帕瓦語",
"Q27692",
"ath-nor",
otherNames = {"Chipewyan", "Dëne Sųłiné", "Dënesųłiné", "Dëne", "Dene Suline", "Denesuline", "Dene"},
scripts = {"Latn", "Cans"},
}
m["chq"] = {
"基奧基特佩克奇南特克語",
"Q5758709",
"omq-chi",
otherNames = {"Quiotepec Chinantec"},
scripts = Latn,
}
m["chr"] = {
"切羅基語",
"Q33388",
"iro",
otherNames = {"Cherokee"},
scripts = {"Cher"},
translit_module = "Cher-translit",
}
m["cht"] = {
"Cholón",
"Q2591243",
scripts = Latn,
}
m["chw"] = {
"Chuabo",
"Q5118412",
"bnt-mak",
otherNames = {"Chuwabu", "Cuwabo", "Cuwabu", "Cuabo", "Txuwabo", "Echuabo"},
scripts = Latn,
}
m["chx"] = {
"Chantyal",
"Q4926344",
"sit-tam",
scripts = Deva,
}
m["chy"] = {
"夏延語",
"Q33265",
"alg",
otherNames = {"Cheyenne"},
scripts = Latn,
sort_key = {
from = {"[àáāȧ]", "[èéēė]", "[òóōȯ]", GRAVE, ACUTE, MACRON, DOTABOVE, "-"},
to = {"a", "e", "o"}},
standardChars = "0-9'AEHKMNOPSŠTVXaehkmnopsštvxÀÁĀȦÈÉĒĖÒÓŌȮàáāȧèéēėòóōȯ" .. PUNCTUATION, --umlaut and circumflex not allowed
}
m["chz"] = {
"奧蘇馬辛奇南特克語",
"Q5100111",
"omq-chi",
otherNames = {"Ozumacín Chinantec"},
scripts = Latn,
}
m["cia"] = {
"吉阿吉阿語",
"Q35284",
"poz-mun",
otherNames = {"Cia-Cia"},
scripts = {"Hang", "Latn", "Arab"},
}
m["cib"] = {
"Ci Gbe",
"Q12952445",
"alv-gbe",
scripts = Latn,
}
m["cic"] = {
"奇卡索語",
"Q33192",
"nai-mus",
otherNames = {"Chickasaw"},
scripts = Latn,
}
m["cid"] = {
"Chimariko",
"Q1294251",
"qfa-iso",
scripts = Latn,
}
m["cie"] = {
"Cineni",
"Q56243",
"cdc-cbm",
scripts = Latn,
}
m["cih"] = {
"奇納里語",
"Q11855245",
"inc",
otherNames = {"Chinali"},
scripts = Deva,
ancestors = {"sa"},
}
m["cik"] = {
"奇特庫利金瑙里語",
"Q15615982",
"sit-kin",
otherNames = {"Chitkuli Kinnauri"},
}
m["cim"] = {
"辛布里語",
"Q37053",
"gmw",
varieties= {"Cimbrian", "Luserna Cimbrian", "Sette Comuni Cimbrian", "Thirteen Communities Cimbrian"},
scripts = Latn,
ancestors = {"bar"},
entry_name = {
from = {"à", "ì", "ù"},
to = {"a", "i", "u"}
},
sort_key = {
from = {"å", "č", "[èé]", "[òóôö]", "ü"},
to = {"a", "c", "e", "o", "u"}
},
}
m["cin"] = {
"Cinta Larga",
"Q5121095",
"tup",
scripts = Latn,
}
m["cip"] = {
"恰帕內克語",
"Q3364475",
"omq",
otherNames = {"Chiapanec"},
scripts = Latn,
}
m["cir"] = {
"Tiri",
"Q7862281",
"poz-cln",
otherNames = {"Tîrî", "Ciri", "Tinrin", "Méa", "Haméa"},
scripts = Latn,
}
m["ciy"] = {
"Chaima",
"Q12628867",
"sai-car",
scripts = Latn,
}
m["cja"] = {
"西占語",
"Q12645578",
"cmc",
otherNames = {"Western Cham"},
scripts = {"Arab"}, --Western Cham script is not yet available.
}
m["cje"] = {
"Chru",
"Q2967321",
"cmc",
scripts = Latn,
}
m["cjh"] = {
"Upper Chehalis",
"Q2962074",
"sal",
scripts = Latn,
}
m["cji"] = {
"查馬拉爾語",
"Q56567",
"cau-ava",
otherNames = {"Chamalal"},
scripts = Cyrl,
}
m["cjk"] = {
"Chokwe",
"Q2422065",
"bnt-clu",
scripts = Latn,
}
m["cjm"] = {
"東占語",
"Q2948019",
"cmc",
otherNames = {"Eastern Cham"},
scripts = {"Cham", "Latn"},
}
m["cjn"] = {
"Chenapian",
"Q5091044",
"paa-spk",
scripts = Latn,
}
m["cjo"] = {
"帕胡納爾-阿舍寧卡語",
"Q3450481",
"awd",
otherNames = {"Ashéninka Pajonal"},
scripts = Latn,
}
m["cjp"] = {
"Cabécar",
"Q27878",
"cba",
scripts = Latn,
}
m["cjs"] = {
"紹爾語",
"Q34139",
"trk-sib",
otherNames = {"Shor"},
scripts = Cyrl,
}
m["cjv"] = {
"Chuave",
"Q5115226",
"ngf",
scripts = Latn,
}
m["cjy"] = {
"晉語",
"Q56479",
"zhx",
otherNames = {"Jin", "Jinyu", "Jinhua", "Jinese", "Shanxinese", "Jin Chinese", "Jinyu Chinese"},
scripts = {"Hani"},
ancestors = {"ltc"},
}
m["ckb"] = {
"中庫爾德語",
"Q36811",
"ku",
otherNames = {"Central Kurdish", "Sorani"},
scripts = {"ku-Arab"},
translit_module = "ckb-translit",
entry_name = {
from = {u(0x0650), u(0x0652)},
to = {}} ,
ancestors = {"ku-pro"},
}
m["ckh"] = {
"Chak",
"Q12628870",
"sit-luu",
aliases = {"Sak"},
scripts = Latn,
ancestors = {"kdv"},
}
m["ckl"] = {
"Cibak",
"Q56279",
"cdc-cbm",
aliases = {"Chibuk", "Chibok", "Chibbak", "Chibbuk", "Kyibaku", "Kibbaku", "Kibaku"},
scripts = Latn,
}
m["ckn"] = {
"Kaang Chin",
"Q6343432",
"tbq-kuk",
aliases = {"Kaang"},
scripts = Latn,
}
m["cko"] = {
"Anufo",
"Q34845",
"alv-ctn",
aliases = {"Chakosi"},
scripts = Latn,
}
m["ckq"] = {
"Kajakse",
"Q3440422",
"cdc-est",
scripts = Latn,
}
m["ckr"] = {
"Kairak",
"Q3503002",
"paa-bng",
scripts = Latn,
}
m["cks"] = {
"Tayo",
"Q1133089",
"crp",
ancestors = {"fr"},
scripts = Latn,
}
m["ckt"] = {
"楚科奇語",
"Q33170",
"qfa-cka",
aliases = {"Chukchi"},
scripts = Cyrl,
}
m["cku"] = {
"科阿薩提語",
"Q35162",
"nai-mus",
otherNames = {"Koasati"},
scripts = Latn,
}
m["ckv"] = {
"噶瑪蘭語",
"Q716627",
"map",
aliases = {"Kavalan", "Kbalan", "Kebalan"},
scripts = Latn,
}
m["ckx"] = {
"Caka",
"Q5018037",
"nic-tvc",
scripts = Latn,
}
m["cky"] = {
"Cakfem-Mushere",
"Q3441199",
"cdc-wst",
scripts = Latn,
}
m["ckz"] = {
"Cakchiquel-Quiché Mixed Language",
"Q5054550",
"myn",
otherNames = {"Cauque Mayan"},
scripts = Latn,
}
m["cla"] = {
"Ron",
"Q3440432",
"cdc-wst",
otherNames = {"Bokkos", "Daffo-Butura", "Shagawu"},
scripts = Latn,
}
m["clc"] = {
"Chilcotin",
"Q28535",
"ath-nor",
aliases = {"Tsilhqot'in", "Tsilhqut'in", "Tzilkotin"},
scripts = Latn,
}
m["cld"] = {
"迦勒底新亞拉姆語",
"Q33236",
"sem-are",
otherNames = {"Chaldean Neo-Aramaic"},
scripts = {"Syrc"},
}
m["cle"] = {
"萊勞奇南特克語",
"Q6509365",
"omq-chi",
otherNames = {"Lealao Chinantec"},
scripts = Latn,
}
m["clh"] = {
"Chilisso",
"Q3250629",
"inc-dar",
}
m["cli"] = {
"Chakali",
"Q35206",
"nic-gnw",
scripts = Latn,
}
m["clj"] = {
"Laitu Chin",
"Q6474196",
"tbq-kuk",
aliases = {"Laitu"},
}
m["clk"] = {
"Idu",
"Q56412",
"sit-gsi",
otherNames = {"Idu-Mishmi", "Idu Mishmi"},
scripts = {"Tibt"},
}
m["cll"] = {
"Chala",
"Q35190",
"nic-gne",
scripts = Latn,
}
m["clm"] = {
"克拉勒姆語",
"Q33404",
"sal",
otherNames = {"Klallam"},
aliases = {"Clallam", "S'Klallam"},
scripts = Latn,
}
m["clo"] = {
"低地瓦哈卡瓊塔爾語",
"Q2964450",
"nai-tqn",
otherNames = {"Lowland Oaxaca Chontal", "Oaxaca Chontal", "Oaxacan Chontal", "Chontal", "Huamelultec", "Huamelula Chontal", "Coastal Chontal"},
scripts = Latn,
}
m["clt"] = {
"Lautu Chin",
"Q6502107",
"tbq-kuk",
aliases = {"Lautu"},
}
m["clu"] = {
"Caluyanun",
"Q32964",
"phi",
scripts = Latn,
}
m["clw"] = {
"楚利姆語",
"Q33125",
"trk-sib",
otherNames = {"Chulym", "Chulim", "Chulym-Turkic", "Küerik", "Chulym Tatar", "Melets Tatar"},
scripts = {"Latn", "Cyrl"},
}
m["cly"] = {
"東部高地查蒂諾語",
"Q12642078",
"omq-cha",
otherNames = {"Eastern Highland Chatino"},
scripts = Latn,
}
m["cma"] = {
"Maa",
"Q12953680",
"mkh-ban",
scripts = Latn,
}
m["cme"] = {
"Cerma",
"Q35074",
"nic-gur",
scripts = Latn,
}
m["cmg"] = {
"古典蒙古語",
"Q5128303",
"xgn",
otherNames = {"Classical Mongolian"},
scripts = {"Mong"},
ancestors = {"xng"},
translit_module = "mn-translit",
}
m["cmi"] = {
"Emberá-Chamí",
"Q3052042",
"sai-chc",
scripts = Latn,
}
m["cml"] = {
"Campalagian",
"Q5027893",
"poz-ssw",
scripts = Latn,
}
m["cmm"] = {
"Michigamea",
"Q12636809",
"sio-msv",
scripts = Latn,
}
m["cmn"] = {
"官話", --這是現在中文維基詞典所用的名稱
"Q9192",
"zhx",
otherNames = {"普通話", "北方話", "國語", "華話", "Mandarin", "Mandarin Chinese", "Putonghua", "Guoyu", "Huayu", "Guanhua", "Beifanghua", "Standard Chinese"},
ancestors = {"ltc"},
wikimedia_codes = {"zh"},
scripts = {"Hani", "Latn"}
}
m["cmo"] = {
"中墨儂語",
"Q33369881",
"mkh-ban",
}
m["cmr"] = {
"Mro Chin",
"Q16889978",
"tbq-kuk",
otherNames = {"Mro-Khimi Chin", "Mro", "Mro-Khimi"},
}
m["cms"] = {
"梅薩比語",
"Q36383",
"ine",
aliases = {"Messapic", "Messapian"},
scripts = Latn, -- when documented here; otherwise written in a native script
}
m["cmt"] = {
"Camtho",
"Q10441336",
"crp",
scripts = Latn,
ancestors = {"fly", "zu"}
}
m["cna"] = {
"Changthang",
"Q12952322",
"sit-lab",
scripts = {"Tibt"},
}
m["cnb"] = {
"Chinbon Chin",
"Q12952327",
"tbq-kuk",
aliases = {"Chinbon"},
}
m["cnc"] = {
"Côông",
"Q5202780",
"tbq-lol",
}
m["cng"] = {
"北羌語",
"Q56559",
"sit-qia",
otherNames = {"Northern Qiang"},
}
m["cnh"] = {
"Lai",
"Q3250286",
"tbq-kuk",
otherNames = {"Haka Chin", "Haka"},
}
m["cni"] = {
"Asháninka",
"Q3437230",
"awd",
aliases = {"Ashaninka"},
scripts = Latn,
}
m["cnk"] = {
"庫米欽語",
"Q56308",
"tbq-kuk",
otherNames = {"Khumi Chin", "Khumi", "Khami", "Nisay", "Nise", "Eastern Khumi", "Eastern Khumi Chin"},
}
m["cnl"] = {
"拉拉納奇南特克語",
"Q12953437",
"omq-chi",
otherNames = {"Lalana Chinantec"},
scripts = Latn,
}
m["cno"] = {
"Con",
"Q3440883",
"mkh-pal",
}
m["cnp"] = {
"桂北平話",
"Q84302463",
"zhx",
otherNames = {"Northern Pinghua"},
scripts = {"Hani"},
ancestors = {"ltc"},
}
m["cns"] = {
"中阿斯馬特語",
"Q11732048",
"ngf",
otherNames = {"Central Asmat"},
scripts = Latn,
}
m["cnt"] = {
"特佩托圖特拉奇南特克語",
"Q5100113",
"omq-chi",
otherNames = {"Tepetotutla Chinantec"},
scripts = Latn,
}
m["cnu"] = {
"Chenoua",
"Q33276",
"ber",
aliases = {"Shenwa"},
}
m["cnw"] = {
"Ngawn Chin",
"Q6583675",
"tbq-kuk",
aliases = {"Ngawn"},
}
m["cnx"] = {
"中古康沃爾語",
"Q12642603",
"cel-bry",
scripts = Latn,
ancestors = {"oco"},
}
m["coa"] = {
"科科斯馬來語",
"Q3441699",
"crp",
aliases = {"Cocos Islands Malay", "Cocos Malay"},
scripts = Latn,
ancestors = {"ms"},
}
m["cob"] = {
"奇科穆塞爾特克語",
"Q3307204",
"myn",
aliases = {"Chicomuceltec"},
scripts = Latn,
}
m["coc"] = {
"Cocopa",
"Q33044",
"nai-yuc",
scripts = Latn,
}
m["cod"] = {
"Cocama",
"Q33317",
"tup",
otherNames = {"Kokama", "Kokáma", "Cocama-Cocamilla", "Kukama-Kukamiria", "Cocamilla", "Kokamíya", "Cocaima"},
scripts = Latn,
}
m["coe"] = {
"Koreguaje",
"Q3198924",
"sai-tuc",
scripts = Latn,
}
m["cof"] = {
"Tsafiki",
"Q2567055",
"sai-bar",
otherNames = {"Colorado", "Tsáchila"},
scripts = Latn,
}
m["cog"] = {
"仲語",
"Q3914630",
"mkh-pea",
otherNames = {"Chong"},
scripts = {"Thai", "Khmr"},
sort_key = {
from = {"[%pๆ]", "[็-๎]", "([เแโใไ])([ก-ฮ])"},
to = {"", "", "%2%1"}},
}
m["coh"] = {
"齊瓊依-齊基哈納-奇考瑪語",
"Q12629011",
"bnt-mij",
otherNames = {"Chichonyi-Chidzihana-Chikauma"},
scripts = Latn,
}
m["coj"] = {
"Cochimi",
"Q3915551",
"nai-yuc",
scripts = Latn,
}
m["cok"] = {
"Santa Teresa Cora",
"Q12641754",
"azc",
scripts = Latn,
}
m["col"] = {
"Columbia-Wenatchi",
"Q3324744",
"sal",
otherNames = {"Columbia-Wenatchee", "Columbia-Moses", "Nxaamxcin", "Wenatchi", "Wenatchee"},
scripts = Latn,
}
m["com"] = {
"科曼奇語",
"Q32972",
"azc-num",
otherNames = {"Comanche", "科曼切語"},
scripts = Latn,
}
m["con"] = {
"科梵語",
"Q2669254",
"qfa-iso",
otherNames = {"Cofán", "Cofan", "Kofan", "Kofane", "A'ingae", "Maku", "Macu"},
scripts = Latn,
}
m["coo"] = {
"科莫克斯語",
"Q13583746",
"sal",
scripts = Latn,
otherNames = {"Comox"},
}
m["cop"] = {
"科普特語",
"Q36155",
"egx",
otherNames = {"Coptic", "Akhmimic", "Assiutic", "Bashmuric", "Bohairic", "Faiyumic", "Fayyumic", "Lycopolitan", "Memphitic", "Mesokemic", "Oxyrhynchite", "Sahidic", "Subakhmimic", "Thebaic"}, -- Akhmimic etc are names of dialects which are currently, pending any suggestion that we should do otherwise, subsumed into this code
-- Don't include varieties in [[Module:etymology languages/data]]
scripts = {"Copt"},
translit_module = "Copt-translit",
ancestors = {"egx-dem"},
entry_name = {
from = { "ˋ", GRAVE, MACRON, DIAER, OVERLINE, },
to = {},
},
sort_key = "cop-sortkey",
}
m["coq"] = {
"Coquille",
"Q12953452",
"ath-pco",
scripts = Latn,
}
m["cot"] = {
"Caquinte",
"Q3915557",
"awd",
scripts = Latn,
}
m["cou"] = {
"Wamey",
"Q36935",
"alv-ten",
scripts = Latn,
}
m["cov"] = {
"草苗語",
"Q2936935",
"qfa-tak",
otherNames = {"Cao Miao"},
}
m["cow"] = {
"Cowlitz",
"Q3001877",
"sal",
scripts = Latn,
}
m["cox"] = {
"Nanti",
"Q15342275",
"awd",
scripts = Latn,
}
m["coy"] = {
"Coyaima",
"Q56450",
"sai-car",
scripts = Latn,
}
m["coz"] = {
"喬喬特克語",
"Q2964262",
"omq-pop",
otherNames = {"Chochotec", "Chocho", "Chocholtec"},
scripts = Latn,
}
m["cpa"] = {
"帕蘭特拉奇南特克語",
"Q5100112",
"omq-chi",
otherNames = {"Palantla Chinantec"},
scripts = Latn,
}
m["cpb"] = {
"Ucayali-Yurúa Ashéninka",
"Q3501858",
"awd",
scripts = Latn,
}
m["cpc"] = {
"Ajyíninka Apurucayali",
"Q3327405",
"awd",
scripts = Latn,
}
m["cpg"] = {
"卡帕多細亞希臘語",
"Q853414",
"grk",
otherNames = {"Cappadocian Greek", "Cappadocian"},
scripts = {"polytonic", "fa-Arab"},
ancestors = {"grc"},
translit_module = "grc-translit",
sort_key = { -- Keep this synchronized with el, grc, pnt
from = {"[ᾳάᾴὰᾲᾶᾷἀᾀἄᾄἂᾂἆᾆἁᾁἅᾅἃᾃἇᾇ]", "[έὲἐἔἒἑἕἓ]", "[ῃήῄὴῂῆῇἠᾐἤᾔἢᾒἦᾖἡᾑἥᾕἣᾓἧᾗ]", "[ίὶῖἰἴἲἶἱἵἳἷϊΐῒῗ]", "[όὸὀὄὂὁὅὃ]", "[ύὺῦὐὔὒὖὑὕὓὗϋΰῢῧ]", "[ῳώῴὼῲῶῷὠᾠὤᾤὢᾢὦᾦὡᾡὥᾥὣᾣὧᾧ]", "ῥ", "ς"},
to = {"α" , "ε" , "η" , "ι" , "ο" , "υ" , "ω" , "ρ", "σ"}} ,
}
m["cpi"] = {
"洋涇浜英語",
"Q3435078",
"crp",
otherNames = {"Chinese Pidgin English"},
scripts = Latn,
ancestors = {"en"},
}
m["cpn"] = {
"Cherepon",
"Q35181",
"alv-gng",
otherNames = {"Chiripon", "Chiripong", "Kyerepong", "Okere"},
scripts = Latn,
}
m["cpo"] = {
"Kpee",
"Q6435722",
"dmn-jje",
otherNames = {"Kpeego", "Kpeen", "Numu"},
}
m["cps"] = {
"卡皮塞尼奧語",
"Q2937525",
"phi",
otherNames = {"Capiznon"},
scripts = Latn,
}
m["cpu"] = {
"Pichis Ashéninka",
"Q7190661",
"awd",
scripts = Latn,
}
m["cpx"] = {
"莆仙語",
"Q56583",
"zhx-min-hai",
otherNames = {"莆仙閩語", "莆田話", "興化話", "Puxian", "Pu-Xian", "Puxian Min", "Pu-Xian Min", "Pu Xian", "Pu Xian Chinese", "Putian", "Xinghua", "Hinghwa"},
scripts = {"Hani"},
}
m["cpy"] = {
"South Ucayali Ashéninka",
"Q3501868",
"awd",
scripts = Latn,
}
m["cqd"] = {
"川黔滇苗語",
"Q3307894",
"hmn",
otherNames = {"Chuanqiandian Cluster Miao"},
scripts = {"Latn", "Plrd"},
}
m["cra"] = {
"Chara",
"Q5073694",
"omv",
scripts = Latn,
}
m["crb"] = {
"Island Carib",
"Q3450735",
"awd-taa",
ancestors = {"awd-taa-pro"},
scripts = Latn,
}
m["crc"] = {
"Lonwolwol",
"Q3259216",
"poz-oce",
scripts = Latn,
}
m["crd"] = {
"Coeur d'Alene",
"Q32915",
"sal",
scripts = Latn,
}
m["crf"] = {
"Caramanta",
"Q3504195",
"sai-chc",
scripts = Latn,
}
m["crg"] = {
"Michif",
"Q13315",
"qfa-mix",
ancestors = {"cr", "fr"},
scripts = Latn,
}
m["crh"] = {
"克里米亞韃靼語",
"Q33357",
"trk-kcu",
otherNames = {"Crimean Tatar"},
scripts = {"Latn", "Cyrl"},
}
m["cri"] = {
"聖多美語",
"Q36536",
"crp",
ancestors = {"pt"},
otherNames = {"Sãotomense", "Forro", "São Tomense"},
scripts = Latn,
}
m["crj"] = {
"南部東克里語",
"Q12953464",
"alg",
otherNames = {"Southern East Cree"},
scripts = {"Cans"},
ancestors = {"cr"},
translit_module = "cr-translit",
}
m["crk"] = {
"平原克里語",
"Q56699",
"alg",
otherNames = {"Plains Cree"},
scripts = {"Cans", "Latn"},
ancestors = {"cr"},
}
m["crl"] = {
"北部東克里語",
"Q12642195",
"alg",
otherNames = {"Northern East Cree"},
scripts = {"Cans"},
ancestors = {"cr"},
translit_module = "cr-translit",
}
m["crm"] = {
"穆斯克里語",
"Q3446671",
"alg",
otherNames = {"Moose Cree"},
scripts = {"Cans"},
ancestors = {"cr"},
}
m["crn"] = {
"Cora",
"Q12953454",
"azc",
scripts = Latn,
}
m["cro"] = {
"Crow",
"Q1207611",
"sio-mor",
otherNames = {"Apsalooke"},
scripts = Latn,
}
m["crq"] = {
"Iyo'wujwa Chorote",
"Q3540927",
"sai-mtc",
scripts = Latn,
}
m["crr"] = {
"卡羅來納阿爾岡昆語",
"Q16113723",
"alg-eas",
otherNames = {"Carolina Algonquian"},
scripts = Latn,
}
m["crs"] = {
"塞舌爾克里奧爾語",
"Q34015",
"crp",
otherNames = {"賽席爾克里奧爾語", "Seychellois Creole"},
scripts = Latn,
ancestors = {"fr"},
}
m["crt"] = {
"Iyojwa'ja Chorote",
"Q3504118",
"sai-mtc",
scripts = Latn,
}
m["crv"] = {
"Chaura",
"Q2605680",
"aav-nic",
otherNames = {"Tutet"},
}
m["crw"] = {
"遮羅語",
"Q5105629",
"mkh-ban",
otherNames = {"Chrau"},
scripts = Latn,
}
m["crx"] = {
"達凱爾語",
"Q12953431",
"ath-nor",
otherNames = {"Carrier", "Dakelh"},
scripts = {"Latn", "Cans"},
}
m["cry"] = {
"Cori",
"Q35204",
"nic-plc",
scripts = Latn,
}
m["crz"] = {
"Cruzeño",
"Q2967636",
"nai-chu",
scripts = Latn,
}
m["csa"] = {
"奇爾特佩克奇南特克語",
"Q12953435",
"omq-chi",
otherNames = {"Chiltepec Chinantec"},
scripts = Latn,
}
m["csb"] = {
"卡舒比語",
"Q33690",
"zlw-lch",
otherNames = {"Kashubian"},
scripts = Latn,
ancestors = {"zlw-pom"},
}
m["csc"] = {
"加泰羅尼亞手語",
"Q35768",
"sgn",
otherNames = {"Catalan Sign Language"},
scripts = Latn, -- when documented
}
m["csd"] = {
"清邁手語",
"Q5095211",
"sgn",
otherNames = {"Chiangmai Sign Language"},
}
m["cse"] = {
"捷克手語",
"Q5201809",
"sgn",
otherNames = {"Czech Sign Language"},
scripts = Latn, -- when documented
}
m["csf"] = {
"古巴手語",
"Q5192046",
"sgn",
otherNames = {"Cuban Sign Language"},
scripts = Latn, -- when documented
}
m["csg"] = {
"智利手語",
"Q3322112",
"sgn",
otherNames = {"Chilean Sign Language"},
scripts = Latn, -- when documented
}
m["csh"] = {
"Asho Chin",
"Q12627282",
"tbq-kuk",
aliases = {"Asho"},
}
m["csi"] = {
"Coast Miwok",
"Q2981109",
"nai-you",
scripts = Latn,
}
m["csj"] = {
"Songlai Chin",
"Q7561280",
"tbq-kuk",
aliases = {"Songlai"},
}
m["csk"] = {
"Jola-Kasa",
"Q3446622",
"alv-jol",
scripts = Latn,
}
m["csl"] = {
"中國手語",
"Q1094190",
"sgn",
otherNames = {"Chinese Sign Language"},
}
m["csm"] = {
"中部山地米沃克語",
"Q2944443",
"nai-you",
otherNames = {"Central Sierra Miwok"},
scripts = Latn,
}
m["csn"] = {
"哥倫比亞手語",
"Q2748229",
"sgn",
otherNames = {"Colombian Sign Language"},
scripts = Latn, -- when documented
}
m["cso"] = {
"索奇亞帕姆奇南特克語",
"Q7550388",
"omq-chi",
otherNames = {"Sochiapam Chinantec"},
scripts = Latn,
}
m["csp"] = {
"桂南平話",
"Q84302019",
"zhx",
otherNames = {"Southern Pinghua"},
scripts = {"Hani"},
ancestors = {"ltc"},
}
m["csq"] = {
"克羅地亞手語",
"Q3507506",
"sgn",
otherNames = {"Croatian Sign Language"},
}
m["csr"] = {
"哥斯達黎加手語",
"Q5174901",
"sgn",
otherNames = {"哥斯大黎加手語", "Costa Rican Sign Language"},
scripts = Latn, -- when documented
}
m["css"] = {
"南奧龍尼語",
"Q25559664",
"nai-you",
otherNames = {"Southern Ohlone", "Mutsun", "San Juan Bautista Costanoan", "Rumsien", "San Carlos Costanoan", "Carmeleno"},
scripts = Latn,
}
m["cst"] = {
"北奧龍尼語",
"Q25559666",
"nai-you",
otherNames = {"Northern Ohlone"},
scripts = Latn,
}
m["csv"] = {
"Sumtu Chin",
"Q7638087",
"tbq-kuk",
aliases = {"Sumtu"},
}
m["csw"] = {
"Swampy Cree",
"Q56696",
"alg",
scripts = {"Latn", "Cans"},
ancestors = {"cr"},
}
m["csy"] = {
"Siyin Chin",
"Q7533375",
"tbq-kuk",
aliases = {"Siyin"},
}
m["csz"] = {
"Coos",
"Q3126783",
"nai-coo",
otherNames = {"Hanis", "Hanis Coos"},
scripts = Latn,
}
m["cta"] = {
"塔塔爾特佩克查蒂諾語",
"Q7687853",
"omq-cha",
otherNames = {"Tataltepec Chatino"},
scripts = Latn,
}
m["ctc"] = {
"Chetco-Tolowa",
"Q12628946",
"ath-pco",
otherNames = {"Chetco", "Siletz Dee-ni", "Deeni", "Tututni", "Siletz"},
scripts = Latn,
}
m["ctd"] = {
"梯頂語",
"Q56357",
"tbq-kuk",
otherNames = {"Tedim Chin", "Tedim", "Tiddim", "Sukte"},
scripts = {"Latn", "Pauc"},
}
m["cte"] = {
"特皮納帕奇南特克語",
"Q12953443",
"omq-chi",
otherNames = {"Tepinapa Chinantec"},
scripts = Latn,
}
m["ctg"] = {
"吉大港語",
"Q33173",
"inc-eas",
otherNames = {"Chittagonian"},
scripts = {"Beng"},
ancestors = {"inc-obn"},
}
m["cth"] = {
"Thaiphum Chin",
"Q16912048",
"tbq-kuk",
aliases = {"Thaiphum"},
}
m["ctl"] = {
"特拉科亞津特佩克奇南特克語",
"Q12643657",
"omq-chi",
otherNames = {"Tlacoatzintepec Chinantec"},
scripts = Latn,
}
m["ctm"] = {
"奇蒂馬查語",
"Q1294227",
"qfa-iso",
scripts = Latn,
otherNames = {"Chitimacha"},
}
m["ctn"] = {
"Chhintange",
"Q32994",
"sit-kie",
scripts = Deva,
}
m["cto"] = {
"Emberá-Catío",
"Q3052039",
"sai-chc",
scripts = Latn,
}
m["ctp"] = {
"西部高地查蒂諾語",
"Q32861734",
"omq-cha",
otherNames = {"Western Highland Chatino"},
scripts = Latn,
sort_key = {
from = {"á", "é", "í", "ó", "ú"},
to = {"a", "e", "i", "o", "u"}},
entry_name = {
from = {"[¹²³⁴⁵]"},
to = {}}
}
m["cts"] = {
"北卡坦端內斯比科拉諾語",
"Q7130477",
"phi",
otherNames = {"Northern Catanduanes Bicolano"},
scripts = Latn,
}
m["ctt"] = {
"Wayanad Chetti",
"Q7975850",
"dra",
aliases = {"Chetti"},
scripts = {"Taml"},
}
m["ctu"] = {
"Chol",
"Q35179",
"myn",
scripts = Latn,
}
m["ctz"] = {
"薩卡特佩克查蒂諾語",
"Q8063754",
"omq-cha",
otherNames = {"Zacatepec Chatino"},
scripts = Latn,
}
m["cua"] = {
"戈語",
"Q3441115",
"mkh-ban",
otherNames = {"Cua"},
scripts = Latn,
}
m["cub"] = {
"Cubeo",
"Q3006705",
"sai-tuc",
aliases = {"Cuveo", "Kubéo", "Kubeo", "Kubéu", "Kubeu", "Cobewa", "Cobéua", "Cobeua", "Kubéwa", "Kubewa", "Kobéua", "Kobeua", "Kobewa", "Pamiwa"},
scripts = Latn,
}
m["cuc"] = {
"尤斯拉奇南特克語",
"Q7901979",
"omq-chi",
otherNames = {"Usila Chinantec"},
scripts = Latn,
}
m["cug"] = {
"Cung",
"Q35194",
"nic-bbe",
otherNames = {"Chung", "Chungmboko", "Chung-Mboko", "Mboko"},
scripts = Latn,
}
m["cuh"] = {
"Chuka",
"Q12952344",
"bnt-kka",
scripts = Latn,
}
m["cui"] = {
"Cuiba",
"Q2980421",
"sai-guh",
scripts = Latn,
}
m["cuj"] = {
"Mashco Piro",
"Q3446596",
"awd",
scripts = Latn,
}
m["cuk"] = {
"Kuna",
"Q12953659",
"cba",
scripts = Latn,
}
m["cul"] = {
"Culina",
"Q2475442",
"auf",
otherNames = {"Kulina", "Kulína", "Kulyna", "Curina", "Corina", "Korina", "Culina-Madijá", "Madijá", "Madija", "Madiha", "Madihá"},
scripts = Latn,
}
m["cuo"] = {
"Cumanagoto",
"Q5193784",
"sai-cpc",
otherNames = {"Cumanogota", "Cumana", "Cumaná", "Kumana", "Kumaná"},
scripts = Latn,
}
m["cup"] = {
"庫佩諾語",
"Q143130",
"azc-cup",
otherNames = {"Cupeño"},
scripts = Latn,
}
m["cuq"] = {
"仡隆語",
"Q2475478",
"qfa-lic",
otherNames = {"Cun", "Gelong", "村語", "村話", "哥隆語"},
scripts = Latn,
}
m["cur"] = {
"Chhulung",
"Q5116126",
"sit-kie",
scripts = Deva,
}
m["cut"] = {
"特烏蒂拉奎卡特克語",
"Q12953453",
"omq-cui",
aliases = {"Teutila Cuicatec"},
scripts = Latn,
}
m["cuu"] = {
"傣雅語",
"Q3441122",
"qfa-tak",
otherNames = {"Tai Ya"},
scripts = Latn,
}
m["cuv"] = {
"Cuvok",
"Q3515056",
"cdc-cbm",
scripts = Latn,
}
m["cuw"] = {
"Chukwa",
"Q12629033",
"sit-kic",
}
m["cux"] = {
"特佩烏希拉奎卡特克語",
"Q20527242",
"omq-cui",
aliases = {"Tepeuxila Cuicatec"},
scripts = Latn,
}
m["cuy"] = {
"Cuitlatec",
"Q2030998",
"qfa-iso",
aliases = {"Cuitlateco"},
scripts = Latn,
}
m["cvg"] = {
"Chug",
"Q47683644",
"sit-khb",
}
m["cvn"] = {
"國家山谷奇南特克語",
"Q12953442",
"omq-chi",
otherNames = {"Valle Nacional Chinantec"},
scripts = Latn,
}
m["cwa"] = {
"Kabwa",
"Q6344537",
"bnt-lok",
scripts = Latn,
}
m["cwb"] = {
"Maindo",
"Q11002891",
"bnt-mak",
ancestors = {"chw"},
scripts = Latn,
}
m["cwd"] = {
"森林克里語",
"Q56305",
"alg",
otherNames = {"Woods Cree"},
scripts = {"Latn", "Cans"},
ancestors = {"cr"},
}
m["cwe"] = {
"Kwere",
"Q779632",
"bnt-ruv",
scripts = Latn,
}
m["cwg"] = {
"Chewong",
"Q646718",
"mkh-asl",
aliases = {"Cheq Wong", "Cheq-Wong", "Ceq Wong"},
scripts = Latn,
}
m["cwt"] = {
"Kuwaataay",
"Q35699",
"alv-jol",
scripts = Latn,
}
m["cya"] = {
"諾帕拉查蒂諾語",
"Q15616302",
"omq-cha",
aliases = {"Nopala Chatino"},
scripts = Latn,
}
m["cyb"] = {
"Cayubaba",
"Q3183382",
"qfa-iso",
aliases = {"Cayuvava", "Cayuwaba"},
scripts = Latn,
}
m["cyo"] = {
"庫約農語",
"Q33153",
"phi",
aliases = {"Cuyunon"},
scripts = Latn,
}
m["czh"] = {
"徽語",
"Q56546",
"zhx",
otherNames = {"徽州話", "Huizhou", "Huizhou Chinese"},
scripts = {"Hani"}, -- ?
ancestors = {"ltc"},
}
m["czk"] = {
"Knaanic",
"Q56384",
"zlw",
scripts = {"Hebr"},
ancestors = {"zlw-ocs"},
}
m["czn"] = {
"森松特佩克查蒂諾語",
"Q603106",
"omq-cha",
otherNames = {"Zenzontepec Chatino"},
scripts = Latn,
}
m["czo"] = {
"閩中語",
"Q56435",
"zhx-min-shn",
otherNames = {"Min Zhong", "Min Zhong Chinese"},
scripts = {"Hani"},
}
m["czt"] = {
"佐通語",
"Q8074599",
"tbq-kuk",
aliases = {"Zotung Chin", "Zotung"},
scripts = Latn,
}
return m
