Localizable:
| string
| {
key: string;
fallback?: string;
params?: Record<string, string | number | boolean>;
}
Type Declaration
- string
- {
key: string;
fallback?: string;
params?: Record<string, string | number | boolean>;
}key: string
Optionalfallback?: string
Optionalparams?: Record<string, string | number | boolean>
Localization key owned by the module. Example: "config.deprecated.model_driver.legacy"