Skip to content

Commit

Permalink
Changed the available language list [#905]
Browse files Browse the repository at this point in the history
Disabled all but English and French since those are the only
languages currently translated.
  • Loading branch information
mcpierce committed Sep 23, 2021
1 parent 612e3c8 commit 00c44d8
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -48,10 +48,10 @@ export class NavigationBarComponent {
isAdmin = false;
readonly languages: ListItem<string>[] = [
{ label: 'English', value: 'en' },
{ label: 'Français', value: 'fr' },
{ label: 'Español', value: 'es' },
{ label: 'Português', value: 'pt' },
{ label: 'Deutsche', value: 'de' }
{ label: 'Français', value: 'fr' }
// { label: 'Español', value: 'es' },
// { label: 'Português', value: 'pt' },
// { label: 'Deutsche', value: 'de' }
];
currentLanguage = '';
readonly loggingOptions = [
Expand Down

0 comments on commit 00c44d8

Please sign in to comment.