summaryrefslogtreecommitdiff
path: root/examples/phrasebook/Sentences.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-04-28 20:37:51 +0000
committeraarne <aarne@chalmers.se>2010-04-28 20:37:51 +0000
commitf23a03125722896068c33c5478e426c019d3b80d (patch)
tree972570623d83f6ed2e876022e8afb65c82ae105f /examples/phrasebook/Sentences.gf
parent3148bc3d90abde36a3a4702829e18f640d521d5d (diff)
extended phrasebook for Swedish (almost complete)
Diffstat (limited to 'examples/phrasebook/Sentences.gf')
-rw-r--r--examples/phrasebook/Sentences.gf4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/phrasebook/Sentences.gf b/examples/phrasebook/Sentences.gf
index a9f0a7684..1f32b9d22 100644
--- a/examples/phrasebook/Sentences.gf
+++ b/examples/phrasebook/Sentences.gf
@@ -61,6 +61,8 @@ abstract Sentences = Numeral ** {
PCitizenship : Citizenship -> Phrase ;
PCountry : Country -> Phrase ;
PDay : Day -> Phrase ;
+ PByTransport : ByTransport -> Phrase ;
+ PTransport : Transport -> Phrase ;
PYes, PNo : Phrase ;
@@ -130,5 +132,7 @@ abstract Sentences = Numeral ** {
ACitizen : Person -> Citizenship -> Action ; -- you are Swedish
ABePlace : Person -> Place -> Action ; -- you are in the bar
+ ByTransp : Transport -> ByTransport ; -- by bus
+
}