Module:User:Gradilion/testSortKey

This is a private module sandbox of Gradilion, for their own experimentation. Items in this module may be added and removed at Gradilion's discretion; do not rely on this module's stability.


local export = {}

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

return export