From 8fbdf3e57c84fbfa6b84cab351c9f2b97bd0ce8e Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 1 Oct 2008 12:11:29 +0000 Subject: Italian "quello" corrected --- examples/tutorial/foods/FoodsIta.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/tutorial/foods') diff --git a/examples/tutorial/foods/FoodsIta.gf b/examples/tutorial/foods/FoodsIta.gf index 0099058d0..099bbebcf 100644 --- a/examples/tutorial/foods/FoodsIta.gf +++ b/examples/tutorial/foods/FoodsIta.gf @@ -12,9 +12,9 @@ concrete FoodsIta of Foods = open Prelude in { Is item quality = ss (item.s ++ copula item.n ++ quality.s ! item.g ! item.n) ; This = det Sg "questo" "questa" ; - That = det Sg "quello" "quella" ; + That = det Sg "quel" "quella" ; These = det Pl "questi" "queste" ; - Those = det Pl "quelli" "quelle" ; + Those = det Pl "quei" "quelle" ; QKind quality kind = { s = \\n => kind.s ! n ++ quality.s ! kind.g ! n ; g = kind.g -- cgit v1.2.3