模組:Languages/data/3/g

維基詞典,自由的多語言詞典
< 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["gaa"] = {
	"加族語",
	33287,
	"alv-gda",
	"Latn",
}

m["gab"] = {
	"Gabri",
	3441237,
	"cdc-est",
	"Latn",
}

m["gac"] = {
	"混合大安達曼語",
	nil,
	"qfa-adn",
	"Latn",
}

m["gad"] = { -- not to be confused with gdk, gdg
	"Gaddang",
	3438830,
	"phi",
	"Latn",
}

m["gae"] = {
	"瓦瑞克那語",
	1091095,
	"awd-nwk",
	"Latn",
}

m["gaf"] = {
	"Gende",
	3100425,
	"paa-kag",
	"Latn",
}

m["gag"] = {
	"加告茲語",
	33457,
	"trk-ogz",
	"Latn, Cyrl",
	ancestors = "trk-oat",
	dotted_dotless_i = true,
	sort_key = {
		Latn = {
			from = {
				"i", -- Ensure "i" comes after "ı".
				"ä", "ç", "ê", "ı", "ö", "ş", "ţ", "ü"
			},
			to = {
				"i" .. p[1],
				"a" .. p[1], "c" .. p[1], "e" .. p[1], "i", "o" .. p[1], "s" .. p[1], "t" .. p[1], "u" .. p[1]
			}
		},
	},
}

m["gah"] = {
	"阿勒卡諾語",
	3441595,
	"paa-kag",
	"Latn",
}

m["gai"] = {
	"Borei",
	6799756,
	"paa",
	"Latn",
}

m["gaj"] = {
	"Gadsup",
	5516467,
	"paa-kag",
	"Latn",
}

m["gak"] = {
	"Gamkonora",
	5520226,
	"paa-nha",
	"Latn",
}

m["gal"] = {
	"Galoli",
	35322,
	"poz-tim",
	"Latn",
}

m["gam"] = {
	"康達沃語",
	6361369,
	"ngf",
	"Latn",
}

m["gan"] = {
	"贛語",
	33475,
	"zhx",
	"Hants",
	ancestors = "ltc",
	generate_forms = "zh-generateforms",
	translit = "zh-translit",
	sort_key = "Hani-sortkey",
}

m["gao"] = {
	"Gants",
	5521529,
	"ngf-mad",
	"Latn",
}

m["gap"] = {
	"Gal",
	5517742,
	"ngf-mad",
	"Latn",
}

m["gaq"] = {
	"Gata'",
	3501920,
	"mun",
}

m["gar"] = {
	"Galeya",
	5518509,
	"poz-ocw",
	"Latn",
}

m["gas"] = {
	"Adiwasi Garasia",
	12953522,
	"inc-bhi",
	ancestors = "bhb",
}

m["gat"] = {
	"克納蒂語",
	4219330,
	"paa-kag",
	"Latn",
}

m["gau"] = {
	"Kondekor",
	12952433,
	"dra-pgd",
}

m["gaw"] = {
	"Nobonob",
	11732205,
	"paa",
	"Latn",
}

m["gay"] = {
	"加約語",
	33286,
	"poz-nws",
	"Latn",
}

m["gba"] = {
	"葛巴亞語",
	3099986,
	"alv-gba",
	"Latn",
}

m["gbb"] = {
	"Kaytetye",
	6380709,
	"aus-rnd",
	"Latn",
}

m["gbd"] = {
	"Karadjeri",
	3913837,
	"aus-pam",
	"Latn",
}

m["gbe"] = {
	"Niksek",
	56375,
	"paa",
	"Latn",
}

m["gbf"] = {
	"Gaikundi",
	5517032,
	"paa-spk",
	"Latn",
}

m["gbg"] = {
	"Gbanziri",
	35306,
	"nic-nkg",
	"Latn",
}

m["gbh"] = {
	"Defi Gbe",
	12952446,
	"alv-gbe",
	"Latn",
}

m["gbi"] = {
	"Galela",
	3094570,
	"paa-nha",
	"Latn",
}

m["gbj"] = {
	"Bodo Gadaba",
	3347070,
	"mun",
	"Orya",
}

m["gbk"] = {
	"Gaddi",
	17455500,
	"him",
	"Deva, Takr",
	translit = {Deva = "hi-translit"},
}

m["gbl"] = {
	"Gamit",
	2731717,
	"inc-bhi",
	"Deva, Gujr",
}

m["gbm"] = {
	"加爾華利語",
	33459,
	"inc-pah",
	"Deva",
	translit = "hi-translit",
}

m["gbn"] = {
	"Mo'da",
	12755683,
	"csu-bbk",
	"Latn",
}

m["gbo"] = {
	"Northern Grebo",
	11157042,
	"kro-grb",
	"Latn",
	ancestors = "grb",
}

m["gbp"] = {
	"Gbaya-Bossangoa",
	11011295,
	"alv-gbw",
	"Latn",
}

m["gbq"] = {
	"Gbaya-Bozoum",
	4952879,
	"alv-gbw",
	"Latn",
}

m["gbr"] = {
	"Gbagyi",
	11015105,
	"alv-ngb",
	"Latn",
}

m["gbs"] = {
	"Gbesi Gbe",
	12952448,
	"alv-pph",
	"Latn",
}

m["gbu"] = {
	"Gagadu",
	35677,
	"aus-arn",
	"Latn",
}

m["gbv"] = {
	"Gbanu",
	3914945,
	"alv-gbf",
	"Latn",
}

m["gbw"] = {
	"Gabi",
	5515391,
	"aus-pam",
	"Latn",
}

m["gbx"] = {
	"Eastern Xwla Gbe",
	18379975,
	"alv-pph",
	"Latn",
}

m["gby"] = {
	"Gbari",
	3915451,
	"alv-ngb",
	"Latn",
}

m["gcc"] = {
	"Mali",
	6743338,
	"paa-bng",
	"Latn",
}

m["gcd"] = {
	"Ganggalida",
	3913765,
	"aus-tnk",
	"Latn",
}

m["gce"] = {
	"Galice",
	20711,
	"ath-pco",
	"Latn",
}

m["gcf"] = {
	"安地列斯克里奧爾語",
	3006280,
	"crp",
	"Latn",
	ancestors = "fr",
	sort_key = s["roa-oil-sortkey"],
}

m["gcl"] = {
	"格瑞那達克里奧爾英語",
	4252500,
	"crp",
	"Latn",
	ancestors = "en",
}

m["gcn"] = {
	"Gaina",
	11732195,
	"ngf",
	"Latn",
}

m["gcr"] = {
	"圭亞那克里奧爾語",
	1363072,
	"crp",
	"Latn",
	ancestors = "fr",
	sort_key = s["roa-oil-sortkey"],
}

m["gct"] = {
	"Colonia Tovar German",
	1138351,
	"gmw-hgm",
	"Latn",
	ancestors = "gsw",
}

m["gdb"] = {
	"Ollari",
	33906,
	"dra-pgd",
	"Orya, Telu",
	translit = {
		Telu = "te-translit"
	},
}

m["gdc"] = {
	"Gugu Badhun",
	10510360,
	"aus-pam",
	"Latn",
}

m["gdd"] = {
	"Gedaged",
	35292,
	"poz-ocw",
	"Latn",
}

m["gde"] = {
	"Gude",
	3441230,
	"cdc-cbm",
	"Latn",
}

m["gdf"] = {
	"Guduf-Gava",
	3441350,
	"cdc-cbm",
	"Latn",
}

m["gdg"] = { -- not to be confused with gad, gdk
	"Ga'dang",
	5515189,
	"phi",
}

m["gdh"] = {
	"Gadjerawang",
	3913817,
	"aus-jar",
	"Latn",
}

m["gdi"] = {
	"Gundi",
	11137851,
	"nic-nkb",
	"Latn",
}

m["gdj"] = {
	"Kurtjar",
	5619931,
	"aus-pmn",
	"Latn",
}

m["gdk"] = { -- not to be confused with gad, gdg
	"Gadang",
	56256,
	"cdc-est",
	"Latn",
}

m["gdl"] = {
	"Dirasha",
	56809,
	"cus-eas",
	"Ethi",
}

m["gdm"] = {
	"Laal",
	33436,
	nil,
	"Latn",
}

m["gdn"] = {
	"Umanakaina",
	7881084,
	"ngf",
	"Latn",
}

m["gdo"] = {
	"戈多貝里語",
	56515,
	"cau-and",
	"Cyrl",
	display_text = {Cyrl = s["cau-Cyrl-displaytext"]},
	entry_name = {Cyrl = s["cau-Cyrl-entryname"]},
}

m["gdq"] = {
	"邁赫拉語",
	13361,
	"sem-sar",
	"Arab, Latn",
}

m["gdr"] = {
	"Wipi",
	8026711,
	"paa",
	"Latn",
}

m["gds"] = {
	"Ghandruk Sign Language",
	15971577,
	"sgn",
}

m["gdt"] = {
	"Kungardutyi",
	6444517,
	"aus-kar",
	"Latn",
}

m["gdu"] = {
	"Gudu",
	3441172,
	"cdc-cbm",
	"Latn",
}

m["gdx"] = {
	"Godwari",
	3540922,
	"inc-wes",
	ancestors = "mwr",
}

m["gea"] = {
	"Geruma",
	3438789,
	"cdc-wst",
	"Latn",
}

m["geb"] = {
	"Kire",
	11129733,
	"paa",
	"Latn",
}

m["gec"] = {
	"Gboloo Grebo",
	11019342,
	"kro-grb",
	"Latn",
	ancestors = "grb",
}

m["ged"] = {
	"Gade",
	3914459,
	"alv-nup",
	"Latn",
}

m["geg"] = {
	"Gengle",
	3438345,
	"alv-mye",
	"Latn",
	ancestors = "kow",
}

m["geh"] = {
	"Hutterisch",
	33385,
	"gmw-hgm",
	"Latn",
	ancestors = "bar",
}

m["gei"] = {
	"Gebe",
	3100032,
	"poz-hce",
	"Latn",
}

m["gej"] = {
	"格恩語",
	33450,
	"alv-gbe",
	"Latn",
}

m["gek"] = {
	"Gerka",
	3441277,
	"cdc-wst",
	"Latn",
}

m["gel"] = {
	"Fakkanci",
	36627,
	"nic-knn",
	"Latn",
}

m["geq"] = {
	"Geme",
	3915851,
	"znd",
	"Latn",
}

m["ges"] = {
	"蓋瑟亞語",
	5553579,
	"poz-cma",
	"Latn",
}

m["gev"] = {
	"Viya",
	7937974,
	"bnt-tso",
	"Latn",
}

m["gew"] = {
	"Gera",
	3438725,
	"cdc-wst",
	"Latn",
}

m["gex"] = {
	"嘎爾語",
	56618,
	"cus-som",
	"Latn",
}

m["gey"] = {
	"Enya",
	5381452,
	"bnt-mbe",
	"Latn",
}

m["gez"] = {
	"吉茲語",
	35667,
	"sem-eth",
	"Ethi",
	translit = "Ethi-translit",
}

m["gfk"] = {
	"帕特帕塔爾語",
	3368846,
	"poz-ocw",
	"Latn",
}

m["gft"] = {
	"加法特語",
	56910,
	"sem-eth",
	"Ethi, Latn",
}

m["gga"] = {
	"Gao",
	3095228,
	"poz-ocw",
	"Latn",
}

m["ggb"] = {
	"Gbii",
	3914390,
	"kro-wkr",
	"Latn",
}

m["ggd"] = {
	"Gugadj",
	5615186,
	"aus-pmn",
	"Latn",
}

m["gge"] = {
	"Guragone",
	5619801,
	"aus-arn",
	"Latn",
}

m["ggg"] = {
	"Gurgula",
	5620032,
	"inc-wes",
	"Arab",
	ancestors = "mwr",
}

m["ggk"] = {
	"Kungarakany",
	6444516,
	"aus-arn",
	"Latn",
}

m["ggl"] = {
	"Ganglau",
	5521140,
	"ngf-mad",
	"Latn",
}

m["ggn"] = {
	"Eastern Gurung",
	12952472,
	"sit-tam",
	"Gukh, Deva",
}

m["ggt"] = {
	"Gitua",
	3107865,
	"poz-ocw",
	"Latn",
}

m["ggu"] = {
	"Gban",
	3913317,
	"dmn-nbe",
	"Latn",
}

m["ggw"] = {
	"Gogodala",
	3512161,
	"paa-pag",
	"Latn",
}

m["gha"] = {
	"Ghadames",
	56747,
	"ber",
	"Latn", -- and other scripts?
}

m["ghc"] = {
	"Classical Gaelic",
	5128278,
	"cel-gae",
	"Latn, Latg",
	ancestors = "mga",
}

m["ghe"] = {
	"Southern Ghale",
	12952453,
	"sit-tam",
	"Deva",
}

m["ghh"] = {
	"Northern Ghale",
	22662104,
	"sit-tam",
	"Deva",
}

m["ghk"] = {
	"Geko Karen",
	5530317,
	"kar",
}

m["ghl"] = {
	"Ghulfan",
	16885737,
	"nub-hil",
	"Latn", -- and others?
}

m["ghn"] = {
	"Ghanongga",
	3104772,
	"poz-ocw",
	"Latn",
}

m["gho"] = {
	"Ghomara",
	35315,
	"ber",
	"Tfng, Latn",
	translit = {Tfng = "Tfng-translit"},
}

m["ghr"] = {
	"Ghera",
	22808992,
	"inc-hiw",
}

m["ghs"] = {
	"Guhu-Samane",
	11732219,
	"ngf",
	"Latn",
}

m["ght"] = {
	"Kutang Ghale",
	6448337,
	"sit-tam",
	"Tibt",
	translit = "Tibt-translit",
	override_translit = true,
	display_text = s["Tibt-displaytext"],
	entry_name = s["Tibt-entryname"],
	sort_key = "Tibt-sortkey",
}

m["gia"] = {
	"Kitja",
	1284877,
	"aus-jar",
	"Latn",
}

m["gib"] = {
	"Gibanawa",
	12953530,
	"crp",
	"Latn",
	ancestors = "ha",
}

m["gid"] = {
	"Gidar",
	35265,
	"cdc-cbm",
	"Latn",
}

m["gie"] = {
	"Guébie",
	nil,
	"kro-did",
	"Latn",
}

m["gig"] = {
	"Goaria",
	33269,
	"inc-wes",
	"Arab",
	ancestors = "mwr",
}

m["gih"] = {
	"Githabul",
	nil,
	"aus-pam",
	"Latn",
}

m["gii"] = {
	"Girirra",
	5564288,
	"cus-som",
}

m["gil"] = {
	"吉伯特語",
	30898,
	"poz-mic",
	"Latn",
}

m["gim"] = {
	"Gimi (Goroka)",
	11732209,
	"paa",
	"Latn",
}

m["gin"] = {
	"希努赫語",
	33283,
	"cau-wts",
	"Cyrl",
	translit = "gin-translit",
	display_text = {Cyrl = s["cau-Cyrl-displaytext"]},
	entry_name = {Cyrl = s["cau-Cyrl-entryname"]},
}

m["gio"] = {
	"仡佬語",
	56401,
	"qfa-tak",
}

m["gip"] = {
	"Gimi (Austronesian)",
	12952457,
	"poz-ocw",
}

m["giq"] = {
	"青仡佬語",
	12953525,
	"qfa-gel",
}

m["gir"] = {
	"紅仡佬語",
	3100264,
	"qfa-gel",
}

m["gis"] = {
	"North Giziga",
	3515084,
	"cdc-cbm",
}

m["git"] = {
	"Gitxsan",
	3107862,
	"nai-tsi",
}

m["giu"] = {
	"木佬語",
	11092831,
	"qfa-gel",
}

m["giw"] = {
	"白仡佬語",
	8843040,
	"qfa-gel",
}

m["gix"] = {
	"Gilima",
	10977716,
	"nic-nkm",
	"Latn",
}

m["giy"] = {
	"Giyug",
	5565906,
}

m["giz"] = {
	"South Giziga",
	3502232,
	"cdc-cbm",
}

m["gji"] = {
	"Geji",
	3914890,
	"cdc-wst",
	"Latn",
}

m["gjk"] = {
	"Kachi Koli",
	12953646,
	"inc-wes",
}

m["gjm"] = {
	"Gunditjmara",
	6448731,
	"aus-pam",
}

m["gjn"] = {
	"Gonja",
	35267,
	"alv-gng",
	"Latn",
}

m["gju"] = {
	"古賈里語",
	3241731,
	"inc-wes",
	"ur-Arab, Deva, Takr",
	ancestors = "raj",
	entry_name = {
		["ur-Arab"] = {
			remove_diacritics = c.fathatan .. c.dammatan .. c.kasratan .. c.fatha .. c.damma .. c.kasra .. c.shadda .. c.sukun .. c.nunghunna .. c.smallv,
			from = {"ڵ", "ݩ"},
			to = {"ل", "ن"}
		},
	},
}

m["gka"] = {
	"Guya",
	11732221,
	"ngf-fin",
	"Latn",
}

m["gkd"] = {
	"Magɨ",
	nil,
	"ngf-mad",
	"Latn",
}

m["gke"] = {
	"Ndai",
	6983667,
	"alv-mbm",
}

m["gkn"] = {
	"Gokana",
	3075137,
	"nic-ogo",
	"Latn",
}

m["gko"] = {
	"Kok-Nar",
	6426526,
	"aus-pmn",
	"Latn",
}

m["gkp"] = {
	"幾內亞克培列語",
	11052867,
	"dmn-msw",
	"Latn, Kpel",
	ancestors = "kpe",
}

m["glc"] = {
	"邦古拉語",
	289816,
	"alv-bua",
}

m["gld"] = {
	"赫哲語",
	13303,
	"tuw-nan",
	"Cyrl",
	translit = "gld-translit",
	entry_name = {remove_diacritics = c.macron},
	sort_key = {
		from = {"ё", "ӈ"},
		to = {"е" .. p[1], "н" .. p[1]}
	},
}

m["glh"] = {
	"西北帕沙伊語",
	23713532,
	"inc-pas",
	"fa-Arab",
}

m["glj"] = {
	"Kulaal",
	33360,
	"alv-bua",
}

m["glk"] = {
	"吉拉基語",
	33657,
	"ira-csp",
	"fa-Arab",
}

m["glo"] = {
	"Galambu",
	2598797,
	"cdc-wst",
	"Latn",
}

m["glr"] = {
	"Glaro-Twabo",
	3915313,
	"kro-wee",
}

m["glu"] = {
	"Gula",
	5617176,
	"csu-bgr",
}

m["glw"] = {
	"Glavda",
	3441285,
	"cdc-cbm",
	"Latn",
}

m["gly"] = {
	"古勒語",
	3120736,
	"ssa-kom",
}

m["gma"] = {
	"Gambera",
	10502327,
	"aus-wor",
}

m["gmb"] = {
	"Gula'alaa",
	3120733,
	"poz-sls",
	"Latn",
}

m["gmd"] = {
	"Mághdì",
	3914475,
	"alv-bwj",
}

m["gmg"] = {
	"Magiyi",
	16926155,
	"ngf-mad",
	"Latn",
}

m["gmh"] = {
	"中古高地德語",
	837985,
	"gmw-hgm",
	"Latn",
	entry_name = {
		remove_diacritics = c.circ .. c.macron,
		from = {"Ë", "ë", "[ƷȤ]", "[ʒȥ]"},
		to = {"E", "e", "Z", "z"}
	},
}

m["gml"] = {
	"中古低地德語",
	505674,
	"gmw-lgm",
	"Latn",
	entry_name = {remove_diacritics = c.circ .. c.macron .. c.diaer},
}

m["gmm"] = {
	"Gbaya-Mbodomo",
	6799713,
	"alv-gbf",
	"Latn",
}

m["gmn"] = {
	"Gimnime",
	11016905,
	"alv-dur",
}

m["gmu"] = {
	"Gumalu",
	5618027,
	"ngf-mad",
}

m["gmv"] = {
	"Gamo",
	16116386,
	"omv-nom",
	"Latn, Ethi",
}

m["gmx"] = {
	"馬哥馬語",
	16939552,
	"bnt-bki",
}

m["gmy"] = {
	"邁錫尼希臘語",
	668366,
	"grk",
	"Linb",
	translit = "Linb-translit",
	override_translit = true,
}

m["gmz"] = {
	"Mgbo",
	6826835,
	"alv-igb",
	ancestors = "izi",
}

m["gna"] = {
	"Kaansa",
	56802,
	"nic-gur",
}

m["gnb"] = {
	"岡特語",
	12952442,
	"tbq-kuk",
}

m["gnc"] = {
	"關切語",
	35762,
	"ber",
}

m["gnd"] = {
	"朱爾戈-格姆澤克語",
	56800,
	"cdc-cbm",
	"Latn",
}

m["gne"] = {
	"Ganang",
	nil,
	"nic-plc",
	ancestors = "izr",
}

m["gng"] = {
	"Ngangam",
	35888,
	"nic-grm",
}

m["gnh"] = {
	"Lere",
	3915319,
	"nic-jer",
}

m["gni"] = {
	"古尼揚迪語",
	2669219,
	"aus-bub",
	"Latn",
}

m["gnj"] = {
	"Ngen",
	nil,
	"dmn-nbe",
	"Latn",
}

m["gnk"] = {
	"ǁGana",
	1975199,
	"khi-kal",
}

m["gnl"] = {
	"Gangulu",
	4916329,
	"aus-pam",
}

m["gnm"] = {
	"Ginuman",
	11732210,
	"ngf",
}

m["gnn"] = {
	"古馬其語",
	10510745,
	"aus-yol",
	"Latn",
}

m["gnq"] = {
	"Gana",
	5520523,
	"poz-san",
}

m["gnr"] = {
	"Gureng Gureng",
	5619998,
	"aus-pam",
}

m["gnt"] = {
	"Guntai",
	12952475,
	"paa",
}

m["gnu"] = {
	"格瑙語",
	3915810,
	"qfa-tor",
}

m["gnw"] = {
	"西玻利維亞瓜拉尼語",
	3775037,
	"tup-gua",
	"Latn",
	ancestors = "gn",
}

m["gnz"] = {
	"Ganzi",
	11137942,
	"nic-nkb",
	"Latn",
}

m["goa"] = {
	"古羅語",
	35251,
	"dmn-mda",
	"Latn",
}

m["gob"] = {
	"Playero",
	3027923,
	"sai-guh",
}

m["goc"] = {
	"Gorakor",
	12952463,
	"poz-ocw",
	"Latn",
}

m["god"] = {
	"Godié",
	3914412,
	"kro-bet",
}

m["goe"] = {
	"Gongduk",
	2669221,
	"sit",
}

m["gof"] = {
	"Gofa",
	12631584,
	"omv-nom",
	"Latn, Ethi",
}

m["gog"] = {
	"Gogo",
	3272630,
	"bnt-ruv",
	"Latn",
}

m["goh"] = {
	"古高地德語",
	35218,
	"gmw-hgm",
	"Latn, Runr",
	entry_name = {
		remove_diacritics = c.circ .. c.macron .. c.diaer,
		from = {"[ƷȤ]", "[ʒȥ]"},
		to = {"Z", "z"}
	},
	translit = {
		Runr = "Runr-translit",
	},
}

m["goi"] = {
	"Gobasi",
	5575414,
	"ngf",
	"Latn",
}

m["goj"] = {
	"Gowlan",
	12953532,
	"inc-sou",
}

-- gok is a spurious language, see [[w:Spurious languages]]

m["gol"] = {
	"Gola",
	35482,
	"alv",
}

m["gon"] = {
	"岡德語",
	1775361,
	"dra-gon",
	"Telu, Gonm, Gong",
	translit = {
		Telu = "te-translit",
		Gong = "gon-Gong-translit",
		Gonm = "gon-Gonm-translit",
	},
}

m["goo"] = {
	"Gone Dau",
	3110470,
	"poz-occ",
	"Latn",
}

m["gop"] = {
	"Yeretuar",
	8052565,
	"poz-hce",
	"Latn",
}

m["goq"] = {
	"Gorap",
	3110816,
	"crp",
	ancestors = "ms",
}

m["gor"] = {
	"哥倫打洛語",
	2501174,
	"phi",
	"Latn",
}

m["got"] = {
	"哥特語",
	35722,
	"gme",
	"Goth, Runr, Latn",
	translit = {Goth = "Goth-translit"},
	link_tr = true,
	entry_name = {Latn = {remove_diacritics = c.macron}},
}

m["gou"] = {
	"Gavar",
	3441180,
	"cdc-cbm",
}

m["gov"] = {
	"Goo",
	16927208,
	"dmn",
	"Latn",
}

m["gow"] = {
	"Gorowa",
	3437626,
	"cus-sou",
}

m["gox"] = {
	"Gobu",
	7194986,
	"bad-cnt",
}

m["goy"] = {
	"Goundo",
	317636,
	"alv-kim",
}

m["goz"] = {
	"Gozarkhani",
	5590235,
	"xme-ttc",
	ancestors = "xme-ttc-eas",
}

m["gpa"] = {
	"Gupa-Abawa",
	3915352,
	"alv-ngb",
}

m["gpn"] = {
	"Taiap",
	56237,
	"paa",
}

m["gqa"] = {
	"Ga'anda",
	56245,
	"cdc-cbm",
	"Latn",
}

m["gqi"] = {
	"貴瓊語",
	3120647,
	"sit-qia",
}

m["gqn"] = { -- a variety of 'ter'
	"Kinikinao",
	nil,
	"awd",
}

m["gqr"] = {
	"Gor",
	759992,
	"csu-sar",
}

m["gqu"] = {
	"稿語",
	17284874,
	"qfa-gel",
}

m["gra"] = {
	"Rajput Garasia",
	21041529,
	"inc-bhi",
	"Deva, Gujr",
	ancestors = "bhb",
}

m["grb"] = {
	"格列博語",
	35257,
	"kro-grb",
	"Latn",
}

m["grc"] = {
	"古希臘語",
	35497,
	"grk",
	"Polyt, Cprt",
	translit = {
		Polyt = "grc-translit",
		Cprt = "Cprt-translit",
	},
	override_translit = true,
	entry_name = {
		Polyt = s["Polyt-entryname"],
	},
	sort_key = {
		Polyt = s["Grek-sortkey"],
	},
	standardChars = {
		Polyt = "ΑΆἈἉἊἋἌἍἎἏᾈᾉᾊᾋᾌᾍᾎᾏᾸᾹᾺᾼΒΓΔΕΈἘἙἚἛἜἝῈΖΗΉἨἩἪἫἬἭἮἯᾘᾙᾚᾛᾜᾝᾞᾟῊῌΘΙΊΪἸἹἺἻἼἽἾἿῘῙῚΚΛΜΝΞΟΌὈὉὊὋὌὍΠΡῬΣΤΥΎΫὙὛὝὟῨῩῪΦΧΨΩΏὨὩὪὫὬὭὮὯᾨᾩᾪᾫᾬᾭᾮᾯῸῺῼαάἀἁἂἃἄἅἆἇὰᾀᾁᾂᾃᾄᾅᾆᾇᾰᾱᾲᾳᾴᾶᾷβγδεέἐἑἒἓἔἕὲζηήἠἡἢἣἤἥἦἧὴᾐᾑᾒᾓᾔᾕᾖᾗῂῃῄῆῇθιίϊΐἰἱἲἳἴἵἶἷὶῐῑῒῖῗκλμνξοόὀὁὂὃὄὅὸπρῤῥςστυύϋΰὐὑὒὓὔὕὖὗὺῠῡῢῦῧφχψωώὠὡὢὣὤὥὦὧὼᾠᾡᾢᾣᾤᾥᾦᾧῲῳῴῶῷ·ͺ΄΅᾽᾿῀῁῍῎῏῝῞῟῭`´῾",
		Cprt = "𐠀𐠁𐠂𐠃𐠄𐠅𐠈𐠊𐠋𐠌𐠍𐠎𐠏𐠐𐠑𐠒𐠓𐠔𐠕𐠖𐠗𐠘𐠙𐠚𐠛𐠜𐠝𐠞𐠟𐠠𐠡𐠢𐠣𐠤𐠥𐠦𐠧𐠨𐠩𐠪𐠫𐠬𐠭𐠮𐠯𐠰𐠱𐠲𐠳𐠴𐠵𐠷𐠸𐠼𐠿",
		c.punc
	},
}

m["grd"] = {
	"Guruntum",
	3441272,
	"cdc-wst",
	"Latn",
}

m["grg"] = {
	"Madi",
	6727664,
	"ngf-fin",
	"Latn",
}

m["grh"] = {
	"Gbiri-Niragu",
	3913936,
	"nic-kau",
	"Latn",
}

m["gri"] = {
	"Ghari",
	3104782,
	"poz-sls",
	"Latn",
}

m["grj"] = {
	"Southern Grebo",
	3914444,
	"kro-grb",
	"Latn",
	ancestors = "grb",
}

m["grm"] = {
	"Kota Marudu Talantang",
	6433808,
	"poz-san",
	"Latn",
}

m["gro"] = {
	"Groma",
	56551,
	"sit-tib",
}

m["grq"] = {
	"Gorovu",
	56355,
	"paa",
	"Latn",
}

m["grs"] = {
	"Gresi",
	5607612,
	"paa-nim",
	"Latn",
}

m["grt"] = {
	"嘎洛語",
	36137,
	"tbq-bdg",
	"Latn, Beng, Brai",
}

m["gru"] = {
	"Kistane",
	13273,
	"sem-eth",
	"Latn",
}

m["grv"] = {
	"Central Grebo",
	18385114,
	"kro-grb",
	"Latn",
	ancestors = "grb",
}

m["grw"] = {
	"Gweda",
	5623387,
	"poz-ocw",
	"Latn",
}

m["grx"] = {
	"Guriaso",
	12631954,
	"paa-kwm",
	"Latn",
}

m["gry"] = {
	"Barclayville Grebo",
	11157342,
	"kro-grb",
	"Latn",
	ancestors = "grb",
}

m["grz"] = {
	"Guramalum",
	3120935,
	"poz-ocw",
	"Latn",
}

m["gse"] = {
	"加納手語",
	35289,
	"sgn",
	"Latn", -- when documented
}

m["gsg"] = {
	"德國手語",
	33282,
	"sgn-gsl",
	"Sgnw",
}

m["gsl"] = {
	"Gusilay",
	35439,
	"alv-jol",
	"Latn",
}

m["gsm"] = {
	"危地馬拉手語",
	2886781,
	"sgn",
	"Latn", -- when documented
}

m["gsn"] = {
	"Gusan",
	11732224,
	"ngf-fin",
	"Latn",
}

m["gso"] = {
	"Southwest Gbaya",
	4919322,
	"alv-gbs",
	"Latn",
}

m["gsp"] = {
	"Wasembo",
	7971402,
	"ngf-mad",
	"Latn",
}

m["gss"] = {
	"希臘手語",
	3565084,
	"sgn",
}

m["gsw"] = {
	"阿勒曼尼語",
	131339,
	"gmw-hgm",
	"Latn",
	wikimedia_codes = "als",
	ancestors = "gmh",
}

m["gta"] = {
	"瓜多語",
	3027940,
	"qfa-iso",
	"Latn",
}

m["gtu"] = {
	"Aghu Tharrnggala",
	16825981,
	"aus-pmn",
	"Latn",
}

m["gua"] = {
	"Shiki",
	3913946,
	"nic-jrn",
	"Latn",
}

m["gub"] = {
	"瓜加加拉語",
	7699720,
	"tup-gua",
	"Latn",
}

m["guc"] = {
	"瓦尤語",
	891085,
	"awd-taa",
	"Latn",
}

m["gud"] = {
	"Yocoboué Dida",
	21074781,
	"kro-did",
	"Latn",
}

m["gue"] = {
	"古林吉語",
	10511016,
	"aus-pam",
	"Latn",
}

m["guf"] = {
	"古帕普因古語",
	10511004,
	"aus-yol",
	"Latn",
}

m["gug"] = {
	"巴拉圭瓜拉尼語",
	17478066,
	"tup-gua",
	"Latn",
	ancestors = "gn",
}

m["guh"] = {
	"Guahibo",
	2669193,
	"sai-guh",
	"Latn",
}

m["gui"] = {
	"東玻利維亞瓜拉尼語",
	2963912,
	"tup-gua",
	"Latn",
	ancestors = "gn",
}

m["guk"] = {
	"古馬茲語",
	2396970,
	"ssa",
	"Latn, Ethi",
}

m["gul"] = {
	"古拉語",
	33395,
	"crp",
	"Latn",
	ancestors = "en",
}

m["gum"] = {
	"Guambiano",
	2744745,
	"sai-bar",
	"Latn",
}

m["gun"] = {
	"姆比亞瓜拉尼語",
	3915584,
	"tup-gua",
	"Latn",
	ancestors = "gn",
}

m["guo"] = {
	"Guayabero",
	2980375,
	"sai-guh",
	"Latn",
}

m["gup"] = {
	"Gunwinggu",
	1406574,
	"aus-gun",
	"Latn",
}

m["guq"] = {
	"Aché",
	383701,
	"tup",
	"Latn",
}

m["gur"] = {
	"法拉法拉語",
	35331,
	"nic-mre",
	"Latn",
}

m["gus"] = {
	"幾內亞手語",
	15983937,
	"sgn",
	"Latn", -- when documented
}

m["gut"] = {
	"Maléku Jaíka",
	3915782,
	"cba",
	"Latn",
}

m["guu"] = {
	"Yanomamö",
	8048928,
	"sai-ynm",
	"Latn",
}

m["guv"] = {
	"Gey",
	nil,
	"alv-sav",
	"Latn",
}

m["guw"] = {
	"Gun",
	3111668,
	"alv-gbe",
	"Latn",
	entry_name = {remove_diacritics = c.grave .. c.acute .. c.macron},
}

m["gux"] = {
	"Gourmanchéma",
	35474,
	"nic-grm",
	"Latn",
}

m["guz"] = {
	"古西語",
	33603,
	"bnt-lok",
	"Latn",
}

m["gva"] = {
	"Kaskihá",
	3033534,
	"sai-mas",
	"Latn",
}

m["gvc"] = {
	"Guanano",
	3566001,
	"sai-tuc",
	"Latn",
}

m["gve"] = {
	"Duwet",
	5317647,
	"poz-ocw",
	"Latn",
}

m["gvf"] = {
	"Golin",
	3110291,
	"ngf",
	"Latn",
}

m["gvj"] = {
	"瓜嘉語",
	3915506,
	"tup",
	"Latn",
}

m["gvl"] = {
	"古萊語",
	641737,
	"csu-sar",
	"Latn",
}

m["gvm"] = {
	"Gurmana",
	3913363,
	"nic-shi",
	"Latn",
}

m["gvn"] = {
	"Kuku-Yalanji",
	5621973,
	"aus-pam",
	"Latn",
}

m["gvo"] = {
	"Gavião do Jiparaná",
	5528335,
	"tup",
	"Latn",
}

m["gvp"] = {
	"加維昂語",
	3365443,
	"sai-nje",
	"Latn",
}

m["gvr"] = {
	"Western Gurung",
	2392342,
	"sit-tam",
	"Gukh, Deva",
}

m["gvs"] = {
	"Gumawana",
	5618041,
	"poz-ocw",
	"Latn",
}

m["gvy"] = {
	"Guyani",
	10511230,
	"aus-pam",
	"Latn",
}

m["gwa"] = {
	"Mbato",
	3914941,
	"alv-ptn",
	"Latn",
}

m["gwb"] = {
	"Gwa",
	5623219,
	"nic-jrn",
	"Latn",
}

m["gwc"] = {
	"卡拉米語",
	1675961,
	"inc-koh",
	"Arab",
}

m["gwd"] = {
	"高瓦達語",
	3032135,
	"cus-eas",
}

m["gwe"] = {
	"格韋諾語",
	3358211,
	"bnt-chg",
	"Latn",
}

m["gwf"] = {
	"高羅語",
	3812403,
	"inc-koh",
}

m["gwg"] = {
	"Moo",
	6907057,
	"alv-bwj",
	"Latn",
}

m["gwi"] = {
	"圭契語",
	21057,
	"ath-nor",
	"Latn",
}

m["gwj"] = {
	"戈威語",
	12631978,
	"khi-kal",
	"Latn",
}

m["gwm"] = {
	"翁蒂姆語",
	4830109,
	"aus-pmn",
	"Latn",
}

m["gwn"] = {
	"關達拉語",
	56521,
	"cdc-wst",
	"Latn",
}

m["gwr"] = {
	"格韋爾語",
	5623559,
	"bnt-nyg",
	"Latn",
}

m["gwt"] = {
	"加瓦爾-巴蒂語",
	33894,
	"inc-kun",
}

m["gwu"] = {
	"Guwamu",
	10511225,
	"aus-pam",
	"Latn",
}

m["gww"] = {
	"Kwini",
	10551249,
	"aus-wor",
	"Latn",
}

m["gwx"] = {
	"古阿語",
	35422,
	"alv-gng",
	"Latn",
}

m["gxx"] = {
	"Wè Southern",
	19921582,
	"kro-wee",
	"Latn",
}

m["gya"] = {
	"Northwest Gbaya",
	36594,
	"alv-gbw",
	"Latn",
}

m["gyb"] = {
	"Garus",
	5524492,
	"ngf-mad",
	"Latn",
}

m["gyd"] = {
	"卡雅迪爾特語",
	3913770,
	"aus-tnk",
	"Latn",
}

m["gye"] = {
	"Gyem",
	5624046,
	"nic-jer",
	"Latn",
}

m["gyf"] = {
	"Gungabula",
	10510783,
	"aus-pam",
	"Latn",
}

m["gyg"] = {
	"Gbayi",
	11137618,
	"nic-ngd",
	"Latn",
}

m["gyi"] = {
	"杰勒語",
	35434,
	"bnt-mnj",
	"Latn",
}

m["gyl"] = {
	"加伊爾語",
	5528771,
	"omv-aro",
	"Latn",
}

m["gym"] = {
	"Ngäbere",
	3915581,
	"cba",
	"Latn",
}

m["gyn"] = {
	"蓋亞那克里奧爾英語",
	3305477,
	"crp",
	"Latn",
	ancestors = "en",
}

m["gyo"] = {
	"Gyalsumdo",
	53575940,
	"sit-kyk",
}

m["gyr"] = {
	"Guarayu",
	3118779,
	"tup",
	"Latn",
}

m["gyy"] = {
	"Gunya",
	10511001,
	"aus-pam",
	"Latn",
}

m["gza"] = {
	"Ganza",
	5521556,
	"omv-mao",
	"Latn",
}

m["gzn"] = {
	"Gane",
	3095108,
	"poz-hce",
	"Latn",
}

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