mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
(Spa) Fix an error in relative pronoun: cuyo is genitive, not dative
This commit is contained in:
@@ -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" ;
|
||||||
|
|||||||
Reference in New Issue
Block a user