forked from GitHub/gf-rgl
(Spa) add invarA + fix typo in after_Prep
This commit is contained in:
@@ -156,7 +156,7 @@ oper
|
||||
|
||||
-- Some adjectives need the feminine form separately.
|
||||
|
||||
mkA : (espanol,espanola : Str) -> A ;
|
||||
mkA : (español,española : Str) -> A ;
|
||||
|
||||
-- One-place adjectives compared with "mas" need five forms in the worst
|
||||
-- case (masc and fem singular, masc plural, adverbial).
|
||||
@@ -182,6 +182,8 @@ oper
|
||||
|
||||
prefixA : A -> A ; -- adjective before noun (default after noun)
|
||||
|
||||
invarA : Str -> A -- invariable adjective
|
||||
= \s -> mkA s s s s s ;
|
||||
|
||||
--3 Two-place adjectives
|
||||
--
|
||||
|
||||
@@ -10,7 +10,7 @@ lin
|
||||
-- have_not_V3
|
||||
|
||||
above_Prep = mkPrep "sobre" ;
|
||||
after_Prep = {s = ["despues"] ; c = MorphoSpa.genitive ; isDir = False} ;
|
||||
after_Prep = mkPrep "después" genitive ;
|
||||
all_Predet = {
|
||||
s = \\a,c => prepCase c ++ aagrForms "todo" "toda" "todos" "todas" ! a ;
|
||||
c = Nom ;
|
||||
@@ -178,4 +178,3 @@ lin
|
||||
|
||||
lin language_title_Utt = ss "español" ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user