Actions

Module

languages/data: Difference between revisions

From SUALEX

No edit summary
No edit summary
Line 14: Line 14:
["nah-pro"] = { "Proto-Nahuatl", "nah-pre" },
["nah-pro"] = { "Proto-Nahuatl", "nah-pre" },
["crc-pro"] = { "Proto-Corachol", "cnh-pro" },
["crc-pro"] = { "Proto-Corachol", "cnh-pro" },
["opt-pro"] = { "Proto-Ópatan", "msn-pro" },
["eud"] = { "Eudeve", "opt-pro" },
["opt"] = { "Ópata", "opt-pro" },
["thg-pro"] = { "Proto-Tarahumara-Guarijío", "msn-pro" },
["thg-pro"] = { "Proto-Tarahumara-Guarijío", "msn-pro" },
["tar-pro"] = { "Proto-Tarahumaran", "thg-pro" },
["tar-pro"] = { "Proto-Tarahumaran", "thg-pro" },

Revision as of 22:24, 30 January 2026

Documentation for this module may be created at Module:languages/data/doc

-- Module:languages/data
-- [code] = { canonical name, ancestor code }
-- Protolanguage codes are arbitrary, everything else are per ISO 639-3

return {
  ["azc-pro"] = { "Proto-Uto-Aztecan", nil },
	["sua-pro"] = { "Proto-Southern Uto-Aztecan", "azc-pro" },
		["msn-pro"] = { "Proto-Minor Sonoran", "sua-pro" },
			["cah-pro"] = { "Proto-Cahita", "msn-pro" },
				["yaq"] = { "Yaqui", "cah-pro" },
				["mfy"] = { "Mayo", "cah-pro" },
			["cnh-pro"] = { "Proto-Corachol-Nahua", "msn-pro" },
				["nah-pre"] = { "Pre-Nahua", "cnh-pro" },
					["nah-pro"] = { "Proto-Nahuatl", "nah-pre" },
				["crc-pro"] = { "Proto-Corachol", "cnh-pro" },
			["opt-pro"] = { "Proto-Ópatan", "msn-pro" },
				["eud"] = { "Eudeve", "opt-pro" },
				["opt"] = { "Ópata", "opt-pro" },
			["thg-pro"] = { "Proto-Tarahumara-Guarijío", "msn-pro" },
				["tar-pro"] = { "Proto-Tarahumaran", "thg-pro" },
				["var-pro"] = { "Proto-Guarijío", "thg-pro" },
			["tbu-pre"] = { "Pre-Tubar", "msn-pro" },
				["tbu"] = { "Tubar", "tbu-pre" },
		["tpm-pro"] = { "Proto-Tepiman", "sua-pro" },
}