forked from GitHub/gf-rgl
fix the word order for superlatives
This commit is contained in:
@@ -77,7 +77,7 @@ concrete ExtraFre of ExtraFreAbs = ExtraRomanceFre **
|
||||
s,sp = \\g,c => prepCase c ++ genForms "tout" "toute" ! g ;
|
||||
spn= \\c => prepCase c ++ "tout" ;
|
||||
n = Sg ;
|
||||
s2 = [] ;
|
||||
s2 = \\c => [] ;
|
||||
isNeg = False
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user