Skip to content

Commit

Permalink
NEW-WORDS Added New Timezone Words (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrai committed Feb 21, 2021
1 parent 871dd7f commit 0779ef0
Show file tree
Hide file tree
Showing 5 changed files with 194 additions and 5 deletions.
4 changes: 2 additions & 2 deletions distribution/lib/background.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion distribution/lib/main.bundle.js

Large diffs are not rendered by default.

189 changes: 188 additions & 1 deletion src/abbreviation-constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const commonAbbreviations = [
'AFR',
'AFAIK',
'AMD',
'AOL',
'APM',
Expand Down Expand Up @@ -60,6 +61,7 @@ const commonAbbreviations = [
'ROTFL',
'RSVP',
'SARS',
'SLR',
'SMH',
'TBA',
'TBC',
Expand All @@ -80,4 +82,189 @@ const commonAbbreviations = [
'WTH',
];

export const abbreviations = commonAbbreviations;
const timeAbbreviations = [
'ACDT',
'ACST',
'ACWST',
'ADT',
'AEDT',
'AEST',
'AET',
'AFT',
'AKDT',
'AKST',
'ALMT',
'AMST',
'AMT',
'ANAT',
'AQTT',
'ART',
'AST',
'AWST',
'AZOST',
'AZOT',
'AZT',
'BNT',
'BIOT',
'BIT',
'BOT',
'BRST',
'BRT',
'BST',
'BTT',
'CAT',
'CCT',
'CDT',
'CEST',
'CET',
'CHADT',
'CHAST',
'CHOT',
'CHOST',
'CHST',
'CHUT',
'CIST',
'WITA',
'CKT',
'CLST',
'CLT',
'CST',
'CT',
'CVT',
'CWST',
'CXT',
'DAVT',
'DDUT',
'DFT',
'EASST',
'EAST',
'EAT',
'ECT',
'EDT',
'EEST',
'EET',
'EGST',
'EGT',
'WIT',
'EST',
'FET',
'FJT',
'FKST',
'FKT',
'FNT',
'GALT',
'GAMT',
'GET',
'GFT',
'GILT',
'GIT',
'GMT',
'GYT',
'HDT',
'HAEC',
'HST',
'HKT',
'HMT',
'HOVST',
'HOVT',
'ICT',
'IDLW',
'IDT',
'IOT',
'IRDT',
'IRKT',
'IRST',
'IST',
'JST',
'KALT',
'KGT',
'KOST',
'KRAT',
'KST',
'LHST',
'MAGT',
'MART',
'MAWT',
'MDT',
'MHT',
'MIT',
'MMT',
'MSK',
'MST',
'MST',
'MUT',
'MVT',
'MYT',
'NCT',
'NDT',
'NFT',
'NOVT',
'NPT',
'NST',
'NT',
'NUT',
'NZDT',
'NZST',
'OMST',
'ORAT',
'PDT',
'PETT',
'PGT',
'PHOT',
'PHT',
'PKT',
'PMDT',
'PMST',
'PONT',
'PST',
'PST',
'PWT',
'PYST',
'PYT',
'RET',
'ROTT',
'SAKT',
'SAMT',
'SAST',
'SBT',
'SCT',
'SDT',
'SGT',
'SLST',
'SRET',
'SRT',
'SST',
'SST',
'SYOT',
'TAHT',
'THA',
'TFT',
'TJT',
'TKT',
'TLT',
'TMT',
'TRT',
'TOT',
'TVT',
'ULAST',
'ULAT',
'UTC',
'UYST',
'UYT',
'UZT',
'VLAT',
'VOST',
'VUT',
'WAKT',
'WAST',
'WAT',
'WEST',
'WIB',
'WGST',
'WGT',
'WST',
'YAKT',
'YEKT',
];

export const abbreviations = commonAbbreviations.concat(timeAbbreviations);
2 changes: 2 additions & 0 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const commonTechWords = [
'DynamoDB',
'ECMAScript',
'Emacs',
'ES',
'HBase',
'Instagram',
'JavaScript',
Expand Down Expand Up @@ -76,6 +77,7 @@ const commonTechWords = [
'Scala',
'SharePoint',
'TensorFlow',
'UAT',
'UI',
'UIs',
'URL',
Expand Down
2 changes: 1 addition & 1 deletion src/name-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,7 @@ let personNames = [
'Dubhe',
'Duffy',
'Dumbledore',
'Duncan',
'Dunlap',
'Dunn',
'Dunne',
Expand All @@ -952,7 +953,6 @@ let personNames = [
'Duse',
'Dustbuster',
'Dustin',
'Dusty',
'Dwayne',
'Dwight',
'Dyer',
Expand Down

0 comments on commit 0779ef0

Please sign in to comment.