From 5b6dfb604760f76121e6152ed387c4f939ded693 Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Thu, 19 Dec 2024 21:25:45 +0300 Subject: [PATCH 07/15] Set Russian language as default --- pyanaconda/core/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyanaconda/core/constants.py b/pyanaconda/core/constants.py index 3d0b56d..e2f5d1a 100644 --- a/pyanaconda/core/constants.py +++ b/pyanaconda/core/constants.py @@ -78,7 +78,7 @@ WEBUI_VIEWER_PID_FILE = "/run/anaconda/webui_script.pid" BACKEND_READY_FLAG_FILE = "/run/anaconda/backend_ready" # NOTE: this should be LANG_TERRITORY.CODESET, e.g. en_US.UTF-8 -DEFAULT_LANG = "en_US.UTF-8" +DEFAULT_LANG = "ru_RU.UTF-8" DEFAULT_VC_FONT = "eurlatgr" -- 2.43.5