跳转到内容

LocalizationOptions

此内容尚不支持你的语言。

Defined in: i18n/LocalizationPlugin.ts:14

optional catalogs?: Record<string, LocaleCatalog>

Defined in: i18n/LocalizationPlugin.ts:20

Catalogs to preload, keyed by locale.


optional fallback?: string

Defined in: i18n/LocalizationPlugin.ts:18

Fallback locale when a key is missing in the active one (default ‘en’).


optional locale?: string

Defined in: i18n/LocalizationPlugin.ts:16

Active locale (default ‘en’).


optional tables?: 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.