mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-22 05:51:10 +00:00
Emergency fix for custom languages issue
This commit is contained in:
parent
c06dd620b7
commit
015beaf769
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ class LatinAmericanSpanish(CustomLanguage):
|
|||
official_alpha3 = "spa"
|
||||
name = "Latin American Spanish"
|
||||
iso = "MX" # Not fair, but ok
|
||||
_scripts = (Script("419"),)
|
||||
#_scripts = (Script("419"),)
|
||||
_possible_matches = (
|
||||
"es-la",
|
||||
"spa-la",
|
||||
|
|
Loading…
Reference in a new issue