跳转到内容

LocaleTableAsset

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

Defined in: i18n/Localization.ts:131

The serialized shape of a .eslocale asset — ONE locale’s catalog, shipped as data (via Assets.loadLocaleTable) instead of baked into code. Ship one file per locale so a game loads only the languages it needs.

entries: LocaleCatalog

Defined in: i18n/Localization.ts:135


locale: string

Defined in: i18n/Localization.ts:134

BCP-47-ish tag the entries register under (e.g. ‘en’, ‘zh-CN’).


version: number

Defined in: i18n/Localization.ts:132