-
Notifications
You must be signed in to change notification settings - Fork 12.9k
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250611192551558 to main #61846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250611192551558 to main #61846
Conversation
There was a problem hiding this comment.
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 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The package name '@types/node' was translated to '@types/节点', which breaks the npm install command. It should remain '@types/node'.
Copilot uses AI. Check for mistakes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment is correct :(
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250611192551558 to main with localized lcls