forked from GitHub/gf-core
scand questions
This commit is contained in:
@@ -24,6 +24,8 @@ instance DiffSwe of DiffScand = open ResScand, Prelude in {
|
||||
conjThan = "än" ;
|
||||
infMark = "att" ;
|
||||
|
||||
subjIf = "om" ;
|
||||
|
||||
artIndef : Gender => Str = table {
|
||||
Utr => "en" ;
|
||||
Neutr => "ett"
|
||||
|
||||
2
lib/resource-1.0/swedish/QuestionSwe.gf
Normal file
2
lib/resource-1.0/swedish/QuestionSwe.gf
Normal file
@@ -0,0 +1,2 @@
|
||||
concrete QuestionSwe of Question = CatSwe ** QuestionScand with
|
||||
(DiffScand = DiffSwe) ;
|
||||
@@ -7,7 +7,7 @@ concrete TestSwe of Test =
|
||||
AdverbSwe,
|
||||
-- -- NumeralSwe,
|
||||
SentenceSwe,
|
||||
-- QuestionSwe,
|
||||
QuestionSwe,
|
||||
-- RelativeSwe,
|
||||
-- ConjunctionSwe,
|
||||
PhraseSwe,
|
||||
|
||||
Reference in New Issue
Block a user