Fix database issue with LATAM Spanish custom language

The language was being saved as Castillian Spanish
pull/1707/head v1.0.3-beta.24
Vitiko 3 years ago
parent c91f03433c
commit a53fc440cd

@ -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…
Cancel
Save