Skip to content

Commit affce8b

Browse files
committed
Adding changes to enable German in the angular part.
1 parent d5c969e commit affce8b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

eform-client/src/app/modules/account-management/components/profile/profile-settings/profile-settings.component.ts

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export class ProfileSettingsComponent implements OnInit {
1616

1717
languages = [
1818
{id: 'en-US', text: 'English'},
19+
{id: 'de-DE', text: 'German'},
1920
{id: 'da-DK', text: 'Danish'}
2021
];
2122

eform-client/src/app/modules/application-settings/components/connection-setup/connection-setup.component.ts

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export class ConnectionSetupComponent implements OnInit {
1414

1515
languages = [
1616
{id: 'en-US', text: 'English'},
17+
{id: 'de-DE', text: 'German'},
1718
{id: 'da-DK', text: 'Danish'}
1819
];
1920

0 commit comments

Comments
 (0)