- Notifications
You must be signed in to change notification settings - Fork13k
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20251002192259503 to main#62531
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
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 updates localized diagnostic message resources: adjusts the English source text from plural to singular for the const assertion diagnostic and adds a new diagnostic for missing module/type declarations on side-effect imports across multiple locales.
- Singularizes the const assertion diagnostic key and message.
- Adds new diagnostic message 2882 translations (side-effect import) for all touched locales.
- Updates corresponding localized target strings.
Reviewed Changes
Copilot reviewed 9 out of 9 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 | Updated const assertion string (introduced a Turkish typo); added new diagnostic 2882. |
src/loc/lcl/rus/diagnosticMessages/diagnosticMessages.generated.json.lcl | Singularized const assertion message; added new diagnostic 2882. |
src/loc/lcl/plk/diagnosticMessages/diagnosticMessages.generated.json.lcl | Singularized const assertion message; added new diagnostic 2882. |
src/loc/lcl/jpn/diagnosticMessages/diagnosticMessages.generated.json.lcl | Singularized const assertion message; added new diagnostic 2882. |
src/loc/lcl/ita/diagnosticMessages/diagnosticMessages.generated.json.lcl | Singularized const assertion message; added new diagnostic 2882. |
src/loc/lcl/fra/diagnosticMessages/diagnosticMessages.generated.json.lcl | Singularized const assertion message; added new diagnostic 2882. |
src/loc/lcl/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl | Singularized const assertion message; added new diagnostic 2882. |
src/loc/lcl/csy/diagnosticMessages/diagnosticMessages.generated.json.lcl | Singularized const assertion message; added new diagnostic 2882 (Czech translation formatting issue). |
src/loc/lcl/chs/diagnosticMessages/diagnosticMessages.generated.json.lcl | Singularized const assertion message; added new diagnostic 2882. |
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20251002192259503 to main with localized lcls