Module:siwa-noun/common: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 77: Line 77:
word = gsub(word, "▫", "")
word = gsub(word, "▫", "")
local c3 = word
--[[local c3 = word
for regex, repl in pairs(triphthongs) do
for regex, repl in pairs(triphthongs) do
word = gsub(word, regex, repl)
word = gsub(word, regex, repl)
if word ~= c3 then break end
if word ~= c3 then break end
end
end]]
return word
return word

Navigation menu