swadesh migrated

This commit is contained in:
aarne
2006-02-23 22:39:35 +00:00
parent d4a4c783dd
commit 22be1f33d5
7 changed files with 32 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
--# -path=.:compiled:resource-1.0/swadesh
--# -path=.:compiled:prelude:resource-1.0/swadesh
concrete StoneageEng of Stoneage = StoneageI with
(Lang = LangEng),

View File

@@ -0,0 +1,6 @@
--# -path=.:compiled:resource-1.0/swadesh
concrete StoneageFin of Stoneage = StoneageI with
(Lang = LangFin),
(Swadesh = SwadeshFin) ;

View File

@@ -0,0 +1,6 @@
--# -path=.:compiled:prelude:resource-1.0/swadesh
concrete StoneageFre of Stoneage = StoneageI with
(Lang = LangFre),
(Swadesh = SwadeshFre) ;

View File

@@ -0,0 +1,6 @@
--# -path=.:compiled:prelude:resource-1.0/swadesh
concrete StoneageIta of Stoneage = StoneageI with
(Lang = LangIta),
(Swadesh = SwadeshIta) ;

View File

@@ -0,0 +1,6 @@
--# -path=.:compiled:prelude:resource-1.0/swadesh
concrete StoneageNor of Stoneage = StoneageI with
(Lang = LangNor),
(Swadesh = SwadeshNor) ;

View File

@@ -0,0 +1,6 @@
--# -path=.:compiled:prelude:resource-1.0/swadesh
concrete StoneageSpa of Stoneage = StoneageI with
(Lang = LangSpa),
(Swadesh = SwadeshSpa) ;

View File

@@ -1,4 +1,4 @@
--# -path=.:compiled:resource-1.0/swadesh
--# -path=.:compiled:prelude:resource-1.0/swadesh
concrete StoneageSwe of Stoneage = StoneageI with
(Lang = LangSwe),