Module:qhv-adj/data: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 17: Line 17:
data.forms["post_up"] = {stem .. "āje"}
data.forms["post_up"] = {stem .. "āje"}
if data.pre then
data.forms["pre_nom_l_sg"] = {stem .. "a"}
data.forms["pre_nom_l_sg"] = {stem .. "a"}
data.forms["pre_acc_l_sg"] = {stem .. "e"}
data.forms["pre_acc_l_sg"] = {stem .. "e"}
Line 88: Line 89:
data.forms["pre_com_a_pl"] = {stem .. "ron", stem .. "rom"}
data.forms["pre_com_a_pl"] = {stem .. "ron", stem .. "rom"}
data.forms["pre_voc_a_pl"] = {stem .. "as"}
data.forms["pre_voc_a_pl"] = {stem .. "as"}
else
data.forms["post_om_l_sg"] = {stem .. "a"}
data.forms["post_om_l_sg"] = {stem .. "a"}
data.forms["post_cc_l_sg"] = {stem .. "e"}
data.forms["post_cc_l_sg"] = {stem .. "e"}
Line 160: Line 161:
data.forms["post_om_a_pl"] = {stem .. "rommi"}
data.forms["post_om_a_pl"] = {stem .. "rommi"}
data.forms["post_oc_a_pl"] = {stem .. "as"}
data.forms["post_oc_a_pl"] = {stem .. "as"}
end
end
end
})
})