Module:siwa-pron: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 63: Line 63:
end
end
local _, n = gsub(table.concat(pss,"·"), "ˈ")
return n>=2 and gsub(table.concat(pss,"·"), "ˈ", "", n-1) or table.concat(pss, "·")
return gsub(table.concat(pss,"·"), "ˈ", "", 1)
end
end


Navigation menu