interface
SchemaLocalizationSettings
interface SchemaLocalizationSettings { ... }Configured locales, default locale, and fallback behavior.
Source packages/protocol/src/generated.ts:311
localesSchemaLocale[]- The locales value.
defaultLocalestring- The defaultLocale value.
fallbackboolean- The fallback value.