Skip to content

Commit a84f4de

Browse files
rvveberAntoLC
authored andcommitted
🔨(i18n) disable key separation for translations
Improves on commit bfde526
1 parent 3c374e3 commit a84f4de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/frontend/apps/impress/src/i18n/initI18n.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ i18n
2222
escapeValue: false,
2323
},
2424
preload: Object.keys(LANGUAGES_ALLOWED),
25-
nsSeparator: '||',
25+
nsSeparator: false,
26+
keySeparator: false,
2627
})
2728
.catch(() => {
2829
throw new Error('i18n initialization failed');

0 commit comments

Comments
 (0)