Skip to content

Commit 3ee069c

Browse files
committed
more bullshit
1 parent cc06e43 commit 3ee069c

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

pitch/main.js

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@ const techPrefixes = [
1919
"Clave",
2020
"Front",
2121
"JS",
22+
"Cyber",
23+
"Quantum",
24+
"Blockchain",
25+
"Agile",
26+
"Micro",
27+
"Nano",
28+
"Smart",
29+
"Digital",
30+
"Virtual",
31+
"Meta",
32+
"Web3",
33+
"Edge",
34+
"IoT",
2235
];
2336

2437
const argentineSuffixes = [
@@ -40,6 +53,25 @@ const argentineSuffixes = [
4053
"ucha",
4154
"ón",
4255
".ar",
56+
"itor",
57+
".ai",
58+
"ware",
59+
"bot",
60+
"ly",
61+
"ify",
62+
"ster",
63+
"ology",
64+
"ology",
65+
"gram",
66+
"net",
67+
"hub",
68+
"space",
69+
"works",
70+
"chain",
71+
"verse",
72+
"point",
73+
"link",
74+
"flow",
4375
];
4476

4577
const argentineWords = [
@@ -60,7 +92,16 @@ const argentineWords = [
6092
"Impuesto",
6193
"Tango",
6294
"Token",
63-
];
95+
"Churro",
96+
"Guita",
97+
"Milanesa",
98+
"Chipa",
99+
"Pochoclo",
100+
"Chimichurri",
101+
"Cumbia",
102+
"Fernet",
103+
"Birome"
104+
];
64105

65106

66107
// DOM elements

0 commit comments

Comments
 (0)