diff options
Diffstat (limited to 'next-lib/src/italian')
| -rw-r--r-- | next-lib/src/italian/CompatibilityIta.gf | 11 | ||||
| -rw-r--r-- | next-lib/src/italian/SymbolIta.gf | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/next-lib/src/italian/CompatibilityIta.gf b/next-lib/src/italian/CompatibilityIta.gf new file mode 100644 index 000000000..91446be55 --- /dev/null +++ b/next-lib/src/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 ++ "."} ; --- + +} diff --git a/next-lib/src/italian/SymbolIta.gf b/next-lib/src/italian/SymbolIta.gf index d4e9cbf52..527bb0afb 100644 --- a/next-lib/src/italian/SymbolIta.gf +++ b/next-lib/src/italian/SymbolIta.gf @@ -1,2 +1,4 @@ +--# -path=.:romance:abstract:common + concrete SymbolIta of Symbol = CatIta ** SymbolRomance with (ResRomance = ResIta) ; |
