Jump to content

Module:User:Gradilion/testSortKey

From Wiktionary, the free dictionary


local export = {}

function export.main(frame)
	local lang = require("Module:languages").getByCode("ka")
	return lang:makeSortKey(frame.args[1])
end

return export