🐛(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-04 18:05:23 +02:00
committed by Anthony LC
parent e2586b1d8e
commit 8531e0dd08

View File

@@ -5,6 +5,8 @@ const config = {
}, },
keepRemoved: false, keepRemoved: false,
keySeparator: false, keySeparator: false,
nsSeparator: false,
namespaceSeparator: false,
}; };
export default config; export default config;