From 3efc24bbeac98f56653b4465efc8f734491fef20 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 1 Dec 2008 18:02:08 +0000 Subject: fixed the gender of French numeral "un" --- next-lib/src/italian/NumeralIta.gf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'next-lib/src/italian') diff --git a/next-lib/src/italian/NumeralIta.gf b/next-lib/src/italian/NumeralIta.gf index 453caee0f..36a6e7553 100644 --- a/next-lib/src/italian/NumeralIta.gf +++ b/next-lib/src/italian/NumeralIta.gf @@ -23,7 +23,10 @@ lin pot01 = let uno = (mkTal "uno" "undici" "dieci" "primo").s in {s =\\f,g => case f of { ental pred => [] ; - _ => uno ! f ! g + _ => case g of { + NCard Fem => "una" ; + _ => uno ! f ! g + } } ; n = Sg} ; -- cgit v1.2.3