Module:etymology languages/by name

From Wiktionary, the free dictionary
Jump to navigation Jump to search
This module needs documentation.
Please document this module by describing its purpose and usage on the documentation page.

local export = {}

for code, data in pairs(require("Module:etymology languages/data")) do
	export[data[1]] = export[data[1]] or data.main_code or code
end

return export