Skip to content

Commit

Permalink
feat(supported-languages): add missing lang
Browse files Browse the repository at this point in the history
  • Loading branch information
koepferd committed Jul 31, 2024
1 parent 05d2922 commit 5192340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const featureFlags = {
useConsultingTypesForAgencies: false, // Use consulting types for agency creation
};

export const supportedLanguages = ['de', 'en'];
export const supportedLanguages = ['de', 'en', 'fr', 'ru', 'tr', 'uk', 'ar'];

export const agencyDataAgencyId = (agencyId: string) => `${mainURL}/service/agencyadmin/agencies/${agencyId}`;
export const agencyEndpointBase = `${mainURL}/service/agencyadmin/agencies`;
Expand Down

0 comments on commit 5192340

Please sign in to comment.