623 Remove common translation file

This commit is contained in:
Lisa Hillebrand
2022-11-25 20:12:57 +01:00
parent b4f711e4db
commit cb33d93f8e
4 changed files with 32 additions and 40 deletions
+1 -2
View File
@@ -3,10 +3,9 @@ import { initReactI18next } from 'react-i18next'
// translation files
import en from './en.json'
import enCommon from './en/common.json'
const resources = {
en: { common: enCommon, translation: en },
en: { translation: en },
}
i18n