1
0
forked from GitHub/gf-rgl

bug fix in French verbs

This commit is contained in:
aarne
2005-02-15 21:31:00 +00:00
parent 77b0a4316c
commit 916d2a61fc
6 changed files with 11 additions and 10 deletions

View File

@@ -28,4 +28,4 @@ lin pot2as3 n = n ;
lin pot3 n = {s = n.s ++ "thousand"} ;
lin pot3plus n m = {s = n.s ++ "thousand" ++ m.s} ;
}
}