We are following we.retail example and we have the language copy containing the master (blueprint) for live copies (language branch).
language-masters/en is the blueprint for live copy - en,
language-masters/fr is the blueprint for live copy - fr,
Our requirement is that if we have any image (static content which do not require translation) in language-masters/en, we can rollout to not only it's live copy (en) but also to all the locales (eg. fr, ja, es..) (assuming all the locales needs to have the same sets of images).
We know we can do the rollout from master (language-masters/en) to it's live copy (en) but how do we make sure we also push the images to other locales which do not even have the live copy relationship with the language-masters/en?
For other text content, those locale blueprint copies (eg.language-masters/fr) will use the translation and rollout the translated contents to their respective live copies (en).
Is it even possible? Any idea or suggestion how it can be achieved?