Skip to content

Commit 11afa71

Browse files
authored
Preserve relations in fill from another locale feature (#3041)
* Update fill from another locale doc about preserving relations * Added version badge
1 parent 424ef48 commit 11afa71

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docusaurus/docs/cms/features/internationalization.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ To translate content in another locale:
135135
/>
136136

137137
:::tip
138-
Click on the <Icon name="globe-hemisphere-west" /> *Fill in from another locale* button, in the top right corner, for all non relational fields to be filled up with the values of another chosen locale. It can be useful if you do not remember what was the exact content in another locale. This button is not visible if you've enabled [AI-powered internationalization](#ai-powered-internationalization) since translations are automatically handled by Strapi AI.
138+
Click on the <Icon name="globe-hemisphere-west" /> *Fill in from another locale* button, in the top right corner, for all fields (including relations) to be filled up with the values of another chosen locale. It can be useful if you do not remember what was the exact content in another locale. This button is not visible if you've enabled [AI-powered internationalization](#ai-powered-internationalization) since translations are automatically handled by Strapi AI. The latest version of the source document is retrieved by this feature.
139+
140+
<VersionBadge version="5.42.1+" tooltip="Preserving relations is available since Strapi 5.42.1."/> For localizable relations, Strapi automatically fetch the corresponding entry in the target locale if it exists. If the target locale does not exist for that relation, it will not be filled in. For non-localizable relations, the exact same entry is used.
139141
:::
140142

141143
### AI-powered internationalization <NewBadge /> {#ai-powered-internationalization}

0 commit comments

Comments
 (0)