Skip to content

Commit

Permalink
removed test language
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcaprice committed Jun 10, 2024
1 parent 08b7476 commit d9ef45a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/app/shared/service/language.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export class LanguageService {
ko: { name: '한국어' },
pt: { name: 'Português' },
ru: { name: 'Pусский' },
xx: { name: 'Test' },
}

getAllLanguages(): { [langCode: string]: { name: string } } {
Expand Down

0 comments on commit d9ef45a

Please sign in to comment.