Environment Variables
Boolean flags default to false when unset.
| Variable | Type | Default | Config Keys | Description | Source |
|---|---|---|---|---|---|
I18N_COOKIE | string | "quik:lang" | i18n.cookie | The name of the cookie used to identify the desired language for sending the messages to the customer. / | i18n.ts |
I18N_DEBUG | boolean | — | i18n.debug | Debug the i18n configuration. / | i18n.ts |
I18N_DEFAULT_LANG | string | "en" | i18n.default, i18n.fallback | The 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_LANGS | array | ",", "de,en,es,fr,it,nl,pt,ro" | i18n.supported, i18n.preload | A 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 |