fix: update model translation

This commit is contained in:
chliny
2025-05-18 21:19:58 +08:00
parent 51e2b0a23a
commit bf4fa5b25c
4 changed files with 63 additions and 20 deletions
@@ -10,13 +10,6 @@ _LOGGER = logging.getLogger(__name__)
SentenceRecognitionSourceTypePost = 1
SentenceRecognitionSourceTypeURL = 0
Modules = {
"16k_zh": "中文",
"16k_zh-PY": "中英粤",
"16k_en": "英语",
"16k_yue": "粤语",
"16k_zh_dialect": "多方言",
}
ModuleSupportLanguage = {
"16k_zh": ["zh"],
"16k_zh-PY": ["zh", "en", "yue"],