Module:Languages/data3/m
在"incategory ..."过滤器后添加搜索文字:
该模块包含了以"m為開頭的三字母語言代碼"之定义和元数据。欲见其他相关资讯,请参见附录:语言列表。
此模块不得直接用于其他模块或模板。资料与数据应通过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["maa"] = {
"聖赫羅尼莫特科阿特爾馬薩特克語",
"Q7692927",
"omq-maz",
otherNames = {"San Jerónimo Tecóatl Mazatec"},
scripts = Latn,
}
m["mab"] = {
"尤坦杜奇米斯特克語",
"Q12645448",
"omq-mxt",
otherNames = {"Yutanduchi Mixtec"},
scripts = Latn,
}
m["mad"] = {
"馬都拉語",
"Q36213",
"poz-msa",
otherNames = {"Madurese"},
scripts = Latn,
}
m["mae"] = {
"Bo-Rukul",
"Q34967",
"nic-ple",
scripts = Latn,
}
m["maf"] = {
"馬法語",
"Q35819",
"cdc-cbm",
scripts = Latn,
}
m["mag"] = {
"馬加希語",
"Q33728",
"inc-eas",
otherNames = {"Magahi"},
scripts = {"Deva"},
ancestors = {"bh"},
}
m["mai"] = {
"邁蒂利語",
"Q36109",
"inc-eas",
otherNames = {"Maithili", "邁提利語"},
scripts = {"Tirh", "Kthi", "Newa", "Deva"},
ancestors = {"bh"},
translit_module = "translit-redirect",
}
m["maj"] = {
"哈拉佩德迪亞茲馬薩特克語",
"Q3915999",
"omq-maz",
otherNames = {"Jalapa de Díaz Mazatec"},
scripts = Latn,
}
m["mak"] = {
"望加錫語",
"Q33643",
"poz-ssw",
otherNames = {"Makasar"},
scripts = {"Latn", "Maka"},
}
m["mam"] = {
"馬姆語",
"Q33467",
"myn",
otherNames = {"Mam"},
scripts = Latn,
}
m["man"] = {
"曼丁哥語",
"Q35772",
"dmn-man",
scripts = Latn,
}
m["maq"] = {
"奇危特蘭馬薩特克語",
"Q5101757",
"omq-maz",
otherNames = {"Chiquihuitlán Mazatec"},
scripts = Latn,
}
m["mas"] = {
"馬賽語",
"Q35787",
"sdv-lma",
otherNames = {"Maasai"},
scripts = Latn,
}
m["mat"] = {
"馬特拉爾辛卡語",
"Q12953704",
"omq",
otherNames = {"Matlatzinca", "聖弗朗西斯科馬特拉爾辛卡語", "San Francisco Matlatzinca", "San Francisco Oxtotilpa Matlatzinca"},
scripts = Latn,
}
m["mau"] = {
"瓦烏特拉馬薩特克語",
"Q36230",
"omq-maz",
otherNames = {"Huautla Mazatec"},
scripts = Latn,
}
m["mav"] = {
"Sateré-Mawé",
"Q6794475",
"tup",
scripts = Latn,
}
m["maw"] = {
"曼普魯西語",
"Q35804",
"nic-wov",
otherNames = {"Mampruli"},
scripts = Latn,
}
m["max"] = {
"北摩鹿加馬來語",
"Q7056136",
"crp",
scripts = Latn,
otherNames = {"North Moluccan Malay"},
}
m["maz"] = {
"中馬薩瓦語",
"Q36228",
"oto",
otherNames = {"Central Mazahua"},
scripts = Latn,
}
m["mba"] = {
"希高農語",
"Q5753411",
"mno",
otherNames = {"Higaonon"},
scripts = Latn,
}
m["mbb"] = {
"西布基農-馬諾博語",
"Q7987643",
"mno",
scripts = Latn,
}
m["mbc"] = {
"Macushi",
"Q56633",
"sai-car",
otherNames = {"Makushi", "Makusi", "Makuxi", "Macusi", "Macussi", "Teweya"},
scripts = Latn,
}
m["mbd"] = {
"迪巴巴旺-馬諾博語",
"Q18755523",
"mno",
otherNames = {"Dibabawon Manobo"},
scripts = Latn,
}
m["mbe"] = {
"Molale",
"Q3319444",
"nai-plp",
otherNames = {"Molala", "Molalla", "Molele"},
scripts = Latn,
}
m["mbf"] = {
"峇峇馬來語",
"Q18642798",
"crp",
otherNames = {"Baba Malay"},
scripts = Latn,
ancestors = {"ms"},
}
m["mbh"] = {
"Mangseng",
"Q6749147",
"poz-ocw",
scripts = Latn,
}
m["mbi"] = {
"伊利亞農-馬諾博語",
"Q14916911",
"mno",
scripts = Latn,
}
m["mbj"] = {
"Nadëb",
"Q3335011",
"sai-nad",
scripts = Latn,
}
m["mbk"] = {
"Malol",
"Q6744477",
"poz-ocw",
scripts = Latn,
}
m["mbl"] = {
"Maxakalí",
"Q3029682",
"sai-mje",
scripts = Latn,
}
m["mbm"] = {
"Ombamba",
"Q36407",
"bnt-mbt",
scripts = Latn,
}
m["mbn"] = {
"Macaguán",
"Q3273980",
"sai-guh",
scripts = Latn,
}
m["mbo"] = { -- is, like 'bqz', 'bsi' and 'bss', a dialect of Manenguba
"Mbo (Cameroon)",
nil,
"bnt-mne",
otherNames = {"Mbo"},
scripts = Latn,
}
m["mbp"] = {
"Wiwa",
"Q3012604",
"cba",
otherNames = {"Damana", "Malayo"},
scripts = Latn,
}
m["mbq"] = {
"Maisin",
"Q3448149",
scripts = Latn,
}
m["mbr"] = {
"Nukak Makú",
"Q3346228",
"sai-nad",
scripts = Latn,
}
m["mbs"] = {
"薩蘭加尼-馬諾博語",
"Q7423093",
"mno",
scripts = Latn,
}
m["mbt"] = {
"馬蒂沙祿-馬諾博語",
"Q6787447",
"mno",
scripts = Latn,
}
m["mbu"] = {
"Mbula-Bwazza",
"Q3913324",
"nic-jrn",
scripts = Latn,
}
m["mbv"] = {
"Mbulungish",
"Q36003",
"alv-nal",
scripts = Latn,
}
m["mbw"] = {
"Maring",
"Q3293280",
scripts = Latn,
}
m["mbx"] = {
"Sepik Mari",
"Q6760942",
"paa-spk",
otherNames = {"Mari (East Sepik Province)"},
scripts = Latn,
}
m["mby"] = {
"梅莫尼語",
"Q4180871",
"inc-snd",
otherNames = {"Memoni"},
scripts = {"Gujr", "ur-Arab"},
ancestors = {"inc-vra"},
}
m["mbz"] = {
"阿莫爾特佩卡米斯特克語",
"Q13583504",
"omq-mxt",
otherNames = {"Amoltepec Mixtec"},
scripts = Latn,
}
m["mca"] = {
"Maca",
"Q3281043",
"sai-mtc",
scripts = Latn,
}
m["mcb"] = {
"Machiguenga",
"Q3915441",
"awd",
scripts = Latn,
}
m["mcc"] = {
"Bitur",
"Q4919173",
}
m["mcd"] = {
"Sharanahua",
"Q12953881",
"sai-pan",
scripts = Latn,
}
m["mce"] = {
"伊通杜希亞米斯特克語",
"Q12953727",
"omq-mxt",
otherNames = {"Itundujia Mixtec"},
scripts = Latn,
}
m["mcf"] = {
"Matsés",
"Q2981620",
"sai-pan",
scripts = Latn,
}
m["mcg"] = {
"Mapoyo",
"Q56946",
"sai-car",
scripts = Latn,
}
m["mch"] = {
"Maquiritari",
"Q3082027",
"sai-car",
otherNames = {"Makiritare", "Ye'kwana", "Ye'kuana", "Yekuana", "De'kwana", "So'to", "Maiongong"},
scripts = Latn,
}
m["mci"] = {
"Mese",
"Q6821190",
}
m["mcj"] = {
"Mvanip",
"Q3913281",
"nic-mmb",
scripts = Latn,
}
m["mck"] = {
"Mbunda",
"Q34170",
"bnt-clu",
scripts = Latn,
}
m["mcl"] = {
"Macaguaje",
"Q6722435",
"sai-tuc",
scripts = Latn,
}
m["mcm"] = {
"馬六甲克里奧爾葡萄牙語",
"Q2669169",
"crp",
ancestors = {"pt"},
otherNames = {"Kristang", "Malacca Creole Portuguese", "Malaccan Creole Portuguese"},
scripts = Latn,
}
m["mcn"] = {
"Masana",
"Q56668",
"cdc-mas",
otherNames = {"Massa", "Masa"},
}
m["mco"] = {
"科阿特蘭米塞語",
"Q25559716",
"nai-miz",
otherNames = {"Coatlán Mixe"},
scripts = Latn,
}
m["mcp"] = {
"Makaa",
"Q35803",
"bnt-mka",
}
m["mcq"] = {
"埃塞語",
"Q5397551",
"ngf",
otherNames = {"Ese"},
scripts = Latn,
}
m["mcr"] = {
"Menya",
"Q11732444",
"ngf",
}
m["mcs"] = {
"Mambai",
"Q6748872",
"alv-mbm",
}
m["mcu"] = {
"Cameroon Mambila",
"Q19359039",
"nic-mmb",
scripts = Latn,
}
m["mcv"] = {
"Minanibai",
"Q6863167",
"ngf",
}
m["mcw"] = {
"Mawa",
"Q3441333",
"cdc-est",
otherNames = {"Mawa (Chad)", "Mahwa"},
scripts = Latn,
}
m["mcx"] = {
"Mpiemo",
"Q35908",
"bnt-bek",
}
m["mcy"] = {
"南瓦圖特語",
"Q12953293",
"poz-ocw",
otherNames = {"South Watut"},
}
m["mcz"] = {
"Mawan",
"Q11732429",
"ngf-mad",
}
m["mda"] = {
"Mada (Nigeria)",
"Q3915843",
"nic-nin",
otherNames = {"Mada"},
scripts = Latn,
}
m["mdb"] = {
"Morigi",
"Q6912195",
"paa-kiw",
}
m["mdc"] = {
"Male",
"Q6742927",
"ngf-mad",
}
m["mdd"] = {
"Mbum",
"Q36170",
"alv-mbm",
}
m["mde"] = {
"馬巴語",
"Q35860",
"ssa",
}
m["mdf"] = {
"莫克沙語",
"Q13343",
"urj-mdv",
otherNames = {"Moksha", "Mordvin"},
scripts = Cyrl,
translit_module = "mdf-translit",
override_translit = true,
}
m["mdg"] = {
"Massalat",
"Q759984",
}
m["mdh"] = {
"馬京達瑙語",
"Q33717",
"phi",
otherNames = {"Maguindanao"},
scripts = {"Latn", "Arab"},
}
m["mdi"] = {
"Mamvu",
"Q3033594",
"csu-mle",
}
m["mdj"] = {
"Mangbetu",
"Q56327",
"csu-maa",
}
m["mdk"] = {
"Mangbutu",
"Q6748877",
"csu-mle",
}
m["mdl"] = {
"馬爾他手語",
"Q6744816",
"sgn",
otherNames = {"Maltese Sign Language"},
}
m["mdm"] = {
"Mayogo",
"Q6797580",
"nic-nke",
scripts = Latn,
}
m["mdn"] = {
"Mbati",
"Q36165",
"bnt-ngn",
}
m["mdp"] = {
"Mbala",
"Q6799583",
"bnt-pen",
}
m["mdq"] = {
"Mbole",
"Q6799727",
"bnt-mbe",
}
m["mdr"] = {
"曼達爾語",
"Q35995",
"poz-ssw",
otherNames = {"Mandar"},
scripts = {"Bugi", "Latn"},
}
m["mds"] = {
"Maria",
"Q3448673",
otherNames = {"Maria (New Guinea)", "Maria (Papua New Guinea)"},
}
m["mdt"] = {
"Mbere",
"Q36062",
"bnt-mbt",
}
m["mdu"] = {
"Mboko",
"Q36058",
"bnt-mbo",
}
m["mdv"] = {
"聖盧西亞蒙泰韋爾米斯特克語",
"Q12953722",
"omq-mxt",
otherNames = {"Santa Lucía Monteverde Mixtec"},
scripts = Latn,
}
m["mdw"] = {
"Mbosi",
"Q36035",
"bnt-mbo",
}
m["mdx"] = {
"Dizin",
"Q35313",
"omv-diz",
}
m["mdy"] = {
"Maale",
"Q795327",
"omv-ome",
}
m["mdz"] = {
"Suruí Do Pará",
"Q10322149",
"tup-gua",
scripts = Latn,
}
m["mea"] = {
"Menka",
"Q36078",
"nic-grs",
scripts = Latn,
}
m["meb"] = {
"Ikobi-Mena",
"Q11732241",
"ngf",
otherNames = {"Ikobi", "Mena", "Ikobi-Mina"},
scripts = Latn,
}
m["mec"] = {
"瑪拉語",
"Q6772774",
otherNames = {"Mara", "Leelawarra", "Leelalwarra", "Mala", "Marra"},
}
m["med"] = {
"Melpa",
"Q36166",
}
m["mee"] = {
"Mengen",
"Q3305831",
"poz-ocw",
}
m["mef"] = {
"Megam",
"Q6808589",
}
m["meg"] = {
"Mea",
"Q12952836",
"poz-cln",
}
m["meh"] = {
"西南特拉夏科米斯特克語",
"Q7070686",
"omq-mxt",
otherNames = {"Southwestern Tlaxiaco Mixtec"},
scripts = Latn,
}
m["mei"] = {
"Midob",
"Q36007",
"nub",
scripts = Latn,
}
m["mej"] = {
"梅亞赫語",
"Q11732436",
"paa-wpa",
otherNames = {"Meyah", "Mejah", "Meax"},
}
m["mek"] = {
"梅凱奧語",
"Q3304803",
"poz-ocw",
otherNames = {"Mekeo"},
}
m["mel"] = {
"中馬蘭諾語",
"Q18638319",
"poz-swa",
otherNames = {"Central Melanau"},
scripts = Latn,
}
m["mem"] = {
"Mangala",
"Q6748664",
}
m["men"] = {
"門德語",
"Q1478672",
"dmn-msw",
scripts = {"Latn", "Mend"},
}
m["meo"] = {
"吉打馬來語",
"Q4925684",
"poz-mly",
otherNames = {"Kedah Malay"},
scripts = Latn,
}
m["mep"] = {
"Miriwung",
"Q3111847",
}
m["meq"] = {
"Merey",
"Q3502314",
"cdc-cbm",
scripts = Latn,
}
m["mer"] = {
"梅魯語",
"Q13313",
"bnt-kka",
otherNames = {"Meru"},
scripts = Latn,
}
m["mes"] = {
"Masmaje",
"Q3440448",
}
m["met"] = {
"Mato",
"Q3299190",
"poz-ocw",
otherNames = {"Nenaya", "Nengaya", "Nineia"},
scripts = Latn,
}
m["meu"] = {
"莫圖語",
"Q33516",
"poz-ocw",
otherNames = {"Motu", "Pure Motu", "True Motu"},
scripts = Latn,
}
m["mev"] = {
"Mano",
"Q3913286",
"dmn-mda",
scripts = Latn,
}
m["mew"] = {
"Maaka",
"Q3438764",
"cdc-wst",
scripts = Latn,
}
m["mey"] = {
"哈桑語",
"Q56231",
"sem-arb",
otherNames = {"Hassaniya"},
scripts = {"Arab"},
}
m["mez"] = {
"Menominee",
"Q13363",
"alg",
scripts = Latn,
sort_key = {
from = {"·"},
to = {""}} ,
}
m["mfa"] = {
"北大年馬來語",
"Q1199751",
"poz-mly",
otherNames = {"Pattani Malay"},
scripts = {"Latn", "Thai", "Arab"},
sort_key = {
from = {"[%pๆ]", "[็-๎]", "([เแโใไ])([ก-ฮ])"},
to = {"", "", "%2%1"}},
}
m["mfb"] = {
"Bangka",
"Q3258818",
}
m["mfc"] = {
"Mba",
"Q4286464",
"nic-mbc",
scripts = Latn,
}
m["mfd"] = {
"Mendankwe-Nkwen",
"Q11129537",
"nic-nge",
scripts = Latn,
}
m["mfe"] = {
"毛里求斯克里奧爾語",
"Q33661",
"crp",
otherNames = {"Mauritian Creole", "Mauritian"},
scripts = Latn,
ancestors = {"fr"},
}
m["mff"] = {
"Naki",
"Q36083",
"nic-bbe",
otherNames = {"Bukwen", "Mashi"},
scripts = Latn,
}
m["mfg"] = {
"Mixifore",
"Q3914478",
"dmn-mok",
otherNames = {"Mogofin"},
}
m["mfh"] = {
"馬特爾語",
"Q3501751",
"cdc-cbm",
scripts = Latn,
otherNames = {"Matal"},
}
m["mfi"] = {
"Wandala",
"Q3441249",
"cdc-cbm",
otherNames = {"Mandara"},
scripts = Latn,
}
m["mfj"] = {
"Mefele",
"Q3501871",
"cdc-cbm",
}
m["mfk"] = {
"North Mofu",
"Q56303",
"cdc-cbm",
}
m["mfl"] = {
"Putai",
"Q56291",
}
m["mfm"] = {
"Marghi South",
"Q56248",
}
m["mfn"] = {
"Cross River Mbembe",
"Q3915395",
"nic-uce",
scripts = Latn,
}
m["mfo"] = {
"Mbe",
"Q36075",
"nic-eko",
scripts = Latn,
}
m["mfp"] = {
"望加錫馬來語",
"Q12952776",
"qfa-mix",
otherNames = {"Makassar Malay"},
scripts = {"Latn"},
}
m["mfq"] = {
"Moba",
"Q19921578",
"nic-grm",
scripts = Latn,
}
m["mfr"] = {
"馬里蒂爾語",
"Q6773014",
"aus-dal",
otherNames = {"Marrithiyel", "Marrithiyal", "Marithiel", "Maridhiel", "Maridhiyel", "Berringen", "Bringen", "Brinken", "Nganygit", "Marriammu", "Mare-Ammu", "Maridjabin", "Maredyerbin", "Maretyabin", "Maridyerbin", "Maritjabin", "Marridan", "Meradan", "Marramanindjdji", "Marramaninydyi", "Marimanindji", "Mariyedi"},
scripts = Latn,
}
m["mfs"] = {
"墨西哥手語",
"Q3915511",
"sgn",
otherNames = {"Mexican Sign Language"},
scripts = Latn, -- when documented
}
m["mft"] = {
"Mokerang",
"Q3319387",
"poz-aay",
scripts = Latn,
}
m["mfu"] = {
"Mbwela",
"Q11004988",
"bnt-clu",
ancestors = {"lch"},
}
m["mfv"] = {
"Mandjak",
"Q35822",
"alv-pap",
}
m["mfw"] = {
"Mulaha",
"Q6933720",
}
m["mfx"] = {
"Melo",
"Q6813268",
"omv-nom",
}
m["mfy"] = {
"馬約語",
"Q56729",
"azc-trc",
otherNames = {"Mayo"},
scripts = Latn,
sort_key = {
from = {"á", "é", "í", "ó", "ú"},
to = {"a", "e", "i", "o", "u"}},
}
m["mfz"] = {
"Mabaan",
"Q20526385",
"sdv",
}
m["mga"] = {
"中古愛爾蘭語",
"Q36116",
"cel-gae",
otherNames = {"Middle Irish"},
scripts = Latn,
ancestors = {"sga"},
entry_name = {
from = {"ḟ", "ṁ", "ṅ", "ṡ", "Ḟ", "Ṁ", "Ṅ", "Ṡ", "ä", "ë", "ï", "ö", "ü", "·"},
to = {"f", "m", "n", "s", "F", "M", "N", "S", "a", "e", "i", "o", "u"}} ,
sort_key = {
from = {"á", "é", "æ", "ǽ", "í", "ó", "ú", "^h", "-"},
to = {"a", "e", "e", "e", "i", "o", "u"}} ,
}
m["mgb"] = {
"Mararit",
"Q56359",
"sdv-tmn",
}
m["mgc"] = {
"Morokodo",
"Q6913216",
"csu-bbk",
scripts = Latn,
}
m["mgd"] = {
"Moru",
"Q6915014",
"csu-mma",
}
m["mge"] = {
"Mango",
"Q713659",
"csu-sar",
}
m["mgf"] = {
"Maklew",
"Q6739816",
}
m["mgg"] = {
"Mpongmpong",
"Q35924",
"bnt-bek",
}
m["mgh"] = {
"馬夸語",
"Q33604",
"bnt-mak",
ancestors = {"vmw"},
scripts = Latn,
}
m["mgi"] = {
"Jili",
"Q3914497",
"nic-pls",
otherNames = {"Lijili", "Migili", "Mijili"},
}
m["mgj"] = {
"Abureni",
"Q3441256",
"nic-cde",
scripts = Latn,
}
m["mgk"] = {
"Mawes",
"Q6794395",
"paa",
}
m["mgl"] = {
"Maleu-Kilenge",
"Q3281884",
}
m["mgm"] = {
"Mambae",
"Q35774",
"poz-tim",
scripts = Latn,
}
m["mgn"] = {
"Mbangi",
"Q11017443",
"nic-ngd",
scripts = Latn,
}
m["mgo"] = {
"美塔語",
"Q36054",
"nic-mom",
scripts = Latn,
}
m["mgp"] = {
"東馬嘉爾語",
"Q12952758",
"sit-gma",
otherNames = {"Eastern Magar"},
}
m["mgq"] = {
"Malila",
"Q6743679",
"bnt-mby",
scripts = Latn,
}
m["mgr"] = {
"曼布韋-倫古語",
"Q626210",
"bnt-mwi",
otherNames = {"Mambwe-Lungu"},
scripts = Latn,
}
m["mgs"] = {
"曼達語(坦桑尼亞)",
"Q16939267",
"bnt-bki",
otherNames = {"Manda (Tanzania)", "Kimanda", "Kinyasa", "Nyasa"},
}
m["mgt"] = {
"Mongol",
"Q11260674",
"paa",
scripts = Latn,
}
m["mgu"] = {
"Mailu",
"Q3278246",
"ngf",
}
m["mgv"] = {
"馬滕戈語",
"Q6786446",
"bnt-mbi",
otherNames = {"Matengo"},
scripts = Latn,
}
m["mgw"] = {
"馬通比語",
"Q6791974",
"bnt-mbi",
otherNames = {"Matumbi", "Matuumbi", "Kimatumbi", "Kimatuumbi"},
scripts = Latn,
}
m["mgy"] = {
"姆邦加語",
"Q6799817",
"bnt-kil",
otherNames = {"Mbunga"},
}
m["mgz"] = {
"姆布圭語",
"Q3426367",
"bnt-mra",
otherNames = {"Mbugwe"},
}
m["mha"] = {
"曼達語(印度)",
"Q56760",
"dra",
otherNames = {"Manda (India)"},
}
m["mhb"] = {
"馬洪圭語",
"Q35816",
"bnt-kel",
otherNames = {"Mahongwe"},
}
m["mhc"] = {
"莫喬語",
"Q1941682",
"myn",
otherNames = {"Mocho"},
}
m["mhd"] = {
"Mbugu",
"Q36152",
"qfa-mix",
otherNames = {"Ma'a", "Normal Mbugu", "Inner Mbugu"},
scripts = Latn,
ancestors = {"asa"},
}
m["mhe"] = {
"Besisi",
"Q2742262",
"mkh-asl",
}
m["mhf"] = {
"Mamaa",
"Q6745346",
"ngf-fin",
scripts = Latn,
}
m["mhg"] = {
"馬爾古語",
"Q6772812",
otherNames = {"Margu"},
}
m["mhi"] = {
"Ma'di",
"Q56670",
"csu-mma",
}
m["mhj"] = {
"蒙戈勒語",
"Q13336",
"xgn",
otherNames = {"Mogholi", "Moghol"},
}
m["mhk"] = {
"Mungaka",
"Q36068",
"nic-nun",
scripts = Latn,
}
m["mhl"] = {
"Mauwake",
"Q6794095",
"ngf-mad",
}
m["mhm"] = {
"Makhuwa-Moniga",
"Q6900145",
"bnt-mak",
}
m["mhn"] = {
"默切諾語",
"Q268130",
"gmw",
scripts = Latn,
ancestors = {"bar"},
otherNames = {"Mòcheno"},
sort_key = {
from = {"è", "ò"},
to = {"e", "o"}
},
}
m["mho"] = {
"Mashi",
"Q10962737",
"bnt-kav",
scripts = Latn,
}
m["mhp"] = {
"峇里馬來語",
"Q12473441",
"crp",
otherNames = {"Balinese Malay"},
}
m["mhq"] = {
"Mandan",
"Q1957120",
"sio",
}
m["mhs"] = {
"Buru (Indonesia)",
"Q2928650",
"poz-cma",
otherNames = {"Buru"},
}
m["mht"] = {
"Mandahuaca",
"Q6747924",
"awd-nwk",
otherNames = {"Mandauaca", "Mandawaka", "Mandawaca", "Mandauaka", "Mandauáka"},
}
m["mhu"] = {
"Taraon",
"Q56400",
"sit-gsi",
otherNames = {"Darang", "Digaro-Mishmi", "Digaro Mishmi"},
scripts = Latn,
}
m["mhw"] = {
"Mbukushu",
"Q2691548",
}
m["mhx"] = {
"Lhao Vo",
"Q11149315",
"tbq-brm",
otherNames = {"Langsu", "Maru"},
}
m["mhy"] = {
"Ma'anyan",
"Q2328761",
"poz-bre",
}
m["mhz"] = {
"Mor (Austronesian)",
"Q2122792",
"poz-hce",
otherNames = {"Mor", "Moor", "Austronesian Mor"},
scripts = Latn,
}
m["mia"] = {
"Miami",
"Q56523",
"alg",
scripts = Latn,
}
m["mib"] = {
"阿塔特拉烏卡米斯特克語",
"Q32093046",
"omq-mxt",
scripts = Latn,
otherNames = {"Atatláhuca Mixtec"},
}
m["mic"] = {
"密克馬克語",
"Q13321",
"alg-eas",
otherNames = {"Mi'kmaq"},
scripts = Latn,
}
m["mid"] = {
"曼達安語",
"Q6991742",
"sem-ase",
otherNames = {"Mandaic"},
scripts = {"Mand"},
ancestors = {"myz"},
}
m["mie"] = {
"奧科特佩克米斯特克語",
"Q25559575",
"omq-mxt",
otherNames = {"Ocotepec Mixtec"},
scripts = Latn,
}
m["mif"] = {
"Mofu-Gudur",
"Q1365132",
"cdc-cbm",
scripts = Latn,
}
m["mig"] = {
"大聖米蓋爾米斯特克語",
"Q12953719",
"omq-mxt",
otherNames = {"San Miguel el Grande Mixtec"},
scripts = Latn,
}
m["mih"] = {
"查尤科米斯特克語",
"Q13583510",
"omq-mxt",
otherNames = {"Chayuco Mixtec"},
scripts = Latn,
}
m["mii"] = {
"奇格梅卡蒂特蘭米斯特克語",
"Q12953724",
"omq-mxt",
otherNames = {"Chigmecatitlán Mixtec"},
scripts = Latn,
}
m["mij"] = {
"Mungbam",
"Q34725",
"nic-beb",
otherNames = {"Abar", "Missong", "Munken", "Ngun"},
scripts = Latn,
}
m["mik"] = {
"密卡蘇奇語",
"Q13316",
"nai-mus",
otherNames = {"Mikasuki"},
scripts = Latn,
}
m["mil"] = {
"佩諾爾斯米斯特克語",
"Q42411307",
"omq-mxt",
otherNames = {"Peñoles Mixtec"},
scripts = Latn,
}
m["mim"] = {
"阿拉卡特拉扎拉米斯特克語",
"Q14697894",
"omq-mxt",
otherNames = {"Alacatlatzala Mixtec"},
scripts = Latn,
}
m["min"] = {
"米南佳保語",
"Q13324",
"poz-mly",
otherNames = {"米南加保語", "米南卡保語", "Minangkabau"},
scripts = {"Latn", "Arab"},
}
m["mio"] = {
"皮諾特帕納雄耐爾米斯特克語",
"Q7196415",
"omq-mxt",
otherNames = {"Pinotepa Nacional Mixtec"},
scripts = Latn,
}
m["mip"] = {
"阿帕斯科-阿波亞拉米斯特克語",
"Q13583505",
"omq-mxt",
otherNames = {"Apasco-Apoala Mixtec"},
scripts = Latn,
}
m["miq"] = {
"米斯基托語",
"Q1516803",
"nai-min",
otherNames = {"Miskito", "Miskitu"},
scripts = Latn,
entry_name = {
from = {"Â", "â", "Î", "î", "Û", "û"},
to = {"A", "a", "I", "i", "U", "u"}},
}
m["mir"] = {
"地峽米塞語",
"Q6088873",
"nai-miz",
otherNames = {"Isthmus Mixe"},
}
m["mit"] = {
"南普埃布拉米斯特克語",
"Q7570345",
"omq-mxt",
otherNames = {"Southern Puebla Mixtec"},
scripts = Latn,
}
m["miu"] = {
"卡卡洛斯特佩克米斯特克語",
"Q12953723",
"omq-mxt",
otherNames = {"Cacaloxtepec Mixtec"},
scripts = Latn,
}
m["miw"] = {
"Akoye",
"Q3327462",
"ngf",
scripts = Latn,
}
m["mix"] = {
"米斯特佩克米斯特克語",
"Q6884125",
"omq-mxt",
otherNames = {"Mixtepec Mixtec"},
scripts = Latn,
}
m["miy"] = {
"阿尤特拉米斯特克語",
"Q13583508",
"omq-mxt",
otherNames = {"Ayutla Mixtec"},
scripts = Latn,
}
m["miz"] = {
"科亞佐斯潘米斯特克語",
"Q3317290",
"omq-mxt",
otherNames = {"Coatzospan Mixtec"},
scripts = Latn,
}
m["mjb"] = {
"Makalero",
"Q35729",
"ngf",
otherNames = {"Maklere"},
scripts = Latn,
}
m["mjc"] = {
"聖胡安科羅拉多米斯特克語",
"Q12953718",
"omq-mxt",
otherNames = {"San Juan Colorado Mixtec"},
scripts = Latn,
}
m["mjd"] = {
"西北邁杜語",
"Q3198700",
"nai-mdu",
otherNames = {"Northwest Maidu"},
scripts = Latn,
}
m["mje"] = {
"Muskum",
"Q3913334",
}
m["mjg"] = {
"土族語",
"Q34214",
"xgn",
otherNames = {"Monguor"},
scripts = Latn,
}
m["mji"] = {
"金門語",
"Q1115317",
"hmx-mie",
otherNames = {"Kim Mun"},
}
m["mjj"] = {
"Mawak",
"Q11732427",
"ngf-mad",
}
m["mjk"] = {
"Matukar",
"Q6791963",
"poz-ocw",
scripts = Latn,
}
m["mjl"] = {
"曼迪阿里語",
"Q6747931",
"him",
otherNames = {"Mandeali"},
scripts = {"Deva", "Takr"},
translit_module = "hi-translit",
}
m["mjm"] = {
"Medebur",
"Q6805227",
"poz-ocw",
scripts = Latn,
}
m["mjn"] = {
"Mebu",
"Q6804364",
"ngf-fin",
otherNames = {"Ma"},
}
m["mjo"] = {
"Malankuravan",
"Q14916887",
"dra",
}
m["mjp"] = {
"Malapandaram",
"Q10575729",
"dra",
}
m["mjq"] = {
"Malaryan",
"Q12952773",
"dra",
}
m["mjr"] = {
"Malavedan",
"Q12952775",
"dra",
}
m["mjs"] = {
"Miship",
"Q3441264",
"cdc-wst",
otherNames = {"Chip"},
scripts = Latn,
}
m["mjt"] = {
"Sawriya Paharia",
"Q33907",
"dra",
otherNames = {"Sauria Paharia", "Sawriya", "Sawriya Pahariya", "Sawriya Malto", "Malto", " Malti", "Maltu", "Maler"},
scripts = {"Beng", "Deva"},
}
m["mju"] = {
"Manna-Dora",
"Q10576453",
"dra",
ancestors = {"te"},
}
m["mjv"] = {
"Mannan",
"Q3286037",
"dra",
}
m["mjw"] = {
"Karbi",
"Q56591",
"tbq-kuk",
otherNames = {"Arleng", "Mikir"},
scripts = Latn,
}
m["mjx"] = {
"Mahali",
"Q12953686",
"mun",
}
m["mjy"] = {
"莫希干語",
"Q3182562",
"alg-eas",
otherNames = {"Mahican"},
scripts = Latn,
}
m["mjz"] = {
"邁希語",
"Q6737786",
"inc-eas",
otherNames = {"Majhi"},
ancestors = {"bh"},
}
m["mka"] = {
"Mbre",
"Q3450154",
"nic", --unclassified within niger-congo tho
}
m["mkb"] = {
"馬爾帕哈里亞語",
"Q6583595",
otherNames = {"Mal Paharia"},
}
m["mkc"] = {
"Siliput",
"Q7515090",
"qfa-tor",
scripts = Latn,
}
m["mke"] = {
"茂奇語",
"Q21403317",
otherNames = {"Mawchi"},
}
m["mkf"] = {
"Miya",
"Q43328",
"cdc-wst",
scripts = Latn,
}
m["mkg"] = {
"莫語",
"Q3280623",
"qfa-kms",
otherNames = {"Mak (China)", "Mak"},
}
m["mki"] = {
"達特基語",
"Q32480",
"inc-wes",
otherNames = {"Dhatki"},
ancestors = {"mwr"},
}
m["mkj"] = {
"莫基爾語",
"Q2335528",
"poz-mic",
otherNames = {"Mokilese"},
scripts = Latn,
}
m["mkk"] = {
"Byep",
"Q35052",
"bnt-mka",
}
m["mkl"] = {
"Mokole",
"Q36047",
}
m["mkm"] = {
"Moklen",
"Q3319380",
}
m["mkn"] = {
"古邦馬來語",
"Q18458203",
"crp",
otherNames = {"Kupang Malay"},
}
m["mko"] = {
"Mingang Doso",
"Q3915382",
"alv-bwj",
}
m["mkp"] = {
"Moikodi",
"Q6894594",
"ngf",
}
m["mkq"] = {
"Bay Miwok",
"Q3460957",
"nai-you",
scripts = Latn,
}
m["mkr"] = {
"馬拉斯語",
"Q11732402",
"ngf-mad",
otherNames = {"Malas"},
}
m["mks"] = {
"西拉卡約亞潘米斯特克語",
"Q7514027",
"omq-mxt",
otherNames = {"Silacayoapan Mixtec"},
scripts = Latn,
}
m["mkt"] = {
"Vamale",
"Q14916907",
"poz-cln",
scripts = Latn,
}
m["mku"] = {
"Konyanka Maninka",
"Q11163298",
"dmn-mnk",
}
m["mkv"] = {
"Mafea",
"Q3073532",
"poz-vnc",
scripts = Latn,
}
m["mkx"] = {
"甘米銀-馬諾博語",
"Q12953697",
"mno",
}
m["mky"] = {
"東馬基安語",
"Q3512690",
"poz-hce",
otherNames = {"East Makian", "Taba"},
scripts = Latn,
}
m["mkz"] = {
"Makasae",
"Q35782",
"ngf",
}
m["mla"] = {
"塔馬姆博語",
"Q1153276",
"poz-vnc",
otherNames = {"Tamambo", "Malo", "Tamabo", "Maloese"},
scripts = Latn,
}
m["mlb"] = {
"Mbule",
"Q35843",
"nic-ymb",
scripts = Latn,
}
m["mlc"] = {
"高欄語",
"Q3446682",
"tai-cho",
otherNames = {"Caolan", "Man Cao Lan"},
scripts = {"Latn", "Hani"},
}
m["mle"] = {
"Manambu",
"Q11732406",
"paa-spk",
scripts = Latn,
}
m["mlf"] = {
"Mal",
"Q3281057",
"mkh-khm",
otherNames = {"Thin"},
}
m["mlh"] = {
"Mape",
"Q6753787",
}
m["mli"] = {
"Malimpung",
"Q12473435",
}
m["mlj"] = {
"Miltu",
"Q3441310",
}
m["mlk"] = {
"Ilwana",
"Q6001357",
"bnt-sab",
}
m["mll"] = {
"Malua Bay",
"Q6744946",
"poz-vnc",
scripts = Latn,
}
m["mlm"] = {
"仫佬語",
"Q3092284",
"qfa-kms",
otherNames = {"Mulam"},
scripts = {"Hani"},
}
m["mln"] = {
"Malango",
"Q3281522",
"poz-sls",
scripts = Latn,
}
m["mlo"] = {
"Mlomp",
"Q36009",
"alv-bak",
}
m["mlp"] = {
"Bargam",
"Q4860543",
"ngf-mad",
otherNames = {"Mugil"},
scripts = Latn,
}
m["mlq"] = {
"Western Maninkakan",
"Q11028033",
"dmn-wmn",
}
m["mlr"] = {
"Vame",
"Q3515088",
}
m["mls"] = {
"Masalit",
"Q56557",
"ssa",
}
m["mlu"] = {
"托阿巴伊塔語",
"Q36645",
"poz-sls",
otherNames = {"To'abaita", "Toqabaqita"},
scripts = Latn,
}
m["mlv"] = {
"Mwotlap",
"Q2475538",
"poz-vnc",
otherNames = {"Motlav", "Volow"}, -- or Volow could be separated as a language
scripts = Latn,
}
m["mlw"] = {
"Moloko",
"Q1965222",
"cdc-cbm",
scripts = Latn,
}
m["mlx"] = {
"Malfaxal",
"Q2157421",
"poz-vnc",
scripts = Latn,
}
m["mlz"] = {
"Malaynon",
"Q18755512",
"phi",
}
m["mma"] = {
"Mama",
"Q3913963",
"nic-jrn",
}
m["mmb"] = {
"Momina",
"Q6897297",
}
m["mmc"] = {
"米卻肯馬薩瓦語",
"Q12953705",
"oto",
otherNames = {"Michoacán Mazahua"},
scripts = Latn,
}
m["mmd"] = {
"毛南語",
"Q3092293",
"qfa-kms",
otherNames = {"Maonan"},
}
m["mme"] = {
"Mae",
"Q3276286",
"poz-vnc",
scripts = Latn,
}
m["mmf"] = {
"Mundat",
"Q56263",
"cdc-wst",
scripts = Latn,
}
m["mmg"] = {
"North Ambrym",
"Q2842468",
"poz-vnc",
scripts = Latn,
}
m["mmh"] = {
"Mehináku",
"Q3501838",
"awd",
scripts = Latn,
}
m["mmi"] = {
"Musar",
"Q6940113",
"ngf-mad",
}
m["mmj"] = {
"Majhwar",
"Q6737795",
}
m["mmk"] = {
"Mukha-Dora",
"Q6933447",
}
m["mml"] = {
"Man Met",
"Q3194984",
"mkh-pal",
}
m["mmm"] = {
"邁伊語",
"Q6735599",
"poz-vnc",
otherNames = {"Maii"},
scripts = Latn,
}
m["mmn"] = {
"瑪曼瓦語",
"Q3206623",
"phi",
otherNames = {"Mamanwa"},
scripts = Latn,
}
m["mmo"] = {
"Mangga Buang",
"Q12952294",
"poz-ocw",
scripts = Latn,
}
m["mmp"] = {
"Musan",
"Q2605703",
"paa-asa",
}
m["mmq"] = {
"艾西語",
"Q6940074",
"ngf-mad",
otherNames = {"Aisi", "Musak", "Mabɨŋ", "Mabing"},
scripts = Latn,
}
m["mmr"] = {
"西部湘西苗語",
"Q3307901",
"hmn",
otherNames = {"Western Xiangxi Miao"},
}
m["mmt"] = {
"Malalamai",
"Q3281496",
"poz-ocw",
scripts = Latn,
}
m["mmu"] = {
"Mmaala",
"Q13123461",
"nic-ymb",
scripts = Latn,
}
m["mmv"] = {
"Miriti",
"Q6873567",
"sai-tuc",
scripts = Latn,
}
m["mmw"] = {
"Emae",
"Q3051961",
"poz-pnp",
scripts = Latn,
}
m["mmx"] = {
"Madak",
"Q3275205",
"poz-ocw",
scripts = Latn,
}
m["mmy"] = {
"Migaama",
"Q56259",
"cdc-est",
scripts = Latn,
}
m["mmz"] = {
"Mabaale",
"Q11003249",
"bnt-ngn",
}
m["mna"] = {
"Mbula",
"Q3303572",
"poz-ocw",
scripts = Latn,
}
m["mnb"] = {
"Muna",
"Q6935584",
"poz-mun",
scripts = Latn,
}
m["mnc"] = {
"滿語",
"Q33638",
"tuw",
scripts = {"Mong"},
ancestors = {"juc"},
family = "tuw",
translit_module = "mnc-translit",
}
m["mnd"] = {
"Mondé",
"Q6898840",
"tup",
otherNames = {"Monde", "Salamãi", "Salamai", "Salamaikã", "Sanamaica", "Sanamaiká", "Sanamaykã"},
scripts = Latn,
}
m["mne"] = {
"Naba",
"Q760732",
"csu-bgr",
}
m["mnf"] = {
"Mundani",
"Q35839",
"nic-mom",
scripts = Latn,
}
m["mng"] = {
"東墨儂語",
"Q12953747",
"mkh-ban",
}
m["mnh"] = {
"Mono (Congo)",
"Q33501",
"bad-cnt",
otherNames = {"Mono (Democratic Republic of the Congo)", "Mono"},
scripts = Latn,
}
m["mni"] = {
"曼尼普爾語",
"Q33868",
"sit",
otherNames = {"Manipuri", "Meitei", "Meithei"},
scripts = {"Mtei", "Beng"},
ancestors = {"omp"},
}
m["mnj"] = {
"蒙賈尼語",
"Q33639",
"ira-mny",
otherNames = {"Munji", "Munjani", "Mundzhan", "Mundzhani", "Mundzi"},
ancestors = {"ira-mny-pro"},
}
m["mnk"] = {
"曼丁哥語",
"Q33678",
"dmn-wmn",
otherNames = {"Mandinka", "Mandingo"},
scripts = Latn,
}
m["mnl"] = {
"Tiale",
"Q6744350",
"poz-vnc",
scripts = Latn,
}
m["mnm"] = {
"Mapena",
"Q11732415",
}
m["mnn"] = {
"南墨儂語",
"Q23857582",
"mkh-ban",
}
m["mnp"] = {
"閩北語",
"Q36457",
"zhx-min-shn",
otherNames = {"Mâing-bă̤-ngṳ̌", "閩北事", "Mâing-bă̤-dī", "Min Bei"},
scripts = {"Hani", "Latn"},
ancestors = {"zhx-min-shn"},
}
m["mnq"] = {
"Minriq",
"Q2742268",
"mkh-asl",
}
m["mnr"] = {
"Mono (California)",
"Q33591",
"azc-num",
otherNames = {"Mono (United States of America)", "Mono", "Western Mono", "Monache", "Monachi", "Owens Valley Paiute", "Eastern Mono"},
scripts = Latn,
}
m["mns"] = {
"曼西語",
"Q33759",
"urj-ugr",
otherNames = {"Mansi"},
scripts = Cyrl,
translit_module = "mns-translit",
override_translit = true,
}
m["mnt"] = {
"馬伊庫蘭語",
"Q3915696",
"aus-pam",
otherNames = {"Maykulan", "Mayi-Kulan", "Wunumara", "Mayi-Yapi", "Mayi-Thakurti"},
scripts = Latn,
}
m["mnu"] = {
"Mer",
"Q6817854",
}
m["mnv"] = {
"拉納爾語",
"Q3397346",
"poz-pnp",
otherNames = {"倫內爾語", "Rennellese", "Rennell-Bellona"},
scripts = Latn,
}
m["mnw"] = {
"孟語",
"Q13349",
"mkh-mnc",
otherNames = {"Mon", "Peguan", "Talaing", "Raman"},
scripts = {"Mymr"},
ancestors = {"mkh-mmn"},
sort_key = {
from = {"ျ", "ြ", "ွ", "ှ", "ၞ", "ၟ", "ၠ", "ၚ", "ဿ"},
to = {"္ယ", "္ရ", "္ဝ", "္ဟ", "္န", "္မ", "္လ", "င", "သ္သ"}},
}
m["mnx"] = {
"Manikion",
"Q3507964",
"paa-wpa",
otherNames = {"Mantion", "Sougb", "Sogh"},
}
m["mny"] = {
"Manyawa",
"Q11002622",
"bnt-mak",
ancestors = {"vmw"},
}
m["mnz"] = {
"Moni",
"Q6899857",
}
m["moa"] = {
"Mwan",
"Q3320111",
"dmn-nbe",
scripts = Latn,
}
m["moc"] = {
"Mocoví",
"Q3027906",
"sai-guc",
otherNames = {"Mbocobí", "Mokoví", "Moqoyt"},
scripts = Latn,
}
m["mod"] = {
"莫比爾語",
"Q13333",
"crp",
otherNames = {"Mobilian"},
scripts = Latn,
ancestors = {"cho", "cic"},
}
m["moe"] = {
"蒙大拿語",
"Q13351",
"alg",
otherNames = {"Montagnais"},
scripts = Latn,
ancestors = {"cr"},
entry_name = {
from = {"Ā", "ā", "Ē", "ē", "Ī", "ī", "Ō", "ō", "Ū", "ū"},
to = {"A", "a", "E", "e", "I", "i", "O", "o", "U", "u"}} ,
}
m["mog"] = {
"蒙貢多語",
"Q3058458",
"phi",
otherNames = {"Mongondow"},
scripts = Latn,
}
m["moh"] = {
"莫霍克語",
"Q13339",
"iro-nor",
otherNames = {"Mohawk"},
scripts = Latn,
}
m["moi"] = {
"Mboi",
"Q3914417",
"alv-yun",
}
m["moj"] = {
"Monzombo",
"Q11154772",
"nic-nkk",
scripts = Latn,
}
m["mok"] = {
"Morori",
"Q6913275",
}
m["mom"] = {
"Monimbo",
"Q56542",
}
m["moo"] = {
"莫儂語",
"Q6901726",
"mkh-ban",
otherNames = {"Monom", "Monam", "Bonam"},
}
m["mop"] = {
"莫潘瑪雅語",
"Q36183",
"myn",
otherNames = {"Mopan Maya", "Mopan", "Mopán Maya", "Mopán"},
scripts = Latn,
}
m["moq"] = {
"Mor (Papuan)",
"Q11732468",
"paa",
otherNames = {"Mor", "Papuan Mor"},
}
m["mor"] = {
"Moro",
"Q36172",
"alv-hei",
}
m["mos"] = {
"莫西語",
"Q36096",
"nic-mre",
otherNames = {"More", "Mossi", "Moshi", "Mõõré", "Mòoré", "Mooré", "Moré", "Möré"},
scripts = Latn,
}
m["mot"] = {
"Barí",
"Q2886281",
"cba",
otherNames = {"Bari", "Baria", "Barira", "Motilón", "Motilon", "Motilone"},
scripts = Latn,
}
m["mou"] = {
"Mogum",
"Q3440473",
"cdc-est",
scripts = Latn,
}
m["mov"] = {
"Mojave",
"Q56510",
"nai-yuc",
scripts = Latn,
}
m["mow"] = {
"Moi (Congo)",
"Q11124792",
"bnt-bmo",
otherNames = {"Moi"},
scripts = Latn,
}
m["mox"] = {
"Molima",
"Q3319495",
"poz-ocw",
scripts = Latn,
}
m["moy"] = {
"Shekkacho",
"Q56827",
"omv-gon",
}
m["moz"] = {
"Mukulu",
"Q3440403",
"cdc-est",
aliases = {Mokulu, Mokilko},
}
m["mpa"] = {
"Mpoto",
"Q6928303",
"bnt-mbi",
}
m["mpb"] = {
"馬拉克馬拉克語",
"Q6741120",
otherNames = {"Mullukmulluk", "Malak-Malak"},
}
m["mpc"] = {
"曼加拉伊語",
"Q6748829",
otherNames = {"Mangarayi"},
}
m["mpd"] = {
"Machinere",
"Q12953681",
"awd",
scripts = Latn,
}
m["mpe"] = {
"馬江語",
"Q56724",
"sdv",
otherNames = {"Majang"},
}
m["mpg"] = {
"馬爾巴語",
"Q56614",
"cdc-mas",
otherNames = {"Marba"},
}
m["mph"] = {
"毛翁語",
"Q6792550",
"aus-wdj",
otherNames = {"Maung"},
scripts = Latn,
}
m["mpi"] = {
"Mpade",
"Q3280670",
"cdc-cbm",
scripts = Latn,
}
m["mpj"] = {
"馬圖汪加語",
"Q3295916",
"aus-pam",
otherNames = {"Martu Wangka", "Yulparija", "Yulparitja"},
scripts = Latn,
}
m["mpk"] = {
"姆巴拉語(乍得)",
"Q3912770",
"cdc-cbm",
otherNames = {"Mbara (Chad)", "Mbara"},
}
m["mpl"] = {
"中瓦圖特語",
"Q15887910",
"poz-ocw",
otherNames = {"Middle Watut"},
scripts = Latn,
}
m["mpm"] = {
"約松杜亞米斯特克語",
"Q12953741",
"omq-mxt",
otherNames = {"Yosondúa Mixtec"},
scripts = Latn,
}
m["mpn"] = {
"Mindiri",
"Q6863842",
"poz-ocw",
scripts = Latn,
}
m["mpo"] = {
"Miu",
"Q6883668",
"poz-ocw",
scripts = Latn,
}
m["mpp"] = {
"Migabac",
"Q11732448",
}
m["mpq"] = {
"Matís",
"Q3299145",
"sai-pan",
scripts = Latn,
}
m["mpr"] = {
"Vangunu",
"Q3554582",
"poz-ocw",
scripts = Latn,
}
m["mps"] = {
"Dadibi",
"Q5208077",
"ngf",
otherNames = {"Daribi", "Karimui"},
scripts = Latn,
}
m["mpt"] = {
"Mian",
"Q12952846",
"ngf-okk",
scripts = Latn,
}
m["mpu"] = {
"Makuráp",
"Q3281037",
"tup",
otherNames = {"Macurapi", "Makurápi", "Massaka"},
scripts = Latn,
}
m["mpv"] = {
"Mungkip",
"Q11732485",
"ngf-fin",
scripts = Latn,
}
m["mpw"] = {
"Mapidian",
"Q6753812",
"awd",
scripts = Latn,
}
m["mpx"] = {
"Misima-Paneati",
"Q6875666",
"poz-ocw",
scripts = Latn,
}
m["mpy"] = {
"Mapia",
"Q3287224",
"poz-mic",
scripts = Latn,
}
m["mpz"] = {
"Mpi",
"Q6928276",
"tbq-lol",
}
m["mqa"] = {
"Maba",
"Q3273750",
}
m["mqb"] = {
"Mbuko",
"Q3502213",
"cdc-cbm",
scripts = Latn,
}
m["mqc"] = {
"Mangole",
"Q6749097",
"poz-cma",
scripts = Latn,
}
m["mqe"] = {
"Matepi",
"Q11732426",
"ngf-mad",
}
m["mqf"] = {
"Momuna",
"Q6897518",
}
m["mqg"] = {
"Kota Bangun Kutai Malay",
"Q12952778",
}
m["mqh"] = {
"特拉索亞爾特佩克米斯特克語",
"Q12953740",
"omq-mxt",
otherNames = {"Yosondúa Mixtec"},
scripts = Latn,
}
m["mqi"] = {
"Mariri",
"Q6765544",
}
m["mqj"] = {
"馬馬薩語",
"Q6745452",
"poz-ssw",
otherNames = {"Mamasa"},
scripts = Latn,
}
m["mqk"] = {
"拉賈卡本選-馬諾博語",
"Q12953700",
"mno",
}
m["mql"] = {
"Mbelime",
"Q4286473",
"nic-eov",
}
m["mqm"] = {
"南馬克薩斯語",
"Q19694214",
"poz-pep",
otherNames = {"South Marquesan"},
scripts = Latn,
}
m["mqn"] = {
"Moronene",
"Q642581",
"poz-btk",
scripts = Latn,
}
m["mqo"] = {
"Modole",
"Q11732457",
"paa-wpa",
}
m["mqp"] = {
"Manipa",
"Q6749799",
"poz-cma",
scripts = Latn,
}
m["mqq"] = {
"Minokok",
"Q18642293",
}
m["mqr"] = {
"Mander",
"Q6747979",
"paa-tkw",
}
m["mqs"] = {
"西馬基安語",
"Q3033575",
"paa-wpa",
otherNames = {"West Makian"},
}
m["mqt"] = {
"Mok",
"Q13018559",
"mkh-pal",
}
m["mqu"] = {
"Mandari",
"Q3285426",
"sdv-bri",
}
m["mqv"] = {
"Mosimo",
"Q11732478",
"ngf-mad",
scripts = Latn,
}
m["mqw"] = {
"Murupi",
"Q11732486",
"ngf-mad",
scripts = Latn,
}
m["mqx"] = {
"Mamuju",
"Q6746004",
"poz-ssw",
scripts = Latn,
}
m["mqy"] = {
"芒加萊語",
"Q3285748",
"poz-cet",
otherNames = {"Manggarai"},
scripts = Latn,
}
m["mqz"] = {
"Malasanga",
"Q14916889",
"poz-ocw",
otherNames = {"Pano"},
scripts = Latn,
}
m["mra"] = {
"Mlabri",
"Q3073465",
"mkh",
}
m["mrb"] = {
"Marino",
"Q3293299",
}
m["mrc"] = {
"馬里科帕語",
"Q56386",
"nai-yuc",
otherNames = {"Maricopa"},
scripts = Latn,
}
m["mrd"] = {
"西馬嘉爾語",
"Q22303263",
"sit-gma",
otherNames = {"Western Magar"},
}
m["mre"] = {
"瑪莎葡萄園島手語",
"Q33494",
"sgn",
otherNames = {"Martha's Vineyard Sign Language"},
scripts = {"Latn", "Sgnw"},
}
m["mrf"] = {
"Elseng",
"Q3915667",
"paa-brd",
}
m["mrg"] = {
"Mising",
"Q3316328",
"sit-tan",
otherNames = {"Mishing", "Plains Miri", "Takam", "Hill Miri", "Sarak"},
scripts = {"Latn", "Beng", "Deva"},
ancestors = {"adi"},
}
m["mrh"] = {
"Mara Chin",
"Q4175893",
"tbq-kuk",
otherNames = {"Chin Mara", "Lakher", "Mara", "Maram", "Mira", "Zao"},
scripts = Latn,
}
m["mrj"] = {
"山地馬里語",
"Q1776032",
"urj",
otherNames = {"西部馬里語", "Western Mari", "Hill Mari", "Mountain Mari", "Highland Mari"},
scripts = Cyrl,
ancestors = {"chm"},
translit_module = "chm-translit",
}
m["mrk"] = {
"Hmwaveke",
"Q5873712",
"poz-cln",
scripts = Latn,
}
m["mrl"] = {
"莫特洛克語",
"Q3324598",
"poz-mic",
otherNames = {"Mortlockese"},
scripts = Latn,
}
m["mrm"] = {
"Merlav",
"Q3331115",
"poz-vnc",
scripts = Latn,
}
m["mrn"] = {
"切克霍羅語",
"Q2962165",
"poz-ocw",
otherNames = {"Cheke Holo", "Maringe"},
scripts = Latn,
}
m["mro"] = {
"姆魯語",
"Q1951521",
"sit-mru",
otherNames = {"Mru"},
scripts = {"Latn", "Mroo"},
}
m["mrp"] = {
"Morouas",
"Q6913299",
"poz-vnc",
scripts = Latn,
}
m["mrq"] = {
"北馬克薩斯語",
"Q2603808",
"poz-pep",
otherNames = {"North Marquesan"},
scripts = Latn,
}
m["mrr"] = {
"Hill Maria",
"Q27602",
"dra",
otherNames = {"Garhchiroli Maria", "Madia", "Madiya", "Maria (India)", "Maria"}, -- the last four are also names of mrr's sibling lect, daq
ancestors = {"gon"},
}
m["mrs"] = {
"馬拉古斯語",
"Q6754640",
"poz-vnc",
otherNames = {"Maragus"},
scripts = Latn,
}
m["mrt"] = {
"Margi",
"Q56241",
"cdc-cbm",
otherNames = {"Marghi Central", "Marghi"},
scripts = Latn,
}
m["mru"] = {
"Mono (Cameroon)",
"Q11031964",
"alv-mbm",
otherNames = {"Mono"},
scripts = Latn,
}
m["mrv"] = {
"曼加瑞瓦語",
"Q36237",
"poz-pep",
otherNames = {"Mangarevan"},
scripts = Latn,
}
m["mrw"] = {
"馬拉瑙語",
"Q33800",
"phi",
otherNames = {"Maranao"},
scripts = {"Latn", "Arab"},
}
m["mrx"] = {
"迪內奧爾語",
"Q5278044",
"paa-tkw",
otherNames = {"Dineor"},
}
m["mry"] = {
"Karaga Mandaya",
"Q6747925",
"phi",
}
m["mrz"] = {
"Marind",
"Q6763970",
}
m["msb"] = {
"馬斯巴特語",
"Q33948",
"phi",
otherNames = {"Masbatenyo", "Masbateño", "Masbateno", "Minasbate"},
scripts = Latn,
}
m["msc"] = {
"Sankaran Maninka",
"Q11155812",
"dmn-mnk",
}
m["msd"] = {
"猶加敦瑪雅手語",
"Q34281",
"sgn",
otherNames = {"Yucatec Maya Sign Language"},
scripts = Latn, -- when documented
}
m["mse"] = {
"Musey",
"Q56328",
"cdc-mas",
}
m["msf"] = {
"Mekwei",
"Q4544752",
"paa-nim",
otherNames = {"Mekwei (New Guinea)", "Menggwei"},
scripts = Latn,
}
m["msg"] = {
"Moraid",
"Q6909020",
}
m["msi"] = {
"沙巴馬來語",
"Q10867404",
"crp",
otherNames = {"Sabah Malay"},
}
m["msj"] = {
"Ma",
"Q6720909",
"nic-mbc",
otherNames = {"Madi"},
scripts = Latn,
}
m["msk"] = {
"曼薩卡語",
"Q12952800",
"phi",
otherNames = {"Mansaka"},
scripts = Latn,
}
m["msl"] = {
"Molof",
"Q4300950",
}
m["msm"] = {
"阿古桑-馬諾博語",
"Q12953696",
"mno",
}
m["msn"] = {
"烏雷斯語",
"Q3563857",
"poz-vnc",
otherNames = {"Vurës"},
scripts = Latn,
}
m["mso"] = {
"Mombum",
"Q6897079",
}
m["msp"] = {
"Maritsauá",
"Q6765915",
"tup",
otherNames = {"Manitsawá", "Mantizula"},
scripts = Latn,
}
m["msq"] = {
"Caac",
"Q2932212",
"poz-cln",
scripts = Latn,
}
m["msr"] = {
"蒙古手語",
"Q3915499",
"sgn",
otherNames = {"Mongolian Sign Language"},
}
m["mss"] = {
"West Masela",
"Q12952816",
"poz-tim",
}
m["msu"] = {
"Musom",
"Q6943041",
"poz-ocw",
scripts = Latn,
}
m["msv"] = {
"Maslam",
"Q3502273",
}
m["msw"] = {
"Mansoanka",
"Q35814",
}
m["msx"] = {
"Moresada",
"Q11732475",
}
m["msy"] = {
"Aruamu",
"Q3501809",
"paa",
scripts = Latn,
}
m["msz"] = {
"Momare",
"Q6897030",
}
m["mta"] = {
"哥打巴托-馬諾博語",
"Q12953698",
"mno",
}
m["mtb"] = {
"Anyin Morofo",
"Q3502338",
"alv-ctn",
ancestors = {"any"},
scripts = Latn,
}
m["mtc"] = {
"Munit",
"Q11732482",
"ngf-mad",
}
m["mtd"] = {
"Mualang",
"Q3073458",
"poz-mly",
}
m["mte"] = {
"阿盧語",
"Q33503",
"poz-ocw",
otherNames = {"Alu", "Mono", "Mono-Alu"},
scripts = Latn,
}
m["mtf"] = {
"Murik (New Guinea)",
"Q7050035",
"paa-lsp",
otherNames = {"Murik (Papua New Guinea)", "Murik", "Sepik Murik"},
scripts = Latn,
}
m["mtg"] = {
"Una",
"Q5580728",
}
m["mth"] = {
"Munggui",
"Q6936018",
"poz-hce",
scripts = Latn,
}
m["mti"] = {
"Maiwa (New Guinea)",
"Q6737223",
"ngf",
otherNames = {"Maiwa (Papua New Guinea)", "Maiwa"},
scripts = Latn,
}
m["mtj"] = {
"Moskona",
"Q11288953",
}
m["mtk"] = {
"Mbe'",
"Q10964025",
"nic-nka",
scripts = Latn,
}
m["mtl"] = {
"Montol",
"Q3440457",
"cdc-wst",
scripts = Latn,
}
m["mtm"] = {
"馬托爾語",
"Q20669419",
"syd",
otherNames = {"Mator", "Taygi", "Karagas", "Mator-Taygi-Karagas"},
scripts = Cyrl,
}
m["mtn"] = {
"Matagalpa",
"Q3490756",
"nai-min",
}
m["mto"] = {
"特通特佩克米塞語",
"Q7828400",
"nai-miz",
otherNames = {"Totontepec Mixe"},
}
m["mtp"] = {
"Wichí Lhamtés Nocten",
"Q5908756",
"sai-wic",
scripts = Latn,
}
m["mtq"] = {
"芒語",
"Q3236789",
"mkh-vie",
otherNames = {"Muong"},
scripts = Latn,
sort_key = "vi-sortkey",
}
m["mtr"] = {
"梅瓦爾語",
nil,
"inc-wes",
scripts = {"Deva"},
ancestors = {"raj"},
translit_module = "hi-translit", -- for now
}
m["mts"] = {
"Yora",
"Q3572572",
"sai-pan",
scripts = Latn,
}
m["mtt"] = {
"Mota",
"Q3325052",
"poz-vnc",
scripts = Latn,
}
m["mtu"] = {
"圖圖特佩克米斯特克語",
"Q7857069",
"omq-mxt",
otherNames = {"Tututepec Mixtec"},
scripts = Latn,
}
m["mtv"] = {
"阿薩羅奧語",
"Q3503684",
"ngf-fin",
otherNames = {"Asaro'o", "Molet", "Molet Kasu", "Molet Mur"}, -- or Molet could be a sep. lang.
scripts = Latn,
}
m["mtw"] = {
"Magahat",
"Q6729600",
}
m["mtx"] = {
"蒂達亞米斯特克語",
"Q7800805",
"omq-mxt",
otherNames = {"Tidaá Mixtec"},
scripts = Latn,
}
m["mty"] = {
"Nabi",
"Q6956858",
"qfa-tor",
scripts = Latn,
}
m["mua"] = {
"蒙當語",
"Q36032",
"alv-mbm",
}
m["mub"] = {
"Mubi",
"Q3440518",
"cdc-est",
scripts = Latn,
}
m["muc"] = {
"Mbu'",
"Q35868",
"nic-beb",
scripts = Latn,
}
m["mud"] = {
"Mednyj Aleut",
"Q1977419",
}
m["mue"] = {
"Media Lengua",
"Q36066",
"crp",
ancestors = {"es", "qu"},
scripts = Latn,
}
m["mug"] = {
"穆斯古語",
"Q3123545",
"cdc-cbm",
otherNames = {"Musgu"},
scripts = Latn,
}
m["muh"] = {
"Mündü",
"Q35981",
"nic-nke",
otherNames = {"Mundu"},
scripts = Latn,
}
m["mui"] = {
"穆西語",
"Q615660",
"poz-mly",
otherNames = {"Musi", "巨港馬來語", "Palembang Malay", "Basa Pelembang Sari-sari", "Sekayu"},
scripts = Latn,
}
m["muj"] = {
"Mabire",
"Q3440437",
}
m["mul"] = {
"跨語言",
"Q20923490",
"qfa-not",
otherNames = {"Translingual"},
scripts = {"None", "Latn", "Bopo", "Brai", "Cyrl", "Hani", "Hans", "Hant", "IPAchar", "musical", "Ruminumerals", "Zsym", "Zmth"},
wikipedia_article = "Translingualism",
}
m["mum"] = {
"Maiwala",
"Q12952764",
"poz-ocw",
scripts = Latn,
}
m["muo"] = {
"Nyong",
"Q36373",
"alv-lek",
}
m["mup"] = {
"馬爾瓦語",
"Q33413",
"inc-wes",
otherNames = {"Malvi"},
ancestors = {"raj"},
}
m["muq"] = {
"西部湘西苗語",
"Q27431376",
"hmn",
otherNames = {"Eastern Xiangxi Miao"},
}
m["mur"] = {
"Murle",
"Q56727",
"sdv",
}
m["mus"] = {
"克里克語",
"Q523014",
"nai-mus",
otherNames = {"Creek", "Muscogee"},
scripts = Latn,
}
m["mut"] = {
"西穆里亞語",
"Q12952886",
"dra",
otherNames = {"Western Muria"},
ancestors = {"gon"},
}
m["muu"] = {
"Yaaku",
"Q34222",
"cus",
}
m["muv"] = {
"Muthuvan",
"Q3327420",
"dra",
}
m["mux"] = {
"Bo-Ung",
"Q15831607",
}
m["muy"] = {
"Muyang",
"Q3502301",
"cdc-cbm",
scripts = Latn,
}
m["muz"] = {
"Mursi",
"Q36013",
"sdv",
}
m["mva"] = {
"馬納姆語",
"Q6746851",
"poz-ocw",
otherNames = {"Manam"},
scripts = Latn,
}
m["mvb"] = {
"Mattole",
"Q20824",
"ath-pco",
scripts = Latn,
}
m["mvd"] = {
"Mamboru",
"Q578815",
"poz",
}
m["mvg"] = {
"尤夸涅米斯特克語",
"Q25562736",
"omq-mxt",
otherNames = {"Yucuañe Mixtec"},
scripts = Latn,
}
m["mvh"] = {
"Mire",
"Q3441359",
}
m["mvi"] = {
"宮古語",
"Q36218",
"jpx-ryu",
otherNames = {"Miyako"},
scripts = {"Jpan"},
}
m["mvk"] = {
"Mekmek",
"Q6810592",
"paa-yua",
}
m["mvl"] = {
"姆巴拉語(澳洲)",
"Q6799620",
"aus-pam",
otherNames = {"Mbara (Australia)", "Mbara", "Midjamba"},
}
m["mvm"] = {
"Muya",
"Q2422759",
"sit-qia",
}
m["mvn"] = {
"Minaveha",
"Q6863278",
"poz-ocw",
scripts = Latn,
}
m["mvo"] = {
"Marovo",
"Q3294683",
"poz-ocw",
scripts = Latn,
}
m["mvp"] = {
"Duri",
"Q3915414",
"poz-ssw",
}
m["mvq"] = {
"Moere",
"Q11732458",
"ngf-mad",
}
m["mvr"] = {
"Marau",
"Q6755069",
"poz-hce",
scripts = Latn,
}
m["mvs"] = {
"Massep",
"Q3502895",
"paa-tkw",
}
m["mvt"] = {
"Mpotovoro",
"Q6928305",
"poz-vnc",
scripts = Latn,
}
m["mvu"] = {
"Marfa",
"Q713633",
}
m["mvv"] = {
"塔戈爾語",
"Q7675300",
"poz-san",
scripts = Latn,
otherNames = {"Tagal Murut"},
}
m["mvw"] = {
"Machinga",
"Q12952754",
"bnt-rvm",
}
m["mvx"] = {
"Meoswar",
"Q6817777",
"poz-hce",
scripts = Latn,
}
m["mvy"] = {
"印度河科希斯坦語",
"Q33399",
"inc-dar",
otherNames = {"Indus Kohistani"},
}
m["mvz"] = {
"Mesqan",
"Q6821677",
"sem-eth",
}
m["mwa"] = {
"Mwatebu",
"Q14916896",
"poz-ocw",
scripts = Latn,
}
m["mwb"] = {
"Juwal",
"Q6319103",
"qfa-tor",
scripts = Latn,
}
m["mwc"] = {
"Are",
"Q29277",
"poz-ocw",
scripts = Latn,
}
m["mwe"] = {
"Mwera",
"Q6944725",
"bnt-rvm",
otherNames = {"Chimwera", "Cimwera", "Mwela"},
scripts = Latn,
}
m["mwf"] = {
"穆林帕塔語",
"Q2980398",
"aus-dal",
otherNames = {"Murrinh-Patha"},
scripts = Latn,
}
m["mwg"] = {
"Aiklep",
"Q3399652",
"poz-ocw",
scripts = Latn,
}
m["mwh"] = {
"Mouk-Aria",
"Q3325498",
"poz-ocw",
scripts = Latn,
}
m["mwi"] = {
"Labo",
"Q2157452",
"poz-vnc",
scripts = Latn,
}
m["mwk"] = {
"Kita Maninkakan",
"Q3015523",
"dmn-wmn",
}
m["mwl"] = {
"米蘭德斯語",
"Q13330",
"roa-ibe",
otherNames = {"Mirandese"},
scripts = Latn,
ancestors = {"roa-ole"},
}
m["mwm"] = {
"Sar",
"Q56850",
"csu-sar",
}
m["mwn"] = {
"Nyamwanga",
"Q6944666",
"bnt-mwi",
}
m["mwo"] = {
"Central Maewo",
"Q3276435",
}
m["mwp"] = {
"卡拉拉高雅語",
"Q2591262",
"aus-pam",
otherNames = {"Kala Lagaw Ya"},
scripts = Latn,
}
m["mwq"] = {
"Mün Chin",
"Q331340",
"tbq-kuk",
otherNames = {"Mün", "Müün Chin"},
}
m["mwr"] = {
"馬瓦里語",
"Q56312",
"inc-wes",
otherNames = {"Marwari", "Merwari", "Mewari", "Dhundari", "Shekhawati", "Harauti", "Goaria", "Gurgula"},
scripts = {"Deva", "Mahj"},
ancestors = {"raj"},
translit_module = "hi-translit", -- for now
}
m["mws"] = {
"Mwimbi-Muthambi",
"Q15632357",
"bnt-kka",
scripts = Latn,
}
m["mwt"] = {
"Moken",
"Q18648701",
"poz",
}
m["mwu"] = {
"Mittu",
"Q6883573",
"csu-bbk",
scripts = Latn,
}
m["mwv"] = {
"明打威語",
"Q13365",
"poz-nws",
scripts = Latn,
}
m["mww"] = {
"白苗語",
"Q3138829",
"hmn",
otherNames = {"White Hmong", "Hmong Daw", "Hmoob Dawb"},
scripts = {"Latn", "Hmng"},
}
m["mwz"] = {
"Moingi",
"Q11011905",
}
m["mxa"] = {
"西北瓦哈卡米斯特克語",
"Q12953739",
"omq-mxt",
otherNames = {"Northwest Oaxaca Mixtec"},
scripts = Latn,
}
m["mxb"] = {
"特索亞特蘭米斯特克語",
"Q3317286",
"omq-mxt",
otherNames = {"Tezoatlán Mixtec"},
scripts = Latn,
}
m["mxd"] = {
"Modang",
"Q6888037",
"poz",
}
m["mxe"] = {
"梅勒-菲拉語",
"Q3305008",
"poz-pnp",
otherNames = {"Mele-Fila"},
scripts = Latn,
}
m["mxf"] = {
"Malgbe",
"Q3502224",
}
m["mxg"] = {
"Mbangala",
"Q6799612",
"bnt-yak",
}
m["mxh"] = {
"Mvuba",
"Q6944591",
"csu-mle",
scripts = Latn,
}
m["mxi"] = {
"莫札拉布語",
"Q317044",
"roa-ibe",
otherNames = {"Mozarabic"},
scripts = {"Arab", "Hebr", "Latn"},
}
m["mxj"] = {
"格曼語",
"Q56332",
"sit-mdz",
otherNames = {"Miju", "Miju Mishmi", "Miju-Mishmi", "Geman Deng", "Geman", "Kaman", "Kman", "Midzu"},
scripts = {"Latn", "Deva"},
}
m["mxk"] = {
"Monumbo",
"Q6906792",
"qfa-tor",
}
m["mxl"] = {
"Maxi Gbe",
"Q35770",
"alv-gbe",
}
m["mxm"] = {
"Meramera",
"Q6817936",
"poz-ocw",
scripts = Latn,
}
m["mxn"] = {
"Moi (Indonesia)",
"Q11732459",
"paa",
otherNames = {"Moi", "Mekwei"},
}
m["mxo"] = {
"Mbowe",
"Q10962309",
"bnt-kav",
}
m["mxp"] = {
"特拉惠托爾特佩克米塞語",
"Q7810697",
otherNames = {"Tlahuitoltepec Mixe"},
}
m["mxq"] = {
"胡基拉米塞語",
"Q25559721",
otherNames = {"Juquila Mixe"},
}
m["mxr"] = {
"Murik (Malaysia)",
"Q3328150",
otherNames = {"Murik", "Kayan Murik"},
scripts = Latn,
}
m["mxs"] = {
"惠特佩克米斯特克語",
"Q12953729",
"omq-mxt",
otherNames = {"Huitepec Mixtec"},
scripts = Latn,
}
m["mxt"] = {
"哈米爾特佩克米斯特克語",
"Q12953730",
"omq-mxt",
otherNames = {"Jamiltepec Mixtec"},
scripts = Latn,
}
m["mxu"] = {
"Mada (Cameroon)",
"Q3441206",
"cdc-cbm",
otherNames = {"Mada"},
scripts = Latn,
}
m["mxv"] = {
"梅特拉托諾克米斯特克語",
"Q36363",
"omq-mxt",
otherNames = {"Metlatónoc Mixtec"},
scripts = Latn,
}
m["mxw"] = {
"Namo",
"Q12952923",
}
m["mxx"] = {
"Mahou",
"Q11004334",
"dmn-mnk",
otherNames = {"Mawukakan", "Mahu", "Maou", "Mau", "Mawu"},
}
m["mxy"] = {
"東南諾奇斯特蘭米斯特克語",
"Q7070684",
"omq-mxt",
otherNames = {"Southeastern Nochixtlán Mixtec"},
scripts = Latn,
}
m["mxz"] = {
"Central Masela",
"Q42575433",
"poz-tim",
}
m["myb"] = {
"Mbay",
"Q3033565",
"csu-sar",
}
m["myc"] = {
"Mayeka",
"Q11129517",
"bnt-boa",
}
m["mye"] = {
"姆耶內語",
"Q35832",
"bnt-tso",
}
m["myf"] = {
"Bambassi",
"Q56540",
"omv-mao",
}
m["myg"] = {
"Manta",
"Q35799",
"nic-mom",
scripts = Latn,
}
m["myh"] = {
"Makah",
"Q3280640",
"wak",
scripts = Latn,
}
m["myj"] = {
"Mangayat",
"Q35988",
"nic-ser",
}
m["myk"] = {
"Mamara Senoufo",
"Q36187",
"alv-sma",
}
m["myl"] = {
"Moma",
"Q6897018",
"poz",
}
m["mym"] = {
"Me'en",
"Q3408516",
"sdv",
}
m["myo"] = {
"Anfillo",
"Q34928",
"omv-gon",
}
m["myp"] = {
"皮拉罕語",
"Q33825",
"sai-mur",
otherNames = {"Pirahã"},
scripts = Latn,
}
m["myr"] = {
"Muniche",
"Q3915654",
}
m["mys"] = {
"Mesmes",
"Q3508617",
"sem-eth",
}
m["myu"] = {
"Mundurukú",
"Q746723",
"tup",
scripts = Latn,
}
m["myv"] = {
"埃爾齊亞語",
"Q29952",
"urj-mdv",
otherNames = {"Erzya", "Mordvin"},
scripts = Cyrl,
translit_module = "myv-translit",
override_translit = true,
}
m["myw"] = {
"Muyuw",
"Q3502878",
"poz-ocw",
scripts = Latn,
}
m["myx"] = {
"Masaba",
"Q12952814",
"bnt-msl",
otherNames = {"Masaaba"},
scripts = Latn,
}
m["myy"] = {
"Macuna",
"Q3275059",
"sai-tuc",
otherNames = {"Buhagana", "Bujagana", "Wahana"},
scripts = Latn,
}
m["myz"] = {
"古典曼達安語",
"Q25559314",
"sem-ase",
otherNames = {"Classical Mandaic"},
scripts = {"Mand"},
}
m["mza"] = {
"聖瑪利亞薩卡特佩克米斯特克語",
"Q8063756",
"omq-mxt",
otherNames = {"Santa María Zacatepec Mixtec"},
scripts = Latn,
}
m["mzb"] = {
"Tumzabt",
"Q36149",
"ber",
otherNames = {"Mozabite", "Tumẓabt"},
}
m["mzc"] = {
"馬達加斯加手語",
"Q12715020",
"sgn",
otherNames = {"Madagascar Sign Language"},
}
m["mzd"] = {
"Malimba",
"Q35806",
"bnt-saw",
}
m["mze"] = {
"Morawa",
"Q6909384",
}
m["mzg"] = {
"修道院手語",
"Q3217333",
"sgn",
otherNames = {"Monastic Sign Language"},
}
m["mzh"] = {
"Wichí Lhamtés Güisnay",
"Q7998197",
"sai-wic",
scripts = Latn,
}
m["mzi"] = {
"伊斯卡特蘭馬薩特克語",
"Q6101049",
"omq-maz",
otherNames = {"Ixcatlán Mazatec"},
scripts = Latn,
}
m["mzj"] = {
"Manya",
"Q11006832",
"dmn-mnk",
}
m["mzk"] = {
"尼日利亞曼比拉語",
"Q11004163",
"nic-mmb",
otherNames = {"Nigeria Mambila"},
scripts = Latn,
}
m["mzl"] = {
"馬薩特蘭米塞語",
"Q25559728",
otherNames = {"Mazatlán Mixe"},
}
m["mzm"] = {
"Mumuye",
"Q36021",
"alv-mum",
scripts = Latn,
}
m["mzn"] = {
"馬贊德蘭語",
"Q13356",
"ira-msh",
otherNames = {"Mazanderani", "Mazandarani", "Tabari"},
scripts = {"mzn-Arab"},
}
m["mzo"] = {
"Matipuhy",
"Q6787588",
"sai-car",
scripts = Latn,
}
m["mzp"] = {
"Movima",
"Q1659701",
"qfa-iso",
}
m["mzq"] = {
"Mori Atas",
"Q3324070",
"poz-btk",
}
m["mzr"] = {
"Marúbo",
"Q3296011",
"sai-pan",
scripts = Latn,
}
m["mzs"] = {
"澳門土生葡語",
"Q35785",
"crp",
otherNames = {"Macanese"},
scripts = Latn,
ancestors = {"pt"},
}
m["mzt"] = {
"Mintil",
"Q6869641",
"mkh-asl",
}
m["mzu"] = {
"Inapang",
"Q6013569",
"paa",
scripts = Latn,
}
m["mzv"] = {
"Manza",
"Q36038",
"alv-gbf",
}
m["mzw"] = {
"Deg",
"Q35183",
"nic-gnw",
scripts = Latn,
}
m["mzx"] = {
"Mawayana",
"Q6794377",
"awd",
}
m["mzy"] = {
"莫桑比克手語",
"Q6927809",
"sgn",
otherNames = {"莫三比克手語", "Mozambican Sign Language"},
}
m["mzz"] = {
"Maiadomu",
"Q6735234",
"poz-ocw",
scripts = Latn,
}
return m
