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.
Properties
Section titled “Properties”entries
Section titled “entries”entries:
LocaleCatalog
Defined in: i18n/Localization.ts:135
locale
Section titled “locale”locale:
string
Defined in: i18n/Localization.ts:134
BCP-47-ish tag the entries register under (e.g. ‘en’, ‘zh-CN’).
version
Section titled “version”version:
number
Defined in: i18n/Localization.ts:132