When create a Collections View, in combobox with contentType, the first line don't translate the language topic collections.global.use_default
I think, this because in
core\components\collections\src\Processors\Extra\GetContentTypes.php
is not present collections:default
If i change
public $languageTopics = ['content_type'];
to
public $languageTopics = ['content_type', 'collections:default'];
the problem is risolt
When create a Collections View, in combobox with contentType, the first line don't translate the language topic collections.global.use_default
I think, this because in core\components\collections\src\Processors\Extra\GetContentTypes.php is not present collections:default If i change public $languageTopics = ['content_type']; to public $languageTopics = ['content_type', 'collections:default']; the problem is risolt