diff options
| author | Eric Cheng <[email protected]> | 2022-06-18 12:42:55 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-18 18:42:55 +0200 |
| commit | c5d893401be7b9cdf3e54930df0681ea9f43be06 (patch) | |
| tree | c9682efa7c25305648d745af247487d5a94832cf /src | |
| parent | 1898f28b8698fb8e6c0f85c8b05009b4bf7e1e2b (diff) | |
| download | faker-c5d893401be7b9cdf3e54930df0681ea9f43be06.tar.xz faker-c5d893401be7b9cdf3e54930df0681ea9f43be06.zip | |
feat: add abbreviations to `hacker.abbreviation()` in the `en` locale (#1086)
Co-authored-by: Shinigami <[email protected]>
Diffstat (limited to 'src')
| -rw-r--r-- | src/locales/en/hacker/abbreviation.ts | 55 |
1 files changed, 34 insertions, 21 deletions
diff --git a/src/locales/en/hacker/abbreviation.ts b/src/locales/en/hacker/abbreviation.ts index 7757987e..8691d668 100644 --- a/src/locales/en/hacker/abbreviation.ts +++ b/src/locales/en/hacker/abbreviation.ts @@ -1,31 +1,44 @@ export default [ - 'TCP', - 'HTTP', - 'SDD', - 'RAM', - 'GB', - 'CSS', - 'SSL', + 'ADP', 'AGP', - 'SQL', - 'FTP', - 'PCI', 'AI', - 'ADP', - 'RSS', - 'XML', - 'EXE', + 'API', + 'ASCII', + 'CLI', 'COM', + 'CSS', + 'DNS', + 'DRAM', + 'EXE', + 'FTP', + 'GB', 'HDD', - 'THX', - 'SMTP', - 'SMS', - 'USB', + 'HEX', + 'HTTP', + 'IB', + 'IP', + 'JBOD', + 'JSON', + 'OCR', + 'PCI', 'PNG', + 'RAM', + 'RSS', 'SAS', - 'IB', 'SCSI', - 'JSON', + 'SDD', + 'SMS', + 'SMTP', + 'SQL', + 'SSD', + 'SSL', + 'TCP', + 'THX', + 'TLS', + 'UDP', + 'USB', + 'UTF8', + 'VGA', + 'XML', 'XSS', - 'JBOD', ]; |
