Skip to content

Commit

Permalink
Fix database issue with LATAM Spanish custom language
Browse files Browse the repository at this point in the history
The language was being saved as Castillian Spanish
  • Loading branch information
vitiko98 committed Feb 3, 2022
1 parent c91f034 commit a53fc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazarr/custom_lang.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def get_alpha_type(cls, subtitle, subtitle_path=None):
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"
Expand Down

0 comments on commit a53fc44

Please sign in to comment.