1
0
forked from GitHub/gf-rgl

(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
+2
View File
@@ -72,6 +72,7 @@ param
NumCaseStem =
SgNom | SgAccStem | SgSup -- These may use 2-3 different stems
| PlAcc -- May have irregular vowel in suffix
| SgAll -- May have irregular vowel in suffix
| SgInsStem -- Instrumental and translative: -v after vowels
| SgStem -- Rest of the cases in Sg
| PlStem -- Rest of the cases in Pl
@@ -150,6 +151,7 @@ oper
SgNom => "SgNom" ;
SgAccStem => "SgAccStem" ;
SgSup => "SgSup" ;
SgAll => "SgAll" ;
PlAcc => "PlAcc" ;
SgInsStem => "SgInsStem" ;
SgStem => "SgStem" ;