restore the compilation for Slovak, Croatian and Czech

This commit is contained in:
Krasimir Angelov
2023-08-22 08:11:34 +02:00
parent 93d31dfede
commit 5afe500935
3 changed files with 8 additions and 2 deletions

View File

@@ -26,6 +26,8 @@ concrete ExtendHrv of Extend = CatHrv **
,ComplBareVS
,CompIQuant
,CompBareCN
,PiedPipingQuestSlash
,PiedPipingRelSlash
]
with (Grammar = GrammarHrv)
**

View File

@@ -25,6 +25,8 @@ concrete ExtendCze of Extend = CatCze **
,ComplBareVS
,CompIQuant
,CompBareCN
,PiedPipingQuestSlash
,PiedPipingRelSlash
]
with (Grammar = GrammarCze)
**
@@ -35,4 +37,4 @@ in {
lin ReflPossPron = justDemPronFormsAdjective reflPossessivePron ;
}
}

View File

@@ -25,6 +25,8 @@ concrete ExtendSlo of Extend = CatSlo **
,ComplBareVS
,CompIQuant
,CompBareCN
,PiedPipingQuestSlash
,PiedPipingRelSlash
]
with (Grammar = GrammarSlo)
**
@@ -35,4 +37,4 @@ in {
lin ReflPossPron = justDemPronFormsAdjective reflPossessivePron ;
}
}