From 8549ff9fba7fe940f2c5cfcfb9988d778581520b Mon Sep 17 00:00:00 2001
From: Adrien Lepoutre <3693028+Adzouz@users.noreply.github.com>
Date: Thu, 9 Apr 2026 16:06:52 +0200
Subject: [PATCH 1/2] Update fill from another locale doc about preserving
relations
---
docusaurus/docs/cms/features/internationalization.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docusaurus/docs/cms/features/internationalization.md b/docusaurus/docs/cms/features/internationalization.md
index e579b35e5f..6a42647937 100644
--- a/docusaurus/docs/cms/features/internationalization.md
+++ b/docusaurus/docs/cms/features/internationalization.md
@@ -135,7 +135,7 @@ To translate content in another locale:
/>
:::tip
-Click on the *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 *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. 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 {#ai-powered-internationalization}
From c85919bf18a53d826f8b653beed303c7cdf0bcba Mon Sep 17 00:00:00 2001
From: Adrien Lepoutre <3693028+Adzouz@users.noreply.github.com>
Date: Fri, 10 Apr 2026 17:12:04 +0200
Subject: [PATCH 2/2] Added version badge
---
docusaurus/docs/cms/features/internationalization.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docusaurus/docs/cms/features/internationalization.md b/docusaurus/docs/cms/features/internationalization.md
index 6a42647937..22df3786c8 100644
--- a/docusaurus/docs/cms/features/internationalization.md
+++ b/docusaurus/docs/cms/features/internationalization.md
@@ -135,7 +135,9 @@ To translate content in another locale:
/>
:::tip
-Click on the *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. 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.
+Click on the *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.
+
+ 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 {#ai-powered-internationalization}