diff --git a/src/resources/scripts/config.ts b/src/resources/scripts/config.ts index 8b5362cbc..56fe068b4 100644 --- a/src/resources/scripts/config.ts +++ b/src/resources/scripts/config.ts @@ -1,7 +1,5 @@ import deAgency from '../i18n/de/agency.json'; import deConsultingTypes from '../i18n/de/consultingTypes.json'; -import enLanguages from '../i18n/en/languages.json'; -import enCommon from '../i18n/en/common.json'; import { AppConfigInterface } from '../../globalState/interfaces/AppConfig/AppConfigInterface'; import { OVERLAY_RELEASE_NOTE, @@ -302,12 +300,7 @@ export const config: AppConfigInterface = { 'zu' ], i18n: { - supportedLngs: ['en', 'de@informal', 'de'], preload: ['de', 'de@informal'], - fallbackLng: { - 'en': ['de'], - 'en@informal': ['en', 'de@informal', 'de'] - }, resources: { de: { consultingTypes: { @@ -315,17 +308,6 @@ export const config: AppConfigInterface = { }, agencies: { ...deAgency - }, - languages: { - en: '(EN) Englisch' - } - }, - en: { - common: { - ...enCommon - }, - languages: { - ...enLanguages } } }