mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-21 23:32:31 +00:00
Fixed chinese traditional custom language hi extensions
This commit is contained in:
parent
c2a1e4d62c
commit
bd3d1e5624
1 changed files with 2 additions and 0 deletions
|
@ -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 = ("简", "双语")
|
||||
|
|
Loading…
Reference in a new issue