Module:languages/langname2

From Wiktionary, the free dictionary
Jump to navigation Jump to search

local export = {}

function export.get(frame)
	return mw.loadData("Module:languages/code to canonical name")[frame.args[1]]
end

return export