mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 19:22:50 -06:00
fixed the gender of French numeral "un"
This commit is contained in:
@@ -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} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user