Skip to content

Commit c5d8934

Browse files
ejchengShinigami92
andauthored
feat: add abbreviations to hacker.abbreviation() in the en locale (#1086)
Co-authored-by: Shinigami <chrissi92@hotmail.de>
1 parent 1898f28 commit c5d8934

2 files changed

Lines changed: 40 additions & 27 deletions

File tree

Lines changed: 34 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,44 @@
11
export default [
2-
'TCP',
3-
'HTTP',
4-
'SDD',
5-
'RAM',
6-
'GB',
7-
'CSS',
8-
'SSL',
2+
'ADP',
93
'AGP',
10-
'SQL',
11-
'FTP',
12-
'PCI',
134
'AI',
14-
'ADP',
15-
'RSS',
16-
'XML',
17-
'EXE',
5+
'API',
6+
'ASCII',
7+
'CLI',
188
'COM',
9+
'CSS',
10+
'DNS',
11+
'DRAM',
12+
'EXE',
13+
'FTP',
14+
'GB',
1915
'HDD',
20-
'THX',
21-
'SMTP',
22-
'SMS',
23-
'USB',
16+
'HEX',
17+
'HTTP',
18+
'IB',
19+
'IP',
20+
'JBOD',
21+
'JSON',
22+
'OCR',
23+
'PCI',
2424
'PNG',
25+
'RAM',
26+
'RSS',
2527
'SAS',
26-
'IB',
2728
'SCSI',
28-
'JSON',
29+
'SDD',
30+
'SMS',
31+
'SMTP',
32+
'SQL',
33+
'SSD',
34+
'SSL',
35+
'TCP',
36+
'THX',
37+
'TLS',
38+
'UDP',
39+
'USB',
40+
'UTF8',
41+
'VGA',
42+
'XML',
2943
'XSS',
30-
'JBOD',
3144
];
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
// Vitest Snapshot v1
22

3-
exports[`name > seed: 42 > abbreviation() 1`] = `"PCI"`;
3+
exports[`name > seed: 42 > abbreviation() 1`] = `"HTTP"`;
44

55
exports[`name > seed: 42 > adjective() 1`] = `"cross-platform"`;
66

77
exports[`name > seed: 42 > ingverb() 1`] = `"copying"`;
88

99
exports[`name > seed: 42 > noun() 1`] = `"array"`;
1010

11-
exports[`name > seed: 42 > phrase() 1`] = `"Try to transmit the SAS microchip, maybe it will quantify the mobile monitor!"`;
11+
exports[`name > seed: 42 > phrase() 1`] = `"Try to transmit the TCP microchip, maybe it will quantify the mobile monitor!"`;
1212

1313
exports[`name > seed: 42 > verb() 1`] = `"navigate"`;
1414

15-
exports[`name > seed: 1211 > abbreviation() 1`] = `"JSON"`;
15+
exports[`name > seed: 1211 > abbreviation() 1`] = `"UTF8"`;
1616

1717
exports[`name > seed: 1211 > adjective() 1`] = `"solid state"`;
1818

1919
exports[`name > seed: 1211 > ingverb() 1`] = `"programming"`;
2020

2121
exports[`name > seed: 1211 > noun() 1`] = `"capacitor"`;
2222

23-
exports[`name > seed: 1211 > phrase() 1`] = `"I'll back up the neural RSS program, that should panel the SCSI matrix!"`;
23+
exports[`name > seed: 1211 > phrase() 1`] = `"I'll back up the neural JSON program, that should panel the USB matrix!"`;
2424

2525
exports[`name > seed: 1211 > verb() 1`] = `"reboot"`;
2626

27-
exports[`name > seed: 1337 > abbreviation() 1`] = `"AGP"`;
27+
exports[`name > seed: 1337 > abbreviation() 1`] = `"FTP"`;
2828

2929
exports[`name > seed: 1337 > adjective() 1`] = `"open-source"`;
3030

3131
exports[`name > seed: 1337 > ingverb() 1`] = `"compressing"`;
3232

3333
exports[`name > seed: 1337 > noun() 1`] = `"port"`;
3434

35-
exports[`name > seed: 1337 > phrase() 1`] = `"Try to generate the COM program, maybe it will connect the back-end port!"`;
35+
exports[`name > seed: 1337 > phrase() 1`] = `"Try to generate the RAM program, maybe it will connect the back-end port!"`;
3636

3737
exports[`name > seed: 1337 > verb() 1`] = `"compress"`;

0 commit comments

Comments
 (0)