Skip to content

Commit

Permalink
Merge pull request #208 from virtualidentityag/fix/OB-10875
Browse files Browse the repository at this point in the history
fix: moved agency and consultingType to main directory to auto overwr…
  • Loading branch information
web-mi authored Mar 13, 2024
2 parents 0fcd934 + b95f10d commit e3ee774
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/extensions/resources/i18n/de/agency.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"agency": {}
}
3 changes: 3 additions & 0 deletions src/extensions/resources/i18n/en/agency.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"agency": {}
}
2 changes: 1 addition & 1 deletion src/extensions/resources/scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import deInformal from '../i18n/overwrites/de@informal/common.json';
import en from '../../../resources/i18n/en/common.json';
import enOverwrites from '../i18n/overwrites/en/common.json';
import enLanguages from '../../../resources/i18n/en/languages.json';
import enConsultingTypes from '../i18n/overwrites/en/consultingTypes.json';
import enConsultingTypes from '../i18n/en/consultingTypes.json';
import { AppConfigInterface } from '../../../globalState/interfaces';

import { config as baseConfig, uiUrl } from '../../../resources/scripts/config';
Expand Down

0 comments on commit e3ee774

Please sign in to comment.