Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds localized translations for four new TypeScript diagnostic messages across multiple languages (Russian, Italian, German, and Traditional Chinese). The translations cover three new error messages related to using and await using declarations in switch case/default clauses, plus one message about the --ignoreConfig command-line option.
- Adds translations for diagnostic messages 1547, 1548, 1549, and 5112
- Maintains consistent XML structure and formatting across all localization files
- One spelling error identified in the Italian translation that needs correction
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/loc/lcl/rus/diagnosticMessages/diagnosticMessages.generated.json.lcl | Adds Russian translations for 4 diagnostic messages |
| src/loc/lcl/ita/diagnosticMessages/diagnosticMessages.generated.json.lcl | Adds Italian translations for 4 diagnostic messages (contains typo) |
| src/loc/lcl/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl | Adds German translations for 4 diagnostic messages |
| src/loc/lcl/cht/diagnosticMessages/diagnosticMessages.generated.json.lcl | Adds Traditional Chinese translations for 4 diagnostic messages |
| <Str Cat="Text"> | ||
| <Val><![CDATA[tsconfig.json is present but will not be loaded if files are specified on commandline. Use '--ignoreConfig' to skip this error.]]></Val> | ||
| <Tgt Cat="Text" Stat="Loc" Orig="New"> | ||
| <Val><![CDATA[tsconfig.json è presente ma non verrà caricato se i file sono specificati nella riga di comando. Usaew '--ignoreConfig' per ignorare questo errore.]]></Val> |
There was a problem hiding this comment.
Typo in the Italian translation: "Usaew" should be "Usare". The correct text should read "Usare '--ignoreConfig' per ignorare questo errore."
| <Val><![CDATA[忽略找到的 tsconfig,使用命令列選項和檔案進行建置。]]></Val> | ||
| </Tgt> | ||
| </Str> | ||
| <Disp Icon="Str" /> |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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_20251202202837239 to main with localized lcls