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 "Run Tests" and "Select Configuration…" in Testing panel are not localized #4160

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 CMakeProject1.zip
  3. Open the project with VS Code
  4. Click Testing in left navigation bar
  5. Click the down-arrow next to debug test/run test button
  6. Focus on the down-arrow next to debug test/run test button

Actual result:

After step5, the string "Run Tests" in the drop-down list of debug test/run test button is not localized Image

After step6, the string "Select Configuration…" is not localized when focusing on the down-arrow next to debug test/run test button Image

Expected result:

After step5, the string "Run Tests" in the drop-down list of debug test/run test button is localized After step6, the string "Select Configuration…" is localized when focusing on the down-arrow next to debug test/run test button

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.