Files
gf-core/lib/resource-0.9/spanish/LangSpa.gf
2006-06-22 22:25:55 +00:00

24 lines
413 B
Plaintext

--# -path=.:../romance:../abstract:../../prelude
concrete LangSpa of Lang =
RulesSpa,
ClauseSpa,
StructuralSpa,
BasicSpa,
TimeSpa,
CountrySpa,
MathSpa
** open Prelude, ParadigmsSpa in {
lin
AdvDate d = prefixSS "el" d ;
AdvTime t = prefixSS ["a las"] t ;
NWeekday w = w ;
PNWeekday w = mkPN (w.s ! singular) w.g ;
PNCountry x = x ;
ANationality x = x ;
NLanguage x = x ;
}