Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docusaurus/docs/cms/features/internationalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ To translate content in another locale:
/>

:::tip
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.
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.

<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.
:::

### AI-powered internationalization <NewBadge /> {#ai-powered-internationalization}
Expand Down
Loading