Module:siwa-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 79: Line 79:
{
{
[stpattern] = function(s1, s2)
[stpattern] = function(s1, s2)
for r, repl in pairs(srules) do x=gsub(s2,r,repl) return s1..x end end,
for r, repl in pairs(srules) do x=gsub(s2,r,repl) end return s1..x end,
},
},
{
{