mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-05 23:15:08 +08:00
impr(remove fancy typography): add low quotation mark (K0stov) (#5381)
The low quotation mark is common in Eastern European languages. It functions the same as American “/British ‘.
This commit is contained in:
parent
e6d020abb7
commit
6c32717be8
1 changed files with 1 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ export function cleanTypographySymbols(textToClean: string): string {
|
|||
const specials = {
|
||||
"“": '"', // “ “
|
||||
"”": '"', // ” ”
|
||||
"„": '"', // „ „
|
||||
"’": "'", // ‘ ‘
|
||||
"‘": "'", // ’ ’
|
||||
",": ",", // ‚ ‚
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue