Content field created by Agent does not have translation option
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3502830. --> Reported by: [vivek panicker](https://www.drupal.org/user/3540616) Related to !152 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Not able to add translations for field created by Field AI Agent.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ul> <li>Enable translation on the site, configure a new language for content types</li> <li>Add a chatbot with Field Type Agent enabled</li> <li>Ask the chatbot to add a field to any content type</li> <li>Inspect the field</li> <li>The field will not have the option - "Users may translate this field"</li> </ul> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>The field storage configuration for the field has "translatable: false".<br> If the value is TRUE, then the option appears on the field configuration form.<br> So the field should have proper value.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>NA</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>Users would be able to see the option "Users may translate this field" for fields created by Field Agent.</p> <h3 id="summary-api-changes">API changes</h3> <p>NA</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>NA</p>
issue