Skip to content

Commit

Permalink
Merge pull request #1218 from ORCID/removeTestLanguage
Browse files Browse the repository at this point in the history
removed test language
  • Loading branch information
auumgn authored Jun 10, 2024
2 parents 08b7476 + d9ef45a commit ce4098f
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 ce4098f

Please sign in to comment.