From 6c32717be8a53bb66782557f73cc903f443529e0 Mon Sep 17 00:00:00 2001 From: K0stov Date: Mon, 13 May 2024 11:51:49 +0200 Subject: [PATCH] impr(remove fancy typography): add low quotation mark (K0stov) (#5381) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The low quotation mark is common in Eastern European languages. It functions the same as American “/British ‘. --- frontend/src/ts/utils/misc.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/ts/utils/misc.ts b/frontend/src/ts/utils/misc.ts index d5614041b..21102ef58 100644 --- a/frontend/src/ts/utils/misc.ts +++ b/frontend/src/ts/utils/misc.ts @@ -183,6 +183,7 @@ export function cleanTypographySymbols(textToClean: string): string { const specials = { "“": '"', // “ “ "”": '"', // ” ” + "„": '"', // „ „ "’": "'", // ‘ ‘ "‘": "'", // ’ ’ ",": ",", // ‚ ‚