模組:Languages/data/3/t

維基詞典,自由的多語言詞典
< 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["taa"] = {
	"Lower Tanana",
	28565,
	"ath-nor",
	"Latn",
}

m["tab"] = {
	"塔巴薩蘭語",
	34079,
	"cau-esm",
	"Cyrl, Latn, Arab",
	translit = "tab-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 = "tab-sortkey",
}

m["tac"] = {
	"低地塔拉烏馬拉語",
	15616384,
	"azc-trc",
	"Latn",
}

m["tad"] = {
	"Tause",
	2356440,
	"paa-lkp",
	"Latn",
}

m["tae"] = {
	"塔里阿納語",
	732726,
	"awd-nwk",
	"Latn",
}

m["taf"] = {
	"塔比拉貝語",
	7684673,
	"tup-gua",
	"Latn",
}

m["tag"] = {
	"Tagoi",
	36537,
	"nic-ras",
	"Latn",
}

m["taj"] = {
	"東達芒語",
	12953177,
	"sit-tam",
	"sit-tam-Tibt, Deva",
	display_text = {["sit-tam-Tibt"] = s["Tibt-displaytext"]},
	entry_name = {["sit-tam-Tibt"] = s["Tibt-entryname"]},
}

m["tak"] = {
	"Tala",
	3914494,
	"cdc-wst",
	"Latn",
}

m["tal"] = {
	"Tal",
	3440387,
	"cdc-wst",
	"Latn",
}

m["tan"] = {
	"坦加勒語",
	529921,
	"cdc-wst",
	"Latn",
}

m["tao"] = {
	"達悟語",
	715760,
	"phi",
	"Latn",
}

m["tap"] = {
	"Taabwa",
	7673650,
	"bnt-sbi",
	"Latn",
}

m["tar"] = {
	"中塔拉烏馬拉語",
	20090009,
	"azc-trc",
	"Latn",
	sort_key = {remove_diacritics = c.acute .. "ꞌ"},
}

m["tas"] = {
	"Tây Bồi",
	2233794,
	"crp",
	"Latn",
	ancestors = "fr",
	sort_key = s["roa-oil-sortkey"],
}

m["tau"] = {
	"Upper Tanana",
	28281,
	"ath-nor",
	"Latn",
}

m["tav"] = {
	"Tatuyo",
	2524007,
	"sai-tuc",
	"Latn",
}

m["taw"] = {
	"Tai",
	7675861,
	"ngf-mad",
	"Latn",
}

m["tax"] = {
	"Tamki",
	3449082,
	"cdc-est",
	"Latn",
}

m["tay"] = {
	"泰雅語",
	715766,
	"map-ata",
	"Latn",
}

m["taz"] = {
	"Tocho",
	36680,
	"alv-tal",
	"Latn",
}

m["tba"] = {
	"艾嘎嫩語",
	3409307,
	"qfa-iso",
}

m["tbb"] = {
	"Tapeba",
	12953908,
}

m["tbc"] = {
	"塔基亞語",
	3514336,
	"poz-oce",
}

m["tbd"] = {
	"Kaki Ae",
	6349417,
	"poz-ocw",
	"Latn",
}

m["tbe"] = {
	"Tanimbili",
	3515188,
	"poz-oce",
	"Latn",
}

m["tbf"] = {
	"Mandara",
	3285424,
	"poz-ocw",
	"Latn",
}

m["tbg"] = {
	"North Tairora",
	20210398,
	"paa-kag",
}

m["tbh"] = {
	"Thurawal",
	3537135,
	"aus-yuk",
}

m["tbi"] = {
	"Gaam",
	35338,
	"sdv-eje",
	"Latn",
}

m["tbj"] = {
	"Tiang",
	3528020,
	"poz-ocw",
	"Latn",
}

m["tbk"] = {
	"卡拉米-塔格巴努瓦語",
	3915487,
	"phi-kal",
}

m["tbl"] = {
	"特波里語",
	7690594,
	"phi",
}

m["tbm"] = {
	"Tagbu",
	7675188,
	"nic-ser",
}

m["tbn"] = {
	"Barro Negro Tunebo",
	12953943,
	"cba",
}

m["tbo"] = {
	"Tawala",
	7689206,
	"poz-ocw",
	"Latn",
}

m["tbp"] = {
	"Taworta",
	7689337,
	"paa-lkp",
	"Latn",
}

m["tbr"] = {
	"Tumtum",
	3407029,
	"qfa-kad",
}

m["tbs"] = {
	"Tanguat",
	7683166,
	"paa",
	"Latn",
}

m["tbt"] = {
	"滕博語",
	13123561,
	"bnt-shh",
	"Latn",
}

m["tbu"] = {
	"Tubar",
	56730,
	"azc-trc",
	"Latn",
}

m["tbv"] = {
	"Tobo",
	7811712,
	"ngf",
}

m["tbw"] = {
	"塔格巴努瓦語",
	3915475,
	"phi",
	"Latn",
}

m["tbx"] = {
	"卡平語",
	6366665,
	"poz-ocw",
	"Latn",
}

m["tby"] = {
	"塔巴魯語",
	11732670,
	"paa-nha",
}

m["tbz"] = {
	"Ditammari",
	35186,
	"nic-eov",
}

m["tca"] = {
	"齊古納語",
	1815205,
	"sai-tyu",
	"Latn",
}

m["tcb"] = {
	"Tanacross",
	28268,
	"ath-nor",
	"Latn",
}

m["tcc"] = {
	"Datooga",
	35327,
	"sdv-nis",
	"Latn",
}

m["tcd"] = {
	"Tafi",
	36545,
	"alv-ktg",
}

m["tce"] = {
	"南塔穹語",
	31091048,
	"ath-nor",
	"Latn",
}

m["tcf"] = {
	"馬利納爾特佩克特拉帕克語",
	25559732,
	"omq",
	"Latn",
}

m["tcg"] = {
	"Tamagario",
	7680531,
	"ngf",
}

m["tch"] = {
	"特克斯和凱科斯群島克里奧爾英語",
	7855478,
	"crp",
	"Latn",
	ancestors = "en",
}

m["tci"] = {
	"Wára",
	20825638,
	"paa-yam",
}

m["tck"] = {
	"Tchitchege",
	36595,
	"bnt-tek",
}

m["tcl"] = {
	"答曼語 (緬甸)",
	15616518,
	"sit-jnp",
	"Latn",
}

m["tcm"] = {
	"Tanahmerah",
	3514927,
	"ngf",
}

m["tco"] = {
	"Taungyo",
	12953186,
	"tbq-brm",
	ancestors = "obr",
}

m["tcp"] = {
	"Tawr Chin",
	7689338,
	"tbq-kuk",
}

m["tcq"] = {
	"Kaiy",
	6348709,
	"paa-lkp",
}

m["tcs"] = {
	"托雷斯海峽克里奧爾語",
	36648,
	"crp",
	"Latn",
	ancestors = "en",
}

m["tct"] = {
	"佯僙語",
	3442330,
	"qfa-kms",
}

m["tcu"] = {
	"東南塔拉烏馬拉語",
	36807,
	"azc-trc",
	"Latn",
}

m["tcw"] = {
	"特克帕特蘭托托納克語",
	7692795,
	"nai-ttn",
	"Latn",
}

m["tcx"] = {
	"Toda",
	34042,
	"dra-tkt",
}

m["tcy"] = {
	"圖陸語",
	34251,
	"dra-tlk",
	"Tutg, Mlym, Knda", -- Tigalari is not available. Mlym is nearer than Knda but both lack ɛ/ɛː.
	translit = {
		Mlym = "ml-translit",
		Knda = "kn-translit",
	},
}

m["tcz"] = {
	"Thado Chin",
	6583558,
	"tbq-kuk",
}

m["tda"] = {
	"Tagdal",
	36570,
	"son",
}

m["tdb"] = {
	"Panchpargania",
	21946879,
	"inc-eas",
	"Deva, as-Beng, Orya, Chis",
	ancestors = "bh",
}

m["tdc"] = {
	"Emberá-Tadó",
	3052041,
	"sai-chc",
	"Latn",
}

m["tdd"] = {
	"傣納語",
	36556,
	"tai-swe",
	"Tale",
	translit = "Tale-translit",
	entry_name = {remove_diacritics = c.ZWNJ .. c.ZWJ},
}

m["tde"] = {
	"Tiranige Diga Dogon",
	5313387,
	"nic-dgw",
}

m["tdf"] = {
	"Talieng",
	37525108,
	"mkh-ban",
}

m["tdg"] = {
	"西達芒語",
	12953178,
	"sit-tam",
	"sit-tam-Tibt, Deva",
	display_text = {["sit-tam-Tibt"] = s["Tibt-displaytext"]},
	entry_name = {["sit-tam-Tibt"] = s["Tibt-entryname"]},
}

m["tdh"] = {
	"Thulung",
	56553,
	"sit-kiw",
}

m["tdi"] = {
	"多馬迪諾語",
	7818197,
	"poz-btk",
	"Latn",
}

m["tdj"] = {
	"塔基歐語",
	7676870,
	"poz",
}

m["tdk"] = {
	"Tambas",
	3440392,
	"cdc-wst",
}

m["tdl"] = {
	"Sur",
	3914453,
	"nic-tar",
}

m["tdm"] = {
	"Taruma",
	nil,
}

m["tdn"] = {
	"通達諾語",
	3531514,
	"phi",
}

m["tdo"] = {
	"Teme",
	3913994,
	"alv-mye",
}

m["tdq"] = {
	"Tita",
	3914899,
	"nic-bco",
}

m["tdr"] = {
	"祖查語",
	7812881,
	"mkh",
}

m["tds"] = {
	"Doutai",
	5302331,
	"paa-lkp",
}

m["tdt"] = {
	"帝力德頓語",
	12643484,
	"crp",
	"Latn",
	ancestors = "tet",
}

m["tdu"] = {
	"Tempasuk Dusun",
	3529155,
	"poz-san",
}

m["tdv"] = {
	"Toro",
	3438367,
	"nic-alu",
}

m["tdy"] = {
	"塔迪亞萬語",
	7674700,
	"phi",
}

m["tea"] = {
	"特米亞爾語",
	3914693,
	"mkh-asl",
}

m["teb"] = {
	"Tetete",
	7706087,
	"sai-tuc",
	"Latn",
}

m["tec"] = {
	"Terik",
	3518379,
	"sdv-nma",
}

m["ted"] = {
	"Tepo Krumen",
	11152243,
	"kro-grb",
}

m["tee"] = {
	"韋韋特拉特佩瓦語",
	56455,
	"nai-ttn",
}

m["tef"] = {
	"Teressa",
	3518362,
	"aav-nic",
}

m["teg"] = {
	"北部特克語",
	36478,
	"bnt-tek",
}

m["teh"] = {
	"Tehuelche",
	33930,
	"sai-cho",
	"Latn",
}

m["tei"] = {
	"托里切利語",
	3450788,
	"qfa-tor",
}

m["tek"] = {
	"Ibali Teke",
	2802914,
	"bnt-tek",
}

m["tem"] = {
	"提姆語",
	36613,
	"alv-mel",
}

m["ten"] = {
	"Tama (Colombia)",
	3832969,
	"sai-tuc",
	"Latn",
}

m["teo"] = {
	"特索語",
	29474,
	"sdv-ttu",
	"Latn",
}

m["tep"] = {
	"特佩卡諾語",
	3915525,
	"azc",
	"Latn",
}

m["teq"] = {
	"Temein",
	7698064,
	"sdv",
}

m["ter"] = {
	"泰雷諾語",
	3314742,
	"awd",
	"Latn",
}

m["tes"] = {
	"Tengger",
	12473479,
	"poz",
}

m["tet"] = {
	"德頓語",
	34125,
	"poz-tim",
	"Latn",
}

m["teu"] = {
	"Soo",
	3437607,
	"ssa-klk",
}

m["tev"] = {
	"Teor",
	12953198,
	"poz-cma",
}

m["tew"] = {
	"特瓦語",
	56492,
	"nai-kta",
	"Latn",
}

m["tex"] = {
	"滕內語",
	56346,
	"sdv",
}

m["tey"] = {
	"Tulishi",
	12911106,
	"qfa-kad",
	"Latn",
}

m["tez"] = {
	"Tetserret",
	7706841,
	"ber",
	"Latn",
}

m["tfi"] = {
	"Tofin Gbe",
	3530330,
	"alv-pph",
}

m["tfn"] = {
	"代那安那語",
	27785,
	"ath-nor",
	"Latn",
}

m["tfo"] = {
	"Tefaro",
	7694618,
	"paa-egb",
	"Latn",
}

m["tfr"] = {
	"特里貝語",
	36533,
	"cba",
}

m["tft"] = {
	"特爾納特語",
	3518492,
	"paa-nha",
	"Latn, Arab",
}

m["tga"] = {
	"Sagalla",
	12953082,
	"bnt-cht",
}

m["tgb"] = {
	"Tobilung",
	12953913,
	"poz-san",
}

m["tgc"] = {
	"Tigak",
	3528276,
	"poz-ocw",
}

m["tgd"] = {
	"Ciwogai",
	3438799,
	"cdc-wst",
}

m["tge"] = {
	"東廓爾喀達芒語",
	12953175,
	"sit-tam",
	"sit-tam-Tibt, Deva",
	display_text = {["sit-tam-Tibt"] = s["Tibt-displaytext"]},
	entry_name = {["sit-tam-Tibt"] = s["Tibt-entryname"]},
}

m["tgf"] = {
	"查利語",
	3695197,
	"sit-ebo",
	"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["tgh"] = {
	"多巴哥克里奧爾英語",
	7811541,
	"crp",
	ancestors = "en",
}

m["tgi"] = {
	"拉溫亞語",
	3219937,
	"poz-ocw",
}

m["tgn"] = {
	"坦達加農語",
	nil,
	"phi",
}

m["tgo"] = {
	"塔古拉語",
	7675351,
	"poz-ocw",
}

m["tgp"] = {
	"Tangoa",
	2410276,
	"poz-vnc",
	"Latn",
}

m["tgq"] = {
	"Tring",
	7842360,
	"poz-swa",
}

m["tgr"] = {
	"Tareng",
	25559541,
	"mkh",
}

m["tgs"] = {
	"Nume",
	3346290,
	"poz-vnc",
}

m["tgt"] = {
	"中塔格巴努瓦語",
	3915515,
	"phi",
	"Tagb",
}

m["tgu"] = {
	"Tanggu",
	7682930,
	"paa",
	"Latn",
}

m["tgv"] = {
	"Tingui-Boto",
	7808195,
	"sai-mje",
	"Latn",
}

m["tgw"] = {
	"Tagwana Senoufo",
	36514,
	"alv-tdj",
}

m["tgx"] = {
	"塔吉什語",
	28064,
	"ath-nor",
	"Latn",
}

m["tgy"] = {
	"Togoyo",
	36825,
	"nic-ser",
}

m["thc"] = {
	"傣包語",
	7675753,
	"tai-nor",
}

m["thd"] = {
	"Kuuk Thaayorre",
	6448718,
	"aus-pmn",
	"Latn",
}

m["the"] = {
	"奇特旺塔魯語",
	22083804,
	"inc-eas",
}

m["thf"] = {
	"Thangmi",
	7710314,
	"sit-new",
}

m["thh"] = {
	"北塔拉烏馬拉語",
	15616395,
	"azc-trc",
	"Latn",
}

m["thi"] = {
	"Tai Long",
	25559562,
	"tai-swe",
}

m["thk"] = {
	"Tharaka",
	15407179,
	"bnt-kka",
}

m["thl"] = {
	"Dangaura Tharu",
	22083815,
	"inc-eas",
}

m["thm"] = {
	"他文語",
	34780,
	"mkh-vie",
	"Thai", --Laoo is feasible but no evidence yet.
	sort_key = "Thai-sortkey",
}

m["thn"] = {
	"Thachanadan",
	7708880,
	"dra-mal",
}

m["thp"] = {
	"湯普森語",
	1755054,
	"sal",
}

m["thq"] = {
	"珂奇拉塔魯語",
	22083826,
	"inc-eas",
}

m["thr"] = {
	"拉納塔魯語",
	12953920,
	"inc-eas",
}

m["ths"] = {
	"塔卡利語",
	7709348,
	"sit-tam",
}

m["tht"] = {
	"塔爾坦語",
	30125,
	"ath-nor",
	"Latn",
}

m["thu"] = {
	"Thuri",
	7799291,
	"sdv-lon",
}

m["thy"] = {
	"Tha",
	3915849,
	"alv-bwj",
}

m["tic"] = {
	"Tira",
	36677,
	"alv-hei",
}

m["tif"] = {
	"Tifal",
	11732691,
	"ngf-okk",
}

m["tig"] = {
	"提格雷語",
	34129,
	"sem-eth",
	"Ethi",
	translit = "Ethi-translit",
}

m["tih"] = {
	"蒂穆貢穆魯特語",
	7807680,
	"poz-san",
}

m["tii"] = {
	"Tiene",
	36469,
	"bnt-tek",
}

m["tij"] = {
	"Tilung",
	7803037,
	"sit-kiw",
}

m["tik"] = {
	"Tikar",
	36483,
	"nic-bdn",
	"Latn",
}

m["til"] = {
	"Tillamook",
	2109432,
	"sal",
}

m["tim"] = {
	"Timbe",
	7804599,
	"ngf",
}

m["tin"] = {
	"廷迪語",
	36860,
	"cau-and",
	"Cyrl",
	display_text = {Cyrl = s["cau-Cyrl-displaytext"]},
	entry_name = {Cyrl = s["cau-Cyrl-entryname"]},
}

m["tio"] = {
	"Teop",
	3518239,
	"poz-ocw",
}

m["tip"] = {
	"Trimuris",
	7842270,
	"paa-tkw",
}

m["tiq"] = {
	"Tiéfo",
	3914874,
	"alv-sav",
}

m["tis"] = {
	"Masadiit Itneg",
	18748769,
	"phi",
}

m["tit"] = {
	"Tinigua",
	3029805,
}

m["tiu"] = {
	"Adasen",
	11214797,
	"phi",
}

m["tiv"] = {
	"泰雷諾語",
	34131,
	"nic-tvc",
	"Latn",
}

m["tiw"] = {
	"提維語",
	1656014,
	"qfa-iso",
	"Latn",
}

m["tix"] = {
	"Southern Tiwa",
	7570552,
	"nai-kta",
	"Latn",
}

m["tiy"] = {
	"蒂魯賴語",
	7809425,
	"phi",
	"Latn",
}

m["tiz"] = {
	"紅金傣語",
	3915716,
	"tai-swe",
}

m["tja"] = {
	"Tajuasohn",
	3915326,
	"kro-wkr",
}

m["tjg"] = {
	"Tunjung",
	3542117,
	"poz",
}

m["tji"] = {
	"北部土家語",
	12953229,
	"sit-tja",
}

m["tjl"] = {
	"傣來語",
	7675773,
	"tai-swe",
	"Mymr",
}

m["tjm"] = {
	"Timucua",
	638300,
	"qfa-iso",
}

m["tjn"] = {
	"Tonjon",
	3913372,
	"dmn-jje",
}

m["tjs"] = {
	"南部土家語",
	12633994,
	"sit-tja",
	"Latn",
}

m["tju"] = {
	"Tjurruru",
	3913834,
	"aus-nga",
	"Latn",
}

m["tjw"] = {
	"Chaap Wuurong",
	5285187,
	"aus-pam",
	"Latn",
}

m["tka"] = {
	"特魯卡語",
	7847648,
}

m["tkb"] = {
	"Buksa",
	20983638,
	"inc-eas",
}

m["tkd"] = {
	"土庫德德語",
	36863,
	"poz-tim",
	"Latn",
}

m["tke"] = {
	"塔夸內語",
	11030092,
	"bnt-mak",
	ancestors = "vmw",
}

m["tkf"] = {
	"Tukumanféd",
	42330115,
	"tup-gua",
	"Latn",
}

m["tkl"] = {
	"托克勞語",
	34097,
	"poz-pnp",
	"Latn",
}

m["tkm"] = {
	"Takelma",
	56710,
}

m["tkn"] = {
	"德之島語",
	3530484,
	"jpx-ryu",
	"Jpan",
	translit = s["Jpan-translit"],
	sort_key = s["Jpan-sortkey"],
}

m["tkp"] = {
	"蒂科皮亞語",
	36682,
	"poz-pnp",
	"Latn",
}

m["tkq"] = {
	"Tee",
	3075144,
	"nic-ogo",
	"Latn",
}

m["tkr"] = {
	"查庫爾語",
	36853,
	"cau-wsm",
	"Cyrl, Latn, Arab",
	display_text = {Cyrl = s["cau-Cyrl-displaytext"]},
	entry_name = {
		Cyrl = s["cau-Cyrl-entryname"],
		Latn = s["cau-Latn-entryname"],
	},
}

m["tks"] = {
	"Ramandi",
	25261947,
	"xme-ttc",
	ancestors = "xme-ttc-sou",
}

m["tkt"] = {
	"卡塔里亞塔魯語",
	22083822,
	"inc-eas",
}

m["tku"] = {
	"上內卡克薩托托納克語",
	56343,
	"nai-ttn",
	"Latn",
}

m["tkv"] = {
	"穆爾帕諾語",
	nil,
	"poz-ocw",
	"Latn",
}

m["tkw"] = {
	"泰努語",
	3516731,
	"poz-oce",
	"Latn",
}

m["tkx"] = {
	"唐科語",
	7682993,
	"ngf-okk",
}

m["tkz"] = {
	"謝古語",
	7678544,
	"mkh",
}

m["tla"] = {
	"西南特佩瓦語",
	3518245,
	"azc",
	"Latn",
}

m["tlb"] = {
	"托貝洛語",
	1142333,
	"paa-nha",
}

m["tlc"] = {
	"耶庫阿特拉托托納克語",
	56460,
	"nai-ttn",
	"Latn",
}

m["tld"] = {
	"達勞德語",
	7678964,
	"phi",
}

m["tlf"] = {
	"Telefol",
	7696150,
	"ngf-okk",
}

m["tlg"] = {
	"Tofanma",
	4461493,
	"paa-pau",
}

m["tlh"] = {
	"克林貢語",
	10134,
	"art",
	"Latn",
	type = "appendix-constructed",
}

m["tli"] = {
	"特林吉特語",
	27792,
	"xnd",
	"Latn, Cyrl",
}

m["tlj"] = {
	"Talinga-Bwisi",
	7679530,
	"bnt-haj",
}

m["tlk"] = {
	"達祿基語",
	3514563,
	"poz-btk",
}

m["tll"] = {
	"Tetela",
	2613465,
	"bnt-tet",
}

m["tlm"] = {
	"Tolomako",
	3130514,
	"poz-vnc",
}

m["tln"] = {
	"大龍駱語'",
	7680293,
	"poz-ssw",
}

m["tlo"] = {
	"Talodi",
	36525,
	"alv-tal",
}

m["tlp"] = {
	"菲洛梅納-馬塔-科阿維特蘭托托納克語",
	5449202,
	"nai-ttn",
	"Latn",
}

m["tlq"] = {
	"Tai Loi",
	7675784,
	"mkh-pal",
}

m["tlr"] = {
	"Talise",
	3514510,
	"poz-sls",
}

m["tls"] = {
	"Tambotalo",
	7681065,
	"poz-vnc",
}

m["tlt"] = {
	"Teluti",
	12953194,
	"poz-cma",
}

m["tlu"] = {
	"Tulehu",
	7852006,
	"poz-cma",
}

m["tlv"] = {
	"塔利亞布語",
	3514498,
	"poz-cma",
	"Latn",
}

m["tlx"] = {
	"克赫赫克語",
	3196124,
	"poz-aay",
}

m["tly"] = {
	"塔利什語",
	34318,
	"xme-ttc",
	"Latn, Cyrl, fa-Arab",
}

m["tma"] = {
	"Tama (Chad)",
	57001,
	"sdv-tmn",
}

m["tmb"] = {
	"Avava",
	2157461,
	"poz-vnc",
}

m["tmc"] = {
	"Tumak",
	3121045,
	"cdc-est",
}

m["tmd"] = {
	"Haruai",
	12632146,
	"ngf-mad",
}

m["tme"] = {
	"Tremembé",
	5246937,
}

m["tmf"] = {
	"Toba-Maskoy",
	3033544,
	"sai-mas",
	"Latn",
}

m["tmg"] = {
	"Ternateño",
	7232597,
}

m["tmh"] = {
	"圖阿雷格語",
	34065,
	"ber",
	"Latn, Tfng, Arab",
	entry_name = {remove_diacritics = c.grave .. c.acute .. c.circ},
}

m["tmi"] = {
	"Tutuba",
	7857052,
	"poz-vnc",
}

m["tmj"] = {
	"Samarokena",
	7408865,
	"paa-tkw",
}

m["tmk"] = {
	"Northwestern Tamang",
	15616509,
	"sit-tam",
	"sit-tam-Tibt, Deva",
	display_text = {["sit-tam-Tibt"] = s["Tibt-displaytext"]},
	entry_name = {["sit-tam-Tibt"] = s["Tibt-entryname"]},
}

m["tml"] = {
	"Tamnim Citak",
	12643315,
	"ngf",
}

m["tmm"] = {
	"傣奈語",
	7675842,
	"tai-swe",
}

m["tmn"] = {
	"答曼語 (印尼)",
	7680671,
	"poz",
	"Latn",
}

m["tmo"] = {
	"特莫克語",
	7698205,
	"mkh-asl",
}

m["tmq"] = {
	"通萊奧語",
	7852641,
	"poz-ocw",
}

m["tms"] = {
	"蒂馬語",
	36684,
	"nic-ktl",
}

m["tmt"] = {
	"塔斯馬特語",
	7687571,
	"poz-vnc",
}

m["tmu"] = {
	"雅烏語",
	56867,
	"paa-lkp",
}

m["tmv"] = {
	"Motembo",
	11013108,
	"bnt-bun",
}

m["tmy"] = {
	"Tami",
	3514812,
	"poz-oce",
}

m["tmz"] = {
	"Tamanaku",
	3441435,
	"sai-ven",
	"Latn",
}

m["tna"] = {
	"塔卡納語",
	3182551,
	"sai-tac",
	"Latn",
}

m["tnb"] = {
	"Western Tunebo",
	3181238,
	"cba",
}

m["tnc"] = {
	"Tanimuca-Retuarã",
	36535,
	"sai-tuc",
	"Latn",
}

m["tnd"] = {
	"Angosturas Tunebo",
	25559604,
	"cba",
}

m["tne"] = {
	"Tinoc Kallahan",
	3192219,
}

m["tng"] = {
	"Tobanga",
	3440501,
	"cdc-est",
}

m["tnh"] = {
	"Maiani",
	6735243,
	"ngf-mad",
	"Latn",
}

m["tni"] = {
	"Tandia",
	7682454,
	"poz-hce",
	"Latn",
}

m["tnk"] = {
	"Kwamera",
	3200806,
	"poz-oce",
}

m["tnl"] = {
	"Lenakel",
	3229429,
	"poz-oce",
}

m["tnm"] = {
	"Tabla",
	7673105,
	"paa-sen",
}

m["tnn"] = {
	"North Tanna",
	957945,
	"poz-oce",
}

m["tno"] = {
	"Toromono",
	510544,
	"sai-tac",
	"Latn",
}

m["tnp"] = {
	"Whitesands",
	3063761,
	"poz-oce",
}

m["tnq"] = {
	"泰諾語",
	5232952,
	"awd-taa",
	"Latn",
}

m["tnr"] = {
	"Bedik",
	35096,
	"alv-ten",
}

m["tns"] = {
	"特尼斯語",
	7699870,
	"poz-ocw",
}

m["tnt"] = {
	"通騰博安語",
	3531666,
	"phi",
	"Latn",
}

m["tnu"] = {
	"岱康語",
	6362363,
	"tai",
}

m["tnv"] = {
	"坦昌雅語",
	7682361,
	"inc-eas",
	"Cakm",
	ancestors = "inc-obn",
}

m["tnw"] = {
	"通沙旺語",
	3531660,
	"phi",
}

m["tnx"] = {
	"Tanema",
	2106984,
	"poz-oce",
}

m["tny"] = {
	"Tongwe",
	7821200,
	"bnt",
}

m["tnz"] = {
	"Ten'edn",
	3073453,
	"mkh-asl",
	"Latn",
}

m["tob"] = {
	"Toba",
	3113756,
	"sai-guc",
	"Latn",
}

m["toc"] = {
	"科尤特拉托托納克語",
	15615591,
	"nai-ttn",
	"Latn",
}

m["tod"] = {
	"Toma",
	11055484,
	"dmn-msw",
	"Latn, Loma"
}

m["tof"] = {
	"Gizrra",
	5565941,
}

m["tog"] = {
	"通加語(馬拉維)",
	3847648,
	"bnt-nys",
	"Latn",
}

m["toh"] = {
	"通加語(莫桑比克)",
	7820988,
	"bnt-bso",
}

m["toi"] = {
	"通加語(贊比亞)",
	34101,
	"bnt-bot",
}

m["toj"] = {
	"托霍拉瓦爾語",
	36762,
	"myn",
}

m["tok"] = {
	"道本語",
	36846,
	"art",
	"Latn",
	type = "appendix-constructed",
}

m["tol"] = {
	"Tolowa",
	20827,
	"ath-pco",
	"Latn",
}

m["tom"] = {
	"通布魯語",
	3531199,
	"phi",
}

m["too"] = {
	"西科特佩克-德華雷斯托托納克語",
	8044353,
	"nai-ttn",
	"Latn",
}

m["top"] = {
	"帕潘特拉托托納克語",
	56329,
	"nai-ttn",
	"Latn",
}

m["toq"] = {
	"Toposa",
	3033588,
	"sdv-ttu",
}

m["tor"] = {
	"Togbo-Vara Banda",
	11002922,
	"bad-cnt",
}

m["tos"] = {
	"高地托托納克語",
	13154149,
	"nai-ttn",
	"Latn",
}

m["tou"] = {
	"土語",
	22694631,
	"mkh-vie",
}

m["tov"] = {
	"Upper Taromi",
	12953183,
	"xme-ttc",
	ancestors = "xme-ttc-cen",
}

m["tow"] = {
	"Jemez",
	3912876,
	"nai-kta",
	"Latn",
}

m["tox"] = {
	"托比語",
	34022,
	"poz-mic",
}

m["toy"] = {
	"多波伊尤語",
	7824977,
	"poz-kal",
}

m["toz"] = {
	"To",
	7811216,
	"alv-mbm",
}

m["tpa"] = {
	"Taupota",
	7688832,
	"poz-ocw",
}

m["tpc"] = {
	"Azoyú Me'phaa",
	25559730,
	"omq",
}

m["tpe"] = {
	"Tippera",
	16115423,
	"tbq-bdg",
}

m["tpf"] = {
	"Tarpia",
	12953185,
	"poz-ocw",
}

m["tpg"] = {
	"Kula",
	6442714,
	"qfa-tap",
}

m["tpi"] = {
	"托克皮辛語",
	34159,
	"crp",
	"Latn",
	ancestors = "en",
}

m["tpj"] = {
	"塔皮埃特語",
	3121063,
}

m["tpk"] = {
	"都比尼欽語",
	33924,
	"tup-gua",
}

m["tpl"] = {
	"Tlacoapa Me'phaa",
	16115511,
	"omq",
}

m["tpm"] = {
	"Tampulma",
	36590,
	"nic-gnw",
}

m["tpn"] = {
	"圖皮南巴語",
	31528147,
	"tup-gua",
	"Latn",
}

m["tpo"] = {
	"行彤傣語",
	7675795,
	"tai-nor",
}

m["tpp"] = {
	"比薩佛洛勒斯特佩瓦語",
	56349,
	"nai-ttn",
}

m["tpq"] = {
	"獨巴語",
	12953230,
	"sit-las",
}

m["tpr"] = {
	"圖帕里語",
	3542217,
	"tup",
	"Latn",
}

m["tpt"] = {
	"特拉奇奇爾科特佩瓦語",
	56330,
	"nai-ttn",
}

m["tpu"] = {
	"坦普溫語",
	3514882,
	"mkh-ban",
}

m["tpv"] = {
	"塔納帕格語",
	3397371,
	"poz-mic",
}

m["tpw"] = {
	"古圖皮語",
	56944,
	"tup-gua",
	"Latn",
}

m["tpx"] = {
	"阿卡特佩克-梅帕語",
	31157882,
	"omq",
}

m["tpy"] = {
	"特魯邁語",
	12294279,
	"qfa-iso",
}

m["tpz"] = {
	"Tinputz",
	3529205,
	"poz-ocw",
}

m["tqb"] = {
	"坦貝語",
	10322157,
	"tup-gua",
	"Latn",
}

m["tql"] = {
	"萊哈利語",
	3229119,
	"poz-oce",
}

m["tqm"] = {
	"Turumsa",
	7856508,
	"paa",
}

m["tqn"] = {
	"特奈諾語",
	15699255,
	"nai-shp",
	"Latn",
	ancestors = "nai-spt",
}

m["tqo"] = {
	"托里皮語",
	7811403,
	"ngf",
}

m["tqp"] = {
	"托莫伊普語",
	3531388,
	"poz-ocw",
}

m["tqq"] = {
	"突尼語",
	3514343,
	"cus-som",
}

m["tqr"] = {
	"托羅納語",
	36679,
	"alv-tal",
}

m["tqt"] = {
	"西托托納克語",
	7116691,
	"nai-ttn",
	"Latn",
}

m["tqu"] = {
	"Touo",
	56750,
}

m["tqw"] = {
	"通卡瓦語",
	2454881,
	"qfa-iso",
}

m["tra"] = {
	"Tirahi",
	3812406,
	"inc-koh",
}

m["trb"] = {
	"Terebu",
	7701797,
	"poz-ocw",
}

m["trc"] = {
	"科帕拉特里基語",
	12953935,
	"omq-tri",
	"Latn",
}

m["trd"] = {
	"Turi",
	7854914,
	"mun",
}

m["tre"] = {
	"East Tarangan",
	18609750,
	"poz",
}

m["trf"] = {
	"千里達克里奧爾英語",
	7842493,
	"crp",
	ancestors = "en",
}

m["trg"] = {
	"李山帝丹語",
	56473,
	"sem-nna",
}

m["trh"] = {
	"Turaka",
	12953237,
	"ngf",
}

m["tri"] = {
	"奇里幼語",
	56885,
	"sai-tar",
	"Latn",
}

m["trj"] = {
	"Toram",
	3441225,
	"cdc-est",
}

m["trl"] = {
	"旅行者蘇格蘭語",
	3915671,
	"crp",
	"Latn",
	ancestors = "sco, rom",
}

m["trm"] = {
	"特雷甘語",
	34081,
	"nur-sou",
}

m["trn"] = {
	"Trinitario",
	3539279,
	"awd",
}

m["tro"] = {
	"塔勞語",
	3515603,
	"tbq-kuk",
	"Latn",
}

m["trp"] = {
	"博羅克語",
	35947,
	"tbq-bdg",
}

m["trq"] = {
	"聖馬丁伊通約索特里基語",
	12953934,
	"omq-tri",
	"Latn",
}

m["trr"] = {
	"Taushiro",
	1957508,
}

m["trs"] = {
	"奇卡華特拉特里基語",
	3539587,
	"omq-tri",
	"Latn",
}

m["trt"] = {
	"Tunggare",
	615071,
	"paa-egb",
	"Latn",
}

m["tru"] = {
	"圖羅尤語",
	34040,
	"sem-cna",
	"Syrc, Latn",
	entry_name = "Syrc-entryname",
	translit = "tru-translit",
}

m["trv"] = {
	"賽德克語",
	716686,
	"map-ata",
	"Latn",
}

m["trw"] = {
	"托瓦利語",
	2665246,
	"inc-koh",
	"ur-Arab",
}

m["trx"] = {
	"Tringgus",
	7842365,
	"day",
}

m["try"] = {
	"土隆語",
	7856514,
	"tai-swe",
	"as-Beng",
}

m["trz"] = {
	"Torá",
	7827518,
	"sai-cpc",
}

m["tsa"] = {
	"Tsaangi",
	36675,
	"bnt-nze",
}

m["tsb"] = {
	"瑟麥語",
	2371358,
	"cus-eas",
}

m["tsc"] = {
	"Tswa",
	2085051,
	"bnt-tsr",
}

m["tsd"] = {
	"特薩克尼恩語",
	220607,
	"grk",
	"Grek",
	ancestors = "grc-dor",
	translit = "el-translit",
	entry_name = {remove_diacritics = c.caron .. c.diaerbelow .. c.brevebelow},
	sort_key = s["Grek-sortkey"],
}


m["tse"] = {
	"突尼西亞手語",
	7853191,
	"sgn",
}

m["tsf"] = {
	"Southwestern Tamang",
	12953176,
	"sit-tam",
}

m["tsg"] = {
	"陶蘇格語",
	34142,
	"phi",
	"Latn, Arab",
}

m["tsh"] = {
	"Tsuvan",
	3502326,
	"cdc-cbm",
}

m["tsi"] = {
	"茨姆錫安語",
	20085721,
	"nai-tsi",
}

m["tsj"] = {
	"倉洛語",
	36840,
	"sit-tsk",
	"Tibt, Latn, Deva",
	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["tsl"] = {
	"卜老語",
	3446675,
	"tai",
}

m["tsm"] = {
	"土耳其手語",
	36885,
	"sgn",
}

m["tsp"] = {
	"Northern Toussian",
	11155635,
	"alv-sav",
}

m["tsq"] = {
	"泰國手語",
	7709156,
	"sgn",
	"Sgnw",
}

m["tsr"] = {
	"Akei",
	2828964,
	"poz-vnc",
}

m["tss"] = {
	"臺灣手語",
	34019,
	"sgn-jsl",
}

m["tsu"] = {
	"鄒語",
	716681,
	"map",
	"Latn",
}

m["tsv"] = {
	"Tsogo",
	36674,
	"bnt-tso",
}

m["tsw"] = {
	"Tsishingini",
	13123571,
	"nic-kam",
}

m["tsx"] = {
	"Mubami",
	6930815,
	"ngf",
}

m["tsy"] = {
	"Tebul Sign Language",
	7692090,
	"sgn",
}

m["tta"] = {
	"圖特盧語",
	2311602,
	"sio-ohv",
}

m["ttb"] = {
	"Gaa",
	3438361,
	"nic-dak",
}

m["ttc"] = {
	"特克提特克語",
	36686,
	"myn",
}

m["ttd"] = {
	"Tauade",
	7688634,
}

m["tte"] = {
	"Bwanabwana",
	5003667,
	"poz-ocw",
	"Latn",
}

m["ttf"] = {
	"Tuotomb",
	7853459,
	"nic-mbw",
	"Latn",
}

m["ttg"] = {
	"都東語",
	3507990,
	"poz-swa",
	"Latn",
}

m["tth"] = {
	"Upper Ta'oih",
	3512660,
	"mkh-kat",
}

m["tti"] = {
	"Tobati",
	7811556,
	"poz-ocw",
	"Latn",
}

m["ttj"] = {
	"托羅語",
	7824218,
	"bnt-nyg",
	"Latn",
}

m["ttk"] = {
	"托托羅語",
	3532756,
	"sai-bar",
	"Latn",
}

m["ttl"] = {
	"Totela",
	10962316,
	"bnt-bot",
	"Latn",
}

m["ttm"] = {
	"北塔穹語",
	20822,
	"ath-nor",
	"Latn",
}

m["ttn"] = {
	"Towei",
	7829606,
	"paa-pau",
}

m["tto"] = {
	"Lower Ta'oih",
	25559539,
	"mkh-kat",
}

m["ttp"] = {
	"東貝拉拉語",
	6799663,
	"poz-kal",
}

m["ttr"] = {
	"特拉語",
	56267,
	"cdc-cbm",
}

m["tts"] = {
	"伊桑語",
	33417,
	"tai-swe",
	"Thai",
	sort_key = "Thai-sortkey",
}

m["ttt"] = {
	"塔特語",
	56489,
	"ira-swi",
	"Cyrl, Latn, Armn, fa-Arab",
	ancestors = "fa",
}

m["ttu"] = {
	"Torau",
	3532208,
	"poz-ocw",
}

m["ttv"] = {
	"馬努斯語",
	3445811,
	"poz-aay",
}

m["ttw"] = {
	"Long Wat",
	7856961,
	"poz-swa",
}

m["tty"] = {
	"Sikaritai",
	7513600,
	"paa-lkp",
}

m["ttz"] = {
	"Tsum",
	12953223,
	"sit-kyk",
}

m["tua"] = {
	"威阿如姆斯語",
	7998045,
	"qfa-tor",
	"Latn",
}

m["tub"] = {
	"Tübatulabal",
	56704,
	"azc",
	"Latn",
}

m["tuc"] = {
	"Mutu",
	3331003,
	"poz-ocw",
	"Latn",
}

m["tud"] = {
	"都夏語",
	7857217,
}

m["tue"] = {
	"都尤咖語",
	2520538,
	"sai-tuc",
	"Latn",
}

m["tuf"] = {
	"Central Tunebo",
	12953942,
	"cba",
}

m["tug"] = {
	"Tunia",
	863721,
	"alv-bua",
}

m["tuh"] = {
	"Taulil",
	3516141,
	"paa-bng",
}

m["tui"] = {
	"Tupuri",
	36646,
	"alv-mbm",
	"Latn",
}

m["tuj"] = {
	"圖古蒂爾語",
	12953228,
	"paa-nha"
}

m["tul"] = {
	"圖拉語",
	3914907,
	"alv-wjk",
}

m["tum"] = {
	"通布卡語",
	34138,
	"bnt-nys",
	"Latn",
}

m["tun"] = {
	"圖尼卡語",
	56619,
	"qfa-iso",
	"Latn",
}

m["tuo"] = {
	"都卡諾語",
	3541834,
	"sai-tuc",
	"Latn",
}

m["tuq"] = {
	"特達加語",
	36639,
	"ssa-sah",
}

m["tus"] = {
	"圖斯卡羅拉語",
	36944,
	"iro-nor",
	"Latn",
}

m["tuu"] = {
	"圖圖特尼語",
	20627,
	"ath-pco",
	"Latn",
}

m["tuv"] = {
	"圖爾卡納語",
	36958,
	"sdv-ttu",
	"Latn",
}

m["tux"] = {
	"Tuxináwa",
	7857204,
	"sai-pan",
	"Latn",
}

m["tuy"] = {
	"圖根語",
	3541935,
	"sdv-nma",
}

m["tuz"] = {
	"圖爾卡語",
	36643,
	"nic-gur",
	"Latn",
}

m["tva"] = {
	"瓦瓜語",
	3553248,
	"poz-ocw",
	"Latn",
}

m["tvd"] = {
	"楚瓦迪語",
	3914936,
	"nic-kam",
}

m["tve"] = {
	"特翁語",
	7690709,
	"poz-cet",
	"Latn",
}

m["tvk"] = {
	"Southeast Ambrym",
	252411,
	"poz-vnc",
	"Latn",
}

m["tvl"] = {
	"圖瓦盧語",
	34055,
	"poz-pnp",
	"Latn",
}

m["tvm"] = {
	"Tela-Masbuar",
	7695666,
	"poz-tim",
}

m["tvn"] = {
	"Tavoyan",
	7689158,
	"tbq-brm",
	"Mymr",
	ancestors = "obr",
}

m["tvo"] = {
	"蒂多雷語",
	3528199,
	"paa-nha",
	"Latn, Arab",
}

m["tvs"] = {
	"Taveta",
	15632387,
	"bnt-par",
}

m["tvt"] = {
	"Tutsa Naga",
	7856987,
	"sit-tno",
}

m["tvu"] = {
	"Tunen",
	36632,
	"nic-mbw",
}

m["tvw"] = {
	"塞多阿語",
	7445362,
	"poz-kal",
}

m["tvx"] = {
	"大武壠語",
	1975271,
	"map",
	"Latn",
}

m["tvy"] = {
	"帝汶皮欽語",
	4904029,
	"crp",
	ancestors = "pt",
}

m["twa"] = {
	"Twana",
	7857412,
	"sal",
}

m["twb"] = {
	"西塔烏碧語",
	12953912,
	"phi",
}

m["twc"] = {
	"Teshenawa",
	3436597,
	"phi",
}

m["twe"] = {
	"Teiwa",
	3519302,
	"ngf",
	"Latn",
}

m["twf"] = {
	"陶斯語",
	7684320,
	"nai-kta",
	"Latn",
}

m["twg"] = {
	"Tereweng",
	12953200,
	"qfa-tap",
}

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

m["twm"] = {
	"達旺門巴語",
	36586,
	"sit-ebo",
	"Tibt",
	translit = "Tibt-translit",
	override_translit = true,
	display_text = s["Tibt-displaytext"],
	entry_name = s["Tibt-entryname"],
	sort_key = "Tibt-sortkey",
}

m["twn"] = {
	"Twendi",
	7857682,
	"nic-mmb",
}

m["two"] = {
	"Tswapong",
	3446241,
	"bnt-sts",
}

m["twp"] = {
	"艾雷語",
	3056045,
	"poz-aay",
	"Latn",
}

m["twq"] = {
	"北桑海語",
	36564,
	"son",
}

m["twr"] = {
	"西南塔拉烏馬拉語",
	12953909,
	"azc-trc",
	"Latn",
}

m["twt"] = {
	"都里瓦拉語",
	3542307,
	"tup-gua",
	"Latn",
}

m["twu"] = {
	"Termanu",
	7702572,
	"poz-tim",
}

m["tww"] = {
	"Tuwari",
	7857159,
	"paa-spk",
}

m["twy"] = {
	"Tawoyan",
	3513542,
	"poz-bre",
}

m["txa"] = {
	"Tombonuo",
	7818692,
	"poz-san",
}

m["txb"] = {
	"吐火羅語B",
	3199353,
	"ine-toc",
	"Latn",
	wikipedia_article = "吐火羅語", -- wikidata id has no associated article
	standardChars = "AaÄäĀāCcEeIiKkLlMmṂṃNnṄṅÑñOoPpRrSsŚśṢṣTtUuWwYy" .. c.punc,
}

m["txc"] = {
	"Tsetsaut",
	20829,
	"ath-nor",
	"Latn",
}

m["txe"] = {
	"多多利語",
	7828387,
	"poz-tot",
	"Latn",
}

m["txg"] = {
	"西夏語",
	2727930,
	"sit-qia",
	"Tang",
	translit = "txg-translit",
}

m["txj"] = {
	"Tarjumo",
	nil,
	"ssa-sah",
	"Latn, Arab",
}

m["txh"] = {
	"色雷斯語",
	36793,
	"ine",
	"Latn, Grek",
	translit = "el-translit",
}

m["txi"] = {
	"伊崩語",
	9344891,
	"sai-pek",
	"Latn",
}

m["txm"] = {
	"托米尼語",
	7818911,
	"poz",
}

m["txn"] = {
	"West Tarangan",
	3515594,
	"poz",
}

m["txo"] = {
	"投投語",
	36709,
	"sit-dhi",
	"Beng, Toto"
}

m["txq"] = {
	"Tii",
	7801784,
	"poz-tim",
}

m["txr"] = {
	"Tartessian",
	36795,
}

m["txs"] = {
	"通西亞語",
	3531659,
	"phi",
}

m["txt"] = {
	"Citak",
	3447279,
	"ngf",
}

m["txu"] = {
	"卡亞波語",
	3101212,
	"sai-nje",
	"Latn",
}

m["txx"] = {
	"Tatana",
	18643518,
	"poz-san",
}

m["tya"] = {
	"陶亞語",
	7688978,
	"ngf-mad",
}

m["tye"] = {
	"Kyenga",
	3913304,
	"dmn-bbu",
	"Latn",
}

m["tyh"] = {
	"O'du",
	3347428,
	"mkh",
}

m["tyi"] = {
	"Teke-Tsaayi",
	33123613,
	"bnt-nze",
}

m["tyj"] = {
	"Tai Do",
	7675746,
	"tai-nor",
	"Thai, Latn, Tayo", -- Vietnamese alphabet
}

m["tyl"] = {
	"土僚語",
	12953921,
	"tai-cen",
}

m["tyn"] = {
	"Kombai",
	6428241,
	"ngf",
}

m["typ"] = {
	"Kuku-Thaypan",
	3915693,
	"aus-pmn",
	"Latn",
}

m["tyr"] = {
	"傣亮語",
	3915207,
	"tai-swe",
	"Tavt",
}

m["tys"] = {
	"沙爬語",
	3446668,
	"tai-sap",
	"Latn",
}

m["tyt"] = {
	"德地傣語",
	7862029,
	"tai-swe",
}

m["tyu"] = {
	"Kua",
	3832933,
	"khi-kal",
}

m["tyv"] = {
	"圖瓦語",
	34119,
	"trk-ssb",
	"Cyrl",
	translit = "tyv-translit",
	override_translit = true,
	sort_key = "tyv-sortkey",
}

m["tyx"] = {
	"Teke-Tyee",
	36634,
	"bnt-nze",
}

m["tyz"] = {
	"岱依語", -- This does not mean its umbrella "Tai" languages.
	2511476,
	"tai-tay",
	"Latn, Hani",
	sort_key = {Hani = "Hani-sortkey"},
}

m["tza"] = {
	"坦桑尼亞手語",
	7684177,
	"sgn",
}

m["tzh"] = {
	"策爾塔爾語",
	36808,
	"myn",
	"Latn",
}

m["tzj"] = {
	"楚圖希爾語",
	36941,
	"myn",
	"Latn",
}

m["tzl"] = {
	"Talossan",
	1063911,
	"art",
	"Latn",
	type = "appendix-constructed",
	sort_key = "tzl-sortkey",
}

m["tzm"] = {
	"中阿特拉斯柏柏爾語",
	49741,
	"ber",
	"Tfng, Arab, Latn",
	translit = "Tfng-translit",
}

m["tzn"] = {
	"Tugun",
	12953225,
	"poz-tim",
}

m["tzo"] = {
	"佐齊爾語",
	36809,
	"myn",
	"Latn",
}

m["tzx"] = {
	"Tabriak",
	56872,
	"paa-lsp",
	"Latn",
}

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