Skip to content

Commit

Permalink
feat: Update Tolgee MT engine name
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin005 authored Jul 19, 2023
1 parent 6dde2bc commit 00b2522
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export const LanguageRow: React.FC<Props> = ({ lang, providers, disabled }) => {
return 'Azure Cognitive';
case 'BAIDU':
return 'Baidu';
case 'TOLGEE':
return 'Tolgee';
default:
return provider;
}
Expand Down

0 comments on commit 00b2522

Please sign in to comment.