Skip to content

Commit

Permalink
Merge branch 'test' of github.com:asfadmin/Discovery-SearchUI into test
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercchase committed Sep 21, 2023
2 parents f05f034 + da75c92 commit e3f12f6
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 e3f12f6

Please sign in to comment.