You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2021/11/17 06:26:10 UTC

[apisix-dashboard] branch master updated: feat: setting default language to english (#2212)

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

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 07c66ad  feat: setting default language to english (#2212)
07c66ad is described below

commit 07c66adeedd24b084a2ad0e5d44b7e7beaf31f48
Author: Dileepa Jayakody <di...@gmail.com>
AuthorDate: Wed Nov 17 07:26:06 2021 +0100

    feat: setting default language to english (#2212)
---
 web/config/config.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/config/config.ts b/web/config/config.ts
index 920a178..ce48ba8 100644
--- a/web/config/config.ts
+++ b/web/config/config.ts
@@ -29,7 +29,7 @@ export default defineConfig({
     hmr: true,
   },
   locale: {
-    default: 'zh-CN',
+    default: 'en-US',
     antd: true,
     baseNavigator: true,
   },