From 89b7f6e7b4c4c04a94bdc46902bd5f8dae0c9c0c Mon Sep 17 00:00:00 2001 From: dragonpilot Date: Fri, 6 Mar 2020 15:04:40 +1000 Subject: [PATCH] do not set locale --- dragonpilot/chinese-fonts/installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dragonpilot/chinese-fonts/installer.sh b/dragonpilot/chinese-fonts/installer.sh index 45258d162..d5100de20 100755 --- a/dragonpilot/chinese-fonts/installer.sh +++ b/dragonpilot/chinese-fonts/installer.sh @@ -31,7 +31,7 @@ # Android system locale, zh-TW = Traditional Chinese, zh-CN = Simplified Chinese -lang=en +#lang=en update_font=0 remove_old_font=0 @@ -67,5 +67,5 @@ if [ $update_font -eq "1" ] || [ $remove_old_font -eq "1" ]; then # change system locale fi -setprop persist.sys.locale $lang -setprop persist.sys.local $lang \ No newline at end of file +#setprop persist.sys.locale $lang +#setprop persist.sys.local $lang \ No newline at end of file