forked from GitHub/gf-core
initial Slavic grammar, shared between Bulgarian and Russian
This commit is contained in:
6
next-lib/src/slavic/CommonSlavic.gf
Normal file
6
next-lib/src/slavic/CommonSlavic.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
resource CommonSlavic = ParamX ** open Prelude in {
|
||||
|
||||
param
|
||||
Gender = Masc | Fem | Neut ;
|
||||
Animacy = Animate | Inanimate ;
|
||||
}
|
||||
Reference in New Issue
Block a user