(Spa) Fix an error in relative pronoun: cuyo is genitive, not dative

This commit is contained in:
Inari Listenmaa
2019-04-12 09:04:44 +02:00
parent 1f3f8aea90
commit d31f25f370

View File

@@ -158,8 +158,8 @@ instance DiffSpa of DiffRomance - [iAdvQuestionInv,otherInv,partAgr,stare_V,vpAg
relPron : Bool => AAgr => Case => Str = \\b,a,c => relPron : Bool => AAgr => Case => Str = \\b,a,c =>
case c of { case c of {
Nom | Acc => "que" ; Nom | Acc => "que" ;
CPrep P_a => "cuyo" ; CPrep P_de => "cuyo" ;
_ => prepCase c ++ "cuyo" _ => prepCase c ++ "que"
} ; } ;
pronSuch : AAgr => Str = aagrForms "tál" "tál" "tales" "tales" ; pronSuch : AAgr => Str = aagrForms "tál" "tál" "tales" "tales" ;