local export = local gsub = mw.ustring.gsublocal u = mw.ustring.char
local tt =
function export.tr(text, lang, sc)
if type(text)
text = gsub(text, '.', tt)
text = gsub(text, 'ᵃ([aeiouāīū])', '%1') text = gsub(text, 'ᵃ¤', ) text = gsub(text, 'ᵃ͟', '͟') text = gsub(text, 'ᵃ', 'a') text = gsub(text, '¤', ) return text
end
return export