Skip to content

Commit

Permalink
Update resolve-leetspeak/dictionary.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HatScripts authored Jan 16, 2024
1 parent ad51d19 commit 8c77c76
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/transformer/resolve-leetspeak/dictionary.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
export const dictionary = new Map([
['a', '@4'],
['a', '4@'],
['b', '68'],
['c', '('],
['e', '3'],
['i', '1|'],
['g', '9'],
['i', '1!|'],
['o', '0'],
['s', '$'],
['s', '5$'],
['t', '7'],
['z', '2'],
]);

0 comments on commit 8c77c76

Please sign in to comment.