languages/data: Difference between revisions
From SUALEX
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
-- Module:languages/data | -- Module:languages/data | ||
-- List of available languages | |||
-- Protolanguage codes are arbitrary, everything else are per ISO 639-3 | |||
-- [code] = { canonical name, ancestor code } | -- [code] = { canonical name, ancestor code } | ||
return { | return { | ||
["azc-pro"] = { "Proto-Uto-Aztecan", nil }, | ["azc-pro"] = { "Proto-Uto-Aztecan:PUA", nil }, | ||
["sua-pro"] = { "Proto-Southern Uto-Aztecan", "azc-pro" }, | ["sua-pro"] = { "Proto-Southern Uto-Aztecan:PSUA", "azc-pro" }, | ||
["msn-pro"] = { "Proto-Minor Sonoran", "sua-pro" }, | ["msn-pro"] = { "Proto-Minor Sonoran:PMS", "sua-pro" }, | ||
["cah-pro"] = { "Proto-Cahita", "msn-pro" }, | ["cah-pro"] = { "Proto-Cahita", "msn-pro" }, | ||
["yaq"] = { "Yaqui", "cah-pro" }, | ["yaq"] = { "Yaqui", "cah-pro" }, | ||
["mfy"] = { "Mayo", "cah-pro" }, | ["mfy"] = { "Mayo", "cah-pro" }, | ||
["cnh-pro"] = { "Proto-Corachol-Nahua", "msn-pro" }, | ["cnh-pro"] = { "Proto-Corachol-Nahua:PCN", "msn-pro" }, | ||
["nah-pre"] = { "Pre-Nahua", "cnh-pro" }, | ["nah-pre"] = { "Pre-Nahua", "cnh-pro" }, | ||
["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" }, | ||
Latest revision as of 23:55, 30 January 2026
Documentation for this module may be created at Module:languages/data/doc
-- Module:languages/data
-- List of available languages
-- Protolanguage codes are arbitrary, everything else are per ISO 639-3
-- [code] = { canonical name, ancestor code }
return {
["azc-pro"] = { "Proto-Uto-Aztecan:PUA", nil },
["sua-pro"] = { "Proto-Southern Uto-Aztecan:PSUA", "azc-pro" },
["msn-pro"] = { "Proto-Minor Sonoran:PMS", "sua-pro" },
["cah-pro"] = { "Proto-Cahita", "msn-pro" },
["yaq"] = { "Yaqui", "cah-pro" },
["mfy"] = { "Mayo", "cah-pro" },
["cnh-pro"] = { "Proto-Corachol-Nahua:PCN", "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" },
}