Skip to content

Commit

Permalink
Merge pull request #16 from sean1832/15-feature-support-chinese-capti…
Browse files Browse the repository at this point in the history
…on-video

feat: add caption language support for "zh-TW" #15
  • Loading branch information
sean1832 authored Apr 24, 2023
2 parents bf2a19a + beb3c6f commit e760e96
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 e760e96

Please sign in to comment.