From 551816de3551980947676b0c2c35cd5443c882ab Mon Sep 17 00:00:00 2001 From: lsy Date: Sat, 27 Jul 2024 15:38:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0,=E6=8D=A2=E8=AF=AD=E8=A8=80?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Menus/Other.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Menus/Other.sh b/Menus/Other.sh index 5c42e93..a6487e0 100644 --- a/Menus/Other.sh +++ b/Menus/Other.sh @@ -31,6 +31,7 @@ case "$pick" in echo "暂不支持该系统一键更换语言" exit fi + sudo sed -i '/^#/! s/^/# /' /etc/locale.gen case $lang in '1') sudo sed -i 's/.*zh_CN.UTF-8.*/zh_CN.UTF-8 UTF-8/g' /etc/locale.gen