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

xuetaoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 6536a9dc5c7 fix(i18n): preserve selected language in footer navigation 
(#3177)
6536a9dc5c7 is described below

commit 6536a9dc5c76901a2074748db339aacecea052a9
Author: Sreejan <[email protected]>
AuthorDate: Tue Jan 6 14:46:43 2026 +0530

    fix(i18n): preserve selected language in footer navigation (#3177)
    
    When the website language is set to English, footer links such
    as Developer Guide and Community redirected users to Chinese
    pages even though English versions exist.
    
    This fix ensures footer navigation preserves the selected
    language consistently.
---
 i18n/en.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/i18n/en.toml b/i18n/en.toml
index b7ce7b80886..c82255ae36d 100755
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -299,7 +299,7 @@ other = "/en/overview/quickstart/"
 other = "Developer guide"
 
 [footer_right_link_developer]
-other = "/zh-cn/contact/contributor/software-donation-guide_dev/"
+other = "/en/contact/contributor/software-donation-guide_dev/"
 
 [footer_right_title2]
 other = "RESOURCES"
@@ -308,5 +308,5 @@ other = "RESOURCES"
 other = "Community"
 
 [footer_right_link_community]
-other = "/zh-cn/contact/"
+other = "/en/contact/"
 

Reply via email to