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 `unstableAILocalizations` future flag property value will default to `false` and the experimental feature will not be enabled.
59
+
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.
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.
@@ -116,4 +112,3 @@ Developers can use the following APIs to interact with future flags:
116
112
| Property name | Related feature | Suggested environment variable name |
Copy file name to clipboardExpand all lines: docusaurus/docs/cms/features/internationalization.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,10 +90,7 @@ It is not possible to create custom locales. Locales can only be created based o
90
90
91
91
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
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.
93
+
AI-powered Internationalization is disabled by default. To enable it, go to <Iconname="gear-six" /> *Settings > Global Settings > Internationalization* and set _AI translations_ to on.
0 commit comments