LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250829194312467 to main#62357
Merged
jakebailey merged 1 commit intomainfrom Sep 8, 2025
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates localized diagnostic messages for TypeScript error codes across multiple language files, specifically updating messages related to ECMAScript module syntax restrictions and module option requirements.
- Updates error message text for two diagnostic codes (1286 and 1293) to use more specific language about ECMAScript imports/exports
- Adds a new diagnostic message (1295) with extended guidance for resolving module syntax conflicts
- Updates option restriction message (5095) to include 'commonjs' as an allowed module setting
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/loc/lcl/trk/diagnosticMessages/diagnosticMessages.generated.json.lcl | Updates Turkish translations for module syntax error messages |
| src/loc/lcl/rus/diagnosticMessages/diagnosticMessages.generated.json.lcl | Updates Russian translations for module syntax error messages |
| src/loc/lcl/ptb/diagnosticMessages/diagnosticMessages.generated.json.lcl | Updates Portuguese (Brazil) translations for module syntax error messages |
| src/loc/lcl/plk/diagnosticMessages/diagnosticMessages.generated.json.lcl | Updates Polish translations for module syntax error messages |
| src/loc/lcl/kor/diagnosticMessages/diagnosticMessages.generated.json.lcl | Updates Korean translations for module syntax error messages |
| src/loc/lcl/jpn/diagnosticMessages/diagnosticMessages.generated.json.lcl | Updates Japanese translations for module syntax error messages |
| src/loc/lcl/ita/diagnosticMessages/diagnosticMessages.generated.json.lcl | Updates Italian translations for module syntax error messages |
| src/loc/lcl/fra/diagnosticMessages/diagnosticMessages.generated.json.lcl | Updates French translations for module syntax error messages |
| src/loc/lcl/esn/diagnosticMessages/diagnosticMessages.generated.json.lcl | Updates Spanish translations for module syntax error messages |
| src/loc/lcl/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl | Updates German translations for module syntax error messages |
| src/loc/lcl/csy/diagnosticMessages/diagnosticMessages.generated.json.lcl | Updates Czech translations for module syntax error messages |
| src/loc/lcl/cht/diagnosticMessages/diagnosticMessages.generated.json.lcl | Updates Traditional Chinese translations for module syntax error messages |
| src/loc/lcl/chs/diagnosticMessages/diagnosticMessages.generated.json.lcl | Updates Simplified Chinese translations for module syntax error messages |
Comments suppressed due to low confidence (2)
jakebailey
approved these changes
Sep 8, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250829194312467 to main with localized lcls