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

[Regression][Loc] Strings displayed in the Project Status panel and tooltip strings all are not localized #4159

Closed Amy-Li03 closed 1 week 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. This issue does not reproduce in the v1.20.17(pre-release), so it is a regression issue
  2. Repro Language: All loc languages
  3. 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 the CMake icon in left navigation bar
  5. Check the strings in Project Status panel
  6. Hovering the mouse over the item of default value

    Actual result:

    After step 5, strings in the Project Status panel are not localized Image

After step 6, the content of tooltips is not localized Image

Expected result:

After step 5, strings in the Project Status panel are localized Image

After step 6, the content of tooltips is localized Image

CMake Tools Diagnostics

No response

Debug Log

No response

Additional Information

No response

Amy-Li03 commented 1 week ago

Verified on CMake Tools v1.20.24(pre-release), this bug is not reproducing, so close it.

Language Verify Result
CHS Image
CHT  Image
CSY  Image
DEU  Image
ENU  Image
ESN  Image
FRA  Image
ITA  Image
PLK  Image
PTB  Image
TRK  Image
RUS  Image
KOR  Image
JPN Image