コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

MSM image rollout from en to all the locales

Avatar

Level 4

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?

1 受け入れられたソリューション

Avatar

正解者
Level 10

Hi @vsharm,

Below requirement (which is outside translation to have image available across multiple locales when authored in master) can be achieved using "Reference" component or Content Fragments or Experience Fragments where initially/very first time respective components needs to be authored in all locales. But going forward/future updates to image can be managed from one single location. 

Without direct live relationship, we can't rollout the changes, Hence the above alternative. 

元の投稿で解決策を見る

2 返信

Avatar

正解者
Level 10

Hi @vsharm,

Below requirement (which is outside translation to have image available across multiple locales when authored in master) can be achieved using "Reference" component or Content Fragments or Experience Fragments where initially/very first time respective components needs to be authored in all locales. But going forward/future updates to image can be managed from one single location. 

Without direct live relationship, we can't rollout the changes, Hence the above alternative. 

Avatar

Level 4
Thank you for the response. I will take reference component or content fragment into the consideration.