sitegeist / translatelabels

TYPO3 extension to find and translate labels in frontend and admin panel
GNU General Public License v2.0
3 stars 8 forks source link

Middleware namespace is wrong, throws errors in some installations #15

Closed BisratKidane closed 3 years ago

BisratKidane commented 3 years ago

namespace Sitegeist\TranslateLabels\Middleware; should be namespace Sitegeist\Translatelabels\Middleware; name space is not case sensitive, but composer is, there fore if the extension is installed by composer the following error is thrown. Class 'Sitegeist\Translatelabels\Middleware\CreateLabelResolver' not found This issue is also seen in version 10.

galoppi commented 3 years ago

Fixed in 2.0.8