Config Keys
This list is generated from module default configuration files.
| Key | Default | Environment | Description | Source |
|---|---|---|---|---|
i18n.debug | — | I18N_DEBUG | Debug the i18n configuration. / | i18n.ts |
i18n.default | "en" | I18N_DEFAULT_LANG | The default language used for the translation of the application. / | i18n.ts |
i18n.fallback | "en" | I18N_DEFAULT_LANG | The 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_LANGS | A 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_LANGS | A list of supported languages for translation that will be preloaded in the application. / | i18n.ts |
i18n.cookie | "quik:lang" | I18N_COOKIE | The name of the cookie used to identify the desired language for sending the messages to the customer. / | i18n.ts |