Skip to content

Commit

Permalink
Merge pull request #93 from sinedie/add-chinese-target-lang
Browse files Browse the repository at this point in the history
add chinese target languages
  • Loading branch information
sinedie authored Jul 16, 2024
2 parents 826b525 + f83b67e commit d8d319b
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 d8d319b

Please sign in to comment.