Skip to content

Commit be31df8

Browse files
committed
Refine content after testing the experimental version
+ add screenshots
1 parent 51fef50 commit be31df8

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

docusaurus/docs/cms/features/internationalization.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,15 @@ It is not possible to create custom locales. Locales can only be created based o
9090

9191
AI-Powered Internationalization enables automatic translations for all the locales in a project when the source content is updated. This enables content editors to have their content translated into multiple languages within a few seconds.
9292

93-
AI-powered Internationalization is disabled by default. To enable it, go to <Icon name="gear-six" /> *Settings > Global Settings > Internationalization* and set _AI translations_ to on.
93+
AI-powered Internationalization is disabled by default. To enable it, go to <Icon name="gear-six" /> *Settings > Global Settings > Internationalization* and set <Icon name="sparkle" /> _AI Translations_ to _Enabled_.
9494

95-
<!-- TODO: add light/dark mode screenshots -->
95+
<ThemedImage
96+
alt="Internationalization settings"
97+
sources={{
98+
light: '/img/assets/settings/i18n-with-ai.png',
99+
dark: '/img/assets/settings/i18n-with-ai_DARK.png',
100+
}}
101+
/>
96102

97103
### Code-based configuration
98104

@@ -135,7 +141,13 @@ Click on the <Icon name="globe-hemisphere-west" /> *Fill in from another locale*
135141

136142
Once enabled, whenever you edit a content-type in a given locale and click **Save**, all other locales for the content-type should be translated automatically, which will be confirmed by an _All locales have been translated_ notification. Using this feature consumes Strapi AI credits.
137143

138-
<!-- TODO: add screenshot -->
144+
<ThemedImage
145+
alt="Managing locales with AI-powered i18n"
146+
sources={{
147+
light: '/img/assets/content-manager/locale-i18n-with-ai.png',
148+
dark: '/img/assets/content-manager/locale-i18n-with-ai_DARK.png',
149+
}}
150+
/>
139151

140152
<StrapiAiCredits />
141153

442 KB
Loading
455 KB
Loading
416 KB
Loading
418 KB
Loading

0 commit comments

Comments
 (0)