You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your environment file does not include this value, the `experimental_firstPublishedAt` future flag property value will default to `false` and the experimental feature will not be enabled.
61
+
If your environment file does not include this value, the `unstableAILocalizations` future flag property value will default to `false` and the experimental feature will not be enabled.
If your environment file does not include this value, the `experimental_firstPublishedAt` future flag property value will default to `false` and the experimental feature will not be enabled.
83
+
If your environment file does not include this value, the `unstableAILocalizations` future flag property value will default to `false` and the experimental feature will not be enabled.
80
84
81
85
</TabItem>
82
86
</Tabs>
@@ -112,3 +116,4 @@ Developers can use the following APIs to interact with future flags:
112
116
| Property name | Related feature | Suggested environment variable name |
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.
92
+
93
+
AI-powered Internationalization is disabled by default. To enable it:
94
+
95
+
1. Ensure the `unstableAILocalizations`[feature flag](/cms/configurations/features) is set to `true`. If you've just changed this configuration property, you might need to restart the Strapi server for the changes to apply.
96
+
2. Go to <Iconname="gear-six" /> *Settings > Global Settings > Internationalization* and set _AI translations_ to on.
97
+
98
+
<!-- TODO: add light/dark mode screenshots -->
99
+
86
100
### Code-based configuration
87
101
88
102
A `STRAPI_PLUGIN_I18N_INIT_LOCALE_CODE`[environment variable](/cms/configurations/environment#strapi) can be configured to set the default locale for your environment. The value used for this variable should be an ISO country code from <ExternalLinkto="https://github.com/strapi/strapi/blob/main/packages/plugins/i18n/server/src/constants/iso-locales.json"text="the 500+ pre-created list of locales"/>.
@@ -117,6 +131,17 @@ Click on the <Icon name="download-simple" /> *Fill in from another locale* butto
[When enabled](#enabling-ai-powered-internationalization), 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.
138
+
139
+
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.
140
+
141
+
<!-- TODO: add screenshot -->
142
+
143
+
<StrapiAiCredits />
144
+
120
145
### Usage with APIs
121
146
122
147
Localized content can be requested, created, updated, and deleted for a given locale through the various front-end APIs accessible from [Strapi's Content API](/cms/api/content-api):
0 commit comments