From 9865597b4a527e42775f757c2fcab308e8580daa Mon Sep 17 00:00:00 2001 From: dragonpilot Date: Thu, 15 Aug 2019 15:15:09 +1000 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E6=AC=A1=E9=96=8B=E6=A9=9F=E5=BE=8C?= =?UTF-8?q?=E9=83=BD=E6=9C=83=E6=8A=8A=20locale=20=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E6=88=90=E6=8C=87=E5=AE=9A=E7=9A=84=E8=AA=9E=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dragonpilot/chinese-fonts/installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dragonpilot/chinese-fonts/installer.sh b/dragonpilot/chinese-fonts/installer.sh index 836074319..09ac4fb3d 100755 --- a/dragonpilot/chinese-fonts/installer.sh +++ b/dragonpilot/chinese-fonts/installer.sh @@ -46,5 +46,5 @@ if [ $update_font_reg -eq "1" ] || [ $update_font_bold -eq "1" ] || [ $remove_ol fi mount -o remount,r /system # change system locale - setprop persist.sys.locale $lang -fi \ No newline at end of file +fi +setprop persist.sys.locale $lang \ No newline at end of file