Bug when deleting a translation
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3542250. --> Reported by: [claudiu.cristea](https://www.drupal.org/user/56348) Related to !40 >>> <p>Should be possible to delete a translation by emptying the translate text and saving that row.</p> <p>But now this fails with:</p> <blockquote><p>ResponseText: TypeError: Drupal\babel\Model\StringTranslation::setTranslation(): Argument #1 ($translation) must be of type Drupal\babel\Model\Translation, null given, called in /var/www/html/web/modules/contrib/babel/src/Plugin/Babel/TranslationTypePluginBase.php on line 44 in Drupal\babel\Model\StringTranslation-&gt;setTranslation() (line 35 of /var/www/html/web/modules/contrib/babel/src/Model/StringTranslation.php) [07498290-b360-48ca-9374-68ecc9100292]. </p></blockquote>
issue