🔨(i18n) disable key separation for translations

Improves on commit bfde526
This commit is contained in:
rvveber
2024-10-22 18:18:04 +02:00
committed by Anthony LC
parent 3c374e3cc7
commit a84f4de02c

View File

@@ -22,7 +22,8 @@ i18n
escapeValue: false,
},
preload: Object.keys(LANGUAGES_ALLOWED),
nsSeparator: '||',
nsSeparator: false,
keySeparator: false,
})
.catch(() => {
throw new Error('i18n initialization failed');