|
|
To set up the translation add this settings
$GLOBALS['TYPO3_CONF_VARS']['translator']['news'] = [
'label' => 'News',
'path' => 'EXT:news/Resources/Private/Language/locallang.xlf',
'category' => 'Category1',
'languages' => [
'de',
'default' // can be used also en, but still not fully compatible
]
];