Module:Languages/data3/x
在"incategory ..."过滤器后添加搜索文字:
该模块包含了以"x為開頭的三字母語言代碼"之定义和元数据。欲见其他相关资讯,请参见附录:语言列表。
此模块不得直接用于其他模块或模板。资料与数据应通过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["xaa"] = {
"安達盧斯阿拉伯語",
"Q1137945",
"sem-arb",
otherNames = {"Andalusian Arabic", "Andalusi Arabic", "Moorish Arabic", "Spanish Arabic"},
scripts = {"Arab", "Latn"},
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["xab"] = {
"Sambe",
"Q36265",
"nic-alu",
scripts = Latn,
}
m["xac"] = {
"Kachari",
"Q3442442",
"tbq-bdg",
}
m["xad"] = {
"Adai",
"Q346744",
}
m["xae"] = {
"埃桂語",
"Q930579",
"itc",
otherNames = {"Aequian"},
}
m["xag"] = {
"高加索阿爾巴尼亞語",
"Q34931",
"cau-lzg",
otherNames = {"Aghwan", "Caucasian Albanian", "Old Udi"},
scripts = {"Aghb"},
translit_module = "Aghb-translit",
override_translit = true,
}
m["xai"] = {
"Kaimbé",
"Q6348017",
}
m["xaj"] = {
"Ararandewára",
nil,
"tup-gua",
scripts = Latn,
}
m["xak"] = {
"Maku",
"Q2032882",
otherNames = {"Mako", "Máku", "Mácu", "Macú", "Macu", "Máko", "Maku-Auari"},
scripts = Latn,
}
m["xal"] = {
"卡爾梅克衛拉特語",
"Q33634",
"xgn",
otherNames = {"Kalmyk", "Oirat", "Modern Oirat"},
scripts = {"Cyrl"},
ancestors = {"xwo"},
translit_module = "xal-translit",
override_translit = true,
}
m["xam"] = {
"卡姆語",
"Q2086145",
"khi-tuu",
otherNames = {"ǀXam", "ǀKham"},
scripts = Latn,
}
m["xan"] = {
"Xamtanga",
"Q56527",
"cus",
}
m["xao"] = {
"考語",
"Q3196077",
"mkh-pal",
otherNames = {"Khao"},
}
m["xap"] = {
"阿帕拉契語",
"Q686501",
"nai-mus",
otherNames = {"Apalachee"},
scripts = Latn,
}
m["xaq"] = {
"阿基坦語",
"Q500522",
"euq",
otherNames = {"Aquitanian"},
scripts = Latn,
}
m["xar"] = {
"Karami",
"Q11732281",
}
m["xas"] = {
"卡馬斯語",
"Q35991",
"syd",
otherNames = {"Kamassian"},
scripts = {"Cyrl"},
}
m["xat"] = {
"Katawixi",
"Q3440512",
"sai-ktk",
}
m["xau"] = {
"Kauwera",
"Q6378983",
"paa-tkw",
}
m["xav"] = {
"Xavante",
"Q36962",
"sai-cje",
scripts = Latn,
}
m["xaw"] = {
"Kawaiisu",
"Q56338",
"azc-num",
scripts = Latn,
}
m["xay"] = {
"Kayan Mahakam",
"Q25337171",
}
m["xbb"] = {
"Lower Burdekin",
"Q6693353",
}
m["xbc"] = {
"巴克特里亞語",
"Q756651",
"ira-sbc",
otherNames = {"Bactrian", "Greco-Bactrian", "Kushan", "Kushano-Bactrian"},
scripts = {"Grek", "Mani"},
entry_name = {
from = {"Þ", "þ"},
to = {"Ϸ", "ϸ"}},
translit_module = "xbc-translit",
}
m["xbd"] = {
"賓達爾語",
"Q4913975",
otherNames = {"Bindal"},
}
m["xbe"] = {
"比加姆巴爾語",
"Q16841801",
"aus-pam", --unclassified within
otherNames = {"Bigambal"},
}
m["xbg"] = {
"本甘迪茲語",
"Q4997615",
otherNames = {"Bunganditj"},
}
m["xbi"] = {
"Kombio",
"Q6428259",
"qfa-tor",
scripts = Latn,
}
m["xbj"] = {
"Birrpayi",
nil,
}
m["xbm"] = {
"中古布列塔尼語",
"Q787610",
"cel-bry",
otherNames = {"Middle Breton"},
scripts = Latn,
ancestors = {"obt"},
}
m["xbn"] = {
"Kenaboi",
"Q6388752",
}
m["xbo"] = {
"保加爾語",
"Q36880",
"trk-ogr",
otherNames = {"Bulgar", "Bolğar", "Bulghar", "Bolghar", "Bolgarian", "Bolgar"},
scripts = {"Arab", "Grek"},
}
m["xbp"] = {
"比布爾曼語",
"Q22918391",
otherNames = {"Bibbulman"},
}
m["xbr"] = {
"坎貝拉語",
"Q3053279",
"poz-cet",
otherNames = {"Kambera", "East Sumbanese", "Sumbanese"},
scripts = Latn,
}
m["xbw"] = {
"Kambiwá",
"Q9006744",
}
m["xby"] = {
"Butchulla",
"Q31752631",
otherNames = {"Badjala"}, -- contrast gbw
}
m["xcb"] = {
"坎伯蘭語",
"Q35965",
"cel-bry",
otherNames = {"Cumbric"},
}
m["xcc"] = {
"卡莫尼語",
"Q489011",
scripts = {"Ital"},
otherNames = {"Camunic"},
translit_module = "Ital-translit",
}
m["xce"] = {
"凱爾特伊比利亞語",
"Q37012",
"cel",
otherNames = {"Celtiberian"},
scripts = Latn,
}
m["xch"] = {
"Chemakum",
"Q56397",
"chi",
scripts = Latn,
}
m["xcl"] = {
"古典亞美尼亞語",
"Q181074",
"hyx",
otherNames = {"Old Armenian", "Classical Armenian", "Liturgical Armenian", "Grabar"},
scripts = {"Armn"},
translit_module = "Armn-translit",
override_translit = true,
entry_name = {
from = {"՞", "՜", "՛", "՟", "և"},
to = {"", "", "", "", "եւ"}} ,
}
m["xcm"] = {
"Comecrudo",
"Q609808",
"nai-pak",
}
m["xcn"] = {
"Cotoname",
"Q56889",
"nai-pak",
}
m["xco"] = {
"花剌子模語",
"Q33138",
"ira-sbc",
otherNames = {"Khwarezmian", "Chorasmian","Khwarazmian","Khorezmian"},
scripts = {"Arab","Armi","Chrs","Phlv","Sogd"},
translit_module = "Chrs-translit",
}
m["xcr"] = {
"Carian",
"Q35929",
"ine-ana",
scripts = {"Cari"},
}
m["xct"] = {
"古典藏語",
"Q5128314",
"sit-tib",
otherNames = {"Classical Tibetan"},
}
m["xcu"] = {
"庫爾蘭語",
"Q35857",
"bat",
otherNames = {"Curonian"},
scripts = Latn,
}
m["xcv"] = {
"楚凡語",
"Q3516641",
"qfa-yuk",
otherNames = {"Chuvan", "Chuvantsy", "Chuvansky"},
scripts = Cyrl,
}
m["xcw"] = {
"Coahuilteco",
"Q2008062",
"nai-pak",
}
m["xcy"] = {
"Cayuse",
"Q2472016",
}
m["xda"] = {
"達金容語",
"Q5223660",
"aus-yuk",
otherNames = {"Darkinjung"},
scripts = Latn,
}
m["xdc"] = {
"達契亞語",
"Q682547",
"ine",
otherNames = {"Dacian"},
scripts = Latn,
}
m["xdk"] = {
"達拉格語",
"Q1166814",
"aus-yuk",
otherNames = {"Dharug", "Darug", "Dharruk", "Dharuk", "Eora", "Iora", "Iyora", "Sydney"},
scripts = Latn,
}
m["xdm"] = {
"以東語",
"Q2363529",
"sem-can",
otherNames = {"Edomite"},
scripts = {"Phnx"},
translit_module = "Phnx-translit",
}
m["xdy"] = {
"馬來達雅語",
"Q3514892",
otherNames = {"Malayic Dayak"},
}
m["xeb"] = {
"埃勃拉語",
"Q35345",
"sem-eas",
otherNames = {"Eblaite"},
scripts = {"Xsux"},
}
m["xed"] = {
"Hdi",
"Q56246",
"cdc-cbm",
scripts = Latn,
}
m["xeg"] = {
"ǁXegwi",
"Q3509732",
"khi-tuu",
scripts = Latn,
}
m["xel"] = {
"Kelo",
"Q6386412",
"sdv-eje",
}
m["xem"] = {
"Kembayan",
"Q6386874",
}
m["xep"] = {
"Epi-Olmec",
nil,
}
m["xer"] = {
"Xerénte",
"Q3073436",
"sai-cje",
otherNames = {"Koromu", "Cherente", "Sherenté"},
scripts = Latn,
}
m["xes"] = {
"Kesawai",
"Q6394907",
"ngf-mad",
otherNames = {"Koromu"},
scripts = Latn,
}
m["xet"] = {
"Xetá",
"Q2980404",
"tup-gua",
scripts = Latn,
}
m["xeu"] = {
"Keoru-Ahia",
"Q11732313",
"ngf",
}
m["xfa"] = {
"法利斯克語",
"Q35669",
"itc",
otherNames = {"Faliscan"},
scripts = {"Ital", "Latn"},
translit_module = "Ital-translit",
entry_name = {
from = {"[ĀĂ]", "[āă]", "[ĒĔ]", "[ēĕë]", "[ĪĬÏ]", "[īĭï]", "[ŌŎ]", "[ōŏ]", "[ŪŬÜ]", "[ūŭü]", "Ȳ", "ȳ", MACRON, BREVE, DIAER},
to = {"A", "a", "E", "e", "I", "i", "O", "o", "U", "u", "Y", "y"}},
}
m["xga"] = {
"加拉提亞語",
"Q27403",
"cel",
otherNames = {"Galatian"},
ancestors = {"cel-gau"},
scripts = {"Latn", "Grek"},
}
m["xgb"] = {
"Gbin",
"Q16934745",
"dmn-mse",
scripts = Latn,
}
m["xgd"] = {
"古當語",
"Q5614528",
otherNames = {"Gudang"},
}
m["xgf"] = {
"通瓦語",
"Q56387",
"azc-tak",
otherNames = {"Gabrielino-Fernandeño", "Tongva", "Gabrielino", "Gabrieleño", "Fernandeño"},
scripts = Latn,
}
m["xgg"] = {
"戈倫語",
nil,
otherNames = {"Goreng"},
}
m["xgi"] = {
"加林巴爾語",
nil,
otherNames = {"Garingbal"},
}
m["xgl"] = {
"Galindan",
"Q1190494",
"bat",
scripts = Latn,
}
m["xgm"] = {
"達龍巴爾語",
"Q16954400",
otherNames = {"Darumbal", "Darambal", "Dharumbal", "Dharambal", "Guwinmal", "Kuinmabara", "Karunbara", "Rakiwara", "Wapabara"},
}
m["xgr"] = {
"Garza",
"Q3098656",
"nai-pak",
}
m["xgu"] = {
"Unggumi",
"Q62000004",
"aus-wor",
scripts = Latn,
}
m["xgw"] = {
"古瓦語",
"Q5621992",
otherNames = {"Guwa"},
}
m["xha"] = {
"Harami",
"Q41506724",
scripts = {"Sarb"},
translit_module = "Sarb-translit",
}
m["xhc"] = {
"匈人語",
"Q35959",
otherNames = {"Hunnic", "Hunnish"},
}
m["xhd"] = {
"Hadrami",
"Q1032453",
scripts = {"Sarb"},
translit_module = "Sarb-translit",
}
m["xhe"] = {
"克特拉尼語",
"Q2614111",
"inc-pan",
otherNames = {"Khetrani", "Khetranki"},
ancestors = {"lah"},
}
m["xhm"] = {
"中古高棉語",
"Q25226861",
"mkh-kmr",
{"Latinx", "Khmr"}, --and also Pallava
ancestors = {"okz"},
}
m["xhr"] = {
"赫爾尼基語",
"Q5908773",
"itc",
otherNames = {"Hernican"},
scripts = {"Ital"},
}
m["xht"] = {
"哈梯語",
"Q31107",
"qfa-iso",
otherNames = {"Hattic"},
scripts = {"Xsux"},
}
m["xhu"] = {
"胡里安語",
"Q35740",
"qfa-hur",
otherNames = {"Hurrian"},
scripts = {"Xsux", "Ugar"},
}
m["xhv"] = {
"庫瓦語",
"Q22970290",
"mkh-kat",
otherNames = {"Khua"},
}
m["xib"] = {
"伊比利亞語",
"Q855215",
"qfa-iso",
otherNames = {"Iberian"},
scripts = {"Latn", "Ibrn"},
}
m["xii"] = {
"Xiri",
"Q36876",
}
m["xil"] = {
"伊利里亞語",
"Q35976",
"ine",
otherNames = {"Illyrian"},
type = "reconstructed",
}
m["xin"] = {
"Xinca",
"Q1546494",
"nai-xin",
scripts = Latn,
}
m["xir"] = {
"Xiriâna",
"Q2028772",
"awd",
scripts = Latn,
}
m["xis"] = {
"Kisan",
nil,
}
m["xiv"] = {
"Indus Valley Language",
"Q3428279",
scripts = {"Inds"},
}
m["xiy"] = {
"Xipaya",
"Q13226",
"tup",
otherNames = {"Shipaja", "Xipaia"},
}
m["xjb"] = {
"明瓊巴爾語",
nil,
"aus-pam",
otherNames = {"Minjungbal"},
scripts = Latn,
}
m["xka"] = {
"卡爾科提語",
"Q3877551",
otherNames = {"Kalkoti"},
}
m["xkb"] = {
"Manigri-Kambolé Ede Nago",
"Q36042",
"alv-ede",
}
m["xkc"] = {
"科伊因語",
"Q6401919",
"xme-ttc",
otherNames = {"Khoini", "Xoini, Kho'ini"},
ancestors = {"xme-ttc-wes"},
}
m["xkd"] = {
"Mendalam Kayan",
"Q12952597",
}
m["xke"] = {
"Kereho",
"Q6437086",
"poz",
otherNames = {"Krio Dayak", "Krio", "Keriu", "Seputan"},
scripts = Latn,
}
m["xkf"] = {
"Khengkha",
"Q3695207",
"sit-ebo",
otherNames = {"Kheng"},
}
m["xkg"] = {
"Kagoro",
"Q11159524",
"dmn-wmn",
}
m["xki"] = {
"肯尼亞手語",
"Q6392859",
"sgn",
otherNames = {"肯亞手語", "Kenyan Sign Language"},
}
m["xkj"] = {
"卡賈里語",
"Q14916876",
"xme-ttc",
otherNames = {"Kajali"},
ancestors = {"xme-ttc-cen"},
}
m["xkk"] = {
"卡喬語",
"Q6344767",
"mkh",
otherNames = {"Kaco'", "Lamam"}, -- Lamam is a Kaco' clan name, formerly encoded by the ISO as 'lmm'
}
m["xkl"] = {
"巴庫語",
"Q6736761",
"poz-swa",
otherNames = {"Bakung", "Mainstream Kenyah", "Kenyah"},
scripts = Latn,
}
m["xkn"] = {
"Kayan River Kayan",
"Q12473395",
"poz",
}
m["xko"] = {
"焦爾語",
"Q6414519",
"mkh-pal",
otherNames = {"Kiorr"},
}
m["xkp"] = {
"卡巴特伊語",
"Q34165",
"xme-ttc",
otherNames = {"Kabatei"},
ancestors = {"xme-ttc-cen"},
}
m["xkq"] = {
"Koroni",
"Q3199000",
"poz-btk",
}
m["xkr"] = {
"Xakriabá",
"Q3073441",
"sai-cje",
otherNames = {"Chacriabá", "Chacriaba", "Chakriaba", "Xakriaba", "Xacriabá", "Xacriaba", "Chikriaba", "Xikriabá", "Xikriaba", "Shacriaba", "Xicriabá", "Xicriaba", "Chicriabá", "Chicriaba"},
scripts = Latn,
}
m["xks"] = {
"Kumbewaha",
"Q6443722",
}
m["xkt"] = {
"Kantosi",
"Q35651",
"nic-dag",
}
m["xku"] = {
"Kaamba",
"Q11042324",
"bnt-kng",
}
m["xkv"] = {
"Kgalagadi",
"Q2088743",
"bnt-sts",
scripts = Latn,
}
m["xkw"] = {
"Kembra",
"Q12953627",
"paa-pau",
}
m["xkx"] = {
"Karore",
"Q6373260",
"poz-ocw",
}
m["xky"] = {
"Uma' Lasan",
nil,
"poz-swa",
}
m["xkz"] = {
"庫爾托普語",
"Q3695193",
"sit-ebo",
otherNames = {"Kurtop", "Kurtöp", "Kurtopkha", "Kurtokha"},
scripts = {"Tibt", "Latn"},
}
m["xla"] = {
"Kamula",
"Q10957277",
"ngf",
}
m["xlb"] = {
"Loup B",
"Q13108281",
"alg-eas",
scripts = Latn,
}
m["xlc"] = {
"呂基亞語",
"Q35969",
"ine-ana",
otherNames = {"Lycian"},
scripts = {"Lyci"},
translit_module = "Lyci-translit",
}
m["xld"] = {
"呂底亞語",
"Q36095",
"ine-ana",
otherNames = {"Lydian"},
scripts = {"Lydi"},
translit_module = "Lydi-translit",
}
m["xle"] = {
"利姆尼亞語",
"Q36203",
"qfa-tyn",
otherNames = {"Lemnian"},
scripts = {"Ital"},
translit_module = "Ital-translit",
}
m["xlg"] = {
"古利古里亞語",
"Q36104",
"ine",
otherNames = {"Ancient Ligurian"},
}
m["xli"] = {
"利伯尼亞語",
"Q35835",
"ine",
otherNames = {"Liburnian"},
}
--xln is etymology-only
m["xlo"] = {
"Loup A",
"Q27921265",
"alg-eas",
scripts = Latn,
}
m["xlp"] = {
"南阿爾卑斯高盧語",
"Q35993",
"cel",
otherNames = {"Lepontic"},
scripts = {"Ital"},
translit_module = "Ital-translit",
}
m["xls"] = {
"盧西坦尼亞語",
"Q35960",
"ine",
otherNames = {"Lusitanian"},
scripts = Latn,
}
m["xlu"] = {
"盧維語",
"Q12634577",
"ine-ana",
otherNames = {"Luwian", "Cuneiform Luwian", "Hieroglyphic Luwian"},
scripts = {"Xsux", "Hluw"},
}
m["xly"] = {
"伊利米語",
"Q35329",
otherNames = {"Elymian"},
scripts = {"Grek"},
}
m["xmb"] = {
"Mbonga",
"Q36064",
"nic-jrn",
otherNames = {"Mboa"},
scripts = Latn,
}
m["xmc"] = {
"Makhuwa-Marrevone",
"Q11127231",
"bnt-mak",
ancestors = {"vmw"},
}
m["xmd"] = {
"Mbudum",
"Q6799790",
"cdc-cbm",
scripts = Latn,
}
m["xmf"] = {
"明格列爾語",
"Q13359",
"ccs-zan",
otherNames = {"Mingrelian", "Megrelian", "Mingrel", "Megrel"},
scripts = {"Geor"},
translit_module = "Geor-translit",
override_translit = true,
}
m["xmg"] = {
"Mengaka",
"Q36017",
"bai",
scripts = Latn,
}
m["xmh"] = {
"庫庫-穆敏赫語",
"Q10549849",
"aus-pmn",
otherNames = {"Kugu-Muminh", "Kuku-Muminh", "Wik-Muminh", "Kugu-Nganhcara", "Wik-Nganhcara", "Wikngenchera"},
scripts = Latn,
}
m["xmj"] = {
"Majera",
"Q6737666",
"cdc",
scripts = Latn,
}
m["xmk"] = {
"古馬其頓語",
"Q35974",
"grk",
otherNames = {"Ancient Macedonian"},
scripts = {"polytonic"},
translit_module = "grc-translit",
sort_key = { -- Keep this synchronized with el, cpg, pnt
from = {"[ᾳάᾴὰᾲᾶᾷἀᾀἄᾄἂᾂἆᾆἁᾁἅᾅἃᾃἇᾇᾱ]", "[έὲἐἔἒἑἕἓ]", "[ῃήῄὴῂῆῇἠᾐἤᾔἢᾒἦᾖἡᾑἥᾕἣᾓἧᾗ]", "[ίὶῖἰἴἲἶἱἵἳἷϊΐῒῗῑ]", "[όὸὀὄὂὁὅὃ]", "[ύὺῦὐὔὒὖὑὕὓὗϋΰῢῧῡ]", "[ῳώῴὼῲῶῷὠᾠὤᾤὢᾢὦᾦὡᾡὥᾥὣᾣὧᾧ]", "ῥ", "ς"},
to = {"α" , "ε" , "η" , "ι" , "ο" , "υ" , "ω" , "ρ", "σ"}},
entry_name = {
from = {"[ᾸᾹ]", "[ᾰᾱ]", "[ῘῙ]", "[ῐῑ]", "[ῨῩ]", "[ῠῡ]"},
to = {"Α", "α", "Ι", "ι", "Υ", "υ"}} ,
}
m["xml"] = {
"馬來西亞手語",
"Q33420",
"sgn",
otherNames = {"Malaysian Sign Language"},
}
m["xmm"] = {
"萬鴉老馬來語",
"Q1068112",
otherNames = {"Manado Malay"},
}
m["xmo"] = {
"Morerebi",
"Q12953749",
"tup",
scripts = Latn,
}
m["xmp"] = {
"庫庫-穆因語",
"Q10549852",
scripts = Latn,
otherNames = {"Kuku-Mu'inh"},
}
m["xmq"] = {
"庫庫-芒克語",
"Q10549851",
"aus-pam",
otherNames = {"Kuku-Mangk"},
scripts = Latn,
}
m["xmr"] = {
"麥羅埃語",
"Q13366",
"afa",
otherNames = {"Meroitic", "Kushite"},
scripts = {"Mero", "Merc", "Latn"}, -- we have entries in Latn
translit_module = "xmr-translit",
}
m["xms"] = {
"摩洛哥手語",
"Q6913107",
"sgn",
otherNames = {"Moroccan Sign Language"},
}
m["xmt"] = {
"馬特巴特語",
"Q6786187",
"poz-hce",
otherNames = {"Matbat"},
}
m["xmu"] = {
"Kamu",
"Q6359779",
}
m["xmx"] = {
"Maden",
"Q12952756",
"poz-hce",
}
m["xmy"] = {
"馬雅古杜納語",
"Q3436736",
otherNames = {"Mayaguduna"},
}
m["xmz"] = {
"Mori Bawah",
"Q3324069",
"poz-btk",
scripts = Latn,
}
m["xna"] = {
"古北阿拉伯語",
"Q1472213",
"sem",
otherNames = {"Ancient North Arabian"},
scripts = {"Narb"}
}
m["xnb"] = {
"卡那卡那富語",
"Q172244",
family = "map",
ancestors = {"map-pro"},
otherNames = {"Kanakanabu", "Kanakanavu"},
scripts = {"Latn"},
}
m["xng"] = {
"中古蒙古語",
"Q2582455",
"xgn",
otherNames = {"Middle Mongolian"},
scripts = {"Mong", "Arab", "Phag"},
translit_module = "mn-translit",
}
m["xnh"] = {
"寬話",
"Q6441084",
"mkh-pal",
otherNames = {"Kuanhua"},
}
m["xni"] = {
"Ngarigu",
"Q7022072",
}
m["xnk"] = {
"恩加納卡爾蒂語",
"Q33087049",
otherNames = {"Nganakarti"},
}
m["xnn"] = {
"Northern Kankanay",
"Q12953609",
"phi",
}
m["xnr"] = {
"康格里語",
"Q2331560",
"him",
otherNames = {"Kangri"},
scripts = {"Deva", "Takr", "fa-Arab"},
ancestors = {"doi"},
translit_module = "hi-translit",
}
m["xns"] = {
"Kanashi",
"Q6360672",
"sit-whm",
}
m["xnt"] = {
"納拉甘塞特語",
"Q3336118",
"alg-eas",
otherNames = {"Narragansett"},
scripts = Latn,
}
m["xnu"] = {
"Nukunul",
"Q7068904",
}
m["xny"] = {
"尼亞帕里語",
"Q16919427",
"aus-nga",
otherNames = {"Nyiyaparli", "Nyiyabali", "Njijabali", "Nijadali"},
scripts = Latn,
}
m["xoc"] = {
"O'chi'chi'",
"Q3813833",
"nic-cde",
scripts = Latn,
}
m["xod"] = {
"Kokoda",
"Q6426734",
"ngf-sbh",
}
m["xog"] = {
"索加語",
"Q33784",
"bnt-nyg",
otherNames = {"Lusoga"},
scripts = Latn,
}
m["xoi"] = {
"Kominimung",
"Q6428352",
"paa",
scripts = Latn,
}
m["xok"] = {
"Xokleng",
"Q3027930",
"sai-sje",
}
m["xom"] = {
"Komo",
"Q56681",
"ssa-kom",
otherNames = {"Komo (Sudan)", "Madiin"},
}
m["xon"] = {
"Konkomba",
"Q35674",
"nic-grm",
scripts = Latn,
}
m["xoo"] = { -- contrast kzw, sai-kat, sai-xoc
"Xukurú",
"Q9096758",
otherNames = {"Xukuru", "Xucurú", "Xucuru", "Shukurú", "Shukuru", "Shucurú", "Shucuru", "Kirirí", "Kiriri", "Kirirí-Xokó"},
}
m["xop"] = {
"Kopar",
"Q11732346",
}
m["xor"] = {
"Korubo",
"Q3199022",
}
m["xow"] = {
"Kowaki",
"Q6434920",
"ngf-mad",
}
m["xpa"] = {
"皮里亞語",
"Q16978087",
otherNames = {"Pirriya"},
}
m["xpb"] = {
"Pyemmairre",
"Q7262964",
otherNames = {"Northeastern Tasmanian", "North East Tasmanian", "Plangermaireener", "Plangamerina", "Cape Portland", "Ben Lomond", "Pipers River"},
scripts = Latn,
}
m["xpc"] = {
"佩切涅格語",
"Q877881",
"trk",
otherNames = {"Pecheneg"},
}
m["xpd"] = {
"Paredarerme",
"Q7136678",
otherNames = {"Oyster Bay", "Oyster Bay Tasmanian", "Paritarami", "Big River", "Big River Tasmanian", "Lairmairrener", "Lemerina"},
scripts = Latn,
}
m["xpe"] = {
"利比里亞克佩列語",
"Q20527226",
"dmn-msw",
otherNames = {"Liberia Kpelle"},
ancestors = {"kpe"},
}
m["xpf"] = {
"東南塔斯馬尼亞語",
"Q7068421",
otherNames = {"Southeast Tasmanian", "Mainland Southeast Tasmanian", "Nuenonne", "Nyunoni"},
scripts = Latn,
}
m["xpg"] = {
"弗里吉亞語",
"Q36751",
"ine",
otherNames = {"Phrygian"},
scripts = {"Grek"},
translit_module = "grc-translit",
}
m["xph"] = {
"Tyerrernotepanner",
"Q7859815",
otherNames = {"North Midland Tasmanian", "North Midlands Tasmanian", "Cheranotipana"},
scripts = Latn,
}
m["xpi"] = {
"皮克特語",
"Q856383",
"cel",
otherNames = {"Pictish"},
scripts = {"Ogam", "Latn"},
}
m["xpj"] = {
"姆帕利詹語",
"Q6928192",
"aus-pam",
otherNames = {"Mpalitjanh", "Luthigh"},
}
m["xpk"] = {
"Kulina",
"Q6443027",
"sai-pan",
otherNames = {"Kulina Pano"},
}
m["xpl"] = {
"索雷爾港語",
"Q7230944",
aliases = {"Port Sorell", "Port Sorell Tasmanian"},
scripts = Latn,
}
m["xpm"] = {
"旁普科爾語",
"Q2991985",
"qfa-yen",
otherNames = {"Pumpokol"},
scripts = Latn,
}
m["xpn"] = {
"Kapinawá",
"Q6366667",
}
m["xpo"] = {
"波丘特克語",
"Q2427341",
"azc-nah",
otherNames = {"Pochutec"},
scripts = Latn,
}
m["xpp"] = {
"Puyo-Paekche",
nil,
}
m["xpq"] = {
"Mohegan-Pequot",
"Q3319130",
"alg-eas",
scripts = Latn,
}
m["xpr"] = {
"安息語",
"Q25953",
"ira-mpr",
otherNames = {"Parthian"},
scripts = {"Prti", "Mani", "Phlv"},
translit_module = "translit-redirect",
}
m["xps"] = {
"Pisidian",
"Q36580",
"ine-ana",
}
m["xpu"] = {
"布匿語",
"Q535958",
"sem-can",
otherNames = {"Punic"},
scripts = {"Phnx", "Latn", "Grek"},
ancestors = {"phn"},
translit_module = "translit-redirect",
}
m["xpv"] = {
"Tommeginne",
"Q7819095",
otherNames = {"Tommeeginnee", "Northern Tasmanian"},
scripts = Latn,
}
m["xpw"] = {
"Peerapper",
"Q7160431",
otherNames = {"Pirapa", "Northwestern Tasmanian"},
scripts = Latn,
}
m["xpx"] = {
"Toogee",
"Q7824008",
otherNames = {"Southwestern Tasmanian"},
scripts = Latn,
}
m["xpy"] = {
"扶餘語",
"Q5003359",
"qfa-kor",
otherNames = {"Buyeo"},
scripts = {"Hani"},
}
m["xpz"] = {
"Bruny Island",
"Q4979601",
otherNames = {"Bruny Island Tasmanian", "Nuenonne", "Nyunoni"},
scripts = Latn,
}
m["xqa"] = {
"喀喇汗語",
nil,
"trk-kar",
otherNames = {"Karakhanid"},
scripts = {"Arab"},
}
m["xqt"] = {
"Qatabanian",
"Q384101",
"sem-osa",
scripts = {"Sarb"},
translit_module = "Sarb-translit",
}
m["xra"] = {
"Krahô",
"Q3199549",
"sai-nje",
}
m["xrb"] = {
"Eastern Karaboro",
"Q35716",
"alv-krb",
}
m["xrd"] = {
"Gundungurra",
nil,
}
m["xre"] = {
"Kreye",
"Q3199686",
"sai-nje",
}
m["xrg"] = {
"米南語",
"Q22893424",
otherNames = {"Minang"},
}
m["xri"] = {
"Krikati-Timbira",
"Q3199710",
}
m["xrm"] = {
"Armazic",
"Q7599646",
}
m["xrn"] = {
"Arin",
"Q34088",
"qfa-yen",
scripts = Latn,
}
m["xrq"] = {
"卡蘭加語",
"Q6373349",
otherNames = {"Karranga", "Karrangpurru"},
scripts = Latn,
}
m["xrr"] = {
"雷蒂亞語",
"Q36689",
otherNames = {"Raetic", "Rhaetic", "Rhaetian"},
scripts = {"Ital"},
translit_module = "Ital-translit",
}
m["xrt"] = {
"Aranama-Tamique",
"Q2859505",
}
m["xru"] = {
"馬利亞穆語",
"Q10577724",
"aus-dal",
otherNames = {"Marriammu"},
}
m["xrw"] = {
"Karawa",
"Q6368857",
"paa-spk",
}
m["xsa"] = {
"賽伯伊語",
"Q1070391",
"sem-osa",
otherNames = {"Sabaean"},
scripts = {"Sarb"},
translit_module = "Sarb-translit",
}
m["xsb"] = {
"三描語",
"Q2592378",
"phi",
otherNames = {"Sambali", "Sambal", "Tina Sambal", "Tina"},
scripts = Latn,
}
m["xsd"] = {
"Sidetic",
"Q36659",
"ine-ana",
}
m["xse"] = {
"Sempan",
"Q3504358",
}
m["xsh"] = {
"Shamang",
"Q3914876",
"nic-plc",
}
m["xsi"] = {
"Sio",
"Q3485100",
"poz-ocw",
}
m["xsj"] = {
"Subi",
"Q7631298",
"bnt-haj",
}
m["xsl"] = {
"南斯拉維語",
"Q28552",
"ath-nor",
otherNames = {"South Slavey"},
scripts = Latn,
}
m["xsm"] = {
"Kasem",
"Q35552",
"nic-gnn",
otherNames = {"Kassena"},
}
m["xsn"] = {
"Sanga (Nigeria)",
"Q3915334",
"nic-jer",
otherNames = {"Sanga"},
scripts = Latn,
}
m["xso"] = {
"Solano",
"Q2474492",
scripts = Latn,
}
m["xsp"] = {
"Silopi",
"Q7515533",
"ngf-mad",
}
m["xsq"] = {
"Makhuwa-Saka",
"Q11008159",
"bnt-mak",
ancestors = {"vmw"},
}
m["xsr"] = {
"夏爾巴語",
"Q36612",
"sit-tib",
otherNames = {"Sherpa"},
scripts = {"Tibt", "Deva"},
translit_module = "translit-redirect",
ancestors = {"xct"},
}
m["xss"] = {
"Assan",
"Q34089",
"qfa-yen",
scripts = Latn,
}
m["xsu"] = {
"Sanumá",
"Q251728",
"sai-ynm",
}
m["xsv"] = {
"蘇多維亞語",
"Q35603",
"bat",
otherNames = {"Sudovian", "Jatvingian"},
scripts = Latn,
}
m["xsy"] = {
"賽夏語",
"Q716695",
ancestors = {"map-pro"},
scripts = {"Latn"},
otherNames = {"Saysiyat", "SaySiyat"},
scripts = {"Latn"},
family = "map",
}
m["xta"] = {
"阿爾科紹卡米斯特克語",
"Q25559587",
"omq-mxt",
otherNames = {"Alcozauca Mixtec"},
scripts = {"Latn"},
}
m["xtb"] = {
"查蘇姆巴米斯特克語",
"Q12182838",
"omq-mxt",
otherNames = {"Chazumba Mixtec"},
scripts = Latn,
}
m["xtc"] = {
"Kadugli",
"Q3407136",
"qfa-kad",
otherNames = {"Katcha-Kadugli-Miri"},
scripts = Latn,
}
m["xtd"] = {
"迪烏斯-蒂蘭通戈米斯特克語",
"Q7802048",
"omq-mxt",
otherNames = {"Diuxi-Tilantongo Mixtec"},
scripts = Latn,
}
m["xte"] = {
"Ketengban",
"Q10990152",
}
m["xth"] = {
"Yitha Yitha",
nil,
}
m["xti"] = {
"西尼卡瓦米斯特克語",
"Q12953733",
"omq-mxt",
otherNames = {"Sinicahua Mixtec"},
scripts = Latn,
}
m["xtj"] = {
"聖胡安泰塔米斯特克語",
"Q32093049",
"omq-mxt",
otherNames = {"San Juan Teita Mixtec"},
scripts = Latn,
}
m["xtl"] = {
"蒂哈爾特佩克米斯特克語",
"Q12953738",
"omq-mxt",
otherNames = {"Tijaltepec Mixtec"},
scripts = Latn,
}
m["xtm"] = {
"馬格達萊納佩尼亞斯科米斯特克語",
"Q7179700",
"omq-mxt",
otherNames = {"Magdalena Peñasco Mixtec"},
scripts = Latn,
}
m["xtn"] = {
"北特拉夏科米斯特克語",
"Q25559585",
"omq-mxt",
otherNames = {"Northern Tlaxiaco Mixtec"},
scripts = Latn,
}
m["xto"] = {
"吐火羅語A",
"Q2827041",
"ine-toc",
otherNames = {"焉耆語", "甲種吐火羅語", "Tocharian A", "East Tocharian", "Agnean"},
scripts = Latn,
wikipedia_article = "Tocharian languages", -- wikidata id has no associated article
}
m["xtp"] = {
"聖米格爾彼德拉斯-米斯特克語",
"Q7414970",
"omq-mxt",
otherNames = {"San Miguel Piedras Mixtec"},
scripts = Latn,
}
m["xtq"] = {
"Tumshuqese",
nil,
"xsc-sak",
scripts = {"Brah", "Khar"},
translit_module = "Brah-translit",
}
m["xtr"] = {
"Early Tripuri",
nil,
}
m["xts"] = {
"辛迪維米斯特克語",
"Q13583581",
"omq-mxt",
otherNames = {"Sindihui Mixtec"},
scripts = Latn,
}
m["xtt"] = {
"塔卡瓦米斯特克語",
"Q7673668",
"omq-mxt",
otherNames = {"Tacahua Mixtec"},
scripts = Latn,
}
m["xtu"] = {
"庫亞梅卡爾科米斯特克語",
"Q12953726",
"omq-mxt",
otherNames = {"Cuyamecalco Mixtec"},
scripts = Latn,
}
m["xtv"] = {
"Thawa",
"Q7711494",
}
m["xtw"] = {
"Tawandê",
nil,
"sai-nmk",
scripts = Latn,
}
m["xty"] = {
"約洛索奇特爾米斯特克語",
"Q8054817",
"omq-mxt",
otherNames = {"Yoloxochitl Mixtec"},
scripts = Latn,
}
m["xtz"] = {
"塔斯馬尼亞語",
"Q530739",
otherNames = {"Tasmanian"},
scripts = Latn,
}
m["xua"] = {
"Alu Kurumba",
"Q12952679",
"dra",
}
m["xub"] = {
"Betta Kurumba",
"Q16841033",
"dra",
scripts = {"Knda", "Mlym", "Taml"},
}
m["xud"] = {
"Umiida",
"Q61999874",
"aus-wor",
scripts = Latn,
}
m["xug"] = {
"國頭語",
"Q56558",
"jpx-ryu",
otherNames = {"Kunigami"},
scripts = {"Jpan"},
}
m["xuj"] = {
"Jennu Kurumba",
"Q21282543",
"dra",
}
m["xul"] = {
"Ngunawal",
"Q7022712",
"aus-yuk",
scripts = Latn,
}
m["xum"] = {
"翁布里亞語",
"Q36957",
"itc",
otherNames = {"Umbrian"},
scripts = {"Ital", "Latn"},
translit_module = "Ital-translit",
}
m["xun"] = {
"Unggaranggu",
"Q61999823",
"aus-wor",
scripts = Latn,
}
m["xuo"] = {
"Kuo",
"Q6445233",
"alv-mbm",
}
m["xup"] = {
"Upper Umpqua",
"Q20607",
"ath-pco",
scripts = Latn,
}
m["xur"] = {
"烏拉爾圖語",
"Q36934",
"qfa-hur",
otherNames = {"Urartian", "Urartean"},
scripts = {"Xsux"},
}
m["xut"] = {
"庫坦特語",
"Q6448417",
otherNames = {"Kuthant"},
}
m["xuu"] = {
"Khwe",
"Q28305",
"khi-kal",
otherNames = {"Kxoe"},
scripts = Latn,
}
m["xve"] = {
"威尼托語",
"Q36871",
"ine",
otherNames = {"Venetic"},
scripts = {"Ital"},
translit_module = "Ital-translit",
}
-- m["xvi"] = { "Kamviri", "Q1193495", "nur-nor", scripts = {"Arab"} } moved to etym-only code
m["xvn"] = {
"汪達爾語",
"Q36835",
"gme",
otherNames = {"Vandalic"},
scripts = Latn,
}
m["xvo"] = {
"沃爾西語",
"Q622110",
"itc",
otherNames = {"Volscian"},
scripts = Latn,
}
m["xvs"] = {
"Vestinian",
"Q2576407",
"itc",
scripts = Latn,
}
m["xwa"] = {
"Kwaza",
"Q3200839",
}
m["xwc"] = {
"Woccon",
"Q3569569",
"nai-cat",
scripts = Latn,
}
m["xwd"] = {
"瓦迪瓦迪語",
"Q7959249",
otherNames = {"Wadi Wadi"},
}
m["xwe"] = {
"Xwela Gbe",
"Q36887",
"alv-pph",
}
m["xwg"] = {
"Kwegu",
"Q56723",
"sdv",
}
m["xwj"] = {
"瓦朱克語",
"Q33110188",
otherNames = {"Wajuk"},
}
m["xwk"] = {
"Wangkumara",
"Q7967891",
"aus-pam",
otherNames = {"Wanggumara", "Karenggapa", "Punthamara"},
scripts = Latn,
}
m["xwl"] = {
"Western Xwla Gbe",
"Q36924",
"alv-pph",
scripts = Latn,
}
m["xwo"] = {
"書面衛拉特語",
"Q56959",
"xgn",
otherNames = {"Written Oirat"},
translit_module = "xwo-translit",
scripts = {"Mong"},
}
m["xwr"] = {
"Kwerba Mamberamo",
"Q6450325",
"paa-tkw",
}
m["xww"] = {
"溫巴溫巴語",
"Q18472819",
"aus-pam",
otherNames = {"Wemba-Wemba", "Wemba Wemba", "Wamba-Wamba", "Wamba Wamba", "Wembawemba", "Baraba-Baraba", "Barababaraba", "Nari-Nari", "Wergaia", "Wotjobaluk"},
scripts = Latn,
}
m["xxb"] = {
"Boro",
"Q16844787",
otherNames = {"Boro (Ghana)"},
scripts = Latn,
}
m["xxk"] = {
"Ke'o",
"Q3195346",
}
m["xxm"] = {
"Minkin",
"Q6867836",
}
m["xxr"] = {
"Koropó",
"Q6432560",
}
m["xxt"] = {
"Tambora",
"Q36711",
"paa",
scripts = Latn,
}
m["xya"] = {
"雅伊吉爾語",
"Q8050525",
"aus-pam",
otherNames = {"Yaygir"},
}
m["xyb"] = {
"揚吉巴拉語",
nil,
scripts = Latn,
otherNames = {"Yandjibara"},
}
m["xyl"] = {
"Yalakalore",
"Q12645352",
"sai-nmk",
scripts = Latn,
}
m["xyt"] = {
"馬伊-他庫爾蒂語",
"Q47004719",
"aus-pam",
otherNames = {"Mayi-Thakurti"},
scripts = Latn,
}
m["xyy"] = {
"Yorta Yorta",
"Q8055849",
"aus-pam",
otherNames = {"Yotayota", "Yortayorta", "Bangerang", "Kailtheban", "Wollithiga", "Jotijota", "Joti-Jota", "Jodajoda"},
scripts = Latn,
}
m["xzh"] = {
"象雄語",
"Q3437292",
"sit-alm",
otherNames = {"Zhang-Zhung"},
scripts = {"xzh-Tibt", "Marc"},
}
m["xzm"] = {
"Zemgalian",
"Q47631",
"bat",
otherNames = {"Semigallian", "Semigalian"},
}
m["xzp"] = {
"古薩波特克語",
nil,
otherNames = {"Ancient Zapotec"},
}
return m
