diff --git a/win/whisper_autosrt.py b/win/whisper_autosrt.py index 51423e6..3b1442e 100644 --- a/win/whisper_autosrt.py +++ b/win/whisper_autosrt.py @@ -30,7 +30,7 @@ import shutil -VERSION = "0.1.0" +VERSION = "0.1.1" #marker='█' @@ -759,6 +759,7 @@ def __init__(self): self.list_codes.append("ca") self.list_codes.append("ceb") self.list_codes.append("ny") + self.list_codes.append("zh") self.list_codes.append("zh-CN") self.list_codes.append("zh-TW") self.list_codes.append("co") @@ -893,6 +894,7 @@ def __init__(self): self.list_names.append("Catalan") self.list_names.append("Cebuano") self.list_names.append("Chichewa") + self.list_names.append("Chinese") self.list_names.append("Chinese (Simplified)") self.list_names.append("Chinese (Traditional)") self.list_names.append("Corsican") @@ -1030,6 +1032,7 @@ def __init__(self): 'ca': 'Catalan', 'ceb': 'Cebuano', 'ny': 'Chichewa', + 'zh': 'Chinese', 'zh-CN': 'Chinese (Simplified)', 'zh-TW': 'Chinese (Traditional)', 'co': 'Corsican',