external_import
external_import copied to clipboard
Use LanguageService
In various places, External Import uses LocalizationUtility::translate()
from Extbase for getting localized strings. This dependency is not optimal. It would be better to inject the LanguageService
class where needed (see for example https://review.typo3.org/c/Packages/TYPO3.CMS/+/69363)