microsoft / vscode-makefile-tools

MAKE integration in Visual Studio Code
Other
194 stars 58 forks source link

[Loc] Makefile output log all not localized #610

Closed PhoebeTf closed 2 months ago

PhoebeTf commented 3 months ago

Environment: VSCode 1.90.1 + Makefile Tools v0.10.9(pre-release)

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

Repro steps:

  1. Open VScode and change the display language to CHS
  2. Clone the makefile project (such as: https://github.com/remonbonbon/makefile-example) and open it in VSCode
  3. Click F1 to open command palette and input “Makefile: configure”, check the output log localization status
  4. Click sidebar for Makefile and click icon for “Makefile: Build the current target” in “Makefile: Project Outline" window, check the output log localization status

Expected result: Makefile output log localized image

Actual result: Makefile output log not localized image image image

PhoebeTf commented 1 month ago

Verified with Makefile Tools v0.10.21(pre-release), this issue has been fixed. image