-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translation isn't displayed in the start page #15232
Comments
Hi @FiftysixTimes7, thank you for reporting this issue! Start page translations used to be loaded by vscode-python/src/datascience-ui/data-explorer/mainPanel.tsx Lines 160 to 163 in 2cb0ef2
However when the Jupyter extension became its own repo it took this file method from |
Thank you for pointing it out, it should be vscode-python/src/startPage-ui/startPage/startPage.tsx Lines 75 to 80 in 62b0c6d
It should be an easy PR if you're up for it 🙂 |
Yeah, I fixed it in #15488 :) @kimadeline |
Environment data
python.languageServer
setting: Jedi[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (
python.languageServer: 'Microsoft'
), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]Expected behaviour
Start page is translated.
Actual behaviour
Start page is not translated.
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)The text was updated successfully, but these errors were encountered: