forked from GitHub/gf-core
scandinavian tenses
This commit is contained in:
3
lib/src/danish/TenseDan.gf
Normal file
3
lib/src/danish/TenseDan.gf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
concrete TenseDan of Tense = CatDan, TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] **
|
||||||
|
TenseScand with
|
||||||
|
(ResScand = ResDan) ;
|
||||||
3
lib/src/norwegian/TenseNor.gf
Normal file
3
lib/src/norwegian/TenseNor.gf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
concrete TenseNor of Tense = CatNor, TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] **
|
||||||
|
TenseScand with
|
||||||
|
(ResScand = ResNor) ;
|
||||||
3
lib/src/swedish/TenseSwe.gf
Normal file
3
lib/src/swedish/TenseSwe.gf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
concrete TenseSwe of Tense = CatSwe, TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] **
|
||||||
|
TenseScand with
|
||||||
|
(ResScand = ResSwe) ;
|
||||||
Reference in New Issue
Block a user