Module:siwa-noun: Difference between revisions
No edit summary |
No edit summary |
||
| Line 46: | Line 46: | ||
end | end | ||
local function detect_decl( | local function detect_decl(stressed) | ||
for og, repl in pairs(m_com.stressed_vowels) do | for og, repl in pairs(m_com.stressed_vowels) do | ||
local decl = gsub(stressed, og, repl) | local decl = gsub(stressed, og, repl) | ||