Skip to main content

Environment Variables

Boolean flags default to false when unset.

VariableTypeDefaultConfig KeysDescriptionSource
I18N_COOKIEstring"quik:lang"i18n.cookieThe name of the cookie used to identify the desired language for sending the messages to the customer. /i18n.ts
I18N_DEBUGbooleani18n.debugDebug the i18n configuration. /i18n.ts
I18N_DEFAULT_LANGstring"en"i18n.default, i18n.fallbackThe default language used for the translation of the application. / The fallback language for the case when a translation item does not exist in the desired language. /i18n.ts
I18N_SUPPORTED_LANGSarray",", "de,en,es,fr,it,nl,pt,ro"i18n.supported, i18n.preloadA list of supported languages for translation that can be used in the application. / A list of supported languages for translation that will be preloaded in the application. /i18n.ts