started Phrasebook with Finnish and Romanian

This commit is contained in:
aarne
2010-03-20 21:21:50 +00:00
parent fba592ecf8
commit 5584415807
13 changed files with 281 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- (c) 2009 Aarne Ranta under LGPL
abstract Food = Sentences ** {
fun
Wine, Cheese, Fish, Pizza : Kind ;
Fresh, Warm, Italian,
Expensive, Delicious, Boring : Quality ;
}