microsoft / vscode-cmake-tools

CMake integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools
MIT License
1.48k stars 453 forks source link

[Loc] Strings "Debug Last Run" and "Rerun Last Run" in the "Show Output" window are not localized #4162

Open Amy-Li03 opened 2 weeks ago

Amy-Li03 commented 2 weeks ago

Brief Issue Summary

Environment:

VS Code 1.95.1 + CMake Tools v1.20.22 (pre-release)

More info:

  1. Repro Language: All loc languages
  2. Repro platform: Windows, Linux, Mac

Repro steps:

  1. Open VS Code and change the display language to JPN
  2. Download and unzip CMakeTestProject.zip
  3. Open the project with VS Code
  4. Click Testing in left navigation bar
  5. Click "Run Tests" in Testing page
  6. After tests run completed, click "Show Output" in Testing page
  7. Focus on buttons next to CMake Tools in "Show Output" window Image

Actual result:

"Debug Last Run" and "Rerun Last Run" are not localized Image Image

Expected result:

"Debug Last Run" and "Rerun Last Run" are localized

CMake Tools Diagnostics

No response

Debug Log

No response

Additional Information

No response

Amy-Li03 commented 2 days ago

Verified on CMake Tools v1.20.25(pre-release), this bug is still reproducing, so reopen it.