Module:qhv-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 31: Line 31:
term = table.concat(syll, "·")
term = table.concat(syll, "·")
term = gsub(term, "^·", "")
term = gsub(term, "·(" .. consonants .. ")·", "%1·")
term = gsub(term, "·(" .. consonants .. ")$", "%1")
return term
return term