Skip to content

Commit

Permalink
added new words
Browse files Browse the repository at this point in the history
  • Loading branch information
hrai committed Nov 11, 2024
1 parent f3c724a commit 6d89c55
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions src/acronym-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,43 @@ const commonAcronyms = [
'WTH',
];

const businessAcronyms = [
'BID',
'COB',
'EOD',
'EOM',
'EOT',
'EOW',
'ETA',
'FTE',
'FWIW',
'IMO',
'KISS',
'LMK',
'MTD',
'MoM',
'NIM',
'NRN',
'NSFW',
'NWR',
'OOO',
'OT',
'OTP',
'PA',
'POC',
'PTE',
'PTO',
'RFD',
'SME',
'TLDR',
'TOS',
'TYT',
'WFH',
'WIIFM',
'WOM',
'YTD',
];

const commonTechAcronyms = [
'.NET',
'2FA',
Expand Down Expand Up @@ -486,6 +523,7 @@ let localAcronyms = [
export const acronyms = commonAcronyms.concat(
timeAcronyms,
commonTechAcronyms,
businessAcronyms,
awsAcronyms,
gcpAcronyms,
commonLocalAcronyms,
Expand Down

0 comments on commit 6d89c55

Please sign in to comment.