mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
remove the use of namespace from the config (#38491)
fixes: #38250 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
@@ -24,6 +24,7 @@ export const keycloakLanguageDetector: LanguageDetectorModule = {
|
||||
|
||||
export const i18n = createInstance({
|
||||
fallbackLng: DEFAULT_LOCALE,
|
||||
nsSeparator: false,
|
||||
interpolation: {
|
||||
escapeValue: false,
|
||||
},
|
||||
|
||||
@@ -14,6 +14,7 @@ export const KEY_SEPARATOR = ".";
|
||||
export const i18n: i18nType = createInstance({
|
||||
fallbackLng: DEFAULT_LOCALE,
|
||||
keySeparator: KEY_SEPARATOR,
|
||||
nsSeparator: false,
|
||||
interpolation: {
|
||||
escapeValue: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user