From 12b96a427587b418f2c069ce258e6583c3c6276c Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 19 Dec 2023 12:01:29 +0300 Subject: [PATCH 07/14] 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 bcc5270..1745ce2 100644 --- a/pyanaconda/core/constants.py +++ b/pyanaconda/core/constants.py @@ -79,7 +79,7 @@ ANACONDA_CONFIG_DIR = "/etc/anaconda/" ANACONDA_CONFIG_TMP = "/run/anaconda/anaconda.conf" # 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.39.3