Module:qay-pron: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 24: Line 24:
 
 
for vc in gmatch(v, ".") do
for vc in gmatch(v, ".") do
if switch.v then vc = gsub(vc, vc, switch[vc]) end
if switch[vc] then vc = gsub(vc, vc, switch[vc]) end
table.insert(otc, vc)
table.insert(otc, vc)
end
end

Navigation menu