
This project adds an ability to merge node with different languages to one translated node in Drupal 8. It is a similar functionality that exists in Drupal 7 where a user can add relations between different nodes with different languages. After migrating content from D7 translation system to D8, many things changed. Orphans nodes with different language can't be merged. This tool adds this functionality for the content editors.
Additional you can use:
function hook_merge_translations_prepare_alter(&$node_array){
$node_array['title'][0]['value'] = 'Translated title';
}
Supporting organizations:
Project information
- Project categories: Content editing experience, Multilingual
534 sites report using this module
- Created by lamp5 on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.