Backend menu don't translate module labels from other package

Hi Team,
I hope you can help me here.
since a few weeks we work on a new Package for our Project. The Package called Response.Location and I translate it. Now I have the Issue, that the Backend-Menu didn’t translate the labels and descriptions. Here an example:

At the red arrows on the picture you can see that the labels were not translated. On the right side the labels were translated with “ReEvent” and “Orte”.

Is this a bug or I made a mistake here?

Hi Marco,

you have to add the JavaScript-Translations in the Settings.yaml:

TYPO3:
  Neos:
    userInterface:
      translation:
        autoInclude:
          'Your.PackageKey': ['Main', 'Inspector', 'Modules', 'NodeTypes/*']

Thanks a lot! It works great!! :smile: