Save translation also when is matching the source
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3583929. --> Reported by: [claudiu.cristea](https://www.drupal.org/user/56348) Related to !82 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Content and menu links plugins doesn't save the translation when the string matches the source. There are 2 issues derive from this:</p> <ul> <li>Babel cannot determine if a string is translated or not as it Babel doesn't store any info about what is translated. It relies on the native source string backend to determine this.</li> <li>Manual translations are saving a translated string even it's the same as the source. Babel should do the same.</li> </ul> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Store the translation even it matches the source.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>None.</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>None.</p> <h3 id="summary-api-changes">API changes</h3> <p>None.</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>None.</p>
issue