模組:Languages/data/3/b

維基詞典,自由的多語言詞典
< 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["baa"] = {
	"巴巴塔納語",
	2877785,
	"poz-ocw",
	"Latn",
}

m["bab"] = {
	"Bainouk-Gunyuño",
	35508,
	"alv-bny",
	"Latn",
}

m["bac"] = {
	"Badui",
	3449885,
	"poz-msa",
	"Latn",
}

m["bae"] = {
	"巴雷語",
	3504087,
	"awd",
	"Latn",
}

m["baf"] = {
	"努巴查語",
	36270,
	"nic-ymb",
	"Latn",
}

m["bag"] = {
	"圖基語",
	36621,
	"nic-mba",
	"Latn",
}

m["bah"] = {
	"巴哈馬克里奧爾語",
	2669229,
	"crp",
	"Latn",
	ancestors = "en",
}

m["baj"] = {
	"巴拉凱語",
	3502030,
	"poz-cet",
	"Latn",
}

m["bal"] = {
	"俾路支語",
	33049,
	"ira-nwi",
	"fa-Arab",
}

m["ban"] = {
	"巴厘語",
	33070,
	"poz-mcm",
	"Latn, Bali",
}

m["bao"] = {
	"巴拉語",
	2883738,
	"sai-tuc",
	"Latn",
}

m["bap"] = {
	"班塔瓦語",
	56500,
	"sit-kic",
	"Krai, Deva",
}

m["bar"] = {
	"巴伐利亞語",
	29540,
	"gmw-hgm",
	"Latn",
	ancestors = "gmh",
}

m["bas"] = {
	"巴薩語",
	33093,
	"bnt-bsa",
	"Latn",
}

m["bau"] = {
	"Badanchi",
	11001650,
	"nic-jrw",
	"Latn",
}

m["bav"] = {
	"Babungo",
	34885,
	"nic-rnn",
	"Latn",
}

m["baw"] = {
	"Bambili-Bambui",
	34880,
	"nic-nge",
	"Latn",
}

m["bax"] = {
	"巴姆穆語",
	35280,
	"nic-nun",
	"Latn, Bamu",
}

m["bay"] = {
	"Batuley",
	8828787,
	"poz",
	"Latn",
}

m["bba"] = {
	"Baatonum",
	34889,
	"alv-sav",
	"Latn",
}

m["bbb"] = {
	"巴賴語",
	4858206,
	"ngf",
	"Latn",
}

m["bbc"] = {
	"托巴巴塔克語",
	33017,
	"btk",
	"Latn, Batk",
}

m["bbd"] = {
	"Bau",
	4873415,
	"ngf-mad",
	"Latn",
}

m["bbe"] = {
	"Bangba",
	34895,
	"nic-nke",
	"Latn",
}

m["bbf"] = {
	"Baibai",
	56902,
	"paa",
	"Latn",
}

m["bbg"] = {
	"Barama",
	34884,
	"bnt-sir",
	"Latn",
}

m["bbh"] = {
	"Bugan",
	3033554,
	"mkh-pkn",
	"Latn",
}

m["bbi"] = {
	"Barombi",
	34985,
	"bnt-bsa",
	"Latn",
}

m["bbj"] = {
	"戈馬拉語'",
	35271,
	"bai",
	"Latn",
}

m["bbk"] = {
	"巴邦基語",
	34790,
	"nic-rnc",
	"Latn",
}

m["bbl"] = {
	"巴茨語",
	33259,
	"cau-nkh",
	"Geor",
	translit = "Geor-translit",
	override_translit = true,
	entry_name = {
		remove_diacritics = c.tilde .. c.macron .. c.breve,
		from = {"<sup>ნ</sup>"},
		to = {"ნ"}
	},
}

m["bbm"] = { -- name includes prefix
	"Babango",
	34819,
	"bnt-bta",
	"Latn",
}

m["bbn"] = {
	"烏尼阿帕語",
	7884126,
	"poz-ocw",
	"Latn",
}

m["bbo"] = {
	"Konabéré",
	35371,
	"dmn-snb",
	"Latn",
}

m["bbp"] = {
	"West Central Banda",
	7984377,
	"bad",
	"Latn",
}

m["bbq"] = {
	"Bamali",
	34901,
	"nic-nun",
	"Latn",
}

m["bbr"] = {
	"Girawa",
	5564185,
	"ngf-mad",
	"Latn",
}

m["bbs"] = {
	"Bakpinka",
	3515061,
	"nic-ucr",
	"Latn",
}

m["bbt"] = {
	"姆布爾庫語",
	3441324,
	"cdc-wst",
	"Latn",
}

m["bbu"] = {
	"Bakulung",
	35580,
	"nic-jrn",
	"Latn",
}

m["bbv"] = {
	"卡奈語",
	6372803,
	"poz-ocw",
	"Latn",
}

m["bbw"] = {
	"巴巴語",
	34822,
	"nic-nun",
	"Latn",
}

m["bbx"] = { -- cf bvb
	"Bubia",
	34953,
	"nic-bds",
	"Latn",
	ancestors = "bvb",
}

m["bby"] = {
	"Befang",
	34960,
	"nic-bds",
	"Latn",
}

m["bca"] = {
	"中部白語",
	12628803,
	"sit-bai",
	"Hani, Latn",
	sort_key = {Hani = "Hani-sortkey"},
}

m["bcb"] = {
	"Bainouk-Samik",
	36390,
	"alv-bny",
	"Latn",
}

m["bcd"] = {
	"North Babar",
	7054041,
	"poz-tim",
	"Latn",
}

m["bce"] = {
	"Bamenyam",
	34968,
	"nic-nun",
	"Latn",
}

m["bcf"] = {
	"Bamu",
	3503788,
	"paa-kiw",
	"Latn",
}

m["bcg"] = {
	"Baga Pokur",
	31172660,
	"alv-nal",
	"Latn",
}

m["bch"] = {
	"巴里艾語",
	2884502,
	"poz-ocw",
	"Latn",
}

m["bci"] = {
	"Baoule",
	35107,
	"alv-ctn",
	"Latn",
}

m["bcj"] = {
	"Bardi",
	3913852,
	"aus-nyu",
	"Latn",
}

m["bck"] = {
	"布納巴語",
	580923,
	"aus-bub",
	"Latn",
}

m["bcl"] = {
	"中比科爾語",
	33284,
	"phi",
	"Latn, Tglg",
	translit = {
		Tglg = "bcl-translit",
	},
	override_translit = true,
	entry_name = {
		Latn = {
			remove_diacritics = c.grave .. c.acute .. c.circ,
		}
	},
    sort_key = {
		Latn = "tl-sortkey",
	},
	standardChars = { 
		Latn = "AaBbKkDdEeGgHhIiLlMmNnOoPpRrSsTtUuWwYy" .. c.punc,
	},
}

m["bcm"] = {
	"Banoni",
	2882857,
	"poz-ocw",
	"Latn",
}

m["bcn"] = {
	"Bibaali",
	34892,
	"alv-mye",
	"Latn",
}

m["bco"] = {
	"卡盧利語",
	6354586,
	"ngf",
	"Latn",
}

m["bcp"] = {
	"Bali",
	3515074,
	"bnt-kbi",
	"Latn",
}

m["bcq"] = {
	"Bench",
	35108,
	"omv",
	"Latn",
}

m["bcr"] = {
	"Babine-Witsuwit'en",
	27864,
	"ath-nor",
	"Latn",
}

m["bcs"] = {
	"Kohumono",
	35590,
	"nic-ucn",
	"Latn",
}

m["bct"] = {
	"Bendi",
	8836662,
	"csu-mle",
	"Latn",
}

m["bcu"] = {
	"Biliau",
	2874658,
	"poz-ocw",
	"Latn",
}

m["bcv"] = {
	"Shoo-Minda-Nye",
	36548,
	"nic-jkn",
	"Latn",
}

m["bcw"] = {
	"Bana",
	56272,
	"cdc-cbm",
	"Latn",
}

m["bcy"] = {
	"Bacama",
	56274,
	"cdc-cbm",
	"Latn",
}

m["bcz"] = {
	"Bainouk-Gunyaamolo",
	35506,
	"alv-bny",
	"Latn",
}

m["bda"] = {
	"Bayot",
	35019,
	"alv-jol",
	"Latn",
}

m["bdb"] = {
	"Basap",
	3504208,
	"poz-bnn",
	"Latn",
}

m["bdc"] = {
	"Emberá-Baudó",
	11173166,
	"sai-chc",
	"Latn",
}

m["bdd"] = {
	"Bunama",
	4997416,
	"poz-ocw",
	"Latn",
}

m["bde"] = {
	"巴德語",
	56239,
	"cdc-wst",
	"Latn",
}

m["bdf"] = {
	"Biage",
	48037487,
	"ngf",
	"Latn",
}

m["bdg"] = {
	"Bonggi",
	2910053,
	"poz-bnn",
	"Latn",
}

m["bdh"] = {
	"Tara Baka",
	2880165,
	"csu-bbk",
	"Latn",
}

m["bdi"] = {
	"Burun",
	35040,
	"sdv-niw",
	"Latn",
}

m["bdj"] = {
	"拜語",
	34894,
	"nic-ser",
	"Latn",
}

m["bdk"] = {
	"布都赫語",
	35397,
	"cau-ssm",
	"Cyrl",
	translit = "cau-nec-translit",
	override_translit = true,
	display_text = {Cyrl = s["cau-Cyrl-displaytext"]},
	entry_name = {Cyrl = s["cau-Cyrl-entryname"]},
}

m["bdl"] = {
	"印尼巴瑤語",
	2880038,
	"poz",
	"Latn",
}

m["bdm"] = {
	"Buduma",
	56287,
	"cdc-cbm",
	"Latn",
}

m["bdn"] = {
	"Baldemu",
	56280,
	"cdc-cbm",
	"Latn",
}

m["bdo"] = {
	"Morom",
	759770,
	"csu-bgr",
	"Latn",
}

m["bdp"] = {
	"Bende",
	8836490,
	"bnt",
	"Latn",
}

m["bdq"] = {
	"巴拿語",
	32924,
	"mkh-ban",
	"Latn",
}

m["bdr"] = {
	"西海岸巴瑤語",
	2880037,
	"poz-sbj",
	"Latn",
}

m["bds"] = {
	"布龍吉語",
	56617,
	"cus-sou",
	"Latn",
}

m["bdt"] = {
	"Bokoto",
	4938812,
	"alv-gbw",
	"Latn",
}

m["bdu"] = {
	"奧羅科語",
	36278,
	"bnt-saw",
	"Latn",
}

m["bdv"] = {
	"博多帕爾賈語",
	8845881,
	"inc-eas",
	"Orya",
}

m["bdw"] = {
	"Baham",
	3513309,
	"paa",
	"Latn",
}

m["bdx"] = {
	"勿董-勿董語",
	4985158,
	"poz-ssw",
	"Latn",
}

m["bdy"] = {
	"班賈朗語",
	2980386,
	"aus-pam",
	"Latn",
}

m["bdz"] = {
	"巴德斯語",
	33028,
	"inc-wes",
	ancestors = "noe",
}

m["bea"] = {
	"達內-扎阿語",
	20826,
	"ath-nor",
	"Latn",
}

m["beb"] = {
	"Bebele",
	34976,
	"bnt-btb",
	"Latn",
}

m["bec"] = {
	"Iceve-Maci",
	35449,
	"nic-tvc",
	"Latn",
}

m["bed"] = {
	"Bedoanas",
	4879330,
	"poz-hce",
	"Latn",
}

m["bee"] = {
	"Byangsi",
	56904,
	"sit-alm",
	"Deva",
}

m["bef"] = {
	"Benabena",
	2895638,
	"paa-kag",
	"Latn",
}

m["beg"] = {
	"馬來奕語",
	2894198,
	"poz-swa",
	"Latn",
}

m["beh"] = {
	"Biali",
	34961,
	"nic-eov",
	"Latn",
}

m["bei"] = {
	"Bekati'",
	3441683,
	"day",
	"Latn",
}

m["bej"] = {
	"貝扎語",
	33025,
	"cus",
	"Arab, Latn",
}

m["bek"] = {
	"Bebeli",
	4878430,
	"poz-ocw",
	"Latn",
}

m["bem"] = {
	"本巴語",
	33052,
	"bnt-sbi",
	"Latn",
}

m["beo"] = {
	"Beami",
	3504079,
	"paa",
	"Latn",
}

m["bep"] = {
	"貝梭阿語",
	8840465,
	"poz-kal",
	"Latn",
}

m["beq"] = {
	"Beembe",
	3196320,
	"bnt-kng",
	"Latn",
}

m["bes"] = {
	"Besme",
	289832,
	"alv-kim",
	"Latn",
}

m["bet"] = {
	"Guiberoua Bété",
	11019185,
	"kro-bet",
	"Latn",
}

m["beu"] = {
	"布拉加爾語",
	4923846,
	"ngf",
	"Latn",
}

m["bev"] = {
	"Daloa Bété",
	11155819,
	"kro-bet",
	"Latn",
}

m["bew"] = {
	"伯塔維語",
	33014,
	"crp",
	"Latn",
	ancestors = "ms",
}

m["bex"] = {
	"Jur Modo",
	56682,
	"csu-bbk",
	"Latn",
}

m["bey"] = {
	"貝里語",
	3504170,
	"qfa-tor",
	"Latn",
}

m["bez"] = {
	"貝納語",
	2502949,
	"bnt-bki",
	"Latn",
}

m["bfa"] = {
	"巴里語",
	35042,
	"sdv-bri",
	"Latn",
}

m["bfb"] = {
	"鮑里巴雷里語",
	7155462,
	"inc-bhi",
	"Deva",
}

m["bfc"] = {
	"北部白語",
	12642165,
	"sit-nba",
	"Hani, Latn",
	sort_key = {Hani = "Hani-sortkey"},
}

m["bfd"] = {
	"富特語",
	34888,
	"nic-nge",
	"Latn",
}

m["bfe"] = {
	"Betaf",
	4897329,
	"paa-tkw",
	"Latn",
}

m["bff"] = {
	"Bofi",
	34914,
	"alv-gbf",
	"Latn",
}

m["bfg"] = {
	"Busang Kayan",
	9231909,
	"poz",
	"Latn",
}

m["bfh"] = {
	"Blafe",
	12628007,
	"paa",
	"Latn",
}

m["bfi"] = {
	"英國手語",
	33000,
	"sgn",
	"Latn", -- when documented
}

m["bfj"] = {
	"Bafanji",
	34890,
	"nic-nun",
	"Latn",
}

m["bfk"] = {
	"Ban Khor Sign Language",
	3441103,
	"sgn",
}

m["bfl"] = {
	"Banda-Ndélé",
	34850,
	"bad-cnt",
	"Latn",
}

m["bfm"] = {
	"Mmen",
	36132,
	"nic-rnc",
	"Latn",
}

m["bfn"] = {
	"Bunak",
	35101,
	"ngf",
	"Latn",
}

m["bfo"] = {
	"Malba Birifor",
	11150710,
	"nic-mre",
	"Latn",
}

m["bfp"] = {
	"Beba",
	35050,
	"nic-nge",
	"Latn",
}

m["bfq"] = {
	"巴達加語",
	33205,
	"dra-kan",
	"Knda, Mlym",
	translit = {
		Knda = "kn-translit",
		Mlym = "ml-translit",
	},
}

m["bfr"] = {
	"Bazigar",
	8829558,
	"inc",
}

m["bfs"] = {
	"南部白語",
	12952250,
	"sit-bai",
	"Hani, Latn",
	sort_key = {Hani = "Hani-sortkey"},
}

m["bft"] = {
	"巴爾蒂語",
	33086,
	"sit-lab",
	"fa-Arab, Deva, Tibt",
	translit = {
		Tibt = "Tibt-translit",
	},
	override_translit = true,
	display_text = {Tibt = s["Tibt-displaytext"]},
	entry_name = {Tibt = s["Tibt-entryname"]},
	sort_key = {Tibt = "Tibt-sortkey"},
}

m["bfu"] = {
	"布南語",
	5516952,
	"sit-whm",
	"Takr, Tibt",
	translit = {Tibt = "Tibt-translit"},
	override_translit = true,
	display_text = {Tibt = s["Tibt-displaytext"]},
	entry_name = {Tibt = s["Tibt-entryname"]},
	sort_key = {Tibt = "Tibt-sortkey"},
}

m["bfw"] = {
	"Bondo",
	2567942,
	"mun",
	"Orya",
}

m["bfx"] = {
	"Bantayanon",
	16837866,
	"phi",
	"Latn",
}

m["bfy"] = {
	"巴格里語",
	2356364,
	"inc-hie",
	"Deva",
	translit = "hi-translit",
}

m["bfz"] = {
	"馬哈蘇帕哈里語",
	6733460,
	"him",
	"Deva",
	translit = "hi-translit",
}

m["bga"] = {
	"Gwamhi-Wuri",
	6707102,
	"nic-knn",
	"Latn",
}

m["bgb"] = {
	"波朋哥語",
	4935896,
	"poz-slb",
	"Latn",
}

m["bgc"] = {
	"哈爾彥維語",
	33410,
	"inc-hiw",
	"Deva",
	ancestors = "inc-ohi",
	translit = "hi-translit",
}

m["bgd"] = {
	"拉特維巴雷里語",
	7295692,
	"inc-bhi",
	"Deva",
}

m["bge"] = {
	"包利雅語",
	4873579,
	"inc-bhi",
	"Deva",
}

m["bgf"] = {
	"Bangandu",
	34938,
	"alv-gbs",
	"Latn",
}

m["bgg"] = {
	"布貢語",
	3514220,
	"sit-khb",
	"Latn",
}

m["bgi"] = {
	"嘉安語",
	4842057,
	"phi",
	"Latn",
}

m["bgj"] = {
	"Bangolan",
	34862,
	"nic-nun",
	"Latn",
}

m["bgk"] = {
	"Bit",
	2904868,
	"mkh-pal",
	"Latn", -- also Hani?
}

m["bgl"] = {
	"Bo",
	8845514,
	"mkh-vie",
}

m["bgo"] = {
	"Baga Koga",
	35695,
	"alv-bag",
	"Latn",
}

m["bgq"] = {
	"巴格里語",
	2426319,
	"inc-wes",
	"Deva",
	ancestors = "raj",
}

m["bgr"] = {
	"Bawm Chin",
	56765,
	"tbq-kuk",
	"Latn",
}

m["bgs"] = {
	"塔加巴瓦語",
	7675121,
	"mno",
	"Latn",
}

m["bgt"] = {
	"布戈圖語",
	2927723,
	"poz-sls",
	"Latn",
}

m["bgu"] = {
	"Mbongno",
	36141,
	"nic-mmb",
	"Latn",
}

m["bgv"] = {
	"瓦爾凱-比皮姆語",
	4915439,
	"ngf",
	"Latn",
}

m["bgw"] = {
	"巴特里語",
	8841054,
	"inc-eas",
	"Deva",
}

m["bgx"] = {
	"巴爾幹加告茲土耳其語",
	2360396,
	"trk-ogz",
	"Latn",
	ancestors = "trk-oat",
}

m["bgy"] = {
	"Benggoi",
	4887742,
	"poz-cma",
	"Latn",
}

m["bgz"] = {
	"邦蓋語",
	3441692,
	"poz-slb",
	"Latn",
}

m["bha"] = {
	"Bharia",
	4901287,
	"inc",
	"Deva",
}

m["bhb"] = {
	"比里語",
	33229,
	"inc-bhi",
	"Deva",
}

m["bhc"] = {
	"Biga",
	2902375,
	"poz-hce",
	"Latn",
}

m["bhd"] = {
	"巴德拉瓦希語",
	4900565,
	"him",
	"Arab, Deva",
	translit = {Deva = "hi-translit"},
}

m["bhe"] = {
	"巴雅語",
	8841168,
	"inc-wes",
	ancestors = "raj",
}

m["bhf"] = {
	"Odiai",
	56690,
	"paa-kwm",
	"Latn",
}

m["bhg"] = {
	"Binandere",
	3503802,
	"ngf",
	"Latn",
}

m["bhh"] = {
	"Bukhari",
	56469,
	"ira-swi",
	"Cyrl, Hebr, Latn, fa-Arab",
	ancestors = "tg",
}

m["bhi"] = {
	"比拉里語",
	4901729,
	"inc-bhi",
	"Deva",
}

m["bhj"] = {
	"Bahing",
	56442,
	"sit-kiw",
	"Deva, Latn",
}

m["bhl"] = {
	"Bimin",
	4913743,
	"ngf-okk",
	"Latn",
}

m["bhm"] = {
	"Bathari",
	2586893,
	"sem-sar",
	"Arab, Latn",
}

m["bhn"] = {
	"波坦新亞拉姆語",
	33230,
	"sem-nna",
}

m["bho"] = {
	"博杰普爾語",
	33268,
	"inc-eas",
	"Deva, Kthi",
	ancestors = "bh",
	translit = {
		Deva = "bho-translit",
		Kthi = "bho-Kthi-translit",
	},
}

m["bhp"] = {
	"Bima",
	2796873,
	"poz-cet",
	"Latn",
}

m["bhq"] = {
	"南部杜剛貝西語",
	12643975,
	"poz-mun",
	"Latn",
}

m["bhs"] = {
	"布瓦爾語",
	3515065,
	"cdc-cbm",
	"Latn",
}

m["bht"] = {
	"巴梯亞里語",
	4901452,
	"him",
	"Deva",
}

m["bhu"] = {
	"本賈語",
	8841766,
	"inc-eas",
	"Deva, Orya",
}

m["bhv"] = {
	"Bahau",
	3502039,
	"poz",
	"Latn",
}

m["bhw"] = {
	"Biak",
	1961488,
	"poz-hce",
	"Latn",
}

m["bhx"] = { -- spurious?
	"巴萊語",
	8840773,
	"inc",
}

m["bhy"] = {
	"Bhele",
	4901671,
	"bnt-kbi",
	"Latn",
}

m["bhz"] = {
	"巴打語",
	4840520,
	"poz-kal",
	"Latn",
}

m["bia"] = {
	"巴迪馬亞語",
	3442745,
	"aus-psw",
	"Latn",
}

m["bib"] = {
	"Bissa",
	32934,
	"dmn-bbu",
	"Latn",
}

m["bic"] = {
	"Bikaru",
	56342,
	"paa-eng",
	"Latn",
}

m["bid"] = {
	"Bidiyo",
	56258,
	"cdc-est",
	"Latn",
}

m["bie"] = {
	"Bepour",
	4890914,
	"ngf-mad",
	"Latn",
}

m["bif"] = {
	"Biafada",
	35099,
	"alv-ten",
	"Latn",
}

m["big"] = {
	"Biangai",
	8842027,
	"paa",
	"Latn",
}

m["bij"] = {
	"Kwanka",
	35598,
	"nic-tar",
	"Latn",
}

m["bil"] = {
	"比洛克西語",
	34987,
	"nic-jrn",
	"Latn",
}

m["bim"] = {
	"Bimoba",
	34971,
	"nic-grm",
	"Latn",
}

m["bin"] = {
	"埃多語",
	35375,
	"alv-eeo",
	"Latn",
	entry_name = {remove_diacritics = c.acute .. c.grave .. c.macron .. c.dgrave},
	sort_key = {
		from = {"ẹ", "gb", "gh", "kh", "kp", "mw", "nw", "ny", "ọ", "rh", "rr", "vb"},
		to = {"e" .. p[1], "g" .. p[1], "g" .. p[2], "k" .. p[1], "k" .. p[2], "m" .. p[1], "n" .. p[1], "n" .. p[2], "o" .. p[1], "r" .. p[1], "r" .. p[1], "v" .. p[1]}
	},
}

m["bio"] = {
	"Nai",
	3508074,
	"paa-kwm",
	"Latn",
}

m["bip"] = {
	"Bila",
	2902626,
	"bnt-kbi",
	"Latn",
}

m["biq"] = {
	"畢皮語",
	2904312,
	"poz-aay",
	"Latn",
}

m["bir"] = {
	"Bisorio",
	8844749,
	"paa-eng",
	"Latn",
}

m["bit"] = {
	"Berinomo",
	56447,
	"paa-spk",
	"Latn",
}

m["biu"] = {
	"Biete",
	4904687,
	"tbq-kuk",
	"Latn",
}

m["biv"] = {
	"Southern Birifor",
	32859745,
	"nic-mre",
	"Latn",
}

m["biw"] = {
	"Kol (Cameroon)",
	35582,
	"bnt-mka",
	"Latn",
}

m["bix"] = {
	"Bijori",
	3450686,
	"mun",
	"Deva",
}

m["biy"] = {
	"Birhor",
	3450469,
	"mun",
	"Deva",
}

m["biz"] = {
	"Baloi",
	3450590,
	"bnt-ngn",
	"Latn",
}

m["bja"] = {
	"Budza",
	3046889,
	"bnt-bun",
	"Latn",
}

m["bjb"] = {
	"巴爾恩加爾拉語",
	3439071,
	"aus-pam",
	"Latn",
}

m["bjc"] = {
	"Bariji",
	4690919,
	"ngf",
	"Latn",
}

m["bje"] = {
	"標敏語",
	3503800,
	"hmx-mie",
	"Hani, Latn",
	sort_key = {Hani = "Hani-sortkey"},
}

m["bjf"] = {
	"巴爾扎尼猶太阿拉姆語",
	33234,
	"sem-nna",
	"Hebr", -- maybe others
}

m["bjg"] = {
	"Bidyogo",
	35365,
	"alv-bak",
	"Latn",
}

m["bjh"] = {
	"Bahinemo",
	56361,
	"paa-spk",
	"Latn",
}

m["bji"] = {
	"布爾吉語",
	34999,
	"cus-hec",
	"Latn, Ethi",
}

m["bjj"] = {
	"Kannauji",
	2726867,
	"inc-hiw",
	"Deva",
	ancestors = "inc-ohi",
}

m["bjk"] = {
	"Barok",
	2884743,
	"poz-ocw",
	"Latn",
}

m["bjl"] = {
	"Bulu (New Guinea)",
	4997162,
	"poz-ocw",
	"Latn",
}

m["bjm"] = {
	"巴傑蘭語",
	4848866,
	"ira-zgr",
	"Latn, Arab",
	ancestors = "hac",
}

m["bjn"] = {
	"班查語",
	33151,
	"poz-mly",
	"Latn, Arab",
}

m["bjo"] = {
	"Mid-Southern Banda",
	42303990,
	"bad-cnt",
	"Latn",
}

m["bjp"] = {
	"Fanamaket",
	nil,
	"poz-oce",
	"Latn",
}

m["bjr"] = {
	"Binumarien",
	538364,
	"paa-kag",
	"Latn",
}

m["bjs"] = {
	"Bajan",
	2524014,
	"crp",
	"Latn",
	ancestors = "en",
}

m["bjt"] = {
	"Balanta-Ganja",
	19359034,
	"alv-bak",
	"Arab, Latn",
}

m["bju"] = {
	"Busuu",
	35046,
	"nic-fru",
	"Latn",
}

m["bjv"] = {
	"Bedjond",
	8829831,
	"csu-sar",
	"Latn",
}

m["bjw"] = {
	"Bakwé",
	34899,
	"kro-ekr",
	"Latn",
}

m["bjx"] = {
	"Banao Itneg",
	12627559,
	"phi",
	"Latn",
}

m["bjy"] = {
	"Bayali",
	4874263,
	"aus-pam",
	"Latn",
}

m["bjz"] = {
	"巴魯加語",
	2886189,
	"ngf",
	"Latn",
}

m["bka"] = {
	"Kyak",
	35653,
	"alv-bwj",
	"Latn",
}

m["bkc"] = {
	"Baka",
	34905,
	"nic-nkb",
	"Latn",
}

m["bkd"] = {
	"布基語",
	4914553,
	"mno",
	"Latn",
}

m["bkf"] = {
	"Beeke",
	3441375,
	"bnt-kbi",
	"Latn",
}

m["bkg"] = {
	"Buraka",
	35066,
	"nic-nkg",
	"Latn",
}

m["bkh"] = {
	"Bakoko",
	34866,
	"bnt-bsa",
	"Latn",
}

m["bki"] = {
	"Baki",
	11024697,
	"poz-vnc",
	"Latn",
}

m["bkj"] = {
	"Pande",
	36263,
	"bnt-ngn",
	"Latn",
}

m["bkk"] = { -- written in Balti script
	"布羅克斯卡特語",
	2925988,
	"inc-shn",
}

m["bkl"] = {
	"貝里克語",
	378743,
	"paa-tkw",
	"Latn",
}

m["bkm"] = {
	"康姆語(喀麥隆)",
	1656595,
	"nic-rnc",
	"Latn",
}

m["bkn"] = {
	"Bukitan",
	3446774,
	"poz-bnn",
	"Latn",
}

m["bko"] = {
	"Kwa'",
	35567,
	"bai",
	"Latn",
}

m["bkp"] = {
	"Iboko",
	35089,
	"bnt-ngn",
	"Latn",
}

m["bkq"] = {
	"巴凱里語",
	56846,
	"sai-pek",
	"Latn",
}

m["bkr"] = {
	"巴昆拜語",
	3436626,
	"poz-brw",
	"Latn",
}

m["bks"] = {
	"馬斯巴特索索貢語",
	16113356,
	"phi",
	"Latn",
}

m["bkt"] = {
	"Boloki",
	4144560,
	"bnt-zbi",
	"Latn",
	ancestors = "lse",
}

m["bku"] = {
	"布希德語",
	1002956,
	"phi",
	"Buhd",
}

m["bkv"] = {
	"貝夸瓦拉語",
	34954,
	"nic-ben",
	"Latn",
}

m["bkw"] = {
	"貝克維爾語",
	34950,
	"bnt-bek",
	"Latn",
}

m["bkx"] = {
	"Baikeno",
	11200640,
	"poz-tim",
	"Latn",
}

m["bky"] = {
	"Bokyi",
	35087,
	"nic-ben",
	"Latn",
}

m["bkz"] = {
	"本庫語",
	2928207,
	"poz-btk",
	"Latn",
}

m["bla"] = {
	"黑腳語",
	33060,
	"alg",
	"Latn, Cans",
}

m["blb"] = {
	"Bilua",
	35003,
	"ngf",
	"Latn",
}

m["blc"] = {
	"貝拉庫拉語",
	977808,
	"sal",
	"Latn",
}

m["bld"] = {
	"波朗果語",
	3450578,
	"phi",
	"Latn",
}

m["ble"] = {
	"肯托赫-巴蘭塔語",
	56789,
	"alv-bak",
	"Latn",
}

m["blf"] = {
	"波爾語",
	2928278,
	"phi",
	"Latn",
}

m["blg"] = {
	"Balau",
	4850134,
	"poz-mly",
	"Latn",
}

m["blh"] = {
	"Kuwaa",
	35579,
	"kro",
	"Latn",
}

m["bli"] = {
	"Bolia",
	34910,
	"bnt-mon",
	"Latn",
}

m["blj"] = {
	"Bolongan",
	9229310,
	"poz",
	"Latn",
}

m["blk"] = {
	"勃歐語",
	7121294,
	"kar",
	"Mymr",
}

m["bll"] = {
	"Biloxi",
	2903780,
	"sio-ohv",
	"Latn",
}

m["blm"] = {
	"Beli",
	56821,
	"csu-bbk",
	"Latn",
}

m["bln"] = {
	"南卡坦端內斯比科爾語",
	7569754,
	"phi",
	"Latn",
}

m["blo"] = {
	"Anii",
	34838,
	"alv-ntg",
	"Latn",
}

m["blp"] = {
	"Blablanga",
	2905245,
	"poz-ocw",
	"Latn",
}

m["blq"] = {
	"巴盧安-帕姆語",
	2881675,
	"poz-aay",
	"Latn",
}

m["blr"] = {
	"布朗語",
	4925096,
	"mkh-pal",
	"Latn, Tale, Lana, Thai",
	sort_key = { -- FIXME: This needs to be converted into the current standardized format.
		from = {"[%pᪧๆ]", "[᩠ᩳ-᩿]", "ᩔ", "ᩕ", "ᩖ", "ᩘ", "([ᨭ-ᨱ])ᩛ", "([ᨷ-ᨾ])ᩛ", "ᩤ", "[็-๎]", "([เแโใไ])([ก-ฮ])"},
		to = {"", "", "ᩈᩈ", "ᩁ", "ᩃ", "ᨦ", "%1ᨮ", "%1ᨻ", "ᩣ", "", "%2%1"}
	},
}

m["bls"] = {
	"巴勒桑語",
	4849796,
	"poz",
	"Latn",
}

m["blt"] = {
	"傣黯語",
	56407,
	"tai-swe",
	"Tavt, Latn",
	--translit = "Tavt-translit",
	sort_key = {
		Tavt = {
			from = {"[꪿ꫀ꫁ꫂ]", "([ꪵꪶꪹꪻꪼ])([ꪀ-ꪯ])"},
			to = {"", "%2%1"}
		},
	},
}

m["blv"] = {
	"Kibala",
	4939959,
	"bnt-kmb",
	"Latn",
}

m["blw"] = {
	"Balangao",
	4850033,
	"phi",
	"Latn",
}

m["blx"] = {
	"麥因迪埃塔語",
	1931221,
	"phi",
	"Latn",
}

m["bly"] = {
	"Notre",
	11009194,
	"nic-wov",
	"Latn",
}

m["blz"] = {
	"巴蘭塔語",
	4850053,
	"poz-slb",
	"Latn",
}

m["bma"] = {
	"Lame",
	3913997,
	"nic-jrn",
	"Latn",
}

m["bmb"] = {
	"Bembe",
	4885023,
	"bnt-lgb",
	"Latn",
}


m["bmc"] = {
	"Biem",
	4904523,
	"poz-ocw",
	"Latn",
}

m["bmd"] = {
	"Baga Manduri",
	35815,
	"alv-bag",
	"Latn",
}

m["bme"] = {
	"Limassa",
	11004666,
	"nic-nkb",
	"Latn",
}

m["bmf"] = {
	"Bom",
	35088,
	"alv-mel",
	"Latn",
}

m["bmg"] = {
	"Bamwe",
	34867,
	"bnt-bun",
	"Latn",
}

m["bmh"] = {
	"凱恩語",
	6383764,
	"ngf-mad",
	"Latn",
}

m["bmi"] = {
	"Bagirmi",
	34903,
	"csu-bgr",
	"Latn",
}

m["bmj"] = {
	"博特-邁希語",
	9229570,
	"inc-eas",
	"Deva",
	ancestors = "bh",
}

m["bmk"] = {
	"Ghayavi",
	5555976,
	"poz-ocw",
	"Latn",
}

m["bml"] = {
	"Bomboli",
	35055,
	"bnt-ngn",
	"Latn",
}

m["bmn"] = {
	"Bina",
	8843664,
	"poz-ocw",
	"Latn",
}

m["bmo"] = {
	"Bambalang",
	34868,
	"nic-nun",
	"Latn",
}

m["bmp"] = {
	"Bulgebi",
	4996380,
	"ngf-fin",
	"Latn",
}

m["bmq"] = {
	"Bomu",
	35065,
	"nic-bwa",
	"Latn",
}

m["bmr"] = {
	"穆伊納內語",
	3027894,
	"sai-bor",
	"Latn",
}

m["bmt"] = {
	"標曼語",
	8842159,
	"hmx-mie",
}

m["bmu"] = {
	"Somba-Siawari",
	5000983,
	"ngf",
	"Latn",
}

m["bmv"] = {
	"Bum",
	35058,
	"nic-rnc",
	"Latn",
}

m["bmw"] = {
	"Bomwali",
	34984,
	"bnt-ndb",
	"Latn",
}

m["bmx"] = {
	"Baimak",
	3450546,
	"ngf-mad",
	"Latn",
}

m["bmz"] = {
	"Baramu",
	4858315,
	"ngf",
	"Latn",
}

m["bna"] = {
	"彭內拉提語",
	4941729,
	"poz-mun",
	"Latn",
}

m["bnb"] = {
	"保坎語",
	4943150,
	"poz-san",
	"Latn",
}

m["bnd"] = {
	"班達語",
	3504147,
	"poz-cma",
	"Latn",
}

m["bne"] = {
	"賓陶納語",
	4914533,
	"phi",
	"Latn",
}

m["bnf"] = {
	"Masiwang",
	6783305,
	"poz-cma",
	"Latn",
}

m["bng"] = {
	"Benga",
	34952,
	"bnt-saw",
	"Latn",
}

m["bni"] = {
	"Bangi",
	34936,
	"bnt-bmo",
	"Latn",
}

m["bnj"] = {
	"東塔烏碧語",
	18757427,
	"phi",
	"Latn",
}

m["bnk"] = {
	"Bierebo",
	2902029,
	"poz-vnc",
	"Latn",
}

m["bnl"] = {
	"布恩語",
	56616,
	"cus-eas",
	"Latn",
}

m["bnm"] = {
	"Batanga",
	34979,
	"bnt-saw",
	"Latn",
}

m["bnn"] = {
	"布農語",
	56505,
	"map",
	"Latn",
}

m["bno"] = {
	"班頓語",
	29490,
	"phi",
	"Latn",
}

m["bnp"] = {
	"Bola",
	4938876,
	"poz-ocw",
	"Latn",
}

m["bnq"] = {
	"班第語",
	2883521,
	"poz",
	"Latn",
}

m["bnr"] = {
	"Butmas-Tur",
	2928942,
	"poz-vnc",
	"Latn",
}

m["bns"] = {
	"布恩德里語",
	56399,
	"inc-hiw",
	"Deva",
	ancestors = "inc-ohi",
	translit = "hi-translit",
}

m["bnu"] = {
	"本東語",
	4890644,
	"poz-ssw",
	"Latn",
}

m["bnv"] = {
	"貝內拉夫語",
	4941733,
	"paa-tkw",
	"Latn",
}

m["bnw"] = {
	"Bisis",
	56356,
	"paa-spk",
	"Latn",
}

m["bnx"] = {
	"Bangubangu",
	3438330,
	"bnt-lbn",
	"Latn",
}

m["bny"] = {
	"民都魯語",
	3450775,
	"poz-swa",
	"Latn",
}

m["bnz"] = {
	"Beezen",
	35083,
	"nic-ykb",
	"Latn",
}

m["boa"] = {
	"波拉語",
	2375468,
	"sai-bor",
	"Latn",
}

m["bob"] = {
	"Aweer",
	56526,
	"cus-som",
	"Latn",
}

m["boe"] = {
	"Mundabli",
	36127,
	"nic-beb",
	"Latn",
}

m["bof"] = {
	"Bolon",
	3913301,
	"dmn-emn",
	"Latn",
}

m["bog"] = {
	"Bamako Sign Language",
	4853284,
	"sgn",
}

m["boh"] = {
	"North Boma",
	35080,
	"bnt-bdz",
	"Latn",
}

m["boi"] = {
	"Barbareño",
	56391,
	"nai-chu",
	"Latn",
}

m["boj"] = {
	"Anjam",
	3504136,
	"ngf-mad",
	"Latn",
}

m["bok"] = {
	"Bonjo",
	34942,
	"alv",
	"Latn",
}

m["bol"] = {
	"博雷語",
	3436680,
	"cdc-wst",
	"Latn",
}

m["bom"] = {
	"Berom",
	35013,
	"nic-beo",
	"Latn",
}

m["bon"] = {
	"Bine",
	4914077,
	"paa",
	"Latn",
}

m["boo"] = {
	"Tiemacèwè Bozo",
	12643582,
	"dmn-snb",
	"Latn", -- and others?
}

m["bop"] = {
	"Bonkiman",
	4942134,
	"ngf-fin",
	"Latn",
}

m["boq"] = {
	"Bogaya",
	7207578,
	"ngf",
	"Latn",
}

m["bor"] = {
	"博羅洛語",
	32986,
	"sai-mje",
	"Latn",
}

m["bot"] = {
	"Bongo",
	2910067,
	"csu-bbk",
	"Latn",
}

m["bou"] = {
	"邦代語",
	4941378,
	"bnt-seu",
	"Latn",
}

m["bov"] = {
	"Tuwuli",
	36974,
	"alv-ktg",
	"Latn",
}

m["bow"] = {
	"雷馬語",
	7311502,
	"paa",
	"Latn",
}

m["box"] = {
	"Buamu",
	35157,
	"nic-bwa",
	"Latn",
}

m["boy"] = {
	"Bodo (Central Africa)",
	4936715,
	"bnt-leb",
	"Latn",
}

m["boz"] = {
	"Tiéyaxo Bozo",
	32860401,
	"dmn-snb",
	"Latn",
}

m["bpa"] = {
	"Dakaka",
	1157729,
	"poz-vnc",
	"Latn",
}

m["bpd"] = {
	"班達-班達語",
	3450674,
	"bad-cnt",
	"Latn",
}

m["bpg"] = {
	"Bonggo",
	4941860,
	"poz-ocw",
	"Latn",
}

m["bph"] = {
	"博特利赫語",
	56560,
	"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["bpi"] = {
	"Bagupi",
	3450697,
	"ngf-mad",
	"Latn",
}

m["bpj"] = {
	"Binji",
	4914403,
	"bnt-lbn",
	"Latn",
}

m["bpk"] = {
	"Orowe",
	7103905,
	"poz-cln",
	"Latn",
}

m["bpl"] = {
	"Broome Pearling Lugger Pidgin",
	4975277,
	"crp",
	"Latn",
	ancestors = "ms",
}

m["bpm"] = {
	"Biyom",
	4919327,
	"ngf-mad",
	"Latn",
}

m["bpn"] = {
	"藻敏語",
	3042189,
	"hmx-mie",
}

m["bpo"] = {
	"Anasi",
	11207813,
	"paa-egb",
	"Latn",
}

m["bpp"] = {
	"Kaure",
	20526532,
	"paa",
	"Latn",
}

m["bpq"] = {
	"班達-馬來語",
	12473442,
	"crp",
	"Latn",
	ancestors = "ms",
}

m["bpr"] = {
	"科羅納達爾-布拉安語",
	16115430,
	"phi",
	"Latn",
}

m["bps"] = {
	"薩蘭尼加-布拉安語",
	16117272,
	"phi",
	"Latn",
}

m["bpt"] = {
	"巴羅角語",
	2567916,
	"aus-pmn",
	"Latn",
}

m["bpu"] = {
	"Bongu",
	4941930,
	"ngf-mad",
	"Latn",
}

m["bpv"] = {
	"Bian Marind",
	8841889,
	"ngf",
	"Latn",
}

m["bpx"] = {
	"帕爾雅巴雷里語",
	7128872,
	"inc-bhi",
	"Deva",
	translit = "hi-translit",
}

m["bpy"] = {
	"比什奴普萊利亞-曼尼普爾語",
	37059,
	"inc-eas",
	"Beng",
	ancestors = "inc-obn",
}

m["bpz"] = {
	"比爾巴語",
	8843362,
	"poz-tim",
	"Latn",
}

m["bqa"] = {
	"Tchumbuli",
	11008162,
	"alv-ctn",
	"Latn",
	ancestors = "ak",
}

m["bqb"] = {
	"Bagusa",
	4842178,
	"paa-tkw",
	"Latn",
}

m["bqc"] = {
	"Boko",
	34983,
	"dmn-bbu",
	"Latn",
}

m["bqd"] = {
	"Bung",
	3436612,
	"nic-bdn",
	"Latn",
}

m["bqf"] = {
	"Baga Kaloum",
	3502293,
	"alv-bag",
	"Latn",
}

m["bqg"] = {
	"Bago-Kusuntu",
	34878,
	"nic-gne",
}

m["bqh"] = {
	"白馬語",
	674990,
	"sit-qia",
}

m["bqi"] = {
	"巴赫蒂亞里語",
	257829,
	"ira-swi",
	"fa-Arab",
	ancestors = "pal",
}

m["bqj"] = {
	"Bandial",
	34872,
	"alv-jol",
	"Latn",
}

m["bqk"] = {
	"Banda-Mbrès",
	3450724,
	"bad-cnt",
	"Latn",
}

m["bql"] = {
	"Bilakura",
	4907504,
	"ngf-mad",
	"Latn",
}

m["bqm"] = {
	"Wumboko",
	37051,
	"bnt-kpw",
	"Latn",
}

m["bqn"] = {
	"保加利亞手語",
	3438325,
	"sgn",
}

m["bqo"] = {
	"Balo",
	34865,
	"nic-grs",
	"Latn",
}

m["bqp"] = {
	"布撒語",
	35185,
	"dmn-bbu",
	"Latn",
}

m["bqq"] = {
	"Biritai",
	56382,
	"paa-lkp",
	"Latn",
}

m["bqr"] = {
	"Burusu",
	5001028,
	"poz-san",
	"Latn",
}

m["bqs"] = {
	"Bosngun",
	56838,
	"paa",
	"Latn",
}

m["bqt"] = {
	"Bamukumbit",
	35078,
	"nic-nge",
	"Latn",
}

m["bqu"] = {
	"Boguru",
	3438444,
	"bnt-boa",
	"Latn",
}

m["bqv"] = {
	"Begbere-Ejar",
	7194098,
	"nic-plc",
	"Latn",
}

m["bqw"] = {
	"Buru (Nigeria)",
	1017152,
	"nic-bds",
	"Latn",
}

m["bqx"] = {
	"Baangi",
	3450648,
	"nic-kam",
	"Latn",
}

m["bqy"] = {
	"Bengkala Sign Language",
	3322119,
	"sgn",
}

m["bqz"] = {
	"Bakaka",
	34855,
	"bnt-mne",
	"Latn",
}

m["bra"] = {
	"布萊語",
	35243,
	"inc-hiw",
	"Deva",
	ancestors = "inc-ohi",
	translit = "hi-translit",
}


m["brb"] = {
	"Lave",
	4957737,
	"mkh-ban",
}

m["brc"] = {
	"伯比斯克里奧爾荷蘭語",
	35215,
	"crp",
	"Latn",
	ancestors = "nl",
}

m["brd"] = {
	"Baraamu",
	56804,
	"sit-new",
	"Deva",
}

m["brf"] = {
	"Bera",
	2896850,
	"bnt-kbi",
	"Latn",
}

m["brg"] = {
	"包雷語",
	2839722,
	"awd",
	"Latn",
}

m["brh"] = {
	"布拉灰語",
	33202,
	"dra-nor",
	"ur-Arab, Latn",
	translit = {["ur-Arab"] = "ur-translit"},
	entry_name = {
		-- character "ۂ" code U+06C2 to "ه" and "هٔ"‎ (U+0647 + U+0654) to "ه"; hamzatu l-waṣli to a regular alif
		from = {"هٔ", "ۂ", "ٱ"},
		to = {"ہ", "ہ", "ا"},
		remove_diacritics = c.fathatan .. c.dammatan .. c.kasratan .. c.fatha .. c.damma .. c.kasra .. c.shadda .. c.sukun .. c.nunghunna .. c.superalef
	},
}

m["bri"] = {
	"Mokpwe",
	36428,
	"bnt-kpw",
	"Latn",
}

m["brj"] = {
	"Bieria",
	4904607,
	"poz-vnc",
	"Latn",
}

m["brk"] = {
	"Birgid",
	56823,
	"nub",
	"Latn",
}

m["brl"] = {
	"Birwa",
	3501019,
	"bnt-sts",
	"Latn",
}

m["brm"] = {
	"Barambu",
	34893,
	"znd",
	"Latn",
}

m["brn"] = {
	"Boruca",
	4946773,
	"cba",
	"Latn",
}

m["bro"] = {
	"布羅卡特語",
	56605,
	"sit-tib",
	"Tibt, Latn",
	translit = {Tibt = "Tibt-translit"},
	override_translit = true,
	display_text = {Tibt = s["Tibt-displaytext"]},
	entry_name = {Tibt = s["Tibt-entryname"]},
	sort_key = {Tibt = "Tibt-sortkey"},
}

m["brp"] = {
	"Barapasi",
	56995,
	"paa-egb",
	"Latn",
}

m["brq"] = {
	"Breri",
	4961835,
	"paa",
	"Latn",
}

m["brr"] = {
	"Birao",
	2904383,
	"poz-sls",
	"Latn",
}

m["brs"] = {
	"貝拉斯語",
	8827053,
	"poz",
	"Latn",
}

m["brt"] = {
	"Bitare",
	34946,
	"nic-tvn",
	"Latn",
}

m["bru"] = {
	"東布魯語",
	16115463,
	"mkh-kat",
	"Latn, Laoo, Thai",
	sort_key = {
		Laoo = "Laoo-sortkey",
		Thai = "Thai-sortkey",
	},
}

m["brv"] = {
	"西布魯語",
	16113806,
	"mkh-kat",
	"Latn, Laoo, Thai",
	sort_key = {
		Laoo = "Laoo-sortkey",
		Thai = "Thai-sortkey",
	},
}

m["brw"] = {
	"Bellari",
	4883496,
	"dra-tlk",
	"Knda, Mlym",
	translit = {
		Knda = "kn-translit",
		Mlym = "ml-translit",
	},
}

m["brx"] = {
	"博多語",
	33223,
	"tbq-bdg",
	"Deva, Latn",
	translit = {Deva = "brx-translit"},
}

m["bry"] = {
	"Burui",
	5000976,
	"paa-spk",
	"Latn",
}

m["brz"] = {
	"Bilbil",
	4907473,
	"poz-ocw",
	"Latn",
}

m["bsa"] = {
	"阿比諾姆語",
	56648,
	"qfa-iso",
	"Latn",
}

m["bsb"] = {
	"汶萊米沙鄢語",
	3450611,
	"poz-san",
	"Latn",
}

m["bsc"] = {
	"Bassari",
	35098,
	"alv-ten",
	"Latn",
}

m["bse"] = {
	"Wushi",
	36973,
	"nic-rnn",
	"Latn",
}

m["bsf"] = {
	"Bauchi",
	34974,
	"nic-shi",
	"Latn",
}

m["bsg"] = {
	"巴斯卡爾迪語",
	33030,
	"ira-swi",
	"fa-Arab, Latn",
}

m["bsh"] = {
	"卡姆卡塔-維利語",
	2605045,
	"nur-nor",
	"Latn, Arab",
}

m["bsi"] = {
	"Bassossi",
	34940,
	"bnt-mne",
	"Latn",
}

m["bsj"] = {
	"Bangwinji",
	3446631,
	"alv-wjk",
	"Latn",
}

m["bsk"] = {
	"布魯夏斯基語",
	216286,
	"qfa-iso",
	"Arab",
}

m["bsl"] = {
	"Basa-Gumna",
	4866150,
	"nic-bas",
	"Latn",
}

m["bsm"] = {
	"Busami",
	5001255,
	"poz-hce",
	"Latn",
}

m["bsn"] = {
	"巴拉薩那語",
	2883843,
	"sai-tuc",
	"Latn",
}

m["bso"] = {
	"Buso",
	3441370,
	"cdc-est",
	"Latn",
}

m["bsp"] = {
	"Baga Sitemu",
	36466,
	"alv-bag",
	"Latn",
}

m["bsq"] = {
	"巴薩語",
	34949,
	"kro-wkr",
	"Latn, Bass",
}

m["bsr"] = {
	"Bassa-Kontagora",
	4866152,
	"nic-bas",
	"Latn",
}

m["bss"] = {
	"阿庫色語",
	34806,
	"bnt-mne",
	"Latn",
}

m["bst"] = {
	"Basketo",
	56531,
	"omv-ome",
	"Ethi",
}

m["bsu"] = {
	"巴洪率語",
	2879298,
	"poz-btk",
	"Latn",
}

m["bsv"] = {
	"Baga Sobané",
	3450433,
	"alv-bag",
	"Latn",
}

m["bsw"] = {
	"巴伊索語",
	56615,
	"cus-som",
	"Latn",
}

m["bsx"] = {
	"Yangkam",
	36922,
	"nic-tar",
	"Latn",
}

m["bsy"] = {
	"沙巴米沙鄢語",
	12641557,
	"poz-san",
	"Latn",
}

m["bta"] = {
	"Bata",
	56254,
	"cdc-cbm",
	"Latn",
}

m["btc"] = {
	"Bati (Cameroon)",
	34944,
	"nic-mbw",
	"Latn",
}

m["btd"] = {
	"代里巴塔克語",
	2891045,
	"btk",
	"Latn, Batk",
}

m["bte"] = {
	"Gamo-Ningi",
	5520366,
	"nic-jer",
	"Latn",
}

m["btf"] = {
	"Birgit",
	56302,
	"cdc-est",
	"Latn",
}

m["btg"] = {
	"Gagnoa Bété",
	11005602,
	"kro-bet",
	"Latn",
}

m["bth"] = {
	"Biatah Bidayuh",
	2900881,
	"day",
	"Latn",
}

m["bti"] = {
	"Burate",
	56900,
	"paa-egb",
	"Latn",
}

m["btj"] = {
	"巴占馬來語",
	8828608,
	"poz-mly",
	"Latn",
}

m["btm"] = {
	"曼代靈巴塔克語",
	2891049,
	"btk",
	"Latn, Batk",
}

m["btn"] = {
	"拉達農語",
	13197,
	"phi",
	"Latn",
}

m["bto"] = {
	"伊里加比科拉諾語",
	12633026,
	"phi",
	"Latn",
}

m["btp"] = {
	"Budibud",
	4985086,
	"poz-ocw",
	"Latn",
}

m["btq"] = {
	"巴特克語",
	860315,
	"mkh-asl",
	"Latn",
}

m["btr"] = {
	"Baetora",
	2878874,
	"poz-vnc",
	"Latn",
}

m["bts"] = {
	"西馬隆貢巴塔克語",
	2891054,
	"btk",
	"Latn, Batk",
}

m["btt"] = {
	"Bete-Bendi",
	4887064,
	"nic-ben",
	"Latn",
}

m["btu"] = {
	"Batu",
	34964,
	"nic-tvn",
	"Latn",
}

m["btv"] = {
	"巴特里語",
	3812564,
	"inc-koh",
	"Deva",
}

m["btw"] = {
	"布圖阿農語",
	5003156,
	"phi",
	"Latn",
}

m["btx"] = {
	"卡羅巴塔克語",
	33012,
	"btk",
	"Latn, Batk",
}

m["bty"] = {
	"Bobot",
	3446788,
	"poz-cma",
	"Latn",
}

m["btz"] = {
	"阿拉斯-克盧埃特語",
	2891042,
	"btk",
	"Latn, Batk",
}

m["bua"] = {
	"布里亞特語",
	33120,
	"xgn-cen",
	"Cyrl, Mong, Latn",
	wikimedia_codes = "bxr",
	ancestors = "cmg",
	translit = {
		Cyrl = "bua-translit",
		Mong = "Mong-translit",
	},
	override_translit = true,
	display_text = {Mong = s["Mong-displaytext"]},
	entry_name = {
		Cyrl = {remove_diacritics = c.grave .. c.acute},
		Mong = s["Mong-entryname"],
	},
	sort_key = {
		Cyrl = {
			from = {"ё", "ө", "ү", "һ"},
			to = {"е" .. p[1], "о" .. p[1], "у" .. p[1], "х" .. p[1]}
		},
	},
}

m["bub"] = {
	"Bua",
	32928,
	"alv-bua",
	"Latn",
}

m["bud"] = {
	"Ntcham",
	36266,
	"nic-grm",
	"Latn",
}

m["bue"] = {
	"貝奧圖克語",
	56234,
	nil,
	"Latn",
}

m["buf"] = {
	"Bushoong",
	3449964,
	"bnt-bsh",
	"Latn",
}

m["bug"] = {
	"布吉語",
	33190,
	"poz-ssw",
	"Bugi, Latn",
}

m["buh"] = {
	"優諾語",
	56299,
	"hmn",
	"Latn",
}

m["bui"] = {
	"Bongili",
	35084,
	"bnt-ngn",
	"Latn",
}

m["buj"] = {
	"Basa-Gurmana",
	6432515,
	"nic-bas",
	"Latn",
}

m["buk"] = {
	"Bukawa",
	35043,
	"poz-ocw",
	"Latn",
}

m["bum"] = {
	"布魯語(喀麥隆)",
	35028,
	"bnt-btb",
	"Latn",
}

m["bun"] = {
	"Sherbro",
	36339,
	"alv-mel",
	"Latn",
}

m["buo"] = {
	"Terei",
	56831,
	"paa-sbo",
	"Latn",
}

m["bup"] = {
	"布沙語",
	5002001,
	"poz",
	"Latn",
}

m["buq"] = {
	"Brem",
	4960502,
	"ngf",
	"Latn",
}

m["bus"] = {
	"Bokobaru",
	9228931,
	"dmn-bbu",
	"Latn",
}

m["but"] = {
	"本嘉因語",
	3450623,
	"qfa-tor",
	"Latn",
}

m["buu"] = {
	"Budu",
	3450207,
	"bnt-nya",
	"Latn",
}

m["buv"] = {
	"Bun",
	56351,
	"paa-yua",
	"Latn",
}

m["buw"] = {
	"Bubi",
	35017,
	"bnt-tso",
	"Latn",
}

m["bux"] = {
	"Boghom",
	3440412,
	"cdc-wst",
	"Latn",
}

m["buy"] = {
	"Mmani",
	35061,
	"alv-mel",
	"Latn",
}

m["bva"] = {
	"Barein",
	56285,
	"cdc-est",
	"Latn",
}

m["bvb"] = {
	"Bube",
	35110,
	"nic-bds",
	"Latn",
}

m["bvc"] = {
	"Baelelea",
	2878833,
	"poz-sls",
	"Latn",
}

m["bvd"] = {
	"Baeggu",
	2878850,
	"poz-sls",
	"Latn",
}

m["bve"] = {
	"Berau Malay",
	3915770,
	"poz-mly",
	"Latn",
}

m["bvf"] = {
	"Boor",
	56250,
	"cdc-est",
	"Latn",
}

m["bvg"] = {
	"Bonkeng",
	34958,
	"bnt-bbo",
	"Latn",
}

m["bvh"] = {
	"Bure",
	56294,
	"cdc-wst",
	"Latn",
}

m["bvi"] = {
	"Belanda Viri",
	35247,
	"nic-ser",
	"Latn",
}

m["bvj"] = {
	"Baan",
	3515067,
	"nic-ogo",
	"Latn",
}

m["bvk"] = {
	"Bukat",
	4986814,
	"poz-bnn",
	"Latn",
}

m["bvl"] = {
	"玻利維亞手語",
	1783590,
	"sgn",
	"Latn", -- when documented
}

m["bvm"] = {
	"Bamunka",
	34882,
	"nic-rnn",
	"Latn",
}

m["bvn"] = {
	"布那語",
	3450516,
	"qfa-tor",
	"Latn",
}

m["bvo"] = {
	"Bolgo",
	35038,
	"alv-bua",
	"Latn",
}

m["bvp"] = {
	"Bumang",
	4997235,
	"mkh-pal",
}

m["bvq"] = {
	"Birri",
	56514,
	"csu-bkr",
	"Latn",
}

m["bvr"] = {
	"布拉拉語",
	4998124,
	"aus-arn",
	"Latn",
}

m["bvt"] = {
	"Bati (Indonesia)",
	4869253,
	"poz-cma",
	"Latn",
}

m["bvu"] = {
	"Bukit Malay",
	9230148,
	"poz-mly",
	"Latn",
}

m["bvv"] = {
	"Baniva",
	3515198,
	"awd",
	"Latn",
}

m["bvw"] = {
	"Boga",
	56262,
	"cdc-cbm",
	"Latn",
}

m["bvx"] = {
	"Babole",
	35180,
	"bnt-ngn",
	"Latn",
}

m["bvy"] = {
	"拜拜語",
	16839275,
	"phi",
	"Latn",
}

m["bvz"] = {
	"Bauzi",
	56360,
	"paa-egb",
	"Latn",
}

m["bwa"] = {
	"Bwatoo",
	9232446,
	"poz-cln",
	"Latn",
}

m["bwb"] = {
	"Namosi-Naitasiri-Serua",
	3130290,
	"poz-occ",
	"Latn",
}

m["bwc"] = {
	"Bwile",
	3447440,
	"bnt-sbi",
	"Latn",
}

m["bwd"] = {
	"Bwaidoka",
	2929111,
	"poz-ocw",
	"Latn",
}

m["bwe"] = {
	"Bwe Karen",
	56994,
	"kar",
}

m["bwf"] = {
	"Boselewa",
	4947229,
	"poz-ocw",
	"Latn",
}

m["bwg"] = {
	"Barwe",
	8826802,
	"bnt-sna",
	"Latn",
}

m["bwh"] = {
	"Bishuo",
	34973,
	"nic-fru",
	"Latn",
}

m["bwi"] = {
	"巴尼瓦語",
	3501735,
	"awd-nwk",
	"Latn",
}

m["bwj"] = {
	"Láá Láá Bwamu",
	11017275,
	"nic-bwa",
	"Latn",
}

m["bwk"] = {
	"Bauwaki",
	4873607,
	"ngf",
	"Latn",
}

m["bwl"] = {
	"Bwela",
	5003678,
	"bnt-bun",
	"Latn",
}

m["bwm"] = {
	"Biwat",
	56352,
	"paa-yua",
	"Latn",
}

m["bwn"] = {
	"唔奈語",
	56452,
	"hmn",
}

m["bwo"] = {
	"席那夏語",
	56260,
	"omv-gon",
	"Latn",
}

m["bwp"] = {
	"曼多波巴勞語",
	12636155,
	"ngf",
	"Latn",
}

m["bwq"] = {
	"Southern Bobo",
	11001714,
	"dmn-snb",
	"Latn",
}

m["bwr"] = {
	"布拉語",
	56552,
	"cdc-cbm",
	"Latn",
}

m["bws"] = {
	"Bomboma",
	9229429,
	"bnt-bun",
	"Latn",
}

m["bwt"] = {
	"Bafaw",
	34853,
	"bnt-bbo",
	"Latn",
}

m["bwu"] = {
	"Buli (Ghana)",
	35085,
	"nic-buk",
	"Latn",
}

m["bww"] = {
	"Bwa",
	3515058,
	"bnt-bta",
	"Latn",
}

m["bwx"] = {
	"布努語",
	56411,
	"hmn",
	"Latn",
}

m["bwy"] = {
	"Cwi Bwamu",
	11150714,
	"nic-bwa",
	"Latn",
}

m["bwz"] = {
	"Bwisi",
	35067,
	"bnt-sir",
	"Latn",
}

m["bxa"] = {
	"鮑羅語",
	2892068,
	"poz-sls",
	"Latn",
}

m["bxb"] = {
	"Belanda Bor",
	56678,
	"sdv-lon",
	"Latn",
}

m["bxc"] = {
	"Molengue",
	13345,
	"bnt-kel",
	"Latn",
}

m["bxd"] = {
	"波拉語",
	57000,
	"tbq-brm",
}

m["bxe"] = {
	"Ongota",
	36344,
	nil,
	"Latn",
}

m["bxf"] = {
	"Bilur",
	2903788,
	"poz-ocw",
	"Latn",
}

m["bxg"] = {
	"班加拉語",
	34989,
	"bnt-bmo",
	"Latn",
}

m["bxh"] = {
	"布胡圖語",
	4986329,
	"poz-ocw",
	"Latn",
}

m["bxi"] = {
	"皮爾拉塔帕語",
	10632195,
	"aus-kar",
	"Latn",
}

m["bxj"] = {
	"巴永古語",
	10427485,
	"aus-psw",
	"Latn",
}

m["bxk"] = {
	"布克蘇語",
	32930,
	"bnt-msl",
	"Latn",
}

m["bxl"] = {
	"賈爾庫南語",
	11009787,
	"dmn-jje",
	"Latn",
}

m["bxn"] = {
	"布爾杜納語",
	4998313,
	"aus-psw",
	"Latn",
}

m["bxo"] = {
	"Barikanchi",
	3450802,
	"crp",
	"Latn",
	ancestors = "ha",
}

m["bxp"] = {
	"貝比爾語",
	34941,
	"bnt-btb",
	"Latn",
}

m["bxq"] = {
	"Beele",
	56238,
	"cdc-wst",
	"Latn",
}

m["bxs"] = {
	"Busam",
	35189,
	"nic-grs",
	"Latn",
}

m["bxv"] = {
	"Berakou",
	56796,
	"csu-bgr",
	"Latn",
}

m["bxw"] = {
	"Banka",
	3438402,
	"dmn-smg",
	"Latn",
}

m["bxz"] = {
	"Binahari",
	4913840,
	"ngf",
	"Latn",
}

m["bya"] = {
	"巴拉望巴塔克語",
	3450443,
	"phi",
	"Tagb",
}

m["byb"] = {
	"Bikya",
	33257,
	"nic-fru",
	"Latn",
}

m["byc"] = {
	"Ubaghara",
	36625,
	"nic-ucn",
	"Latn",
}

m["byd"] = {
	"本雅度語",
	11173588,
	"day",
	"Latn",
}

m["bye"] = {
	"波耶語",
	7235814,
	"paa-spk",
	"Latn",
}

m["byf"] = {
	"貝特語",
	32932,
	"nic-ykb",
	"Latn",
}

m["byg"] = {
	"Baygo",
	56836,
	"sdv-daj",
	"Latn",
}

m["byh"] = {
	"Bujhyal",
	56317,
	"sit-gma",
	"Deva",
}

m["byi"] = {
	"Buyu",
	5003401,
	"bnt-nyb",
	"Latn",
}

m["byj"] = {
	"Binawa",
	4913807,
	"nic-kau",
	"Latn",
}

m["byk"] = {
	"標話",
	4902547,
	"qfa-tak",
	"Latn", -- also Hani?
}

m["byl"] = {
	"巴尤諾語",
	3503856,
	"ngf",
	"Latn",
}

m["bym"] = {
	"比賈拉語",
	8842355,
	"aus-pam",
	"Latn",
}

m["byn"] = {
	"比林語",
	56491,
	"cus-cen",
	"Ethi, Latn",
	translit = {Ethi = "Ethi-translit"},
}

m["byo"] = {
	"碧約語",
	56848,
	"tbq-bka",
	"Latn, Hani",
	sort_key = {Hani = "Hani-sortkey"},
}

m["byp"] = {
	"Bumaji",
	4997234,
	"nic-ben",
	"Latn",
}

m["byq"] = {
	"巴賽語",
	716647,
	"map",
	"Latn",
}

m["byr"] = {
	"伊普馬語",
	3450812,
	"ngf",
	"Latn",
}

m["bys"] = {
	"布拉克語",
	4998097,
	"alv-bwj",
	"Latn",
}

m["byt"] = {
	"扎加瓦語",
	35008,
	"ssa-sah",
	"Latn",
}

m["byv"] = {
	"梅敦巴語",
	36019,
	"bai",
	"Latn",
}

m["byw"] = {
	"貝拉里雅語",
	32961,
	"sit-kie",
	"Deva",
}

m["byx"] = {
	"卡科特語",
	3503009,
	"paa-bng",
	"Latn",
}

m["byz"] = {
	"Banaro",
	56858,
	"paa",
	"Latn",
}

m["bza"] = {
	"班迪語",
	34912,
	"dmn-msw",
	"Latn",
}

m["bzb"] = {
	"阿尼迪歐語",
	4754487,
	"poz-slb",
	"Latn",
}

m["bzd"] = {
	"布里布里語",
	28400,
	"cba",
	"Latn",
}

m["bze"] = {
	"Jenaama Bozo",
	10950633,
	"dmn-snb",
	"Latn",
}

m["bzf"] = {
	"博伊肯語",
	56829,
	"paa-spk",
	"Latn",
}

m["bzg"] = {
	"巴布薩語",
	716615,
	"map",
}

m["bzh"] = {
	"Mapos Buang",
	2927370,
	"poz-ocw",
	"Latn",
}

m["bzi"] = {
	"畢蘇語",
	56852,
	"tbq-bis",
	"Latn, Thai",
	sort_key = {Thai = "Thai-sortkey"},
}

m["bzj"] = {
	"伯利茲克里奧爾語",
	1363055,
	"crp",
	"Latn",
	ancestors = "en",
}

m["bzk"] = {
	"尼加拉瓜克里奧爾語",
	3504097,
	"crp",
	"Latn",
	ancestors = "en",
}

m["bzl"] = {  -- supposedly also called "Bolano", but I can find no evidence of that
	"波阿諾語 (蘇拉威西島)",
	4931258,
	"poz",
	"Latn",
}

m["bzm"] = {
	"波朗多語",
	35071,
	"bnt-bun",
	"Latn",
}

m["bzn"] = {
	"波阿諾語 (摩鹿加群島)",
	4931255,
	"poz-cma",
	"Latn",
}

m["bzo"] = {
	"Bozaba",
	4952785,
	"bnt-ngn",
	"Latn",
}

m["bzp"] = {
	"肯貝拉諾語",
	12634399,
	"ngf-sbh",
	"Latn",
}

m["bzq"] = {
	"Buli (Indonesia)",
	2927952,
	"poz-hce",
	"Latn",
}

m["bzr"] = {
	"比里語",
	4087011,
	"aus-pam",
	"Latn",
}

m["bzs"] = {
	"巴西手語",
	3436689,
	"sgn",
	"Latn",
}

m["bzu"] = {
	"布爾梅索語",
	56746,
	"paa-wpa",
	"Latn",
}

m["bzv"] = {
	"貝貝語",
	34977,
	"nic-bbe",
	"Latn",
}

m["bzw"] = {
	"巴薩語",
	34898,
	"nic-bas",
	"Latn",
}

m["bzx"] = {
	"Hainyaxo Bozo",
	11159536,
	"dmn-snb",
	"Latn",
}

m["bzy"] = {
	"Obanliku",
	36276,
	"nic-ben",
	"Latn",
}

m["bzz"] = {
	"Evant",
	35259,
	"nic-tvc",
	"Latn",
}

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