mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-26 01:27:07 +00:00
Fix database issue with LATAM Spanish custom language
The language was being saved as Castillian Spanish
This commit is contained in:
parent
c91f03433c
commit
a53fc440cd
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ class ChineseTraditional(CustomLanguage):
|
|||
class LatinAmericanSpanish(CustomLanguage):
|
||||
alpha2 = "ea" # Only one available I can think of
|
||||
alpha3 = "spl"
|
||||
language = "es-LA"
|
||||
language = "es-MX"
|
||||
official_alpha2 = "es"
|
||||
official_alpha3 = "spa"
|
||||
name = "Latin American Spanish"
|
||||
|
|
Loading…
Reference in a new issue