scandinavian tenses

This commit is contained in:
malin
2011-11-09 20:01:37 +00:00
parent f847356c1d
commit 5c76d11173
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
concrete TenseDan of Tense = CatDan, TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] **
TenseScand with
(ResScand = ResDan) ;

View File

@@ -0,0 +1,3 @@
concrete TenseNor of Tense = CatNor, TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] **
TenseScand with
(ResScand = ResNor) ;

View File

@@ -0,0 +1,3 @@
concrete TenseSwe of Tense = CatSwe, TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] **
TenseScand with
(ResScand = ResSwe) ;