改进和优化(by teasiu)

This commit is contained in:
Hyy2001X
2021-04-04 21:44:47 +08:00
parent 3db06e6113
commit 01cd04b188
6 changed files with 77 additions and 13 deletions
+8
View File
@@ -107,6 +107,14 @@ Firmware-Diy_Base() {
;;
esac
if [[ "${INCLUDE_Translation_Converter}" == "true" ]];then
echo "Start to convert zh-cn translation files to zh_Hans ..."
Replace_File Scripts/Convert_Translation.sh package
cd ./package
bash ./Convert_Translation.sh
cd ..
fi
echo "${Openwrt_Version}" > ${AB_Firmware_Info}
echo "${Owner_Repo}" >> ${AB_Firmware_Info}
echo "${TARGET_PROFILE}" >> ${AB_Firmware_Info}