Module:qhv-adj/data: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 155: Line 155:
data.forms["post_voc_t_pl"] = {stem .. "as"}
data.forms["post_voc_t_pl"] = {stem .. "as"}
data.forms["post_nom_a_pl"] = {stemr .. "a" or stem .. "ra"}
data.forms["post_nom_a_pl"] = {(stemr or stem .. "r") .. "a"}
data.forms["post_acc_a_pl"] = data.forms["post_nom_a_pl"]
data.forms["post_acc_a_pl"] = data.forms["post_nom_a_pl"]
data.forms["post_gen_a_pl"] = {stemr .. "oti" or stem .. "roti"}
data.forms["post_gen_a_pl"] = {stemr .. "oti" or stem .. "roti"}