Module:qhv-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 49: Line 49:
else table.insert(syllables, #syllables-1, "ˈ") end
else table.insert(syllables, #syllables-1, "ˈ") end
return table.concat(syllables) .. ", " .. table.concat(weight)  
return table.concat(syllables, "·") .. ", " .. table.concat(weight)  
end
end