1
0
forked from GitHub/gf-rgl

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 ,ComplBareVS
,CompIQuant ,CompIQuant
,CompBareCN ,CompBareCN
,PiedPipingQuestSlash
,PiedPipingRelSlash
] ]
with (Grammar = GrammarHrv) with (Grammar = GrammarHrv)
** **

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)
** **

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)
** **