You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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 theLanguageService
class where needed (see for example https://review.typo3.org/c/Packages/TYPO3.CMS/+/69363)The text was updated successfully, but these errors were encountered: