View source for Module:languages
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local export = {}
local languages = {
-- Proto-Laenkean
["lae-pro"] = {name = "Proto-Laenkean", code = "lae-pro"},
-- Balavic
["bal"] = {name = "Balavic", code = "bal"},
-- Kilitic
["kil"] = {name = "Kilitic", code = "kil"},
-- Laefevian
["lfv-pro"] = {name = "Proto-Laefevic", code = "lfv-pro"},
["lfv"] = {name = "Lafevian", code = "lfv"},
-- Radestrian
["rad-pro"] = {name = "Proto-Radic", code = "rad-pro"},
["rad"] = {name = "Radestrian", code = "rad"},
-- Riyan
["ryn-o"] = {name = "Old Riyan", code = "ryn-o"},
["ryn-m"] = {name = "Middle Riyan", code = "ryn-m"},
["ryn"] = {name = "Riyan", code = "ryn"}
}
000
1:0
Template used on this page:
Return to Module:languages.