Content deleted Content added
No edit summary |
No edit summary |
||
Line 1,091:
if epenth == "" then
return primary..infix.."Hw".._..vowel
end
end
text = string_gsub(text, "([pbm])(G)(:?)( *)([aEei])(@?)", subst)
text = string_gsub(text, "([kgN])(w)(:?)( *)([aEeiAV7M])(@?)", subst)
end
|