-
Notifications
You must be signed in to change notification settings - Fork 0
/
nombres.json
114 lines (114 loc) · 1.72 KB
/
nombres.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[
{
"country": "Argentina",
"country_code": "ARG"
},
{
"country": "Bolivia",
"country_code": "BOL"
},
{
"country": "Bahamas",
"country_code": "BHS"
},
{
"country": "Colombia",
"country_code": "COL"
},
{
"country": "Cuba",
"country_code": "CUB"
},
{
"country": "Estados Unidos de América",
"country_code": "USA"
},
{
"country": "Guatemala",
"country_code": "GTM"
},
{
"country": "México",
"country_code": "MEX"
},
{
"country": "Paraguay",
"country_code": "PRY"
},
{
"country": "Puerto Rico",
"country_code": "PRI"
},
{
"country": "Uruguay",
"country_code": "URY"
},
{
"country": "Jamaica",
"country_code": "JAM"
},
{
"country": "Haití",
"country_code": "HTI"
},
{
"country": "República Dominicana",
"country_code": "DOM"
},
{
"country": "Belice",
"country_code": "BLZ"
},
{
"country": "El Salvador",
"country_code": "SLV"
},
{
"country": "Honduras",
"country_code": "HND"
},
{
"country": "Nicaragua",
"country_code": "NIC"
},
{
"country": "Costa Rica",
"country_code": "CRI"
},
{
"country": "Panamá",
"country_code": "PAN"
},
{
"country": "Venezuela",
"country_code": "VEN"
},
{
"country": "Ecuador",
"country_code": "ECU"
},
{
"country": "Guyana",
"country_code": "GUY"
},
{
"country": "Surinam",
"country_code": "SUR"
},
{
"country": "Perú",
"country_code": "PER"
},
{
"country": "Brasil",
"country_code": "BRA"
},
{
"country": "Chile",
"country_code": "CHL"
},
{
"country": "Islas Malvinas",
"country_code": "FLK"
}
]