Remove button label is not translated
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3475238. -->
Reported by: [watergate](https://www.drupal.org/user/1096864)
Related to !9
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>The label shown when hovering over the button to remove an abbreviation is not translated into the user's language.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>Assuming a standard Drupal installation, with a (interface) language that is not English and having this CKEditor Abbreviation module installed (of course):</p>
<ol>
<li>Ensure that the abbreviation plugin is attached to a CKEditor, e.g., by editing <code>/admin/config/content/formats/manage/basic_html</code></li>
<li>Create a node that has a text field with support for the CKEditor, e.g., <code>/node/add/page</code>.</li>
<li>Hover over the button to insert an abbreviation and notice that regarding the language of the user interface, "Remove" is shown.</li>
</ol>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Use the <code>Drupal.t</code> functionality to also translate the "Remove" label.</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<ul>
<li><del>Implement the proposed solution and create a merge request.</del></li>
<li>Review the merge request.</li>
</ul>
<h3 id="summary-ui-changes">User interface changes</h3>
<p>When a translation of the word "Remove" is available in Drupal in the user's language, the label shown when hovering over the remove button is displayed in the user's language.</p>
issue