Documentation for this module may be created at Module:snon-translit/doc
local export = {} local tt = { ["ꞅ"]='s', ["ꞃ"]='r', }; function export.tr(text, lang, sc) text = mw.ustring.gsub(text, '.', tt) return text end return export