Skip to content

Commit

Permalink
Merge pull request #714 from chemars/main
Browse files Browse the repository at this point in the history
Update deepl.py - support Traditional Chinese
  • Loading branch information
zyddnys authored Oct 4, 2024
2 parents 37bb4cd + 006576b commit c033c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manga_translator/translators/deepl.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

class DeeplTranslator(CommonTranslator):
_LANGUAGE_CODE_MAP = {
'CHS': 'ZH',
'CHT': 'ZH',
'CHS': 'ZH-HANS',
'CHT': 'ZH-HANT',
'JPN': 'JA',
'ENG': 'EN-US',
'CSY': 'CS',
Expand Down

0 comments on commit c033c92

Please sign in to comment.