This is an automated email from the ASF dual-hosted git repository. liuhongyu pushed a commit to branch release/release_2.7.0_news in repository https://gitbox.apache.org/repos/asf/shenyu-website.git
commit 7113b9773953ad89ba154d6cf5db3750bf06e8b9 Author: liuhy <[email protected]> AuthorDate: Thu Jan 16 19:07:02 2025 +0800 [release] translate client download link --- i18n/zh/code.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i18n/zh/code.json b/i18n/zh/code.json index 66a6d8157a..531f4d2dcf 100755 --- a/i18n/zh/code.json +++ b/i18n/zh/code.json @@ -533,6 +533,12 @@ "ShenYu client golang Source Codes": { "message": "golang 客户端源码" }, + "ShenYu client rust Source Codes": { + "message": "rust 客户端源码" + }, + "ShenYu client python Source Codes": { + "message": "python 客户端源码" + }, "ShenYu client .NET Source Codes": { "message": ".NET 客户端源码" },
