Skip to content

Commit

Permalink
Merge pull request #26 from bilipp/master
Browse files Browse the repository at this point in the history
Enable ZH for deepl service
  • Loading branch information
leolabs authored Aug 20, 2020
2 parents 6e54f39 + 7b1f071 commit f312915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/deepl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class DeepL implements TranslationService {
}

supportsLanguage(language: string) {
return ['en', 'de', 'fr', 'es', 'pt', 'it', 'nl', 'pl', 'ru'].includes(
return ['en', 'de', 'fr', 'es', 'pt', 'it', 'nl', 'pl', 'ru', 'zh'].includes(
language,
);
}
Expand Down

0 comments on commit f312915

Please sign in to comment.