From 4c597ffb5a397333ac2b4f7974d9a3f274e528ab Mon Sep 17 00:00:00 2001 From: SomberNight Date: Sat, 14 Feb 2026 10:10:59 +0000 Subject: [PATCH] follow-up prev: satisfy ban_unicode.py --- electrum/i18n.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electrum/i18n.py b/electrum/i18n.py index a56471a07..04389d29b 100644 --- a/electrum/i18n.py +++ b/electrum/i18n.py @@ -127,8 +127,8 @@ def set_language(x: Optional[str]) -> None: # note: The values (human-visible lang names) should be either in English or in their own lang, # but NOT translated to the currently selected lang. -# e.g. "fr_FR" we could show as either "French" or "Français", or even as "French - Français", -# but it is evil to show it as "Französisch". How am I supposed to switch back to English from Korean??? :) +# e.g. "fr_FR" we could show as either "French" or "Francais", or even as "French - Francais", +# but it is evil to show it as "Franzosisch". How am I supposed to switch back to English from Korean??? :) languages = { '': _('Default'), 'ar_SA': 'Arabic',