forked from GitHub/gf-rgl
allow plural PNs in Slovenian
This commit is contained in:
@@ -19,7 +19,7 @@ concrete NounSlv of Noun = CatSlv ** open ResSlv,Prelude in {
|
||||
|
||||
UsePN pn = {
|
||||
s = pn.s;
|
||||
a = {g=agender2gender pn.g; n=Sg; p=P3};
|
||||
a = {g=agender2gender pn.g; n=pn.n; p=P3};
|
||||
isPron = False
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user