mirror of
https://github.com/xopenwrt/X-OpenWrt-New.git
synced 2026-09-18 08:20:11 +00:00
改进和优化(by teasiu)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user