Skip to main content

Config Keys

This list is generated from module default configuration files.

KeyDefaultEnvironmentDescriptionSource
i18n.debugI18N_DEBUGDebug the i18n configuration. /i18n.ts
i18n.default"en"I18N_DEFAULT_LANGThe default language used for the translation of the application. /i18n.ts
i18n.fallback"en"I18N_DEFAULT_LANGThe fallback language for the case when a translation item does not exist in the desired language. /i18n.ts
i18n.supported",", "de,en,es,fr,it,nl,pt,ro"I18N_SUPPORTED_LANGSA list of supported languages for translation that can be used in the application. /i18n.ts
i18n.preload",", "de,en,es,fr,it,nl,pt,ro"I18N_SUPPORTED_LANGSA list of supported languages for translation that will be preloaded in the application. /i18n.ts
i18n.cookie"quik:lang"I18N_COOKIEThe name of the cookie used to identify the desired language for sending the messages to the customer. /i18n.ts