add i18next parser config
This commit is contained in:
parent
9e0dcc2a90
commit
76f8b767e4
|
@ -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,
|
||||
}
|
Loading…
Reference in New Issue