🐛(i18n) comma in keys
Having a comma in the keys broke the parser. This commit allows the comma in keys.
This commit is contained in:
@@ -5,6 +5,8 @@ const config = {
|
||||
},
|
||||
keepRemoved: false,
|
||||
keySeparator: false,
|
||||
nsSeparator: false,
|
||||
namespaceSeparator: false,
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user