From 06effb5e6ef2311657c5beaf9ec57918739eb38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Falc=C3=B3n?= Date: Mon, 15 Jun 2026 19:35:07 +0200 Subject: [PATCH] fix(i18n): keep Discord brand name untranslated in French (#541) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What French translation rendered the **Discord** brand name as "Discorde". Brand names stay as-is — fixed `lang/fr.json` line 581. ## Check Swept all brand tokens (Discord, Stripe, GitHub, Google, etc.) in `fr.json`. Only this one was mistranslated; the rest keep the brand correctly. --- lang/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/fr.json b/lang/fr.json index 43b4dbb7..bef87f74 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -578,7 +578,7 @@ "Disconnect": "Déconnecter", "Disconnect Bank": "Déconnecter la banque", "Disconnecting...": "Déconnexion...", - "Discord": "Discorde", + "Discord": "Discord", "Discord for 80% off": "Discord avec 80% de réduction", "Do not show": "Ne pas montrer", "Do not show in Sankey": "Ne pas se présenter à Sankey",