forked from GitHub/gf-core
next-lib now compiles webalt ; removed subdir mathematical/ for simplicity
This commit is contained in:
11
next-lib/src/italian/CompatibilityIta.gf
Normal file
11
next-lib/src/italian/CompatibilityIta.gf
Normal file
@@ -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 ++ "."} ; ---
|
||||
|
||||
}
|
||||
@@ -1,2 +1,4 @@
|
||||
--# -path=.:romance:abstract:common
|
||||
|
||||
concrete SymbolIta of Symbol = CatIta ** SymbolRomance with
|
||||
(ResRomance = ResIta) ;
|
||||
|
||||
Reference in New Issue
Block a user