diff options
Diffstat (limited to 'deprecated/old-lib/resource/finnish/CompatibilityFin.gf')
| -rw-r--r-- | deprecated/old-lib/resource/finnish/CompatibilityFin.gf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deprecated/old-lib/resource/finnish/CompatibilityFin.gf b/deprecated/old-lib/resource/finnish/CompatibilityFin.gf new file mode 100644 index 000000000..87e35f9d1 --- /dev/null +++ b/deprecated/old-lib/resource/finnish/CompatibilityFin.gf @@ -0,0 +1,11 @@ +--# -path=.:../abstract:../common + +concrete CompatibilityFin of Compatibility = CatFin ** open Prelude, ResFin in { + +-- from Noun 19/4/2008 + +lin + NumInt n = {s = \\_,_ => n.s ; isNum = True ; n = Pl} ; + OrdInt n = {s = \\_,_ => n.s ++ "."} ; + +} |
