When click on syncronize without ticking the checkbox "Provide a menu link", the menu link title by default is the source node title where is should be the title of the translation being created/edited
- create a new translation of a node
- change the title so it's different from original language
- sync menu link
Title is not the translated one
This issue occur because when creating a translation, drupal take values from the source and apply them in the form.
Altering the user input in _menu_link_sync_override_form_values fix the issue.
Active
Code