LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250611192551558 to main#61846
Merged
jakebailey merged 1 commit intomainfrom Jun 11, 2025
Conversation
jakebailey
approved these changes
Jun 11, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds new diagnostic message entries and their localized translations across multiple languages to support recent deferred import checks and related recommendations.
- Introduces messages for deferred import restrictions, environment/settings UI labels, and npm installation hints.
- Localizes these entries in Turkish, Russian, Portuguese, Polish, Korean, Japanese, Italian, French, Spanish, German, Czech, Traditional Chinese, and Simplified Chinese.
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/loc/lcl/trk/diagnosticMessages/diagnosticMessages.generated.json.lcl | Added Turkish translations for new diagnostic messages |
| src/loc/lcl/rus/diagnosticMessages/diagnosticMessages.generated.json.lcl | Added Russian translations for new diagnostic messages |
| src/loc/lcl/ptb/diagnosticMessages/diagnosticMessages.generated.json.lcl | Added Brazilian Portuguese translations for new diagnostic messages |
| src/loc/lcl/plk/diagnosticMessages/diagnosticMessages.generated.json.lcl | Added Polish translations for new diagnostic messages |
| src/loc/lcl/kor/diagnosticMessages/diagnosticMessages.generated.json.lcl | Added Korean translations for new diagnostic messages |
| src/loc/lcl/jpn/diagnosticMessages/diagnosticMessages.generated.json.lcl | Added Japanese translations for new diagnostic messages |
| src/loc/lcl/ita/diagnosticMessages/diagnosticMessages.generated.json.lcl | Added Italian translations for new diagnostic messages |
| src/loc/lcl/fra/diagnosticMessages/diagnosticMessages.generated.json.lcl | Added French translations for new diagnostic messages |
| src/loc/lcl/esn/diagnosticMessages/diagnosticMessages.generated.json.lcl | Added Spanish translations for new diagnostic messages |
| src/loc/lcl/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl | Added German translations for new diagnostic messages |
| src/loc/lcl/csy/diagnosticMessages/diagnosticMessages.generated.json.lcl | Added Czech translations for new diagnostic messages |
| src/loc/lcl/cht/diagnosticMessages/diagnosticMessages.generated.json.lcl | Added Traditional Chinese translations for new diagnostic messages |
| src/loc/lcl/chs/diagnosticMessages/diagnosticMessages.generated.json.lcl | Added Simplified Chinese translations for new diagnostic messages |
| <Str Cat="Text"> | ||
| <Val><![CDATA[and npm install -D @types/node]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[和 npm 安装 -D @types/节点]]></Val> |
There was a problem hiding this comment.
The package name '@types/node' was translated to '@types/节点', which breaks the npm install command. It should remain '@types/node'.
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_20250611192551558 to main with localized lcls