45,660
edits
No edit summary |
No edit summary |
||
Line 64: | Line 64: | ||
word = gsub(word, "▫", "") | word = gsub(word, "▫", "") | ||
for regex, repl in pairs(export.triphthong_coalescence) do | |||
word = gsub(word, regex, repl) | |||
end | |||
return word | return word |