Skip to content

Commit

Permalink
Improve transliteration for Щ russian letter (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxNB authored May 3, 2021
1 parent 1882ab6 commit 1ffe949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions replacements.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ const replacements = [
['ч', 'ch'],
['Ш', 'Sh'],
['ш', 'sh'],
['Щ', 'Shh'],
['щ', 'shh'],
['Щ', 'Sch'],
['щ', 'sch'],
['Ъ', ''],
['ъ', ''],
['Ы', 'Y'],
Expand Down

0 comments on commit 1ffe949

Please sign in to comment.