German Bronzeage ; two fixes in Italian

This commit is contained in:
aarne
2008-11-06 09:55:36 +00:00
parent 53e84610f1
commit d907e644cd
5 changed files with 13 additions and 10 deletions

View File

@@ -73,7 +73,7 @@ lin
father_N2 = diN2 (regN "padre") ;
fear_VS = mkVS (verboV (temere_20 "temere")) ;
find_V2 = dirV2 (regV "trovare") ;
fish_N = regN "pesca" ;
fish_N = regN "pesce" ;
floor_N = regN "pavimento" ;
forget_V2 = dirV2 (regV "dimenticare") ;
fridge_N = regN "frigorifero" ;

View File

@@ -97,7 +97,7 @@ incomplete concrete NounRomance of Noun =
} ;
IndefArt = {
s = \\b,n,g,c => if_then_Str b [] (artIndef g n c) ;
s = \\b,n,g,c => if_then_Str b (prepCase c) (artIndef g n c) ;
sp = \\n,g,c => artIndef g n c ; ---- not for Fre
s2 = []
} ;