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

@@ -84,6 +84,7 @@ export const initI18n = () => {
.use(backend)
.use(initReactI18next)
.init({
compatibilityJSON: "v3",
backend: {
// this must match the path defined in routes. It's the path that the
// frontend UI code will hit to load missing translations.