1
0
forked from GitHub/gf-rgl

scandinavian tenses

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

3
src/danish/TenseDan.gf Normal file
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) ;

3
src/swedish/TenseSwe.gf Normal file
View File

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