1
0
forked from GitHub/gf-rgl

missed VocRus in InflectionPN

This commit is contained in:
Krasimir Angelov
2024-03-11 10:11:40 +01:00
parent 0fe84ad2cf
commit 676e61e255

View File

@@ -53,7 +53,8 @@ lin
tr (th ("творительный") ++ td (pn.s!Ins)) ++
tr (th ("предложный") ++ td (pn.s!Pre)) ++
tr (th (heading partitive_Parameter) ++ td (pn.s!Ptv)) ++
tr (th ("местный") ++ td (pn.s!Loc))
tr (th ("местный") ++ td (pn.s!Loc)) ++
tr (th ("звательный") ++ td (pn.s ! VocRus))
) ;
} ;