diff options
| author | David Fernández <[email protected]> | 2018-03-14 11:27:49 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-03-14 11:27:49 +0100 |
| commit | 5a509df6667d8e268df69ce0330e2b9e1fd92c74 (patch) | |
| tree | 7dca2f3a8ff4d621df5a769102f2866111defb7a /lib | |
| parent | 220e5cbff3ac8bd437619c5df712bbfb8622895d (diff) | |
| download | faker-5a509df6667d8e268df69ce0330e2b9e1fd92c74.tar.xz faker-5a509df6667d8e268df69ce0330e2b9e1fd92c74.zip | |
Various fixes
- Spelling
- Latin american versions of the Spanish original surnames.
- Some portuguese variations
- "Gollum" is not an acceptable Spanish surname :)
- "Franco" was the last name of the Spanish dictator. We don't want a fake name such as "Francisco Franco" in the results...
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/es/name/last_name.js | 41 |
1 files changed, 14 insertions, 27 deletions
diff --git a/lib/locales/es/name/last_name.js b/lib/locales/es/name/last_name.js index 9d69b9a2..8ae9379f 100644 --- a/lib/locales/es/name/last_name.js +++ b/lib/locales/es/name/last_name.js @@ -13,10 +13,10 @@ module["exports"] = [ "Aguilera", "Aguirre", "Alanis", - "Alaniz", + "Alaníz", "Alarcón", "Alba", - "Alcala", + "Alcalá", "Alcántar", "Alcaraz", "Alejandro", @@ -24,14 +24,14 @@ module["exports"] = [ "Alfaro", "Alicea", "Almanza", - "Almaraz", + "Almaráz", "Almonte", "Alonso", "Alonzo", "Altamirano", "Alva", "Alvarado", - "Alvarez", + "Álvarez", "Amador", "Amaya", "Anaya", @@ -48,7 +48,7 @@ module["exports"] = [ "Arellano", "Arenas", "Arevalo", - "Arguello", + "Argüello", "Arias", "Armas", "Armendáriz", @@ -90,7 +90,7 @@ module["exports"] = [ "Bermúdez", "Bernal", "Berríos", - "Bétancourt", + "Betancourt", "Blanco", "Bonilla", "Borrego", @@ -129,7 +129,7 @@ module["exports"] = [ "Carrera", "Carrero", "Carrillo", - "Carrion", + "Carrión", "Carvajal", "Casanova", "Casares", @@ -171,7 +171,7 @@ module["exports"] = [ "Corrales", "Correa", "Cortés", - "Cortez", + "Cortéz", "Cotto", "Covarrubias", "Crespo", @@ -195,10 +195,9 @@ module["exports"] = [ "Delvalle", "Díaz", "Domínguez", - "Domínquez", "Duarte", "Dueñas", - "Duran", + "Durán", "Echevarría", "Elizondo", "Enríquez", @@ -225,7 +224,6 @@ module["exports"] = [ "Flores", "Flórez", "Fonseca", - "Franco", "Frías", "Fuentes", "Gaitán", @@ -236,7 +234,7 @@ module["exports"] = [ "Galván", "Gálvez", "Gamboa", - "Gamez", + "Gámez", "Gaona", "Garay", "García", @@ -251,9 +249,7 @@ module["exports"] = [ "Godínez", "Godoy", "Gómez", - "Gonzales", "González", - "Gollum", "Gracia", "Granado", "Granados", @@ -264,15 +260,13 @@ module["exports"] = [ "Guerra", "Guerrero", "Guevara", - "Guillen", + "Guillén", "Gurule", "Gutiérrez", "Guzmán", "Haro", "Henríquez", "Heredia", - "Hernádez", - "Hernandes", "Hernández", "Herrera", "Hidalgo", @@ -289,7 +283,6 @@ module["exports"] = [ "Jaramillo", "Jasso", "Jiménez", - "Jimínez", "Juárez", "Jurado", "Laboy", @@ -371,7 +364,7 @@ module["exports"] = [ "Montenegro", "Montero", "Montes", - "Montez", + "Montéz", "Montoya", "Mora", "Morales", @@ -444,7 +437,6 @@ module["exports"] = [ "Perales", "Peralta", "Perea", - "Peres", "Pérez", "Pichardo", "Piña", @@ -468,7 +460,7 @@ module["exports"] = [ "Quintana", "Quintanilla", "Quintero", - "Quiroz", + "Quiróz", "Rael", "Ramírez", "Ramón", @@ -495,9 +487,7 @@ module["exports"] = [ "Robles", "Rocha", "Rodarte", - "Rodrígez", "Rodríguez", - "Rodríquez", "Rojas", "Rojo", "Roldán", @@ -512,7 +502,7 @@ module["exports"] = [ "Roybal", "Rubio", "Ruelas", - "Ruiz", + "Ruíz", "Saavedra", "Sáenz", "Saiz", @@ -526,7 +516,6 @@ module["exports"] = [ "Salinas", "Samaniego", "Sanabria", - "Sanches", "Sánchez", "Sandoval", "Santacruz", @@ -599,7 +588,6 @@ module["exports"] = [ "Vanegas", "Varela", "Vargas", - "Vásquez", "Vázquez", "Vega", "Vela", @@ -620,7 +608,6 @@ module["exports"] = [ "Villalobos", "Villalpando", "Villanueva", - "Villareal", "Villarreal", "Villaseñor", "Villegas", |
