Skip to content

Commit 9b16abe

Browse files
Fix path changes
Add Target Platform translation Signed-off-by: Nicholas Sun <nicholas-sun@outlook.com>
1 parent f37c86a commit 9b16abe

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

PATCH/duplicate/addition-trans-zh-r2s/i18n/default.zh_Hans.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ msgstr "处理器"
44
msgid "Architecture"
55
msgstr "架构"
66

7+
msgid "Target Platform"
8+
msgstr "目标平台"
9+
710
msgid "CPU Temperature"
811
msgstr "CPU 温度"
912

PATCH/duplicate/addition-trans-zh-x86/i18n/default.zh_Hans.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ msgstr "处理器"
44
msgid "Architecture"
55
msgstr "架构"
66

7+
msgid "Target Platform"
8+
msgstr "目标平台"
9+
710
msgid "CPU Temperature"
811
msgstr "CPU 温度"
912

SCRIPTS/02_prepare_package.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,18 @@ rm -rf ./package/lean/luci-app-ssr-plus/po/zh_Hans
6565
# SSRP Dependies
6666
rm -rf ./feeds/packages/net/shadowsocks-libev
6767
rm -rf ./feeds/packages/net/xray-core
68-
svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/dns2socks package/lean/dns2socks
69-
svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/microsocks package/lean/microsocks
70-
svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/pdnsd-alt package/lean/pdnsd-alt
68+
svn co https://github.com/immortalwrt/packages/branches/openwrt-21.02/net/dns2socks package/lean/dns2socks
69+
svn co https://github.com/immortalwrt/packages/branches/openwrt-21.02/net/microsocks package/lean/microsocks
70+
svn co https://github.com/immortalwrt/packages/branches/openwrt-21.02/net/pdnsd-alt package/lean/pdnsd-alt
7171
svn co https://github.com/fw876/helloworld/trunk/tcping package/lean/tcping
7272
svn co https://github.com/fw876/helloworld/trunk/shadowsocksr-libev package/lean/shadowsocksr-libev
7373
svn co https://github.com/fw876/helloworld/trunk/naiveproxy package/lean/naiveproxy
74-
svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/redsocks2 package/lean/redsocks2
75-
svn co https://github.com/coolsnowwolf/packages/trunk/net/shadowsocks-libev package/lean/shadowsocks-libev
74+
svn co https://github.com/immortalwrt/packages/branches/openwrt-21.02/net/redsocks2 package/lean/redsocks2
75+
svn co https://github.com/immortalwrt/packages/branches/openwrt-21.02/net/shadowsocks-libev package/lean/shadowsocks-libev
7676
svn co https://github.com/fw876/helloworld/trunk/shadowsocks-rust package/lean/shadowsocks-rust
7777
svn co https://github.com/fw876/helloworld/trunk/simple-obfs package/lean/simple-obfs
7878
svn co https://github.com/fw876/helloworld/trunk/trojan package/lean/trojan
79-
svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/ipt2socks package/lean/ipt2socks
79+
svn co https://github.com/immortalwrt/packages/branches/openwrt-21.02/net/ipt2socks package/lean/ipt2socks
8080
svn co https://github.com/fw876/helloworld/trunk/v2ray-plugin package/lean/v2ray-plugin
8181
svn co https://github.com/fw876/helloworld/trunk/xray-plugin package/lean/xray-plugin
8282
svn co https://github.com/fw876/helloworld/trunk/xray-core package/lean/xray-core

0 commit comments

Comments
 (0)