Files
gf-core/lib/resource/swedish/CompatibilitySwe.gf

12 lines
277 B
Plaintext

--# -path=.:../scandinavian:../abstract:../common
concrete CompatibilitySwe of Compatibility = CatSwe ** open Prelude, CommonScand in {
-- from Noun 19/4/2008
lin
NumInt n = {s = \\_ => n.s ; isDet = True ; n = Pl} ;
OrdInt n = {s = n.s ++ ":e" ; isDet = True} ;
}