diff --git a/openwrt/build.sh b/openwrt/build.sh index 08688bb64..4de76aa61 100644 --- a/openwrt/build.sh +++ b/openwrt/build.sh @@ -268,6 +268,12 @@ fi rm -f 0*-*.sh rm -rf ../master +# xfrpc zh_hans +mkdir feeds/luci/applications/luci-app-xfrpc/po/zh_Hans +curl -sO https://raw.githubusercontent.com/pmkol/openwrt_build_script/x86_64/openwrt/zhcn/xfrpc.po +chmod 0664 xfrpc.po +mv xfrpc.po feeds/luci/applications/luci-app-xfrpc/po/zh_Hans/xfrpc.po + # Load devices Config if [ "$platform" = "x86_64" ]; then curl -s https://$mirror/openwrt/23-config-musl-x86 > .config