Skip to content

Commit

Permalink
Adding changes to enable German in the angular part.
Browse files Browse the repository at this point in the history
  • Loading branch information
renemadsen committed Jan 14, 2019
1 parent d5c969e commit affce8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export class ProfileSettingsComponent implements OnInit {

languages = [
{id: 'en-US', text: 'English'},
{id: 'de-DE', text: 'German'},
{id: 'da-DK', text: 'Danish'}
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export class ConnectionSetupComponent implements OnInit {

languages = [
{id: 'en-US', text: 'English'},
{id: 'de-DE', text: 'German'},
{id: 'da-DK', text: 'Danish'}
];

Expand Down

0 comments on commit affce8b

Please sign in to comment.