allow plural PNs in Slovenian

This commit is contained in:
krasimir
2016-12-06 11:39:56 +00:00
parent c063a439a8
commit 9201c470a9
3 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -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
} ;