10,735
edits
TheNightAvl (talk | contribs) (Added vocative) |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 73: | Line 73: | ||
local stems = { | local stems = { | ||
nom = args['nom'] or stem_gen.nom, | nom = args['nom'] or stem_gen.nom, | ||
voc = args['voc'] or stem_gen.voc, | |||
acc = args['acc'] or stem_gen.acc, | acc = args['acc'] or stem_gen.acc, | ||
dat = args['dat'] or stem_gen.dat, | dat = args['dat'] or stem_gen.dat, |