We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57cd5e commit 3738564Copy full SHA for 3738564
1 file changed
pio/src/main/assets/module/ZADD/patch_rom/Patch-Xiaomi.bash
@@ -830,7 +830,11 @@ fi
830
}
831
832
# Ngôn ngữ mặc định
833
+if [ -f "$MPAT/language.sh" ];then
834
+source "$MPAT/language.sh"
835
+else
836
eval "$(grep '="' "$MPAT/addon.prop")"
837
+fi
838
# Google dịch
839
if [ "$(glog "auto_trans_text_${MPAT##*/}")" == 1 ];then
840
[ -f "$MPAT/auto.sh" ] && source "$MPAT/auto.sh"
0 commit comments