1
0
forked from GitHub/gf-core

fixed the gender of French numeral "un"

This commit is contained in:
aarne
2008-12-01 18:02:08 +00:00
parent 22112ca160
commit 3efc24bbea
5 changed files with 63 additions and 32 deletions

View File

@@ -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} ;