diff options
| author | navece <[email protected]> | 2020-12-26 18:42:49 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-26 18:42:49 +0530 |
| commit | 0918115fc86f630228f615ad45a2f00cf2286848 (patch) | |
| tree | e306b572a55992aea34536753bd83725981af38c /lib | |
| parent | 8da7157d760934fc01ba2801e50433dc1fe7aa5f (diff) | |
| download | faker-0918115fc86f630228f615ad45a2f00cf2286848.tar.xz faker-0918115fc86f630228f615ad45a2f00cf2286848.zip | |
Create male_first_name.js
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/es/name/male_first_name.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/locales/es/name/male_first_name.js b/lib/locales/es/name/male_first_name.js new file mode 100644 index 00000000..0205d26a --- /dev/null +++ b/lib/locales/es/name/male_first_name.js @@ -0,0 +1,18 @@ +module["exports"] = [ + "Josep", + "Ángel", + "Daniel", + "Manuel", + "Pedro", + "Salvador", + "Rubén", + "Iván", + "Miguel", + "Jorge", + "Sergi", + "Josep", + "Ricardo", + "Carles", + "Jordi", + "Manuel" + ]; |
