模組:Languages/data/3/a

維基詞典,自由的多語言詞典
< Module:Languages‎ | data‎ | 3

在"incategory ..."過濾器後添加搜索文字:

該模塊包含了語言代碼之定義和元數據。欲見其他相關資訊,請參見附录:語言列表

此模塊不得直接用於其他模塊或模板。資料與數據應通過Module:languages獲取。

必填值

表中的每個項目必須包含以下索引字段:

1
該語言的「規範」名稱,舊版模塊中寫作canonicalName。這是維基詞典詞條和分類名稱中使用的名字。
2
該語言在維基數據的ID(以Q開頭)。這取代了舊的wikipedia_article屬性。若該語言在維基數據沒有對應的實體,可將其設為nil

選填值

3
該語言所屬的語系,請參見Wiktionary:語系

屬性 entry_namesort_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 (ōsos), as these are not used in the normal written form of these languages. This is used by makeEntryName in Module:languages.
sort_key
Defines replacements to create a category sort key from the page name. The purpose is to remove any characters that are ignored in sorting, and to replace similar characters with identical ones if the sorting rules for that language do not distinguish them. For example, in German, the characters "ä" and "a" are considered equivalent for sorting, and are both treated as "a". The page name is converted to lowercase before applying the replacements, so you should not add uppercase letters to the "from" lists. This is used by makeSortKey in Module:languages.

These are other optional values:

otherNames
該語言除了標準名稱外的所有名稱的表格。該表格不僅應包括該語言的同義詞,而且應包括指歸入同一類別的語言變體的名稱。例如,雖然佛蘭芒語不是荷蘭語的同義詞,但佛蘭芒語被認為是荷蘭語的「一部分」,因此該名稱被列入荷蘭語其中。
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 findBestScript function in Module:scripts. This function goes down the list of scripts and counts how many characters in the text belong to each script. If all the characters belong to one script, that script will be returned; otherwise, the script with the most characters will be returned. Thus, script detection will be faster if the most frequently used scripts are first in the list.
translit_module
The name of a module that is used to generate transliterations of terms, without the Module: prefix. This module must export a function named tr that is defined as follows:
tr(text, lang, sc)
The three parameters are the text to be transliterated, the language code, and the script code. The function can ignore the language and script codes, but they are provided for cases when a language has more than one script, or when a single function is used to transliterate multiple languages sharing the same script.
ancestors
A table listing the language codes of the direct ancestors of this language. For example, the ancestor of English is listed as enm (Middle English); ang (Old English, the ancestor of Middle English), gem-pro (Proto-Germanic, the ancestor of Old English), and ine-pro (Proto-Indo-European, the ancestor of Proto-Germanic) are not listed.
For most languages, only one ancestor code should be given, but multiple ancestors can be listed for pidgins, creoles and mixed languages.
The ancestor language table should not be included if the language's direct ancestor is the proto-language of the family to which the language belongs. In such a case, if the family code has been provided, Module:languages will automatically add the proto-language as the language's ancestor. For example, Proto-Germanic (gem-pro) belongs to the Indo-European (ine) family, and its direct ancestor is Proto-Indo-European (ine-pro). Because Proto-Indo-European is the proto-language of the Indo-European languages, Proto-Germanic does not need an ancestors table; Proto-Indo-European will be automatically returned as its ancestor by the getAncestors function.
wikimedia_codes
A table listing the Wikimedia language codes that this language maps to. This is used to translate Wiktionary codes to Wikimedia codes, which are usually the same but there are a few languages where it is different. The language codes must be valid Wikimedia codes (as determined by the wiki software), and if they are not defined in one of the language data modules, they must be defined in Module:wikimedia languages/data.
wikipedia_article
The name of the Wikipedia article for the language. Should normally only be supplied if the Wikidata id cannot be used.

local u = require("Module:string/char")
local m_langdata = require("Module:languages/data")
local c = m_langdata.chars
local p = m_langdata.puaChars
local s = m_langdata.shared

local m = {}

m["aaa"] = {
	"戈圖奧語",
	35463,
	"alv-yek",
	"Latn",
}

m["aab"] = {
	"阿魯姆-特蘇語",
	35034,
	"nic-alu",
	"Latn",
}

m["aac"] = {
	"阿里語 (新幾內亞)",
	1811224,
	"paa-pag",
	"Latn",
}

m["aad"] = {
	"艾瑪語",
	56708,
	"paa-iwm",
	"Latn",
}

-- "aae" IS TREATED AS "sq", SEE WT:LT

m["aaf"] = {
	"阿拉納丹語",
	3507928,
	"dra-mal",
	"Mlym",
}

m["aag"] = {
	"安布拉克語",
	4741706,
	"qfa-tor",
	"Latn",
}

m["aah"] = {
	"阿布阿拉佩什語",
	4670715,
	"qfa-tor",
	"Latn",
}

m["aai"] = {
	"阿黎法瑪-米尼亞菲亞語",
	4790560,
	"poz-ocw",
	"Latn",
}

m["aak"] = {
	"安卡維語",
	3446690,
	"ngf",
	"Latn",
}

m["aal"] = {
	"阿法德語",
	56434,
	"cdc-cbm",
	"Latn",
}

m["aan"] = {
	"阿嫩別語",
	3507873,
	"tup-gua",
	"Latn",
}

m["aap"] = {
	"帕拉阿拉拉語",
	56807,
	"sai-pek",
	"Latn",
}

m["aaq"] = {
	"佩諾布斯科特語",
	3515185,
	"alg-abp",
	"Latn",
}

m["aas"] = {
	"阿薩語",
	56620,
	"cus-sou",
	"Latn",
}

-- "aat" IS TREATED AS "sq", SEE WT:LT

m["aau"] = {
	"阿包語",
	3073568,
	"paa-spk",
	"Latn",
}

m["aaw"] = {
	"索隆語",
	7558834,
	"poz-ocw",
	"Latn",
}

m["aax"] = {
	"曼多波阿塔斯語",
	12636156,
	"ngf",
	"Latn",
}

m["aaz"] = {
	"阿馬拉斯語",
	4740192,
	"poz-tim",
	"Latn",
}

m["aba"] = {
	"阿貝語",
	34833,
	"alv-lag",
	"Latn",
}

m["abb"] = {
	"班孔語",
	34860,
	"bnt-bsa",
	"Latn",
}

m["abc"] = {
	"安巴拉埃塔語",
	3448896,
	"phi",
	"Latn",
}

m["abd"] = {
	"北甘馬粦阿埃塔語",
	3399682,
	"phi",
	"Latn",
}

m["abe"] = {
	"阿貝納基語",
	17502788,
	"alg-abp",
	"Latn",
}

m["abf"] = {
	"河邊阿拜語",
	4663287,
	"poz-san",
	"Latn",
}

m["abg"] = {
	"阿巴加語",
	3507954,
	"paa-kag",
	"Latn",
}

m["abh"] = {
	"塔吉克阿拉伯語",
	56833,
	"sem-arb",
	"Arab",
	entry_name = "ar-entryname",
}

m["abi"] = {
	"阿比吉語",
	34781,
	"alv-lag",
	"Latn",
}

m["abj"] = {
	"阿卡-貝阿語",
	2356391,
	"qfa-ads",
	"Latn",
}

m["abl"] = {
	"尼奧-楠榜語",
	49215,
	"poz-lgx",
	"Latn",
}

m["abm"] = {
	"亞班永語",
	7502,
	"nic-eko",
	"Latn",
}

m["abn"] = {
	"阿布亞語",
	34835,
	"nic-cde",
	"Latn",
}

m["abo"] = {
	"阿邦語",
	35121,
	"nic-tvn",
	"Latn",
}

m["abp"] = {
	"亞本連埃塔語",
	3436621,
	"phi",
	"Latn",
}

m["abq"] = {
	"阿巴扎語",
	27567,
	"cau-abz",
	"Cyrl, Latn",
	translit = {Cyrl = "abq-translit"},
	override_translit = true,
	display_text = {Cyrl = s["cau-Cyrl-displaytext"]},
	entry_name = {
		Cyrl = s["cau-Cyrl-entryname"],
		Latn = s["cau-Latn-entryname"],
	},
	sort_key = {
		Cyrl = {
			from = {
				"гъв", "гъь", "гӏв", "джв", "джь", "къв", "къь", "кӏв", "кӏь", "хъв", "хӏв", "чӏв", -- 3 chars
				"гв", "гъ", "гь", "гӏ", "дж", "дз", "ё", "жв", "жь", "кв", "къ", "кь", "кӏ", "ль", "лӏ", "пӏ", "тл", "тш", "тӏ", "фӏ", "хв", "хъ", "хь", "хӏ", "цӏ", "чв", "чӏ", "шв", "шӏ" -- 2 chars
			},
			to = {
				"г" .. p[3], "г" .. p[4], "г" .. p[7], "д" .. p[2], "д" .. p[3], "к" .. p[3], "к" .. p[4], "к" .. p[7], "к" .. p[8], "х" .. p[3], "х" .. p[6], "ч" .. p[3],
				"г" .. p[1], "г" .. p[2], "г" .. p[5], "г" .. p[6], "д" .. p[1], "д" .. p[4], "е" .. p[1], "ж" .. p[1], "ж" .. p[2], "к" .. p[1], "к" .. p[2], "к" .. p[5], "к" .. p[6], "л" .. p[1], "л" .. p[2], "п" .. p[1], "т" .. p[1], "т" .. p[2], "т" .. p[3], "ф" .. p[1], "х" .. p[1], "х" .. p[2], "х" .. p[4], "х" .. p[5], "ц" .. p[1], "ч" .. p[1], "ч" .. p[2], "ш" .. p[1], "ш" .. p[2]
			}
		},
	},
}

m["abr"] = {
	"阿布龍語",
	34831,
	"alv-ctn",
	"Latn",
	ancestors = "ak",
}

m["abs"] = {
	"安汶馬來語",
	3124354,
	"crp",
	"Latn",
	ancestors = "ms",
}

m["abt"] = {
	"安布拉斯語",
	3508015,
	"paa-spk",
	"Latn",
}

m["abu"] = {
	"阿布勒語",
	34767,
	"alv-ptn",
	"Latn",
}

m["abv"] = {
	"巴林阿拉伯語",
	56576,
	"sem-arb",
	"Arab",
	entry_name = "ar-entryname",
}

m["abw"] = {
	"帕爾語",
	7126121,
	"ngf-mad",
	"Latn",
}

m["abx"] = {
	"阿巴克農語",
	2820163,
	"poz-sbj",
	"Latn",
}

m["aby"] = {
	"阿比亞語",
	3508107,
	"ngf",
	"Latn",
}

m["abz"] = {
	"阿布伊語",
	2822110,
	"qfa-tap",
	"Latn",
}

m["aca"] = {
	"阿查瓜語",
	2822982,
	"awd",
	"Latn",
}

m["acb"] = {
	"安卡語",
	11130787,
	"nic-mom",
	"Latn",
}

m["acd"] = {
	"吉基奧德語",
	35256,
	"alv-gng",
	"Latn",
}

m["ace"] = {
	"亞齊語",
	27683,
	"cmc",
	"Latn, ms-Arab",
	standardChars = {
		Latn = "AaBbCcDdEeÉéÈèËëFfGgHhIiJjKkLlMmNnOoÔôÖöPpQqRrSsTtUuVvWwXxYyZz", -- current orthography (not yet add Arab)
		c.punc
	},
}

m["ach"] = {
	"阿喬利語",
	34926,
	"sdv-los",
	"Latn",
}

m["aci"] = {
	"阿卡-卡里語",
	2670418,
	"qfa-adn",
	"Latn",
}

m["ack"] = {
	"阿卡-科拉語",
	3433680,
	"qfa-adn",
	"Latn",
}

m["acl"] = {
	"阿卡爾-巴萊語",
	3436825,
	"qfa-ads",
	"Latn",
}

m["acm"] = {
	"美索不達米亞阿拉伯語",
	56232,
	"sem-arb",
	"Arab",
	entry_name = "ar-entryname",
}

m["acn"] = {
	"阿昌語",
	56582,
	"tbq-brm",
	"Latn",
}

m["acp"] = {
	"東阿奇帕語",
	5329945,
	"nic-kmk",
	"Latn",
}

m["acr"] = {
	"阿契語",
	34774,
	"myn",
	"Latn",
}

m["acs"] = {
	"阿克羅語",
	2829146,
	"sai-cje",
	"Latn",
}

m["acu"] = {
	"阿丘亞爾語",
	2823170,
	"sai-jiv",
	"Latn",
}

m["acv"] = {
	"阿喬馬維語",
	56661,
	"nai-pal",
	"Latn",
}

m["acw"] = {
	"漢志阿拉伯語",
	56608,
	"sem-arb",
	"Arab",
	entry_name = "ar-entryname",
}

m["acx"] = {
	"阿曼阿拉伯語",
	56630,
	"sem-arb",
	"Arab",
	entry_name = "ar-entryname",
}

m["acy"] = {
	"塞浦路斯阿拉伯語",
	56416,
	"sem-arb",
	"Latn,Grek",
	ancestors = "acm",
	standardChars = {
		Latn = "AaBbCcDdΔδEeFfGgĠġĊċIiJjKkLlMmNnOoPpΘθRrSsTtUuVvWwXxYyZzŞş",
		c.punc
	},
	entry_name = {remove_diacritics = c.grave .. c.acute .. c.breve},
}

m["acz"] = {
	"阿克隆語",
	34769,
	"alv-tal",
	"Latn",
}

m["ada"] = {
	"阿當梅語",
	35141,
	"alv-gda",
	"Latn",
}

m["adb"] = { -- rename or remove, see RFM
	"阿達貝語",
	36872,
	nil,
	"Latn",
}

m["add"] = {
	"左迪那語",
	35266,
	"nic-nka",
	"Latn",
}

m["ade"] = {
	"阿德勒語",
	27740,
	"alv-ntg",
	"Latn",
}

m["adf"] = {
	"多法爾阿拉伯語",
	56565,
	"sem-arb",
	"Arab",
	entry_name = "ar-entryname",
}

m["adg"] = {
	"安德格雷賓哈語",
	3508123,
	"aus-pam",
	"Latn",
}

m["adh"] = {
	"阿多拉語",
	1971400,
	"sdv-los",
	"Latn",
}

m["adi"] = {
	"阿迪語",
	56440,
	"sit-tan",
	"Latn",
}

m["adj"] = {
	"阿迪烏克魯語",
	34738,
	"alv-lag",
	"Latn",
}

m["adl"] = {
	"迦龍語",
	2857892,
	"sit-tan",
	"Latn",
}

m["adn"] = {
	"阿當語",
	3398276,
	"qfa-tap",
	"Latn",
}

m["ado"] = {
	"阿布語",
	56659,
	"paa-ram",
	"Latn",
}

m["adp"] = {
	"Adap",
	3512402,
	"sit-tib",
	"Tibt",
	ancestors = "dz",
	translit = "Tibt-translit",
	override_translit = true,
	display_text = s["Tibt-displaytext"],
	entry_name = s["Tibt-entryname"],
	sort_key = "Tibt-sortkey",
	wikipedia_article = "宗喀語",		-- Considered a dialect of Dzongkha
}

m["adq"] = {
	"阿丹格貝語",
	34730,
	"alv-gda",
	"Latn",
	ancestors = "ada",
}

m["adr"] = {
	"阿多納拉語",
	4684505,
	"poz-cet",
	"Latn",
}

m["ads"] = {
	"阿達莫羅貝手語",
	27709,
	"sgn",
	"Latn", -- when documented
}

m["adt"] = {
	"阿德尼亞馬塔納語",
	2225391,
	"aus-psw",
	"Latn",
}

m["adu"] = {
	"Aduge",
	34734,
	"alv-nwd",
	"Latn",
	ancestors = "opa",
	wikipedia_article = "Okpamheri language",
}

m["adw"] = {
	"阿孟搭瓦語",
	12626847,
	"tup-gua",
	"Latn",
}

m["ady"] = {
	"阿迪格語",
	27776,
	"cau-cir",
	"Cyrl, Latn, Arab",
	translit = {
		Cyrl = "cau-cir-translit",
		Arab = "ar-translit",
	},
	override_translit = true,
	display_text = {Cyrl = s["cau-Cyrl-displaytext"]},
	entry_name = {
		Cyrl = s["cau-Cyrl-entryname"],
		Latn = s["cau-Latn-entryname"],
	},
	sort_key = {
		Cyrl = {
			from = {
				"кхъу", "къӏу", -- 4 chars
				"гъу", "джу", "дзу", "жъу", "къу", "кхъ", "къӏ", "кӏу", "кӏь", "лъу", "лӏу", "пӏу", "сӏу", "тӏу", "фӏу", "хъу", "цӏу", "чъу", "чӏу", "шъу", "шӏу", "щӏу", -- 3 chars
				"гу", "гъ", "гь", "дж", "дз", "ё", "жъ", "жь", "ку", "къ", "кь", "кӏ", "лъ", "ль", "лӏ", "пӏ", "сӏ", "тӏ", "фӏ", "ху", "хъ", "хь", "цу", "цӏ", "чу", "чъ", "чӏ", "шъ", "шӏ", "щӏ", "ӏу", "ӏь" -- 2 chars
			},
			to = {
				"к" .. p[5], "к" .. p[7],
				"г" .. p[3], "д" .. p[2], "д" .. p[4], "ж" .. p[2], "к" .. p[3], "к" .. p[4], "к" .. p[6], "к" .. p[10], "к" .. p[11], "л" .. p[2], "л" .. p[5], "п" .. p[2], "с" .. p[2], "т" .. p[2], "ф" .. p[2], "х" .. p[3], "ц" .. p[3], "ч" .. p[3], "ч" .. p[5], "ш" .. p[2], "ш" .. p[4], "щ" .. p[2],
				"г" .. p[1], "г" .. p[2], "г" .. p[4], "д" .. p[1], "д" .. p[3], "е" .. p[1], "ж" .. p[1], "ж" .. p[3], "к" .. p[1], "к" .. p[2], "к" .. p[8], "к" .. p[9], "л" .. p[1], "л" .. p[3], "л" .. p[4], "п" .. p[1], "с" .. p[1], "т" .. p[1], "ф" .. p[1], "х" .. p[1], "х" .. p[2], "х" .. p[4], "ц" .. p[1], "ц" .. p[2], "ч" .. p[1], "ч" .. p[2], "ч" .. p[4], "ш" .. p[1], "ш" .. p[3], "щ" .. p[1], "ӏ" .. p[1], "ӏ" .. p[2]
			}
		},
	},
}

m["adz"] = {
	"阿哲拉語",
	nil,
	"poz-ocw",
	"Latn",
}

m["aea"] = {
	"阿雷巴語",
	3509129,
	"aus-pam",
	"Latn",
}

m["aeb"] = {
	"突尼斯阿拉伯語",
	56240,
	"sem-arb",
	"Arab",
	entry_name = "ar-entryname",
}

m["aed"] = {
	"阿根廷手語",
	3322073,
	"sgn",
	"Latn", -- when documented
}

m["aee"] = {
	"東北帕沙伊語",
	12642198,
	"inc-pas",
	"fa-Arab, Latn",
}

m["aek"] = {
	"哈克語",
	5638166,
	"poz-cln",
	"Latn",
}

m["ael"] = {
	"安貝萊語",
	34818,
	"nic-grf",
	"Latn",
}

m["aem"] = {
	"阿楞語",
	3507920,
	"mkh-vie",
	"Latn",
}

m["aen"] = {
	"亞美尼亞手語",
	3446604,
	"sgn",
}

m["aeq"] = {
	"埃爾語",
	3246741,
	"inc-wes",
	"Arab",
}

m["aer"] = {
	"東阿蘭達語",
	10728232,
	"aus-pam",
	"Latn",
}

m["aes"] = {
	"阿爾塞亞語",
	2395641,
	nil,
	"Latn",
}

m["aeu"] = {
	"阿克語",
	4700657,
	"tbq-sil",
	"Latn",
}

m["aew"] = {
	"安巴基齊語",
	56642,
	"paa-ram",
	"Latn",
}

m["aey"] = {
	"阿梅勒語",
	3508025,
	"ngf-mad",
	"Latn",
}

m["aez"] = {
	"埃卡語",
	16110528,
	"ngf",
	"Latn",
	wikipedia_article = "Orokaiva language", -- subvariety?
}

m["afb"] = {
	"海灣阿拉伯語",
	56385,
	"sem-arb",
	"Arab",
	entry_name = "ar-entryname",
}

m["afd"] = {
	"Andai",
	4753480,
	"paa-arf",
	"Latn",
}

m["afe"] = {
	"普圖瓦姆語",
	3914930,
	"nic-ben",
	"Latn",
}

m["afg"] = {
	"阿富汗手語",
	4689093,
	"sgn",
}

m["afh"] = {
	"阿弗里希利語",
	384707,
	"art",
	"Latn",
	type = "appendix-constructed",
}

m["afi"] = {
	"Akrukay",
	57003,
	"paa-ram",
	"Latn",
}

m["afk"] = {
	"納努拜語",
	6964416,
	"paa-arf",
	"Latn",
}

m["afn"] = {
	"德法卡語",
	35174,
	"nic",
	"Latn",
}

m["afo"] = {
	"埃羅伊語",
	3914066,
	"nic-plt",
	"Latn",
}

m["afp"] = {
	"塔佩語",
	16887371,
	"paa-arf",
	"Latn",
}

m["afs"] = {
	"非洲塞米諾爾克爾奧爾語",
	27867,
	"crp",
	"Latn",
	ancestors = "en",
}

m["aft"] = {
	"阿菲蒂語",
	3400829,
	"sdv-nyi",
	"Latn",
}

m["afu"] = {
	"阿伍圖語",
	34847,
	"alv-gng",
	"Latn",
}

m["afz"] = {
	"奧博奎泰語",
	7075258,
	"paa-lkp",
	"Latn",
}

m["aga"] = {
	"阿瓜諾語",
	3331203,
	nil,
	"Latn",
}

m["agb"] = {
	"萊博語",
	35584,
	"nic-uce",
	"Latn",
}

m["agc"] = {
	"阿加圖語",
	34732,
	"alv-ido",
	"Latn",
}

m["agd"] = {
	"阿加拉比語",
	3399642,
	"paa-kag",
	"Latn",
}

m["age"] = {
	"安加爾語",
	10951553,
	"paa-eng",
	"Latn",
}

m["agf"] = {
	"阿爾古尼語",
	12473346,
	"poz-cet",
	"Latn",
}

m["agg"] = {
	"安戈爾語",
	3508100,
	"paa",
	"Latn",
}

m["agh"] = {
	"恩格利馬語",
	7022266,
	"bnt-bta",
	"Latn",
}

m["agi"] = {
	"阿加里亞語",
	663586,
	"mun",
	"Deva",
}

m["agj"] = {
	"阿爾戈巴語",
	29292,
	"sem-eth",
	"Ethi",
}

m["agk"] = {
	"伊薩羅格阿埃塔語",
	6078982,
	"phi",
	"Latn",
}

m["agl"] = {
	"芬貝語",
	372927,
	"ngf",
	"Latn",
}

m["agm"] = {
	"安加塔哈語",
	3508001,
	"ngf",
	"Latn",
}

m["agn"] = {
	"阿古塔農語",
	3399717,
	"phi-kal",
	"Latn",
}

m["ago"] = {
	"泰奈語",
	7676186,
	"ngf",
	"Latn",
}

m["agq"] = {
	"亞罕語",
	34737,
	"nic-rnw",
	"Latn",
}

m["agr"] = {
	"阿瓜魯那語",
	1526530,
	"sai-jiv",
	"Latn",
}

m["ags"] = {
	"埃辛比語",
	35260,
	"nic-bds",
	"Latn",
}

m["agt"] = {
	"中卡加延阿埃塔語",
	5017296,
	"phi",
	"Latn",
}

m["agu"] = {
	"阿瓜卡特卡語",
	35091,
	"myn",
	"Latn",
}

m["agv"] = {
	"雷蒙達道阿埃塔語",
	3508085,
	"phi",
	"Latn",
}

m["agw"] = {
	"卡華語",
	3191906,
	"poz-sls",
	"Latn",
}

m["agx"] = {
	"阿古爾語",
	36498,
	"cau-esm",
	"Cyrl",
	translit = "cau-nec-translit",
	override_translit = true,
	display_text = {Cyrl = s["cau-Cyrl-displaytext"]},
	entry_name = {Cyrl = s["cau-Cyrl-entryname"]},
	sort_key = {
		from = {"аь", "гъ", "гь", "гӏ", "дж", "ё", "къ", "кь", "кӏ", "оь", "пӏ", "тӏ", "уь", "хъ", "хь", "хӏ", "цӏ", "чӏ"},
		to = {"а" .. p[1], "г" .. p[1], "г" .. p[2], "г" .. p[3], "д" .. p[1], "е" .. p[1], "к" .. p[1], "к" .. p[2], "к" .. p[3], "о" .. p[1], "п" .. p[1], "т" .. p[1], "у" .. p[1], "х" .. p[1], "х" .. p[2], "х" .. p[3], "ц" .. p[1], "ч" .. p[1]}
	},
}

m["agy"] = {
	"南阿爾塔語",
	7569611,
	"phi",
	"Latn",
}

m["agz"] = {
	"伊里加山阿埃塔語",
	6921432,
	"phi",
	"Latn",
}

m["aha"] = {
	"阿漢塔語",
	34729,
	"alv-ctn",
	"Latn",
}

m["ahb"] = {
	"阿漢布語",
	2874710,
	"poz-vnc",
	"Latn",
}

m["ahg"] = {
	"蓋曼特語",
	35663,
	"cus-cen",
	"Latn",
}

m["ahh"] = {
	"阿古語",
	3436645,
	"ngf",
	"Latn",
}

m["ahi"] = {
	"蒂亞巴語",
	3400073,
	"kro-aiz",
	"Latn",
}

m["ahk"] = {
	"阿卡語",
	56643,
	"tbq-han",
	"Latn, Mymr, Thai",
	sort_key = {
		Thai = {
			from = {"[%pๆ]", "[็-๎]", "([เแโใไ])([ก-ฮ])"},
			to = {"", "", "%2%1"}
		},
	},
}

m["ahl"] = {
	"伊戈語",
	35412,
	"alv-ktg",
	"Latn",
}

m["ahm"] = {
	"莫布語",
	35967,
	"kro-aiz",
	"Latn",
}

m["ahn"] = {
	"阿翰語",
	34723,
	"alv-aah",
	"Latn",
}

m["aho"] = {
	"阿洪姆語",
	34778,
	"tai-swe",
	"Ahom",
	translit = "Ahom-translit",
}

m["ahp"] = {
	"阿普羅語",
	34810,
	"alv-kwa",
	"Latn",
}

m["ahr"] = {
	"阿希拉尼語",
	15549890,
	"inc-wes",
	"Deva",
	translit = "mr-translit",
}

m["ahs"] = {
	"艾西語",
	34823,
	"nic-plc",
	"Latn",
}

m["aht"] = {
	"阿特納語",
	21058,
	"ath-nor",
	"Latn",
}

m["aia"] = {
	"阿羅西語",
	2863483,
	"poz-sls",
	"Latn",
}

m["aib"] = {
	"艾努語",
	27927,
	"trk-kar",
	"Arab, Latn",
}

m["aic"] = {
	"安拜語",
	3332149,
	"paa-brd",
	"Latn",
}

m["aid"] = {
	"阿爾吉特語",
	3279409,
	"aus-pmn",
	"Latn",
}

m["aie"] = {
	"阿馬拉語",
	2841180,
	"poz-ocw",
	"Latn",
}

m["aif"] = {
	"阿吉語",
	3331491,
	"qfa-tor",
	"Latn",
}

m["aig"] = {
	"安提瓜和巴布達克里奧爾英語",
	3244184,
	"crp",
	"Latn",
	ancestors = "en",
}

m["aih"] = {
	"錦語",
	2827749,
	"qfa-kms",
	"Latn, Hani",
	sort_key = {Hani = "Hani-sortkey"},
}

m["aii"] = {
	"亞述新亞拉姆語",
	29440,
	"sem-nna",
	"Syrc",
	translit = "aii-translit",
	entry_name = "Syrc-entryname",
}

m["aij"] = {
	"埃爾比勒猶太新阿拉姆語",
	3436467,
	"sem-nna",
	"Hebr",
}

m["aik"] = {
	"阿克語",
	34808,
	"nic-pls",
	"Latn",
}

m["ail"] = {
	"埃梅勒語",
	3327418,
	"ngf",
	"Latn",
}

m["aim"] = {
	"艾莫爾語",
	4697175,
	"tbq-kuk",
	"Latn, Beng",
}

m["ain"] = {
	"阿伊努語",
	27969,
	"qfa-iso",
	"Kana, Latn, Cyrl",
	sort_key = {Kana = "Kana-sortkey"},
}

m["aio"] = {
	"艾通語",
	3399725,
	"tai-swe",
	"Mymr",
	translit = "aio-phk-translit",
	entry_name = {remove_diacritics = c.VS01},
}

m["aip"] = {
	"布魯馬科語",
	5000984,
	"ngf-okk",
	"Latn",
}

m["air"] = {
	"埃羅蘭語",
	3321131,
	"paa-tkw",
	"Latn",
}

m["ait"] = {
	"阿里肯語",
	3446679,
	"tup",
	"Latn",
}

m["aiw"] = {
	"阿里語",
	7495,
	"omv-aro",
	"Latn",
}

m["aix"] = {
	"艾貢語",
	3504287,
	"poz-ocw",
	"Latn",
}

m["aiy"] = {
	"阿利語",
	34814,
	"alv-gbf",
	"Latn",
}

m["aja"] = {
	"阿扎語 (尼羅-撒哈拉語系)",
	3237491,
	"csu-bkr",
	"Latn",
}

m["ajg"] = {
	"阿扎語 (尼日爾-剛果語系)",
	35035,
	"alv-gbe",
	"Latn",
}

m["aji"] = {
	"阿日厄語",
	2828867,
	"poz-cln",
	"Latn",
}

m["ajn"] = {
	"Andajin",
	16111302,
	"aus-wor",
	"Latn",
}

m["ajp"] = {
	"南黎凡特阿拉伯語",
	nil,
	"sem-arb",
	"Arab",
	entry_name = "ar-entryname",
}

m["ajw"] = {
	"阿賈瓦語",
	56645,
	"cdc-wst",
	"Latn",
}

m["ajz"] = {
	"Amri Karbi",
	3508092,
	"tbq-kuk",
	"Latn",
	ancestors = "mjw",
}

m["akb"] = {
	"昂科拉巴塔克語",
	2640686,
	"btk",
	"Latn, Batk",
}

m["akc"] = {
	"姆普爾語",
	3327139,
	"paa-wpa",
	"Latn",
}

m["akd"] = {
	"Ukpet-Ehom",
	36618,
	"nic-ucr",
	"Latn",
}

m["ake"] = {
	"阿卡沃約語",
	28059,
	"sai-pem",
	"Latn",
}

m["akf"] = {
	"Akpa",
	34801,
	"alv-ido",
	"Latn",
}

m["akg"] = {
	"阿納卡朗古語",
	4750964,
	"poz-cet",
	"Latn",
}

m["akh"] = {
	"西安加爾語",
	10950354,
	"paa-eng",
	"Latn",
}

m["aki"] = {
	"Aiome",
	56735,
	"paa",
	"Latn",
}

m["akj"] = {
	"Jeru",
	2919121,
	"qfa-adn",
	"Latn, Deva",
}

m["akk"] = {
	"阿卡德語",
	35518,
	"sem-eas",
	"Xsux, Latn",
}

m["akl"] = {
	"阿克蘭語",
	8773,
	"phi",
	"Latn",
}

m["akm"] = {
	"阿卡-博語",
	35361,
	"qfa-adn",
	"Latn",
}

m["ako"] = {
	"Akurio",
	56650,
	"sai-tar",
	"Latn",
}

m["akp"] = {
	"西伍語",
	36470,
	"alv-ntg",
	"Latn",
}

m["akq"] = {
	"Ak",
	56654,
	"paa",
	"Latn",
}

m["akr"] = {
	"阿拉基語",
	2699882,
	"poz-vnc",
	"Latn",
}

m["aks"] = {
	"阿卡舍蘭語",
	34817,
	"nic-grm",
	"Latn",
}

m["akt"] = {
	"阿科勒特語",
	3330162,
	"poz-ocw",
	"Latn",
}

m["aku"] = {
	"阿庫姆語",
	34799,
	"nic-ykb",
	"Latn",
}

m["akv"] = {
	"阿赫瓦赫語",
	56423,
	"cau-and",
	"Cyrl",
	translit = "cau-nec-translit",
	override_translit = true,
	display_text = {Cyrl = s["cau-Cyrl-displaytext"]},
	entry_name = {Cyrl = s["cau-Cyrl-entryname"]},
}

m["akw"] = {
	"阿夸語",
	34802,
	"bnt-mbo",
	"Latn",
}

m["akx"] = {
	"阿卡-科德語",
	3436816,
	"qfa-adc",
	"Latn",
}

m["aky"] = {
	"阿卡-科爾語",
	3436784,
	"qfa-adc",
	"Latn",
}

m["akz"] = {
	"亞拉巴馬語",
	1815020,
	"nai-mus",
	"Latn",
}

m["ala"] = {
	"阿拉戈語",
	34813,
	"alv-ido",
	"Latn",
}

m["alc"] = {
	"卡瓦斯卡爾語",
	56544,
	"aqa",
	"Latn",
}

m["ald"] = {
	"阿拉迪安",
	34837,
	"alv-lag",
	"Latn",
}

m["ale"] = {
	"阿留申語",
	27210,
	"esx",
	"Latn",
}

m["alf"] = {
	"阿萊格語",
	34815,
	"nic-ben",
	"Latn",
}

m["alh"] = {
	"阿拉瓦語",
	2147917,
	"aus-gun",
	"Latn",
}

m["ali"] = {
	"阿邁蒙語",
	3327427,
	"ngf-mad",
	"Latn",
}

m["alj"] = {
	"阿蘭岡語",
	3327423,
	"phi",
	"Latn",
}

m["alk"] = {
	"阿拉克語",
	2714690,
	"mkh",
	"Latn",
}

m["all"] = {
	"阿拉爾語",
	3393634,
	"dra-mal",
	"Mlym",
}

-- "aln" IS TREATED AS "sq", SEE WT:LT

m["alm"] = {
	"安布隆語",
	11022615,
	"poz-vnc",
	"Latn",
}

m["alo"] = {
	"瓦卡西胡語",
	3217929,
	"poz-cma",
	"Latn",
}

m["alp"] = {
	"阿魯尼語",
	3327367,
	"poz-cet",
	"Latn",
}

m["alq"] = {
	"阿爾岡昆語",
	28092,
	"alg",
	"Latn",
	ancestors = "oj",
}

m["alr"] = {
	"阿留特語",
	28213,
	"qfa-ckn",
	"Cyrl",
	entry_name = {
		from = {"['’]"},
		to = {"ʼ"}
	},
	sort_key = {
		from = {"вʼ", "гʼ", "ғ", "ә", "ё", "ӄ", "ӈ"},
		to = {"в" .. p[1], "г" .. p[1], "г" .. p[2], "е" .. p[1], "е" .. p[2], "к" .. p[1], "н" .. p[1]}
	},
}

m["alt"] = {
	"南阿爾泰語",
	1991779,
	"trk-kkp",
	"Cyrl",
	translit = "Altai-translit",
	sort_key = {
		from = {"ј", "ё", "ҥ", "ӧ", "ӱ"},
		to = {"д" .. p[1], "е" .. p[1], "н" .. p[1], "о" .. p[1], "у" .. p[1]}
	},
}

m["alu"] = {
	"阿雷阿雷語",
	5160,
	"poz-sls",
	"Latn",
}

m["alw"] = {
	"阿拉巴語",
	56652,
	"cus-hec",
	"Latn",
}

m["alx"] = {
	"阿摩爾語",
	3504260,
	"qfa-tor",
	"Latn",
}

m["aly"] = {
	"阿利亞瓦拉語",
	3327389,
	"aus-pam",
	"Latn",
}

m["alz"] = {
	"阿盧爾語",
	56507,
	"sdv-los",
	"Latn",
}

m["ama"] = {
	"阿馬那也語",
	3508053,
	"tup-gua",
	"Latn",
}

m["amb"] = {
	"安寶語",
	3450142,
	"nic-tvn",
	"Latn",
}

m["amc"] = {
	"阿馬華卡語",
	2669150,
	"sai-pan",
	"Latn",
}

m["ame"] = {
	"阿梅薩語'",
	3088540,
	"awd",
	"Latn",
}

m["amf"] = {
	"哈馬爾-班納語",
	35764,
	"omv-aro",
	"Latn",
}

m["amg"] = {
	"阿穆爾達克語",
	3360016,
	"aus-wdj",
	"Latn",
}

m["ami"] = {
	"阿美語",
	35132,
	"map",
	"Latn",
}

m["amj"] = {
	"安當語",
	28335,
	"ssa-fur",
	"Latn",
}

m["amk"] = {
	"安拜語",
	1875885,
	"poz-hce",
	"Latn",
}

m["aml"] = {
	"瓦爾-賈因蒂亞語",
	56321,
	"aav-khs",
	"Latn",
}

m["amm"] = {
	"阿瑪語",
	3446626,
	"qfa-mal",
	"Latn",
}

m["amn"] = {
	"阿瑪納卜語",
	3327399,
	"paa-brd",
	"Latn",
}

m["amo"] = {
	"阿毛語",
	34826,
	"nic-kne",
	"Latn",
}

m["amp"] = {
	"阿蘭布拉克語",
	56688,
	"paa",
	"Latn",
}

m["amq"] = {
	"阿馬哈伊語",
	3327384,
	"poz-cma",
	"Latn",
}

m["amr"] = {
	"阿馬拉凱里語",
	35128,
	"sai-har",
	"Latn",
}

m["ams"] = {
	"南奄美大島語",
	2840986,
	"jpx-ryu",
	"Jpan",
	translit = s["Jpan-translit"],
	sort_key = s["Jpan-sortkey"],
}

m["amt"] = {
	"安托語",
	56517,
	"paa-asa",
	"Latn",
}

m["amu"] = {
	"格雷羅阿穆茲戈語",
	3501942,
	"omq",
	"Latn",
}

m["amv"] = {
	"安貝勞語",
	2669214,
	"poz-cma",
	"Latn",
}

m["amw"] = {
	"西現代亞拉姆語",
	34226,
	"sem-arw",
	"Armi, Syrc, Latn",
	entry_name = {Syrc = "Syrc-entryname"},
}

m["amx"] = {
	"亞馬他拉語",
	10412317,
	"aus-pam",
	"Latn",
}

m["amy"] = {
	"阿米語",
	12626835,
	"aus-dal",
	"Latn",
}

m["amz"] = {
	"阿坦帕雅語",
	3446651,
	"aus-pam",
	"Latn",
}

m["ana"] = {
	"安達基語",
	2846078,
	nil,
	"Latn",
}

m["anb"] = {
	"安多亞語",
	2846171,
	"sai-zap",
	"Latn",
}

m["anc"] = {
	"恩加斯語",
	35999,
	"cdc-wst",
	"Latn",
}

m["and"] = {
	"安蘇斯語",
	3513300,
	"poz-hce",
	"Latn",
}

m["ane"] = {
	"哈拉楚語",
	3571097,
	"poz-cln",
	"Latn",
}

m["anf"] = {
	"阿尼美勒語",
	34783,
	"alv-ktg",
	"Latn",
}

m["ang"] = {
	"古英語",
	42365,
	"gmw-ang",
	"Latn, Runr",
	translit = {Runr = "Runr-translit"},
	entry_name = {
		Latn = {
			remove_diacritics = c.acute .. c.macron .. c.dotabove,
			from = {"Ƿ", "ƿ"},
			to = {"W", "w"}
		},
	},
	sort_key = {
		Latn = {
			from = {"æ", "ð", "þ", "ƿ"},
			to = {"ae", "t" .. p[1], "t" .. p[2], "w" .. p[1]}
		},
	},
}

m["anh"] = {
	"Nend",
	6991554,
	"ngf-mad",
	"Latn",
}

m["ani"] = {
	"安迪語",
	34849,
	"cau-and",
	"Cyrl",
	translit = "cau-nec-translit",
	override_translit = true,
	display_text = {Cyrl = s["cau-Cyrl-displaytext"]},
	entry_name = {Cyrl = s["cau-Cyrl-entryname"]},
}

m["anj"] = {
	"Anor",
	56458,
	"paa",
	"Latn",
}

m["ank"] = {
	"戈厄邁語",
	35272,
	"cdc-wst",
	"Latn",
}

m["anl"] = {
	"赫孔索語",
	4777679,
	"sit-mru",
	"Latn",
}

m["anm"] = {
	"阿納爾語",
	56235,
	"tbq-kuk",
	"Latn",
}

m["ann"] = {
	"奧博羅語",
	36614,
	"nic-lcr",
	"Latn",
}

m["ano"] = {
	"安多克語",
	2669225,
	"qfa-iso",
	"Latn",
}

m["anp"] = {
	"昂加語",
	28378,
	"inc-eas",
	"Deva",
	ancestors = "bh",
}

m["anq"] = {
	"加洛瓦語",
	2475526,
	"qfa-ong",
	"Latn",
}

m["anr"] = {
	"安德赫語",
	4754314,
	"inc-sou",
	"Deva",
}

m["ans"] = {
	"安塞爾馬語",
	3446613,
	"sai-chc",
	"Latn",
}

m["ant"] = {
	"安塔卡林亞語",
	921304,
	"aus-psw",
	"Latn",
}

m["anu"] = {
	"阿努亞克語",
	56677,
	"sdv-lon",
	"Latn",
}

m["anv"] = {
	"登雅語",
	35187,
	"nic-mam",
	"Latn",
}

m["anw"] = {
	"阿納昂語",
	2845320,
	"nic-ief",
	"Latn",
}

m["anx"] = {
	"安德拉-胡斯語",
	2846195,
	"poz-aay",
	"Latn",
}

m["any"] = {
	"安伊語",
	28395,
	"alv-ctn",
	"Latn",
}

m["anz"] = {
	"阿內姆語",
	56512,
	"paa",
	"Latn",
}

m["aoa"] = {
	"安哥拉克里奧爾語",
	34994,
	"crp",
	"Latn",
	ancestors = "pt",
}

m["aob"] = {
	"阿博姆語",
	3446647,
	"ngf",
	"Latn",
}

m["aoc"] = {
	"佩蒙語",
	10729616,
	"sai-pem",
	"Latn",
}

m["aod"] = {
	"安達魯姆語",
	3507888,
	"paa",
	"Latn",
}

m["aoe"] = {
	"南安加爾語",
	10951638,
	"paa-eng",
	"Latn",
}

m["aof"] = {
	"布拉加特語",
	3507977,
	"qfa-tor",
	"Latn",
}

m["aog"] = {
	"安哥拉姆語",
	56366, -- cf 6754745 for merged dialect
	"paa-lsp",
	"Latn",
}

m["aoi"] = {
	"阿寧迪爾雅夸語",
	2714654,
	"aus-arn",
	"Latn",
}

m["aoj"] = {
	"穆菲安語",
	3507881,
	"qfa-tor",
	"Latn",
}

m["aok"] = {
	"阿霍語",
	4790086,
	"poz-cln",
	"Latn",
}

m["aol"] = {
	"阿羅爾語",
	3332062,
	"poz",
	"Latn",
}

m["aom"] = {
	"奧米語",
	8078975,
	"ngf",
	"Latn",
}

m["aon"] = {
	"Bumbita Arapesh",
	3508044,
	"qfa-tor",
	"Latn",
}

m["aor"] = {
	"Aore",
	12627129,
	"poz-vnc",
	"Latn",
}

m["aos"] = {
	"泰卡特語",
	7676018,
	"paa-brd",
	"Latn",
}

m["aot"] = {
	"阿通語 (印度)",
	5646,
	"tbq-bdg",
	"Latn, Beng",
}

m["aou"] = {
	"阿歐語",
	16109994,
	"qfa-gel",
	"Latn", -- also Hani?
}

m["aox"] = {
	"阿托拉達語",
	3507932,
	"awd",
	"Latn",
}

m["aoz"] = {
	"瓦布梅托語",
	3441962,
	"poz-tim",
	"Latn",
}

m["apb"] = {
	"薩阿語",
	36294,
	"poz-sls",
	"Latn",
}

m["apc"] = {
	"北黎凡特阿拉伯語",
	22809485,
	"sem-arb",
	"Arab",
	entry_name = "ar-entryname",
}

m["apd"] = {
	"蘇丹阿拉伯語",
	56573,
	"sem-arb",
	"Arab",
	entry_name = "ar-entryname",
}

m["ape"] = {
	"布基伊普語",
	3507895,
	"qfa-tor",
	"Latn",
}

m["apf"] = {
	"帕拉南阿埃塔語",
	7135432,
	"phi",
	"Latn",
}

m["apg"] = {
	"安帕南語",
	4748035,
	"poz",
	"Latn",
}

m["aph"] = {
	"阿特帕里亞語",
	3449126,
	"sit-kie",
	"Deva, Latn",
}

m["api"] = {
	"阿比阿尬語",
	3507941,
	"tup-gua",
	"Latn",
}

m["apj"] = {
	"希卡里亞語",
	28277,
	"apa",
	"Latn",
}

m["apk"] = {
	"平原阿帕契語",
	27861,
	"apa",
	"Latn",
}

m["apl"] = {
	"利攀語",
	28269,
	"apa",
	"Latn",
}

m["apm"] = {
	"奇里卡瓦語",
	13368,
	"apa",
	"Latn",
}

m["apn"] = {
	"阿比那也語",
	2858311,
	"sai-nje",
	"Latn",
}

m["apo"] = {
	"Ambul",
	12627135,
	"poz-ocw",
	"Latn",
}

m["app"] = {
	"阿普麻語",
	2669188,
	"poz-vnc",
	"Latn",
}

m["apq"] = {
	"普西克瓦爾語",
	28466,
	"qfa-adc",
	"Latn",
}

m["apr"] = {
	"阿羅普-羅科普科語 ",
	2863482,
	"poz-ocw",
	"Latn",
}

m["aps"] = {
	"Arop-Sissano",
	12627242,
	"poz-ocw",
	"Latn",
}

m["apt"] = {
	"阿帕塔尼語",
	56306,
	"sit-tan",
	"Latn",
}

m["apu"] = {
	"阿布日嫩語",
	2859081,
	"awd",
	"Latn",
}

m["apv"] = {
	"Alapmunte",
	16110782,
	"sai-nmk",
	"Latn",
}

m["apw"] = {
	"西阿帕契語",
	28060,
	"apa",
	"Latn",
}

m["apx"] = {
	"阿普泰語",
	12473343,
	"poz-tim",
	"Latn",
}

m["apy"] = {
	"阿帕萊語",
	2736980,
	"sai-gui",
	"Latn",
}

m["apz"] = {
	"薩菲約卡語",
	7398693,
	"ngf",
	"Latn",
}

m["aqc"] = {
	"阿奇語",
	34915,
	"cau-lzg",
	"Cyrl",
	translit = "cau-nec-translit",
	override_translit = true,
	display_text = {Cyrl = s["cau-Cyrl-displaytext"]},
	entry_name = {Cyrl = s["cau-Cyrl-entryname"]},
	sort_key = {
		from = {
			"ккъӏв", "ххьӏв", -- 5 chars
			"гъӏв", "ёоӏ", "ккъӏ", "ккъв", "къӏв", "ллъв", "ххьӏ", "хъӏв", "хьӏв", "ццӏв", "ччӏв", -- 4 chars
			"ааӏ", "гӏв", "гъӏ", "гъв", "гьв", "ееӏ", "ёӏ", "ёо", "ииӏ", "кӏв", "ккв", "ккъ", "къӏ", "къв", "кьв", "лӏв", "ллъ", "лъв", "льв", "ооӏ", "пӏв", "ппв", "ссв", "тӏв", "ттв", "ууӏ", "хӏв", "ххв", "хъӏ", "хъв", "хьӏ", "цӏв", "ццӏ", "ццв", "чӏв", "ччӏ", "ээӏ", "юуӏ", "яаӏ", -- 3 chars
			"аӏ", "аа", "гӏ", "гв", "гъ", "гь", "дв", "еӏ", "ее", "ё", "жв", "зв", "иӏ", "ии", "кӏ", "кв", "кк", "къ", "кь", "лӏ", "лв", "лъ", "ль", "оӏ", "оо", "пӏ", "пв", "пп", "св", "сс", "тӏ", "тв", "тт", "уӏ", "уу", "фв", "хӏ", "хв", "хх", "хъ", "цӏ", "цв", "цц", "чӏ", "чв", "шв", "щв", "эӏ", "ээ", "юӏ", "юу", "яӏ", "яа" -- 2 chars
		},
		to = {
			"к" .. p[8], "х" .. p[7],
			"г" .. p[6], "е" .. p[7], "к" .. p[7], "к" .. p[9], "к" .. p[12], "л" .. p[5], "х" .. p[6], "х" .. p[10], "х" .. p[13], "ц" .. p[6], "ч" .. p[5],
			"а" .. p[3], "г" .. p[2], "г" .. p[5], "г" .. p[7], "г" .. p[9], "е" .. p[3], "е" .. p[5], "е" .. p[6], "и" .. p[3], "к" .. p[2], "к" .. p[5], "к" .. p[6], "к" .. p[11], "к" .. p[13], "к" .. p[15], "л" .. p[2], "л" .. p[4], "л" .. p[7], "л" .. p[9], "о" .. p[3], "п" .. p[2], "п" .. p[5], "с" .. p[3], "т" .. p[2], "т" .. p[5], "у" .. p[3], "х" .. p[2], "х" .. p[5], "х" .. p[9], "х" .. p[11], "х" .. p[12], "ц" .. p[2], "ц" .. p[5], "ц" .. p[7], "ч" .. p[2], "ч" .. p[4], "э" .. p[3], "ю" .. p[3], "я" .. p[3],
			"а" .. p[1], "а" .. p[2], "г" .. p[1], "г" .. p[3], "г" .. p[4], "г" .. p[8], "д" .. p[1], "е" .. p[1], "е" .. p[2], "е" .. p[4], "ж" .. p[1], "з" .. p[1], "и" .. p[1], "и" .. p[2], "к" .. p[1], "к" .. p[3], "к" .. p[4], "к" .. p[10], "к" .. p[14], "л" .. p[1], "л" .. p[3], "л" .. p[6], "л" .. p[8], "о" .. p[1], "о" .. p[2], "п" .. p[1], "п" .. p[3], "п" .. p[4], "с" .. p[1], "с" .. p[2], "т" .. p[1], "т" .. p[3], "т" .. p[4], "у" .. p[1], "у" .. p[2], "ф" .. p[1], "х" .. p[1], "х" .. p[3], "х" .. p[4], "х" .. p[8], "ц" .. p[1], "ц" .. p[3], "ц" .. p[4], "ч" .. p[1], "ч" .. p[3], "ш" .. p[1], "щ" .. p[1], "э" .. p[1], "э" .. p[2], "ю" .. p[1], "ю" .. p[2], "я" .. p[1], "я" .. p[2]
		}
	},
}

m["aqd"] = {
	"Ampari Dogon",
	4748057,
	"nic-dgw",
	"Latn",
}

m["aqg"] = {
	"阿里吉蒂語",
	34829,
	"alv-von",
	"Latn",
}

m["aqm"] = {
	"Atohwaim",
	11732297,
	"ngf",
	"Latn",
}

m["aqn"] = {
	"北阿爾塔語",
	7058116,
	"phi",
	"Latn",
}

m["aqp"] = {
	"阿塔卡帕語",
	10975683,
	"qfa-iso",
	"Latn",
}

m["aqr"] = {
	"Arhâ",
	4790085,
	"poz-cln",
	"Latn",
}

m["aqt"] = {
	"Angaité",
	15736037,
	"sai-mas",
	"Latn",
}

m["aqz"] = {
	"阿困穌語",
	4701960,
	"tup",
	"Latn",
}

m["arc"] = {
	"亞拉姆語",
	28602,
	"sem-ara",
	"Hebr, Armi, Syrc, Palm, Nbat, Phnx, Mand, Samr, Hatr, Elym",
	translit = {
		Armi = "Armi-translit",
		Palm = "Palm-translit",
	},
	entry_name = {
		Hebr = {remove_diacritics = u(0x0591) .. "-" .. u(0x05BD) .. u(0x05BF) .. "-" .. u(0x05C5) .. u(0x05C7)},
		Syrc = {remove_diacritics = u(0x0730) .. "-" .. u(0x0748)},
		remove_diacritics = c.macron .. c.diaer .. c.macronbelow}, -- Which script(s)?
}

m["ard"] = {
	"阿拉巴納語",
	3507959,
	"aus-kar",
	"Latn",
}

m["are"] = {
	"西阿蘭達語",
	12645549,
	"aus-pam",
	"Latn",
}

m["arh"] = {
	"阿爾瓦科語",
	2640621,
	"cba",
	"Latn",
}

m["ari"] = {
	"阿里卡拉語",
	56539,
	"cdd",
	"Latn",
}

m["arj"] = {
	"阿拉巴索語",
	12627166,
	"sai-tuc",
	"Latn",
}

m["ark"] = {
	"阿利加布語",
	3446640,
	"sai-mje",
	"Latn",
}

m["arl"] = {
	"阿拉貝拉語",
	2591221,
	"sai-zap",
	"Latn",
}

m["arn"] = {
	"馬普切語",
	33730,
	"sai-ara",
	"Latn",
}

m["aro"] = {
	"阿拉奧納語",
	958414,
	"sai-tac",
	"Latn",
}

m["arp"] = {
	"阿拉帕霍語",
	56417,
	"alg-ara",
	"Latn",
}

m["arq"] = {
	"阿爾及利亞阿拉伯語",
	56499,
	"sem-arb",
	"Arab",
	entry_name = "ar-entryname",
}

m["arr"] = {
	"拉馬拉馬語",
	35539,
	"tup",
	"Latn",
}

m["ars"] = {
	"內志阿拉伯語",
	56574,
	"sem-arb",
	"Arab",
	entry_name = "ar-entryname",
}

m["aru"] = {
	"阿拉瓦語",
	2746221,
	"auf",
	"Latn",
}

m["arv"] = {
	"阿爾博雷語",
	56883,
	"cus-eas",
	"Latn",
}

m["arw"] = {
	"阿拉瓦克語",
	2655664,
	"awd-taa",
	"Latn",
}

m["arx"] = {
	"Aruá",
	3507907,
	"tup",
	"Latn",
}

m["ary"] = {
	"摩洛哥阿拉伯語",
	56426,
	"sem-arb",
	"Arab",
	entry_name = "ar-entryname",
	sort_key = {
		from = {"^%f[" .. u(0x5D0) .. "-" .. u(0x5EA) .. "]"},
		to = {u(0xFB21)},
	},
}

m["arz"] = {
	"埃及阿拉伯語",
	29919,
	"sem-arb",
	"Arab",
	entry_name = "ar-entryname",
}

m["asa"] = {
	"阿蘇語",
	36403,
	"bnt-par",
	"Latn",
}

m["asb"] = {
	"阿西內本語",
	2591288,
	"sio-dkt",
	"Latn",
}

m["asc"] = {
	"Casuarina Coast Asmat",
	11732046,
	"ngf",
	"Latn",
}

m["ase"] = {
	"美國手語",
	14759,
	"sgn",
	"Sgnw",
}

m["asf"] = {
	"澳洲手語",
	29525,
	"sgn",
	"Latn", -- when documented
}

m["asg"] = {
	"Cishingini",
	35199,
	"nic-kam",
	"Latn",
}

m["ash"] = {
	"Abishira",
	2871740,
	"qfa-iso",
	"Latn",
}

m["asi"] = {
	"布魯威語",
	5001031,
	"ngf",
	"Latn",
}

m["asj"] = {
	"Nsari",
	36418,
	"nic-bbe",
	"Latn",
}

m["ask"] = {
	"阿什昆語",
	29379,
	"nur-sou",
	"Arab, Latn",
}

m["asl"] = {
	"阿西魯魯語",
	12473347,
	"poz-cma",
	"Latn",
}

m["asn"] = {
	"Xingú Asuriní",
	8044571,
	"tup-gua",
	"Latn",
}

m["aso"] = {
	"達諾語",
	5220979,
	"paa-kag",
	"Latn",
}

m["asp"] = {
	"阿爾及利亞手語",
	3135421,
	"sgn",
}

m["asq"] = {
	"奧地利手語",
	36668,
	"sgn",
	"Latn", -- when documented
}

m["asr"] = {
	"阿蘇里語",
	3504321,
	"mun",
	"Latn", -- when documented
}

m["ass"] = {
	"伊波羅語",
	35408,
	"nic-tvc",
	"Latn",
}

m["ast"] = {
	"阿斯圖里亞斯語",
	29507,
	"roa-ibe",
	"Latn",
	ancestors = "roa-ole",
}

m["asu"] = {
	"阿蘇里尼語",
	32041490,
	"tup-gua",
	"Latn",
}

m["asv"] = {
	"Asoa",
	56296,
	"csu-maa",
	"Latn",
}

m["asw"] = {
	"澳洲原住民手語",
	955216,
	"sgn",
	"Latn", -- when documented
}

m["asx"] = {
	"Muratayak",
	11732766,
	"ngf-fin",
	"Latn",
}

m["asy"] = {
	"Yaosakor Asmat",
	16113158,
	"ngf",
	"Latn",
}

m["asz"] = {
	"亞斯語",
	2866218,
	"poz-hce",
	"Latn",
}

m["ata"] = {
	"佩勒-阿塔語",
	56511,
	"paa",
	"Latn",
}

m["atb"] = {
	"載瓦語",
	56594,
	"tbq-brm",
	"Latn, Lisu", -- also Hani?
	translit = {Lisu = "Lisu-translit"},
	sort_key = {Lisu = s["Lisu-sortkey"]},
}

m["atc"] = {
	"阿查瓦卡語",
	4817730,
	"sai-pan",
	"Latn",
}

m["atd"] = {
	"亞他-馬諾博語",
	12627315,
	"mno",
	"Latn",
}

m["ate"] = {
	"Atemble",
	4813055,
	"ngf-mad",
	"Latn",
}

m["atg"] = {
	"Okpela",
	7082551,
	"alv-yek",
	"Latn",
}

m["ati"] = {
	"Attié",
	34844,
	"alv-lag",
	"Latn",
}

m["atj"] = {
	"阿提卡米克語",
	56590,
	"alg",
	"Latn",
	ancestors = "cr",
}

m["atk"] = {
	"Ati",
	4815751,
	"phi",
	"Latn",
}

m["atl"] = {
	"伊拉亞山阿埃塔語",
	6921430,
	"phi",
	"Latn",
}

m["atm"] = {
	"Ata",
	4812603,
	"phi",
	"Latn",
}

m["ato"] = {
	"Atong (Cameroon)",
	34824,
	"nic-grs",
	"Latn",
}

m["atp"] = {
	"Pudtol Atta",
	12640726,
	"phi",
	"Latn",
}

m["atq"] = {
	"阿拉列-達布拉罕語",
	4783889,
	"poz-ssw",
	"Latn",
}

m["atr"] = {
	"韋米里-阿特羅阿里語",
	56865,
	"sai-car",
	"Latn",
}

m["ats"] = {
	"Gros Ventre",
	56628,
	"alg-ara",
	"Latn",
}

m["att"] = {
	"帕姆普羅納-阿塔語",
	12639245,
	"phi",
	"Latn",
}

m["atu"] = {
	"雷厄勒語",
	7306882,
	"sdv-dnu",
	"Latn",
}

m["atv"] = {
	"北阿爾泰語",
	2640863,
	"trk-ssb",
	"Cyrl",
	translit = "Altai-translit",
}

m["atw"] = {
	"阿楚格維語",
	56718,
	"nai-pal",
	"Latn",
}

m["atx"] = {
	"阿魯塔尼語",
	56609,
	nil,
	"Latn",
}

m["aty"] = {
	"阿內瓊語",
	2379113,
	"poz-oce",
	"Latn",
}

m["atz"] = {
	"阿爾塔語",
	3508067,
	"phi",
	"Latn",
}

m["aua"] = {
	"阿松博亞語",
	4811870,
	"poz-oce",
	"Latn",
}

m["aub"] = {
	"阿盧固語",
	12626798,
	"tbq-urp",
	"Latn", -- also Hani?
}

m["auc"] = {
	"瓦奧語",
	758570,
	"qfa-iso",
	"Latn",
}

m["aud"] = {
	"阿努塔語",
	35326,
	"poz-pnp",
	"Latn",
}

m["aug"] = {
	"Aguna",
	34733,
	"alv-gbe",
	"Latn",
}

m["auh"] = {
	"Aushi",
	2872082,
	"bnt-sbi",
	"Latn",
}

m["aui"] = {
	"阿努基語",
	3508132,
	"poz-ocw",
	"Latn",
}

m["auj"] = {
	"奧吉拉語",
	56398,
	"ber",
	"Latn, Arab, Tfng",
}

m["auk"] = {
	"赫有語",
	3504295,
	"qfa-tor",
	"Latn",
}

m["aul"] = {
	"奧盧亞語",
	427300,
	"poz-vnc",
	"Latn",
}

m["aum"] = {
	"Asu",
	34798,
	"alv-ngb",
	"Latn",
}

m["aun"] = {
	"Molmo One",
	12637224,
	"qfa-tor",
	"Latn",
}

m["auo"] = {
	"Auyokawa",
	56247,
	"cdc-wst",
	"Latn",
}

m["aup"] = {
	"馬卡揚語",
	6738863,
	"ngf",
	"Latn",
}

m["auq"] = {
	"阿努斯語",
	23855,
	"poz-ocw",
	"Latn",
}

m["aur"] = {
	"Aruek",
	3504279,
	"qfa-tor",
	"Latn",
}

m["aut"] = {
	"奧斯特拉語",
	2669261,
	"poz-pep",
	"Latn",
}

m["auu"] = {
	"奧耶語",
	4827334,
	"ngf",
	"Latn",
}

m["auw"] = {
	"Awyi",
	3513326,
	"paa-brd",
	"Latn",
}

m["aux"] = {
	"Aurá",
	3507995,
	"tup-gua",
	"Latn",
}

m["auy"] = {
	"Auyana",
	2873211,
	"paa-kag",
	"Latn",
}

m["auz"] = {
	"烏茲別克阿拉伯語",
	3399507,
	"sem-arb",
	"Arab",
	entry_name = "ar-entryname",
}

m["avb"] = {
	"阿瓦烏語",
	12627412,
	"poz-ocw",
	"Latn",
}

m["avd"] = {
	"阿爾維里-維達里語",
	3327357,
	"xme",
	"fa-Arab",
	ancestors = "xme-mid",
}

m["avi"] = {
	"阿維坎語",
	34840,
	"alv-lag",
	"Latn",
}

m["avk"] = {
	"科塔瓦語",
	1377116,
	"art",
	"Latn",
	type = "appendix-constructed",
}

m["avm"] = {
	"昂卡穆蒂語",
	nil,
	"aus-pmn",
	"Latn",
}

m["avn"] = {
	"阿瓦蒂梅語",
	34796,
	"alv-ktg",
	"Latn",
}

m["avo"] = {
	"Agavotaguerra",
	3508007,
	"awd",
	"Latn",
}

m["avs"] = {
	"Aushiri",
	3409318,
	"sai-zap",
	"Latn",
}

m["avt"] = {
	"澳語",
	3446608,
	"qfa-tor",
	"Latn",
}

m["avu"] = {
	"阿沃卡雅語",
	56685,
	"csu-mma",
	"Latn",
}

m["avv"] = {
	"阿瓦-卡諾伊羅語",
	4829584,
	"tup-gua",
	"Latn",
}

m["awa"] = {
	"阿瓦德語",
	29579,
	"inc-hie",
	"Deva, Kthi, fa-Arab",
	translit = {Deva = "hi-translit"},
}

m["awb"] = {
	"Awa (New Guinea)",
	2874650,
	"paa-kag",
	"Latn",
}

m["awc"] = {
	"茨茨普語",
	35193,
	"nic-kam",
	"Latn",
}

m["awe"] = {
	"阿威其語",
	4830038,
	"tup",
	"Latn",
}

m["awg"] = {
	"安古蒂姆里語",
	4764288,
	"aus-pam",
	"Latn",
}

m["awh"] = {
	"Awbono",
	3446684,
	"ngf",
	"Latn",
}

m["awi"] = {
	"阿溫語",
	3399691,
	"ngf",
	"Latn",
}

m["awk"] = {
	"阿瓦巴卡爾語",
	3449138,
	"aus-pam",
	"Latn",
}

m["awm"] = {
	"Arawum",
	4784537,
	"ngf-mad",
	"Latn",
}

m["awn"] = {
	"奧義語",
	34934,
	"cus-cen",
	"Ethi",
}

m["awo"] = {
	"阿瓦克語",
	3446643,
	"alv-wjk",
	"Latn",
}

m["awr"] = {
	"阿維拉語",
	56379,
	"paa-lkp",
	"Latn",
}

m["aws"] = {
	"South Awyu",
	12633986,
	"ngf",
	"Latn",
}

m["awt"] = {
	"阿拉威德語",
	4784535,
	"tup-gua",
	"Latn",
}

m["awu"] = {
	"Central Awyu",
	12628801,
	"ngf",
	"Latn",
}

m["awv"] = {
	"Jair Awyu",
	16110177,
	"ngf",
	"Latn",
}

m["aww"] = {
	"Awun",
	56369,
	"paa-spk",
	"Latn",
}

m["awx"] = {
	"阿瓦拉語",
	2874670,
	"ngf-fin",
	"Latn",
}

m["awy"] = {
	"Edera Awyu",
	12630425,
	"ngf",
	"Latn",
}

m["axb"] = {
	"阿比坡尼語",
	11252539,
	"sai-guc",
	"Latn",
}

m["axe"] = {
	"Ayerrerenge",
	16112737,
	"aus-pam",
	"Latn",
}

m["axg"] = {
	"Mato Grosso Arára",
	3446660,
	nil,
	"Latn",
}

m["axk"] = {
	"Aka (Central Africa)",
	11010149,
	"bnt-ngn",
	"Latn",
}

m["axl"] = {
	"南阿蘭達語",
	6693295,
	"aus-pam",
	"Latn",
}

m["axm"] = {
	"中古亞美尼亞語",
	4438498,
	"hyx",
	"Armn",
	ancestors = "xcl",
	translit = "Armn-translit",
	override_translit = true,
	entry_name = {
		remove_diacritics = "՞՜՛՟",
		from = {"եւ"},
		to = {"և"}
	}
}

m["axx"] = {
	"哈拉古雷語",
	8045635,
	"poz-cln",
	"Latn",
}

m["aya"] = {
	"Awar",
	56876,
	"paa",
	"Latn",
}

m["ayb"] = {
	"Ayizo",
	34841,
	"alv-pph",
	"Latn",
}

m["ayd"] = {
	"阿雅巴德胡語",
	3509164,
	"aus-pmn",
	"Latn",
}

m["aye"] = {
	"阿耶勒語",
	34788,
	"alv-aah",
	"Latn",
}

m["ayg"] = {
	"Nyanga (Togo)",
	35446,
	"alv-gng",
	"Latn",
}

m["ayi"] = {
	"Leyigha",
	3914492,
	"nic-uce",
	"Latn",
}

m["ayk"] = {
	"Akuku",
	3450179,
	"alv-nwd",
	"Latn",
}

m["ayl"] = {
	"利比亞阿拉伯語",
	56503,
	"sem-arb",
	"Arab",
	entry_name = "ar-entryname",
}

m["ayn"] = {
	"也門阿拉伯語",
	1686766,
	"sem-arb",
	"Arab",
	entry_name = "ar-entryname",
}

m["ayo"] = {
	"扎穆科語",
	56634,
	"sai-zam",
	"Latn",
}

m["ayp"] = {
	"北美索不達米亞阿拉伯語",
	56577,
	"sem-arb",
	"Arab",
	ancestors = "acm",
	entry_name = "ar-entryname",
}

m["ayq"] = {
	"阿義語",
	56449,
	"paa-spk",
	"Latn",
}

m["ays"] = {
	"Sorsogon Ayta",
	7563752,
	"phi",
	"Latn",
}

m["ayt"] = {
	"巴丹埃塔語",
	4921648,
	"phi",
	"Latn",
}

m["ayu"] = {
	"阿尤語",
	34786,
	"alv",
	"Latn",
}

m["ayy"] = {
	"Tayabas Ayta",
	7689745,
	"phi",
	"Latn",
}

m["ayz"] = {
	"Maybrat",
	4830892,
	"paa-wpa",
	"Latn",
}

m["aza"] = {
	"阿扎語 (漢藏語系)",
	4832486,
	"tbq-axi",
	"Latn",
}

m["azd"] = {
	"東杜蘭戈納瓦特爾語",
	16115449,
	"azc-nah",
	"Latn",
}

m["azg"] = {
	"聖彼德羅阿穆茲戈語",
	35092,
	"omq",
	"Latn",
}

m["azm"] = {
	"伊帕拉帕阿穆茲戈語",
	12633013,
	"omq",
	"Latn",
}

m["azn"] = {
	"西杜蘭戈納瓦特爾語",
	12645553,
	"azc-nah",
	"Latn",
}

m["azo"] = {
	"阿榮語",
	34856,
	"nic-nge",
	"Latn",
}

m["azt"] = {
	"Faire Atta",
	12630884,
	"phi",
	"Latn",
}

m["azz"] = {
	"高地普埃布拉納瓦特爾語",
	12953754,
	"azc-nah",
	"Latn",
}

return require("Module:languages").addDefaultTypes(m, true)