From 19bd9986794067c9b835642f7510c2384050b068 Mon Sep 17 00:00:00 2001 From: dalthviz <16781833+dalthviz@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:05:21 -0500 Subject: [PATCH] Config: Disable Russian language due to translation percentage (<80%) --- spyder/config/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spyder/config/base.py b/spyder/config/base.py index 5685611068a..d859893967d 100644 --- a/spyder/config/base.py +++ b/spyder/config/base.py @@ -368,7 +368,7 @@ def is_py2exe_or_cx_Freeze(): } # Disabled languages because their translations are outdated or incomplete -DISABLED_LANGUAGES = ['fa', 'hr', 'hu', 'pl', 'te', 'uk'] +DISABLED_LANGUAGES = ['fa', 'hr', 'hu', 'pl', 'te', 'uk', 'ru'] def get_available_translations():