vscode-cmake-tools
vscode-cmake-tools copied to clipboard
[Bug] [Loc] 'CMake Tools' as a proper noun should not be translated in the 'Open CMake Tools Extension Settings' command
Brief Issue Summary
Environment:
VS Code 1.99.2+ CMake Tools v1.21.13 (pre-release)
More info:
- Repro on Windows, Linux, Mac
- Repro on CHS/CHT/ESN/ITA/PLK/PTB/RUS/KOR languages
- We found the source file https://github.com/microsoft/vscode-cmake-tools/blob/a0c9386fb67ba221c4cddaf0b0458d763cff8c66/package.nls.json#L71 for this issue, and this type of issue should be fixed similarly to the one in https://github.com/microsoft/vscode-cmake-tools/pull/4393/files
Repro steps:
- Open VS Code and change the display language to CHS
- Unzip the project and open it with vscode test_project.zip
- Click "CMake" on left navigation
- Mouse over the gear icon in the upper right corner of project status window
- Observe the tooltip: "Open CMake Tools Extension Settings"
- Click the plus icon in the upper right corner of pinned commands window
- Observe the drop-down lists of "Open CMake Tools Extension Settings"
Expected Result:
'CMake Tools' as a proper noun should not be translated in localized languages In CHS language, it should be "打开 CMake Tools 扩展设置"
Actual Result:
"CMake Tools" was translated to "CMake 工具"
CMake Tools Diagnostics
N/A
Debug Log
N/A
Additional Information
No response