Skip to main content
Version: Next

Interface: ILocale

molecule.ILocale

Properties

description

Optional description: string

Defined in

i18n/localization.ts:91


id

id: string

Defined in

i18n/localization.ts:89


inherit

Optional inherit: string

Whether inherit an exist locale, if it's exist, merge the parent locale

Defined in

i18n/localization.ts:95


name

name: string

Defined in

i18n/localization.ts:90


source

source: Map<string | LocaleSourceIdType, string>

Defined in

i18n/localization.ts:96