Skip to content

Fix IntelliSense translation strings. - #14668

Merged
Sean McManus (sean-mcmanus) merged 3 commits into
mainfrom
seanmcm/fixIntelliSenseLoc
Aug 12, 2026
Merged

Fix IntelliSense translation strings.#14668
Sean McManus (sean-mcmanus) merged 3 commits into
mainfrom
seanmcm/fixIntelliSenseLoc

Conversation

@sean-mcmanus

Copy link
Copy Markdown
Contributor

For 1.33.8.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes localized IntelliSense diagnostic string indexing so that the message "too many nested user-defined conversions (possible cycle of converting routines)" appears at the correct array position across multiple locales, and updates the localization import script to handle a path casing difference for the Czech localization folder.

Changes:

  • Move the “too many nested user-defined conversions…” string to the correct message index (replacing a null entry) across multiple localized messages.json files.
  • Remove the stray/duplicated occurrence of that string at the end of each affected localized message array.
  • Update the EDGE string import script to use a different LCL path for csy (Czech) to account for directory casing.

Reviewed changes

Copilot reviewed 1 out of 14 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
Extension/bin/messages/zh-tw/messages.json Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate.
Extension/bin/messages/zh-cn/messages.json Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate.
Extension/bin/messages/tr/messages.json Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate.
Extension/bin/messages/ru/messages.json Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate.
Extension/bin/messages/pt-br/messages.json Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate.
Extension/bin/messages/pl/messages.json Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate.
Extension/bin/messages/ko/messages.json Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate.
Extension/bin/messages/ja/messages.json Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate.
Extension/bin/messages/it/messages.json Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate.
Extension/bin/messages/fr/messages.json Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate.
Extension/bin/messages/es/messages.json Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate.
Extension/bin/messages/de/messages.json Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate.
Extension/bin/messages/cs/messages.json Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate.
Extension/.scripts/import_edge_strings.ts Adds a special-case path for csy to account for VC/ vs vc/ casing differences when importing strings.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread Extension/.scripts/import_edge_strings.ts Outdated
@sean-mcmanus
Sean McManus (sean-mcmanus) merged commit 08baa1d into main Aug 12, 2026
6 checks passed
@sean-mcmanus
Sean McManus (sean-mcmanus) deleted the seanmcm/fixIntelliSenseLoc branch August 12, 2026 17:52
@github-project-automation github-project-automation Bot moved this from Pull Request to Done in cpptools Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants