AI Translate: controller override not triggered if installed via recipe
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3528404. -->
Reported by: [svendecabooter](https://www.drupal.org/user/35369)
Related to !657
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>I enable and configure the ai_translate module via a recipe.<br>
After recipe installation, the translation controller is not overridden, so not showing the "Translate using ..." link.</p>
<p>When explicitly saving the configuration form, it does work.<br>
Seems like this is triggered by <code>\Drupal\ai_translate\Form\AiTranslateSettingsForm::submitForm</code>.<br>
But upon recipe installation, this does not get triggered...</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>Install the module via a recipe, and try to translate a content item.</p>
issue