microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

PhoebeTf opened this issue · comments

Environment

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

Bug Summary and Steps to Reproduce

More info:

  • Repro platform: Windows, Linux, Mac
  • Repro languages: CHS, PTB,TRK
  • Not repro language: CHT, JPN, KOR,ITA, ESN, FRA, PLK, DEU, RUS, CSY

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