fix double plurals with context

This commit is contained in:
myl7
2022-02-06 20:09:59 +08:00
parent c0353b5455
commit 04e333aa36
5 changed files with 21 additions and 6 deletions
+1
View File
@@ -9,6 +9,7 @@ module.exports = {
keySeparator: false,
namespaceSeparator: false,
pluralSeparator: '——',
contextSeparator: '——',
lineEnding: 'lf',
locales: i18n.locales,
output: path.join(localePath, '$LOCALE/$NAMESPACE.json'),