How to Stay on the Current Page When Switching Languages? #7972
Locked
yanglbme
started this conversation in
Show and tell
Replies: 1 comment
|
I developed a simple custom hook plugin, Here is the source code: https://github.com/doocs/leetcode/blob/docs/hooks/stay_on_page.py And here is the full commit: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have a website https://doocs.github.io/leetcode that provides both Chinese and English versions. I want to achieve the effect of staying on the current page when switching languages, instead of redirecting to the root directory of the selected language. How can I implement this?
All reactions