working towards tram in 4 langs

This commit is contained in:
aarne
2006-01-20 23:03:50 +00:00
parent 92f22c8f5c
commit 2a0a60ef8f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
--# -path=.:resource/abstract:resource/french:resource/romance:prelude
--# -path=.:resource-1.0/abstract:resource-1.0/french:resource-1.0/common:resource-1.0/multimodal:resource-1.0/romance:prelude
concrete TramFre of Tram = TramI with
(Multimodal = MultimodalFre),

5
examples/tram/TramGer.gf Normal file
View File

@@ -0,0 +1,5 @@
--# -path=.:resource-1.0/abstract:resource-1.0/common:resource-1.0/multimodal:resource-1.0/german:prelude
concrete TramGer of Tram = TramI with
(Multimodal = MultimodalGer),
(Math = MathGer) ;