LocalizationOptions
Defined in: i18n/LocalizationPlugin.ts:14
Properties
Section titled “Properties”catalogs?
Section titled “catalogs?”
optionalcatalogs?:Record<string,LocaleCatalog>
Defined in: i18n/LocalizationPlugin.ts:20
Catalogs to preload, keyed by locale.
fallback?
Section titled “fallback?”
optionalfallback?:string
Defined in: i18n/LocalizationPlugin.ts:18
Fallback locale when a key is missing in the active one (default ‘en’).
locale?
Section titled “locale?”
optionallocale?:string
Defined in: i18n/LocalizationPlugin.ts:16
Active locale (default ‘en’).
tables?
Section titled “tables?”
optionaltables?:string[]
Defined in: i18n/LocalizationPlugin.ts:26
.eslocale string-table assets to load at startup (paths or @uuid:
refs). Loaded through the app’s Assets resource — bound Text re-flows
the frame each table lands. Requires the AssetPlugin.