Text Format copied into the source string
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3585377. -->
Reported by: [andras_szilagyi](https://www.drupal.org/user/1217938)
Related to !84
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>The issue is that if the text format or other non translatable properties are concatenated into the source, then it cab create confusion, its not correct and when you use the copy functionality, it will appear in the translated value.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ol>
<li>enable babel_content_entity</li>
<li>in /admin/config/regional/babel/settings/content-entity under Content Entity -> EntityTypes select taxonomy term, save</li>
<li>create a term with a name and description</li>
<li>go to /admin/config/regional/babel and search for the descitpion value</li>
<li>you should see the description value under source, but you will also see the text format</li>
</ol>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Fix</p>
issue