Skip to content

Commit

Permalink
Fixed chinese traditional custom language hi extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson-oki authored Sep 30, 2024
1 parent c2a1e4d commit bd3d1e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bazarr/languages/custom_lang.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ class ChineseTraditional(CustomLanguage):
)
_extensions_hi = (
".cht.hi", ".tc.hi", ".zht.hi", "hant.hi", ".big5.hi", "繁體中文.hi", "雙語.hi", ".zh-tw.hi",
".cht.cc", ".tc.cc", ".zht.cc", "hant.cc", ".big5.cc", "繁體中文.cc", "雙語.cc", ".zh-tw.cc",
".cht.sdh", ".tc.sdh", ".zht.sdh", "hant.sdh", ".big5.sdh", "繁體中文.sdh", "雙語.sdh", ".zh-tw.sdh",
)
_extensions_fuzzy = ("繁", "雙語")
_extensions_disamb_fuzzy = ("简", "双语")
Expand Down

0 comments on commit bd3d1e5

Please sign in to comment.