From c8105ad92a4c16f30c73173b2326c5be3f35973c Mon Sep 17 00:00:00 2001 From: lsy Date: Sat, 27 Jul 2024 16:12:21 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Menus/Other.sh b/Menus/Other.sh index 471ed92..6a245ce 100644 --- a/Menus/Other.sh +++ b/Menus/Other.sh @@ -52,5 +52,7 @@ case "$pick" in sudo locale-gen update-locale source /etc/default/locale + echo "请手动执行下面的命令: + source /etc/default/locale" echo "语言更换成功" esac \ No newline at end of file