Module:qlu-pron: Difference between revisions

No edit summary
No edit summary
Line 128: Line 128:
local ret = syllables
local ret = syllables
if table.concat(ret, "·") == word or not match(word, "ˈ") then
if table.concat(ret, "·") == word or match(table.concat(ret, "·"), "ˈ") then
table.insert(ret, #ret-1, "ˈ")
table.insert(ret, #ret-1, "ˈ")
end
end