chore: Move i18n generation, pre-commit hooks (#3410)

This commit is contained in:
Tom Moor
2022-04-17 13:29:08 -07:00
committed by GitHub
parent b10802a0aa
commit 1b913054e8
7 changed files with 297 additions and 60 deletions

View File

@@ -80,4 +80,8 @@ module.exports = {
// message: "${defaultValue}",
// description: "${maxLength}", // t('my-key', {maxLength: 150})
// }
i18nextOptions: {
compatibilityJSON: "v3",
},
};