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
+2
View File
@@ -26,6 +26,8 @@ concrete ExtendHrv of Extend = CatHrv **
,ComplBareVS ,ComplBareVS
,CompIQuant ,CompIQuant
,CompBareCN ,CompBareCN
,PiedPipingQuestSlash
,PiedPipingRelSlash
] ]
with (Grammar = GrammarHrv) with (Grammar = GrammarHrv)
** **
+3 -1
View File
@@ -25,6 +25,8 @@ concrete ExtendCze of Extend = CatCze **
,ComplBareVS ,ComplBareVS
,CompIQuant ,CompIQuant
,CompBareCN ,CompBareCN
,PiedPipingQuestSlash
,PiedPipingRelSlash
] ]
with (Grammar = GrammarCze) with (Grammar = GrammarCze)
** **
@@ -35,4 +37,4 @@ in {
lin ReflPossPron = justDemPronFormsAdjective reflPossessivePron ; lin ReflPossPron = justDemPronFormsAdjective reflPossessivePron ;
} }
+3 -1
View File
@@ -25,6 +25,8 @@ concrete ExtendSlo of Extend = CatSlo **
,ComplBareVS ,ComplBareVS
,CompIQuant ,CompIQuant
,CompBareCN ,CompBareCN
,PiedPipingQuestSlash
,PiedPipingRelSlash
] ]
with (Grammar = GrammarSlo) with (Grammar = GrammarSlo)
** **
@@ -35,4 +37,4 @@ in {
lin ReflPossPron = justDemPronFormsAdjective reflPossessivePron ; lin ReflPossPron = justDemPronFormsAdjective reflPossessivePron ;
} }