mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-03-01 01:06:16 +08:00
Fix uppercase typo on brazilian_portuguese
We are comparing the lowercase of the vector, so all the parameters should be lowecase.
This commit is contained in:
parent
7d836749e1
commit
7432e07089
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class EmbeddedSubsReader:
|
|||
data = api.know(file)
|
||||
|
||||
traditional_chinese = ["cht", "tc", "traditional", "zht", "hant", "big5", u"繁", u"雙語"]
|
||||
brazilian_portuguese = ["pt-br", "pob", "pb", "Brazilian", "Brasil"]
|
||||
brazilian_portuguese = ["pt-br", "pob", "pb", "brazilian", "brasil"]
|
||||
|
||||
if 'subtitle' in data:
|
||||
for detected_language in data['subtitle']:
|
||||
|
|
Loading…
Reference in a new issue