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