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 457 forks source link

[Loc] "should NOT have additional properties" not localized #3862

Closed PhoebeTf closed 4 months ago

PhoebeTf commented 5 months ago

Brief Issue Summary

Environment: VSCode 1.90.1+ CMake Tools v1.19.13(pre-release)

More info: Repro Language: All loc languages Repro platform: Windows, Linux, Mac

Repro steps:

  1. Open VScode and change the display language to CHS
  2. Download and unzip Version Validation
  3. Open above project with VS Code.
  4. Open CMakePresets.json file
  5. Launch output window and navigate to "CMake/Build" category
  6. Check the output info

Expected result: “should NOT have additional properties" localized

Actual result: “should NOT have additional properties” not localized output_notloc

CMake Tools Diagnostics

No response

Debug Log

No response

Additional Information

No response

PhoebeTf commented 4 months ago

Verified with CMake Tools v1.19.35 (pre-release), this issue has been fixed. image