Skip to content

Commit

Permalink
fix(angular): add germany as language (#477)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Sielemann <[email protected]>
  • Loading branch information
TimSielemann and Tim Sielemann authored Mar 7, 2024
1 parent e73475a commit 99e28d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular/projects/catalyst-demo/src/app/app.countries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const countries: Country[] = [
{ id: '2', country: 'Algeria' },
{ id: '3', country: 'American Samoa' },
{ id: '4', country: 'Andorra' },
{ id: '5', country: 'Angola' }
{ id: '5', country: 'Germany' }
];

export const countryConnector: any = {
Expand Down

0 comments on commit 99e28d5

Please sign in to comment.