Skip to content

Commit

Permalink
feat: add caption language support for "zh-TW"
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1832 committed Apr 24, 2023
1 parent bf2a19a commit beb3c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/caption_languages.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
languages = [
'en', 'es', 'fr', 'de', 'it', 'pt', 'ru', 'ja', 'ko', 'zh-Hans', 'zh-Hant', 'zh', 'ar', 'hi', 'th'
'en', 'es', 'fr', 'de', 'it', 'pt', 'ru', 'ja', 'ko', 'zh-Hans', 'zh-Hant', 'zh-TW', 'zh', 'ar', 'hi', 'th'
]

auto_languages = ['a.' + _language for _language in languages]
Expand Down

0 comments on commit beb3c6f

Please sign in to comment.