microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.45k stars 1.53k forks source link

[Loc] Inconsistent translation in command and walkthrough page for “build” #12443

Open PhoebeTf opened 2 months ago

PhoebeTf commented 2 months ago

Environment

VSCode 1.90.2+ C/C++ Extension 1.21.0 pre-release)

Bug Summary and Steps to Reproduce

More info:

Steps to reproduce:

  1. Create a new folder named 'Test' and add a cpp file named "main.cpp"
  2. Open the folder 'Test' with VScode, change the display language to CHS
  3. Open the command palette-> Type "Welcome: Open Walkthrough..." and hit enter
  4. Select the "Get Started with C++ Development"
  5. Check the string ‘cl.exe - Build and debug active file’ status in 4th part (Run and debug your C++ file)
  6. Open file "main.cpp"
  7. Click the play button in the top right corner of the editor.
  8. Check the command ‘C/C++: cl.exe - Build and debug active file’

Expected result: “build” in command and walkthrough with same translation Such as on CHT windows version: image

Actual result: Inconsistent translation in command and walkthrough for “build” Such as on CHS windows version: Command: “cl.exe - 生成和调试活动文” Walkthrough page: “cl.exe - 构建和调试活动文件” image

Configuration and Logs

loc issue not related to log

Other Extensions

No response

Additional context

No response

browntarik commented 1 month ago

Thank you for reporting this issue, this has been filed with our internal localization team (VS: 985108). Please track this issue for updates.