Skip to content

Localized file check-in by OneLocBuild Task: Build definition ID 36521: Build ID 209466079#21450

Merged
lewis-sanchez merged 2 commits into
mainfrom
locfiles/5e1999da-8f49-413b-89cc-c99a51c8c315
Mar 4, 2026
Merged

Localized file check-in by OneLocBuild Task: Build definition ID 36521: Build ID 209466079#21450
lewis-sanchez merged 2 commits into
mainfrom
locfiles/5e1999da-8f49-413b-89cc-c99a51c8c315

Conversation

@Benjin
Copy link
Copy Markdown
Contributor

@Benjin Benjin commented Mar 4, 2026

This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/icxLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.

Copilot AI review requested due to automatic review settings March 4, 2026 21:37
@Benjin Benjin changed the title Localized file check-in by OneLocBuild Task: Build definition ID 36521: Build ID 209465183 Localized file check-in by OneLocBuild Task: Build definition ID 36521: Build ID 209466079 Mar 4, 2026
Copy link
Copy Markdown
Contributor

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

Automated OneLocBuild check-in updating localized XLIFF files for the vscode-mssql extension based on downstream translation outputs.

Changes:

  • Updates multiple target entries from state="new" to state="translated" across several locales.
  • Removes obsolete trans-units (e.g., “Definition”, “Publish Changes”) from localized files.
  • Adds a new “Show Definition” trans-unit to localized files (currently state="new").

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
localization/xliff/vscode-mssql.zh-Hant.xlf Updates Traditional Chinese translations; removes obsolete units; adds “Show Definition”.
localization/xliff/vscode-mssql.zh-Hans.xlf Updates Simplified Chinese translations; removes obsolete units; adds “Show Definition”.
localization/xliff/vscode-mssql.ru.xlf Updates Russian translations; removes obsolete units; adds “Show Definition”.
localization/xliff/vscode-mssql.pt-BR.xlf Updates Brazilian Portuguese translations; removes obsolete units; adds “Show Definition”.
localization/xliff/vscode-mssql.ko.xlf Updates Korean translations; removes obsolete units; adds “Show Definition”.
localization/xliff/vscode-mssql.ja.xlf Updates Japanese translations; removes obsolete units; adds “Show Definition”.
localization/xliff/vscode-mssql.it.xlf Updates Italian translations; removes obsolete units; adds “Show Definition”.
localization/xliff/vscode-mssql.fr.xlf Updates French translations (incl. Copilot-related strings); removes obsolete units; adds “Show Definition”.
localization/xliff/vscode-mssql.es.xlf Updates Spanish translations; removes obsolete units; adds “Show Definition”.
localization/xliff/vscode-mssql.de.xlf Updates German translations; removes obsolete units; adds “Show Definition”.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

<trans-unit id="++CODE++03126be5685aeff8f0cfd24c8347e944469c6d847936baf9d95cde004b33d295">
<source xml:lang="en">This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue?</source>
<target state="new">This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue?</target>
<target state="translated">這會將所有規則重設為預設嚴重性,並停用「在組建時啟用 Code Analysis」。此動作無法復原。是否要繼續?</target>
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

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

In this confirmation message, the quoted setting name should match the localized label for “Enable Code Analysis on Build” elsewhere in this locale. Here it uses “在組建時啟用 Code Analysis”, while the setting label is translated as “建置時啟用程式碼分析”, which may confuse users searching for the setting.

Suggested change
<target state="translated">這會將所有規則重設為預設嚴重性,並停用「在組建時啟用 Code Analysis」。此動作無法復原。是否要繼續?</target>
<target state="translated">這會將所有規則重設為預設嚴重性,並停用「建置時啟用程式碼分析」。此動作無法復原。是否要繼續?</target>

Copilot uses AI. Check for mistakes.
<trans-unit id="++CODE++180beb8dccb6a6d30603b490fbe691f2ed33f8409ca4bb7f42d32e26734c65d5">
<source xml:lang="en">Failed to save code analysis rules</source>
<target state="new">Failed to save code analysis rules</target>
<target state="translated">Nous n’avons pas pu charger les règles de Code Analysis</target>
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

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

The French translation for “Failed to save code analysis rules” currently says “charger” (load), which changes the meaning relative to the English source (“save”). This should be adjusted to reflect saving (e.g., “enregistrer”) so the error message is accurate.

Suggested change
<target state="translated">Nous n’avons pas pu charger les règles de Code Analysis</target>
<target state="translated">Nous n’avons pas pu enregistrer les règles de Code Analysis</target>

Copilot uses AI. Check for mistakes.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 4, 2026

PR Changes

Category Target Branch PR Branch Difference
vscode-mssql VSIX 6390 KB 6391 KB ⚪ 1 KB ( 0% )
sql-database-projects VSIX 7024 KB 7024 KB ⚪ 0 KB ( 0% )
data-workspace VSIX 535 KB 535 KB ⚪ 0 KB ( 0% )

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.84%. Comparing base (45f5fe6) to head (bbbe489).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #21450   +/-   ##
=======================================
  Coverage   72.84%   72.84%           
=======================================
  Files         325      325           
  Lines       96454    96454           
  Branches     5411     5411           
=======================================
  Hits        70262    70262           
  Misses      26192    26192           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@lewis-sanchez lewis-sanchez merged commit 8f52337 into main Mar 4, 2026
3 checks passed
@lewis-sanchez lewis-sanchez deleted the locfiles/5e1999da-8f49-413b-89cc-c99a51c8c315 branch March 4, 2026 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants