forked from GitHub/gf-rgl
(Spa) Fix typos and copypasted Portuguese in Extend
This commit is contained in:
@@ -70,12 +70,12 @@ concrete ExtendSpa of Extend = CatSpa ** ExtendRomanceFunctor -
|
|||||||
Fem Pl P3 ;
|
Fem Pl P3 ;
|
||||||
|
|
||||||
ICompAP ap = {
|
ICompAP ap = {
|
||||||
s =\\a => "que tan" ++ ap.s ! (genNum2Aform a.g a.n) ;
|
s =\\a => "qué tan" ++ ap.s ! (genNum2Aform a.g a.n) ;
|
||||||
cop = serCopula
|
cop = serCopula
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
IAdvAdv adv = {
|
IAdvAdv adv = {
|
||||||
s = "que tan" ++ adv.s
|
s = "qué tan" ++ adv.s
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
ExistsNP np =
|
ExistsNP np =
|
||||||
@@ -85,7 +85,7 @@ concrete ExtendSpa of Extend = CatSpa ** ExtendRomanceFunctor -
|
|||||||
|
|
||||||
CompoundN noun noun2 = { -- order is different because that's needed for correct translation from english
|
CompoundN noun noun2 = { -- order is different because that's needed for correct translation from english
|
||||||
s = \\n => noun2.s ! n
|
s = \\n => noun2.s ! n
|
||||||
++ variants {"de" ; genForms "do" "da" ! noun.g}
|
++ variants {"de" ; genForms "del" "de la" ! noun.g}
|
||||||
++ noun.s ! Sg ;
|
++ noun.s ! Sg ;
|
||||||
g = noun2.g
|
g = noun2.g
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user