Skip to content

Conversation

@csigs
Copy link
Member

@csigs csigs commented Oct 30, 2025

LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20251030193607558 to main with localized lcls

Copilot AI review requested due to automatic review settings October 30, 2025 19:36
@github-project-automation github-project-automation bot moved this to Not started in PR Backlog Oct 30, 2025
@typescript-bot typescript-bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Oct 30, 2025
Copy link

Copilot AI left a 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 TypeScript diagnostic message localizations across multiple languages (Polish, Japanese, French, Spanish, and German). The changes include grammar corrections, new diagnostic messages, and removal of obsolete entries to align with the English source.

Key changes:

  • Fixes grammar in the 'const' assertion error message (correcting "assertions" to "assertion" in the English source text reference)
  • Adds three new diagnostic messages: side-effect import errors, TypeScript 6 migration information, and checkJs setting descriptions
  • Removes two obsolete module resolution-related messages and replaces with updated bundler/node resolution message

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/loc/lcl/plk/diagnosticMessages/diagnosticMessages.generated.json.lcl Updates Polish translations with grammar fixes and new diagnostic messages
src/loc/lcl/jpn/diagnosticMessages/diagnosticMessages.generated.json.lcl Updates Japanese translations with grammar fixes and new diagnostic messages
src/loc/lcl/fra/diagnosticMessages/diagnosticMessages.generated.json.lcl Updates French translations including quotation mark style changes and new messages
src/loc/lcl/esn/diagnosticMessages/diagnosticMessages.generated.json.lcl Updates Spanish translations with new diagnostic messages and removes obsolete entries
src/loc/lcl/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl Updates German translations with grammar fixes and new diagnostic messages
<Str Cat="Text">
<Val><![CDATA[Visit https://aka.ms/ts6 for migration information.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[移行情報については、http://aka.ms/ts6 にアクセスしてください。]]></Val>
Copy link

Copilot AI Oct 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL protocol should be 'https' not 'http'. The English source uses 'https://aka.ms/ts6' but the Japanese translation has 'http://aka.ms/ts6'.

Copilot uses AI. Check for mistakes.
@github-project-automation github-project-automation bot moved this from Not started to Needs merge in PR Backlog Oct 30, 2025
@jakebailey jakebailey merged commit ac7825c into main Oct 30, 2025
39 checks passed
@jakebailey jakebailey deleted the lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20251030193607558 branch October 30, 2025 23:50
@github-project-automation github-project-automation bot moved this from Needs merge to Done in PR Backlog Oct 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

For Uncommitted Bug PR for untriaged, rejected, closed or missing bug

4 participants