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
@@ -47,6 +47,6 @@ lincat
A = {s : AForm => Str};
N = {s : Case => Number => Str; g : AGender};
PN = {s : Case => Str; g : AGender};
PN = {s : Case => Str; g : AGender; n : Number};
}