CKEditor 5: Toolbar button not translated
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3439422. --> Reported by: [ammaletu](https://www.drupal.org/user/290351) Related to !8 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The label of the "Abbreviation" button is not translated anymore.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p> 1. Configure the button to show in a text format for CKEditor 5<br> 2. Switch to a different language, e.g. German.<br> 3. Open a form showing the CKEditor with that text format<br> 4. Hover over the "Abbreviation" button. The tooltip only says "Abbrevation", with no way to translate it.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>The CKEditor 4 plugin hat a file "de.js" which translated this button. The new ckeditor5 plugin should use Drupal.t() in `abbreviationui.js` (line 26).</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3> > Related issue: [Issue #3421550](https://www.drupal.org/node/3421550)
issue