type
TypedLocaleOptions
TypedLocaleOptions selects one authoring locale without changing the generated write response into an all-locales document.
Properties
| Property | Type | Description |
|---|---|---|
Locale | schema.LocaleCode | The Locale value. |
FallbackLocales | []schema.LocaleCode | The FallbackLocales value. |
DisableFallback | bool | The DisableFallback value. |
Full signature
type TypedLocaleOptions struct {
Locale schema.LocaleCode
FallbackLocales []schema.LocaleCode
DisableFallback bool
}