continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
19.51k stars 1.69k forks source link

The local startup doc page cannot switch language #3006

Open AfterStories opened 5 days ago

AfterStories commented 5 days ago

Before submitting your bug report

Relevant environment info

- OS:WINDOWS X64
- Continue version:latest main cod
- NODEjs:v22

Description

I just pulled the latest main code and saw some commit records about the document update. So I executed npm run start in the doc directory and started the local 3000 port page to view the document. I noticed that there is a language switch option in the upper right corner. When I switched to Chinese, the page could not jump to the Chinese interface correctly. There was a quick redirect behavior. It seems that the front-end routing is not configured correctly.

To reproduce

image

Log output

No response

Patrick-Erichsen commented 12 hours ago

We are working on getting the Chinese docs that a recent contributor submitted available, but in the meantime we've just commented that language option out. So in latest main you should still have the select but with a single option, English.

AfterStories commented 10 hours ago

We are working on getting the Chinese docs that a recent contributor submitted available, but in the meantime we've just commented that language option out. So in latest main you should still have the select but with a single option, English.

thanks ,If it can support more languages ​​including Chinese I believe it will be very useful to attract more developers come here