Module:siwa-noun: Difference between revisions
No edit summary |
No edit summary |
||
| Line 111: | Line 111: | ||
end | end | ||
if g == "i" then | if g == "i" then | ||
if parent_args.m then data.forms["m"][1] = parent_args["m"] end | if parent_args.m then data.forms["m"][1] = parent_args["m"] end | ||
-- Diphthong and long vowel coalescence | -- Diphthong and long vowel coalescence | ||
for _, case in ipairs(cases) do | for _, case in ipairs(cases) do | ||
local n = 1 | |||
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 | ||