Jump to content

Module:sa-utilities/translit/SLP1-to-Guru

From Wiktionary, the free dictionary


local export = {}

function export.tr(text, lang, sc)
	text = require("Module:sa-utilities/translit/SLP1-to-Deva").tr(text, lang, sc)
	return require("Module:sa-convert").tr(text, "Guru")
end

return export