🐛(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-10 10:12:04 +02:00
committed by Sebastien Nobour
parent 8af47283c8
commit e6b5f32a61
2 changed files with 4 additions and 0 deletions

View File

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

View File

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