Bug when deleting the singular translation of a translation with plural
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3543861. -->
Reported by: [dxvargas](https://www.drupal.org/user/656734)
Related to !52
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When deleting the singular translation of a translation with plural, after saving and then refreshing the page, the plural translation goes into the singular translation and the plural is then empty.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ol>
<li>In admin/config/regional/babel, translate both singular and plural strings of a row and save.</li>
<li>Delete the singular and save.</li>
<li>Refresh the page.</li>
<li>Check that the plural translation went into the singular translation and the plural is empty.</li>
</ol>
<p>EDIT after #5: If a user submits a file with a translation item with empty translation, this should delete the translation from DB. Users should only submit what they intend to change. If they submit an empty row, it means they want to delete the translation from DB. Otherwise (as it was before), the user would be removing the translation but it would persist untouched!</p>
issue