1
0
forked from GitHub/gf-rgl

fixes in PhrasebookGer and the inAcc_Prep

This commit is contained in:
aarne
2010-05-29 21:14:13 +00:00
parent edbf5d0bd2
commit fff515d11c
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ resource ResGer = ParamX ** open Prelude in {
prepC : PCase -> {s : Str ; c : Case} = \cp -> case cp of { prepC : PCase -> {s : Str ; c : Case} = \cp -> case cp of {
NPC c => {s = [] ; c = c} ; NPC c => {s = [] ; c = c} ;
NPP CAnDat => {s = "an" ; c = Dat} ; NPP CAnDat => {s = "an" ; c = Dat} ;
NPP CInAcc => {s = "an" ; c = Acc} ; NPP CInAcc => {s = "in" ; c = Acc} ;
NPP CInDat => {s = "in" ; c = Dat} ; NPP CInDat => {s = "in" ; c = Dat} ;
NPP CZuDat => {s = "zu" ; c = Dat} NPP CZuDat => {s = "zu" ; c = Dat}
} ; } ;

View File

@@ -230,7 +230,7 @@ lin
dull_A = regA "desafilado" ; dull_A = regA "desafilado" ;
full_A = regA "lleno" ; full_A = regA "lleno" ;
heavy_A = regA "pesado" ; heavy_A = regA "pesado" ;
near_A = regA "cerca" ; near_A = regA "cercano" ;
rotten_A = regA "podrido" ; rotten_A = regA "podrido" ;
round_A = regA "redondo" ; round_A = regA "redondo" ;
sharp_A = regA "filoso" ; -- afilado, puntiagudo sharp_A = regA "filoso" ; -- afilado, puntiagudo