Skip to content

Commit

Permalink
add chinese target languages
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedie committed Jul 16, 2024
1 parent 826b525 commit f83b67e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions srtranslator/translators/deepl_scrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ class DeeplTranslator(Translator):
languages = {
"auto": "Any language (detect)",
"bg": "Bulgarian",
"zh": "Chinese", # Only usable for source language
"zh-Hans": "Chinese (Simplified)", # Only usable for destination language
"zh-Hant": "Chinese (Traditional)", # Only usable for destination language
"zh": "Chinese",
"cs": "Czech",
"da": "Danish",
Expand Down

0 comments on commit f83b67e

Please sign in to comment.