1
0
forked from GitHub/gf-core

extended phrasebook for Swedish (almost complete)

This commit is contained in:
aarne
2010-04-28 20:37:51 +00:00
parent 3148bc3d90
commit f23a031257
4 changed files with 129 additions and 58 deletions

View File

@@ -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
}