Make meta entities transatable
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3573020. --> Reported by: [huzooka](https://www.drupal.org/user/281301) Related to !16 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When Meta entity was launched, the first intended use was to store simple properties. But right now we notices we also store text which should be translatable. The problem is, meta entity was not declared as translatable entity.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Let's make it translatable.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>* Change definition<br> * Data schema update<br> * (Functional) testing</p> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <p>MetaEntity can be marked as transatable</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>New base fields: langcode and default_langcode.</p>
issue