Fix: Remove duplicate town name "Huacho" (#7038)
Huacho appears twice in the Spanish town names list. This change removes the second one, and replaces it with a new one: Medellin.
This commit is contained in:

committed by
Ingo von Borstel

parent
06cd561cea
commit
82e530b517
@@ -662,7 +662,7 @@ static const char * const _name_spanish_real[] = {
|
|||||||
"Santa Cruz",
|
"Santa Cruz",
|
||||||
"Quito",
|
"Quito",
|
||||||
"Cuenca",
|
"Cuenca",
|
||||||
"Huacho",
|
"Medell\xC3\xADn",
|
||||||
"Tulc\xC3\xA1n",
|
"Tulc\xC3\xA1n",
|
||||||
"Esmeraldas",
|
"Esmeraldas",
|
||||||
"Ibarra",
|
"Ibarra",
|
||||||
|
Reference in New Issue
Block a user