Module:mg-pron: Difference between revisions
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, "·") | ||
end | end | ||
end | end | ||