Third-party modules cannot control translation status
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3540151. --> Reported by: [alorenc](https://www.drupal.org/user/3603980) Related to !34 !30 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Third-party modules cannot control translation status<br> The update() method always set status to TRUE</p> <h3> Current Behavior</h3> <p> Translation status is hardcoded to TRUE in the update process<br> Third-party plugins cannot override or control status changes<br> All Babel plugin types are forced to use the same status logic</p> <h3>Expected Behavior</h3> <p>Third-party modules should have the flexibility to:<br> * Control translation status for any type of Babel plugin<br> * Set different default statuses based on plugin type or context</p>
issue