Module:siwa-noun: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 119: Line 119:
local n = 1
local n = 1
local v = "(" .. vowels .. ")"
local v = "(" .. vowels .. ")"
if data.forms["ine"][n] ~= nil then
if data.decl_type ~= "l" then
while data.forms[case][n] do
while data.forms[case][n] do
for regex, repl in pairs(m_com.triphthong_coalescence) do
for regex, repl in pairs(m_com.triphthong_coalescence) do
Line 131: Line 131:
n = n + 1
n = n + 1
end
end
else break end
end
end
end
end
end

Navigation menu