Files
gf-core/lib/resource/swedish/LangSatsSwe.gf
2005-02-27 09:27:12 +00:00

23 lines
396 B
Plaintext

--# -path=.:../scandinavian:../abstract:../../prelude
concrete LangSatsSwe of LangSats =
RulesSwe,
SatsSwe,
StructuralSwe,
BasicSwe,
TimeSwe,
CountrySwe
** open Prelude, 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 ;
}