adjective forms fixed in Phrasebook

This commit is contained in:
aarne
2010-08-23 07:47:05 +00:00
parent 30071b8046
commit bf6857f43e
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ abstract Words = Sentences ** {
Meat : MassKind ;
Milk : MassKind ;
Pizza : Kind ;
Salt : MassKind ;
Salt : MassKind ;
Tea : MassKind ;
Water : MassKind ;
Wine : MassKind ;

View File

@@ -28,11 +28,11 @@ concrete WordsDan of Words = SentencesDan **
Cheap = mkA "billig" ;
Boring = mkA "kedelig" ;
Cold = L.cold_A ;
Delicious = mkA "lækkert" ;
Delicious = mkA "lækker" ;
Expensive = mkA "dyr" ; -- or dyrt
Fresh = mkA "frisk" ;
Good = L.good_A ;
Suspect = mkA "mistænkeligt" ;
Suspect = mkA "mistænkelig" ;
Warm = L.warm_A ;
-- places