Skip to content

Commit

Permalink
Disabled German from the language selector
Browse files Browse the repository at this point in the history
  • Loading branch information
artisticlight committed Sep 13, 2023
1 parent f3561d5 commit 9f6cb13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/services/asf-language.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export class AsfLanguageService {
public cookieOptions = {
path: '/'
};
private matchLanguagesRegex = /en|es|de/;
private listLanguagesRegex = [ 'en', 'es', 'de' ];
private matchLanguagesRegex = /en|es/;
private listLanguagesRegex = [ 'en', 'es' ];

public languageName = {
'de' : 'Deutsch',
Expand Down

0 comments on commit 9f6cb13

Please sign in to comment.