Whenever I update the parent component with some content, I want to have an option to update localized components in child publications with same content (or part of it) in child publications.
For example, I add an image to the parent component, with "Copy to localized components" functionality on one click I will update all child components (or some selected) with the same change.
By the current implementation, I need to open manually each of the localized components and know what needs to be changed and do the update by hand, which can be time-consuming when there are over 10+ languages (localizations).