add i18next parser config

This commit is contained in:
Emily Soth 2023-02-13 16:15:47 -08:00
parent 9e0dcc2a90
commit 76f8b767e4
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
export default {
// by default, . and : are special separator characters
// disable that because we're using plain english kys
keySeparator: false,
namespaceSeparator: false,
}