diff --git a/resource/catalan/CompatibilityCat.gf b/resource/catalan/CompatibilityCat.gf new file mode 100644 index 00000000..e12287c4 --- /dev/null +++ b/resource/catalan/CompatibilityCat.gf @@ -0,0 +1,11 @@ +--# -path=.:../romance:../abstract:../common + +concrete CompatibilityCat of Compatibility = CatCat ** open Prelude, CommonRomance in { + +-- from Noun 19/4/2008 + +lin + NumInt n = {s = \\_ => n.s ; isNum = True ; n = Pl} ; + OrdInt n = {s = \\_ => n.s ++ "."} ; --- + +} diff --git a/resource/french/CompatibilityFre.gf b/resource/french/CompatibilityFre.gf new file mode 100644 index 00000000..89680f53 --- /dev/null +++ b/resource/french/CompatibilityFre.gf @@ -0,0 +1,11 @@ +--# -path=.:../romance:../abstract:../common + +concrete CompatibilityFre of Compatibility = CatFre ** open Prelude, CommonRomance in { + +-- from Noun 19/4/2008 + +lin + NumInt n = {s = \\_ => n.s ; isNum = True ; n = Pl} ; + OrdInt n = {s = \\_ => n.s ++ "."} ; --- + +} diff --git a/resource/italian/CompatibilityIta.gf b/resource/italian/CompatibilityIta.gf new file mode 100644 index 00000000..91446be5 --- /dev/null +++ b/resource/italian/CompatibilityIta.gf @@ -0,0 +1,11 @@ +--# -path=.:../romance:../abstract:../common + +concrete CompatibilityIta of Compatibility = CatIta ** open Prelude, CommonRomance in { + +-- from Noun 19/4/2008 + +lin + NumInt n = {s = \\_ => n.s ; isNum = True ; n = Pl} ; + OrdInt n = {s = \\_ => n.s ++ "."} ; --- + +}