templates for Danish

This commit is contained in:
aarne
2005-08-07 07:59:51 +00:00
parent 8aef5fb9c0
commit 02ae0493e2
8 changed files with 828 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
--# -path=.:../scandinavian:../abstract:../../prelude
concrete LangDan of Lang =
RulesDan,
ClauseDan,
StructuralDan,
BasicDan,
TimeDan,
CountryDan
** open Prelude, ParadigmsDan in {
lin
AdvDate d = prefixSS "på" d ;
AdvTime t = prefixSS "klokken" t ;
NWeekday w = w ;
PNWeekday w = nounPN w ;
PNCountry x = x ;
ANationality x = x ;
NLanguage x = x ;
}