Fix IntelliSense translation strings. - #14668
Merged
Merged
Conversation
Copilot started reviewing on behalf of
Sean McManus (sean-mcmanus)
August 12, 2026 14:46
View session
Contributor
There was a problem hiding this comment.
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
nullentry) across multiple localizedmessages.jsonfiles. - 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.
Bob Brown (bobbrow)
approved these changes
Aug 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For 1.33.8.