Module:mg-pron: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 64: Line 64:
if match(s, "[áéíóú]") then
if match(s, "[áéíóú]") then
s = "ˈ" .. remove_acute(s)
s = "ˈ" .. remove_acute(s)
return table.concat(syll, "·")
return table.concat(syll, #syll)
end
end
end
end

Navigation menu