🔨(i18n) disable key separation for translations
Improves on commit bfde526
This commit is contained in:
@@ -22,7 +22,8 @@ i18n
|
|||||||
escapeValue: false,
|
escapeValue: false,
|
||||||
},
|
},
|
||||||
preload: Object.keys(LANGUAGES_ALLOWED),
|
preload: Object.keys(LANGUAGES_ALLOWED),
|
||||||
nsSeparator: '||',
|
nsSeparator: false,
|
||||||
|
keySeparator: false,
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
throw new Error('i18n initialization failed');
|
throw new Error('i18n initialization failed');
|
||||||
|
|||||||
Reference in New Issue
Block a user