48,355
edits
No edit summary |
No edit summary |
||
| Line 119: | Line 119: | ||
local n = 1 | local n = 1 | ||
local v = "(" .. vowels .. ")" | local v = "(" .. vowels .. ")" | ||
if data. | 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 | ||
end | |||
end | end | ||
end | end | ||