forked from GitHub/gf-core
extended phrasebook for Swedish (almost complete)
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user