mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-14 13:42:50 -06:00
Couple of fixes for the "food" example in French
This commit is contained in:
@@ -116,7 +116,7 @@ oper
|
||||
|
||||
adjHeureux : Str -> Adj = \heureux ->
|
||||
let {heureu = Predef.tk 1 heureux} in
|
||||
mkAdj heureux (heureu+"s") (heureu+"se") (heureu+"sement") ;
|
||||
mkAdj heureux heureux (heureu+"se") (heureu+"sement") ;
|
||||
|
||||
adjBanal : Str -> Adj = \banal ->
|
||||
let {bana = Predef.tk 1 banal} in
|
||||
|
||||
Reference in New Issue
Block a user