Skip to content

Commit

Permalink
feat: disabled en language
Browse files Browse the repository at this point in the history
  • Loading branch information
web-mi committed Jan 30, 2024
1 parent ad9e198 commit e5ec8b0
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/resources/scripts/config.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -302,30 +300,14 @@ 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: {
...deConsultingTypes
},
agencies: {
...deAgency
},
languages: {
en: '(EN) Englisch'
}
},
en: {
common: {
...enCommon
},
languages: {
...enLanguages
}
}
}
Expand Down

0 comments on commit e5ec8b0

Please sign in to comment.