Module:siwa-noun/common: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 49: Line 49:
for regex, repl in pairs(diphthongs) do
for regex, repl in pairs(diphthongs) do
word = gsub(word, regex, repl, 1)
word = gsub(word, regex, repl)
end
end

Navigation menu