mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
es-ES -> es
This commit is contained in:
parent
f8c4fb5e29
commit
eae52de71e
1 changed files with 1 additions and 3 deletions
|
@ -18,7 +18,7 @@ langs = sorted(
|
||||||
("Eesti", "et_EE"),
|
("Eesti", "et_EE"),
|
||||||
("English (United States)", "en_US"),
|
("English (United States)", "en_US"),
|
||||||
("English (United Kingdom)", "en_GB"),
|
("English (United Kingdom)", "en_GB"),
|
||||||
("Español", "es_ES"),
|
("Español", "es"),
|
||||||
("Esperanto", "eo_UY"),
|
("Esperanto", "eo_UY"),
|
||||||
("Euskara", "eu_ES"),
|
("Euskara", "eu_ES"),
|
||||||
("Français", "fr_FR"),
|
("Français", "fr_FR"),
|
||||||
|
@ -72,7 +72,6 @@ compatMap = {
|
||||||
"el": "el_GR",
|
"el": "el_GR",
|
||||||
"en": "en_US",
|
"en": "en_US",
|
||||||
"eo": "eo_UY",
|
"eo": "eo_UY",
|
||||||
"es": "es_ES",
|
|
||||||
"et": "et_EE",
|
"et": "et_EE",
|
||||||
"eu": "eu_ES",
|
"eu": "eu_ES",
|
||||||
"fa": "fa_IR",
|
"fa": "fa_IR",
|
||||||
|
@ -117,7 +116,6 @@ def lang_to_disk_lang(lang: str) -> str:
|
||||||
# these language/region combinations are fully qualified, but with a hyphen
|
# these language/region combinations are fully qualified, but with a hyphen
|
||||||
if lang in (
|
if lang in (
|
||||||
"en_GB",
|
"en_GB",
|
||||||
"es_ES",
|
|
||||||
"ga_IE",
|
"ga_IE",
|
||||||
"hy_AM",
|
"hy_AM",
|
||||||
"nb_NO",
|
"nb_NO",
|
||||||
|
|
Loading…
Reference in a new issue