Skip to content

Commit

Permalink
Add capital ẞ to German (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
dersimoezdag authored Jun 1, 2021
1 parent 6c19a87 commit ea81477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions replacements.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const replacements = [
// German umlauts
['ß', 'ss'],
['ẞ', 'Ss'],
['ä', 'ae'],
['Ä', 'Ae'],
['ö', 'oe'],
Expand Down

0 comments on commit ea81477

Please sign in to comment.