chore: update localization.enableStatusLocalization to experimental.localizeStatus
This commit is contained in:
@@ -428,13 +428,15 @@ export default buildConfigWithDefaults({
|
||||
slug: 'global-text',
|
||||
},
|
||||
],
|
||||
experimental: {
|
||||
localizeStatus: true,
|
||||
},
|
||||
localization: {
|
||||
filterAvailableLocales: ({ locales }) => {
|
||||
return locales.filter((locale) => locale.code !== 'xx')
|
||||
},
|
||||
defaultLocale,
|
||||
fallback: true,
|
||||
enableStatusLocalization: true,
|
||||
locales: [
|
||||
{
|
||||
code: 'xx',
|
||||
|
||||
Reference in New Issue
Block a user