1
0
forked from GitHub/gf-core

demo restaurant info

This commit is contained in:
aarne
2007-10-12 13:46:57 +00:00
parent 8b74ec7958
commit 2a382c427c
11 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
instance LexRestaurantGer of LexRestaurant = open SyntaxGer, ParadigmsGer in {
oper
restaurant_N = mkN "Restaurant" "Restaurants" neuter ;
cheap_A = mkA "billig" ;
italian_A = mkA "italienisch" ;
thai_A = mkA "thailändisch" ;
swedish_A = mkA "schwedisch" ;
french_A = mkA "französisch" ;
konkanok_PN = mkPN "Konkanok" ;
}