this relates to the behaviour, that --expandMultilingual does currently not work with LocalisationCH_V2.MultilingualText, right?
(respectively it needs a basemodel with this addition)
!!@ili2db.mapping=Multilingual
STRUCTURE MultilingualText EXTENDS Localisation_V2.MultilingualText =
LocalisedText (EXTENDED) : BAG {1..*} OF LocalisedText;
END MultilingualText;```
this relates to the behaviour, that
--expandMultilingual
does currently not work withLocalisationCH_V2.MultilingualText
, right? (respectively it needs a basemodel with this addition)