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 2022/05/29 11:34:40 UTC

[apisix-website] branch juzhiyuan-patch-2 created (now 403de4fa2e2)

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

juzhiyuan pushed a change to branch juzhiyuan-patch-2
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


      at 403de4fa2e2 chore: force users to use default language

This branch includes the following new commits:

     new 403de4fa2e2 chore: force users to use default language

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[apisix-website] 01/01: chore: force users to use default language

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 403de4fa2e2737420592d38e768f4df56bc2d104
Author: 琚致远 <ju...@apache.org>
AuthorDate: Sun May 29 19:34:36 2022 +0800

    chore: force users to use default language
---
 website/src/clientModules/lang-redirect.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/src/clientModules/lang-redirect.js b/website/src/clientModules/lang-redirect.js
index 7a625361226..046fbbf12f5 100644
--- a/website/src/clientModules/lang-redirect.js
+++ b/website/src/clientModules/lang-redirect.js
@@ -12,7 +12,7 @@ import config from '../../docusaurus.config';
   const defaultLang = config.i18n.defaultLocale;
 
   const followSystem = 'follow_system';
-  const storeKey = 'localLang';
+  const storeKey = 'localLang-20220529';
 
   // transform locale label
   const localeLabelMap = {};