Emergency fix for custom languages issue

pull/2147/head
morpheus65535 2 years ago
parent c06dd620b7
commit 015beaf769

@ -223,7 +223,7 @@ class LatinAmericanSpanish(CustomLanguage):
official_alpha3 = "spa" official_alpha3 = "spa"
name = "Latin American Spanish" name = "Latin American Spanish"
iso = "MX" # Not fair, but ok iso = "MX" # Not fair, but ok
_scripts = (Script("419"),) #_scripts = (Script("419"),)
_possible_matches = ( _possible_matches = (
"es-la", "es-la",
"spa-la", "spa-la",

Loading…
Cancel
Save