<!-- Please don't delete this template or we'll close your issue --> <!-- Please use English language --> <!-- Before creating an issue please make sure you are using the latest version of Docsify. --> <!-- Please ask questions on StackOverflow 👉 https://stackoverflow.com/questions/ask?tags=docsify --> ## Feature request #### What problem does this feature solve? When user change language,  the path's suffix cannot keep. For example, when user in page https://docsify.js.org/#/write-a-plugin If user change language to **中文**, the page will be https://docsify.js.org/#/zh-cn/ It is better experience if page keep same suffix `/write-a-plugin`, i.e the page change to https://docsify.js.org/#/zh-cn/write-a-plugin instead of https://docsify.js.org/#/zh-cn/ #### What does the proposed API look like? None. #### How should this be implemented in your opinion? A optional plugin, like https://github.com/apolloconfig/apollo/pull/4059 Change the navbar's href when user click it, so the page's path will keep suffix. #### Are you willing to work on this yourself? Sure. But the config's data structure need to design.