45,641
edits
No edit summary |
No edit summary |
||
Line 837: | Line 837: | ||
end | end | ||
if match(data.forms["u_pl"], "igi$") then | if match(data.forms["u_pl"][1], "igi$") then | ||
table.insert(data.forms["u_pl"], s1 .. "ęgi") | table.insert(data.forms["u_pl"], s1 .. "ęgi") | ||
end | end | ||
if match(data.forms["m_pl"], "igi$") then | if match(data.forms["m_pl"][1], "igi$") then | ||
table.insert(data.forms["m_pl"], s1 .. "ęgi") | table.insert(data.forms["m_pl"], s1 .. "ęgi") | ||
end | end |