You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by jo...@apache.org on 2022/06/21 15:44:26 UTC

[incubator-shenyu-website] branch main updated: modify apache shenyu desc (#611)

This is an automated email from the ASF dual-hosted git repository.

jooks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new c24dd5cf9a modify apache shenyu desc (#611)
c24dd5cf9a is described below

commit c24dd5cf9a5feb0e39dbf0688a867bb9f2c25ecd
Author: xiaoyu <xi...@apache.org>
AuthorDate: Tue Jun 21 23:44:21 2022 +0800

    modify apache shenyu desc (#611)
---
 i18n/zh/code.json   | 2 +-
 src/pages/index.tsx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/i18n/zh/code.json b/i18n/zh/code.json
index 03db6e68cb..7eefbc7a6f 100755
--- a/i18n/zh/code.json
+++ b/i18n/zh/code.json
@@ -1,6 +1,6 @@
 {
   "homepage.hero.title": {
-    "message": "动态的全生命周期的JAVA API网关,具有易于扩展和热插拔的特点。",
+    "message": "Java 原生API网关,用于服务代理、协议转换和API治理",
     "description": "Home page hero title, can contain simple html tags"
   },
   "Get Started": {
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 1b44b06df9..ff77c33e35 100755
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -36,7 +36,7 @@ function Home() {
                     __html: translate({
                       id: "homepage.hero.title",
                       message:
-                        "<b> dynamic full lifecycle </b> JAVA API gateway with <b> easy scalability </b> and <b> hot-pluggble </b> features.",
+                        "<b> Java native API Gateway for </b> service proxy</b> protocol conversion </b> and <b> API governance.",
                       description:
                         "Home page hero title, can contain simple html tags",
                     }),