cual_IComp in ExtraSpa

This commit is contained in:
Aarne Ranta
2017-12-14 21:52:45 +01:00
parent f59d6d42f7
commit d981fefad4
3 changed files with 10 additions and 2 deletions

View File

@@ -139,8 +139,8 @@ lin
when_Subj = ss "cuando" ** {m = Indic} ;
where_IAdv = ss "dónde" ;
which_IQuant = {s = table {
Sg => \\g,c => prepCase c ++ "qué" ; --- cual
Pl => \\g,c => prepCase c ++ "qué"
Sg => \\g,c => prepCase c ++ "cual" ;
Pl => \\g,c => prepCase c ++ "cuales"
}
} ;
whoPl_IP = {s = \\c => prepCase c ++ "quién" ; a = aagr Masc Pl} ;