Skip to main content

Localizable

Stentor API Reference


Stentor API Reference / stentor-models/src / Localizable

Interface: Localizable\<O>

Defined in: packages/stentor-models/src/Locale/Localizable.ts:9

An object that has a default locale and separate localalized versions.

Extended by​

Type Parameters​

O​

O extends LocaleObject

Properties​

defaultLocale?​

optional defaultLocale: Locale

Defined in: packages/stentor-models/src/Locale/Localizable.ts:10


locales?​

optional locales: Partial\<Record\<Locale, Partial\<O>>>

Defined in: packages/stentor-models/src/Locale/Localizable.ts:11