In multilingual site translated entities should be made editable with frontend_editing.
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3331079. -->
Reported by: [majid.ali](https://www.drupal.org/user/1271330)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When using frontend_editing in a multilingual site it always loads the content in original language whereas it should check and loads the relevant translation if exist. </p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>In a multilingual site assume that you have a content in English with translation in German and French go to any translation (i.e /de/xyz or /fr/xyz) and use fronted_editing to edit any entity for example a paragraph and see that it always loads the content in default language. </p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Check if entity is translatable then getTranslationFromContext. </p>
issue