(Hun) Add SgAll to the forms

This commit is contained in:
Inari Listenmaa
2020-04-28 12:31:53 +02:00
parent 0a31212a9e
commit 851a0dedc8
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ oper
<Sg,Nom> => cn.s ! SgNom ;
<Sg,Acc> => bind (cn.s ! SgAccStem) "t" ;
<Sg,Sup> => cn.s ! SgSup ;
<Sg,All> => cn.s ! SgAll ;
<Pl,Acc> => cn.s ! PlAcc ;
<Pl,Nom> => cn.s ! PlStem ; -- don't use applyCase', it adds a BIND which breaks everything!
<Sg,Ins|Tra> => applyCase' SgInsStem ;