🐛(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:
Anthony LC
2024-06-05 10:37:02 +02:00
committed by Anthony LC
parent e2586b1d8e
commit 8531e0dd08
@@ -5,6 +5,8 @@ const config = {
},
keepRemoved: false,
keySeparator: false,
nsSeparator: false,
namespaceSeparator: false,
};
export default config;