external_import icon indicating copy to clipboard operation
external_import copied to clipboard

Use LanguageService

Open fsuter opened this issue 3 years ago • 0 comments

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)

fsuter avatar Jun 02 '21 09:06 fsuter