Skip to content

Commit

Permalink
Merge pull request #741 from KylinDC/feat/add-support-for-ai-en-subtitle
Browse files Browse the repository at this point in the history
feat: add support for ai-en subtitle
  • Loading branch information
nilaoda committed Oct 19, 2023
2 parents 17e06df + b79a3b2 commit 6f310f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BBDown.Core/Util/SubUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public static (string, string) GetSubtitleCode(string key)
return key switch
{
"ai-Zh" => ("chi", "中文(简体, AI识别)"),
"ai-En" => ("eng", "English(generated by ai)"),
"zh-CN" => ("chi", "中文(简体)"),
"zh-HK" => ("chi", "中文(香港繁體)"),
"zh-Hans" => ("chi", "中文(简体)"),
Expand Down

0 comments on commit 6f310f3

Please sign in to comment.