Emergency fix for custom languages issue

This commit is contained in:
morpheus65535 2023-05-17 06:41:37 -04:00
parent c06dd620b7
commit 015beaf769
1 changed files with 1 additions and 1 deletions

View File

@ -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",