Files
gf-core/lib/resource/swedish/LangSwe.gf
2005-09-17 16:01:52 +00:00

24 lines
414 B
Plaintext

--# -path=.:../scandinavian:../abstract:../../prelude
concrete LangSwe of Lang =
RulesSwe,
ClauseSwe,
StructuralSwe,
BasicSwe,
TimeSwe,
CountrySwe,
MathSwe
** open Prelude, ResourceSwe, ParadigmsSwe in {
lin
AdvDate d = prefixSS "på" d ;
AdvTime t = prefixSS "klockan" t ;
NWeekday w = w ;
PNWeekday w = nounPN w ;
PNCountry x = x ;
ANationality x = x ;
NLanguage x = x ;
}