Skip to content

Commit 3738564

Browse files
committed
Upload file
1 parent a57cd5e commit 3738564

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pio/src/main/assets/module/ZADD/patch_rom/Patch-Xiaomi.bash

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,11 @@ fi
830830
}
831831
832832
# Ngôn ngữ mặc định
833+
if [ -f "$MPAT/language.sh" ];then
834+
source "$MPAT/language.sh"
835+
else
833836
eval "$(grep '="' "$MPAT/addon.prop")"
837+
fi
834838
# Google dịch
835839
if [ "$(glog "auto_trans_text_${MPAT##*/}")" == 1 ];then
836840
[ -f "$MPAT/auto.sh" ] && source "$MPAT/auto.sh"

0 commit comments

Comments
 (0)