Module:siwa-noun: Difference between revisions
No edit summary |
No edit summary |
||
| Line 112: | Line 112: | ||
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 coalescence in inessive forms | -- Diphthong coalescence in inessive forms | ||
data.forms["ine"][1] = gsub(data.forms["ine"][1], "([aoueů])ia$", "%1įa") | if data.forms["ine"] then | ||
data.forms["ine"][1] = gsub(data.forms["ine"][1], "([aoueů])ia$", "%1įa") | |||
data.forms["ine"][1] = gsub(data.forms["ine"][1], "ỉia$", "igįia") | |||
end | |||
else | else | ||
for _, form in ipairs({"m_sg", "u_pl", "m_pl"}) do | for _, form in ipairs({"m_sg", "u_pl", "m_pl"}) do | ||