rrrapha / translate_locallang

Editor for locallang.xlf files (TYPO3 backend module)
GNU General Public License v2.0
11 stars 18 forks source link

TYPO3 Extension Package "undefined/translate-locallang", does not define extension key in composer.json. #43

Closed instance-pro closed 3 years ago

instance-pro commented 3 years ago

Problem: after update to the latest stable of TYPO3 packages, you get the following error: TYPO3 Extension Package "undefined/translate-locallang", does not define extension key in composer.json.

Solution: add to composer.json

    "extra": {
       "typo3/cms": {
          "extension-key": "translate_locallang"
       }
    }
rrrapha commented 3 years ago

@instance-pro I have commited a fix for this earlier today: https://github.com/rrrapha/translate_locallang/commit/d926d3e35de5d62749ce5c24fef8d7b7aec20fca Did you get an error, or is it a warning?

instance-pro commented 3 years ago

it was an warning

rrrapha commented 3 years ago

Ok, thank you!