Module:siwa-noun/common: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 65: Line 65:
word = gsub(word, "▫", "")
word = gsub(word, "▫", "")
for regex, repl in pairs(export.triphthong_coalescence) do
--[[for regex, repl in pairs(export.triphthong_coalescence) do
word = gsub(word, regex, repl)
word = gsub(word, regex, repl)
end
end]]
return word
return word

Navigation menu