forked from GitHub/gf-core
Fixing a bug in the French smart paradigm for verbs with 12 arguments.
This commit is contained in:
@@ -251,7 +251,7 @@ oper
|
||||
|
||||
mkVerb12 :
|
||||
(tenir,tiens,tient,tenons,tenez,tiennent,tienne,tenions,tiensI,tint,tiendra,tenu : Str) -> Verbe =
|
||||
\tenir,tiens,tient,tenons,tenez,tiennent,tenions,tienne,tiensI,tint,tiendra,tenu ->
|
||||
\tenir,tiens,tient,tenons,tenez,tiennent,tienne,tenions,tiensI,tint,tiendra,tenu ->
|
||||
let
|
||||
tiens2 : Str = case tiens of {
|
||||
_ + "e" => tiens + "s" ;
|
||||
|
||||
Reference in New Issue
Block a user