Module:siwa-noun: Difference between revisions

No edit summary
No edit summary
Line 47: Line 47:


local function detect_decl(stressed)
local function detect_decl(stressed)
local decl = ""
for _, sv in ipairs(m_com.stressed_vowels) do
for _, sv in ipairs(m_com.stressed_vowels) do
local decl = gsub(stressed, sv[1], sv[2])
decl = gsub(stressed, sv[1], sv[2])
end
end