Field Widget Button labels are not translatable via UI
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3567027. -->
Reported by: [fago](https://www.drupal.org/user/16747)
>>>
<p>[Tracker]<br>
<strong>Update Summary: </strong>Field Widget Button labels are not translatable via UI<br>
<strong>Short Description: </strong>Button labels in field widget actions are configured via entity-form-displays. However, entity form displays have no UI for configuring translations, thus, there is no dedicated page and no entry at /admin/config/regional/config-translation<br>
<strong>Check-in Date: </strong>MM/DD/YYYY<br>
<em>Metadata is used by the <a href="https://www.drupalstarforge.ai/" title="AI Tracker">AI Tracker.</a> Docs and additional fields <a href="https://www.drupalstarforge.ai/ai-dashboard/docs" title="AI Issue Tracker Documentation">here</a>.</em><br>
[/Tracker]</p>
<h3 id="summary-problem-motivation">Problem</h3>
<p>Button labels in field widget actions are configured via entity-form-displays. However, entity form displays have no UI for configuring translations, thus, there is no dedicated page and no entry at /admin/config/regional/config-translation</p>
<p>The only mitigation for this atm is to manually take core of shipping the config language override.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Alter core entity-form display to add a route to show up in /admin/config/regional/config-translation<br>
That's not nice, but it's at least working.</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<h3>Optional: Other details as applicable (e.g., User interface changes, API changes, Data model changes)</h3>
> Related issue: [Issue #2546212](https://www.drupal.org/node/2546212)
issue