Skip to main content

ILanguageStoreOptions

@quik/i18n


@quik/i18n / ILanguageStoreOptions

Interface: ILanguageStoreOptions

Defined in: i18n/src/types.ts:6

Options that can be passed to the LanguageStore.

Properties

defaultLanguage

defaultLanguage: string

Defined in: i18n/src/types.ts:10

The default language to be used when setting up the language store and the i18n implementation.


fallbackLanguage

fallbackLanguage: string

Defined in: i18n/src/types.ts:14

Fallback language used when there is no translation key defined in the desired language.


supportedLanguages

supportedLanguages: string[]

Defined in: i18n/src/types.ts:18

A list of supported languages available in the application.