-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Snippet strings are not localized #4482
Comments
Is this a duplicate of #5370? |
The autocomplete part was a duplicate, but the snippet part is not. The snippets code needs a re-architecting though, to enable user-modification via sending the snippets from a TypeScript or a custom snippets json file, so I'm not sure if it's worth the effort to localize. But the detail text "Code snippet for" could be easily localized. |
@bobbrow @sean-mcmanus Regarding the autocomplete part of this issue we verified that it has been fixed in the latest C/C++ version v1.23.0(pre-release). However, we don't know how to verify the snippet part of the issue. Could you please tell us the steps to verify it? Thank you very much in advance! |
Hi @Yingzi1234, the snippets have not yet passed through localization. We will close this issue when that is ready for testing. |
@bobbrow Got it! Thank you for your reply! |
None of the TypeScript snippets are localized translated and Copilot suggested that the stuff directly related to code would be better left untranslated so I'm not translating anything, but I made some minor updates to the detail text to make it match TypeScript more, I got rid of the "Code snippet for" text, and I got rid of the MIT License snippet. |
Fixed with https://github.com/microsoft/vscode-cpptools/releases/tag/v1.23.3 (pre-release). |
Change the display language, and then invoke autocomplete. The various strings shown in completion/snippet results from the engine are not translated.
The text was updated successfully, but these errors were encountered: