Skip strings for translation
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3533693. -->
Reported by: [claudiu.cristea](https://www.drupal.org/user/56348)
Related to !20 !15
>>>
<h4>This is blocked on <span class="drupalorg-gitlab-issue-link drupalorg-gitlab-link-wrapper"><a href="https://git.drupalcode.org/project/babel/-/work_items/3533685" class="drupalorg-gitlab-link">https://git.drupalcode.org/project/babel/-/work_items/3533685</a></span></h4>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>On BabelTranslateForm form there's the "Skip" button which doesn't work currently</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<ul>
<li>If source row is Active ("status" field from babel_source_status table is 1) and user presses the "Skip" button, the field should be updated to 0. This done by Ajax (see similar process for "Save" button)</li>
<li>The other way around should work too.</li>
<li>When a record status is 0, the "Translation" field is disabled, and viceversa</li>
<li>The button icon when status == 1 is gray (as currently) and a "Deactivate" tooltip is exposed</li>
<li>The button icon when status == 0 is red (a new SVG to be created) and an "Activate" tooltip is exposed</li>
</ul>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<p>None.</p>
<h3 id="summary-ui-changes">User interface changes</h3>
<p>Skip button works.</p>
<h3 id="summary-api-changes">API changes</h3>
<p>None.</p>
<h3 id="summary-data-model-changes">Data model changes</h3>
<p>None.</p>
issue