Skip to content

Localized file check-in by OneLocBuild Task: Build definition ID 1218: Build ID 3055708 - #10679

Merged
Amaury Levé (Evangelink) merged 4 commits into
mainfrom
locfiles/7503f863-ee7f-4842-8c15-f92e5fd2a737
Aug 24, 2026
Merged

Localized file check-in by OneLocBuild Task: Build definition ID 1218: Build ID 3055708#10679
Amaury Levé (Evangelink) merged 4 commits into
mainfrom
locfiles/7503f863-ee7f-4842-8c15-f92e5fd2a737

Conversation

@dotnet-oneloc-localization

Copy link
Copy Markdown
Contributor

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 balanced review requested due to automatic review settings August 24, 2026 09:27
@Evangelink
Amaury Levé (Evangelink) merged commit c59d540 into main Aug 24, 2026
20 checks passed
@Evangelink
Amaury Levé (Evangelink) deleted the locfiles/7503f863-ee7f-4842-8c15-f92e5fd2a737 branch August 24, 2026 09:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Finalizes OneLoc translations by removing stale English state="new" targets so localized strings are used.

Changes:

  • Activates Retry extension translations in 13 locales.
  • Activates analyzer diagnostic translations in 13 locales.
  • Activates code-fix translations in 8 locales.

Reviewed changes

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

Show a summary per file
File Description
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.zh-Hant.xlf Activates Traditional Chinese Retry translations.
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.zh-Hans.xlf Activates Simplified Chinese Retry translations.
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.tr.xlf Activates Turkish Retry translations.
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.ru.xlf Activates Russian Retry translations.
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.pt-BR.xlf Activates Brazilian Portuguese Retry translations.
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.pl.xlf Activates Polish Retry translations.
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.ko.xlf Activates Korean Retry translations.
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.ja.xlf Activates Japanese Retry translations.
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.it.xlf Activates Italian Retry translations.
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.fr.xlf Activates French Retry translations.
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.es.xlf Activates Spanish Retry translations.
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.de.xlf Activates German Retry translations.
src/Platform/Microsoft.Testing.Extensions.Retry/Resources/xlf/ExtensionResources.cs.xlf Activates Czech Retry translations.
src/Analyzers/MSTest.Analyzers/xlf/Resources.zh-Hant.xlf Activates Traditional Chinese analyzer translations.
src/Analyzers/MSTest.Analyzers/xlf/Resources.zh-Hans.xlf Activates Simplified Chinese analyzer translations.
src/Analyzers/MSTest.Analyzers/xlf/Resources.tr.xlf Activates Turkish analyzer translations.
src/Analyzers/MSTest.Analyzers/xlf/Resources.ru.xlf Activates Russian analyzer translations.
src/Analyzers/MSTest.Analyzers/xlf/Resources.pt-BR.xlf Activates Brazilian Portuguese analyzer translations.
src/Analyzers/MSTest.Analyzers/xlf/Resources.pl.xlf Activates Polish analyzer translations.
src/Analyzers/MSTest.Analyzers/xlf/Resources.ko.xlf Activates Korean analyzer translations.
src/Analyzers/MSTest.Analyzers/xlf/Resources.ja.xlf Activates Japanese analyzer translations.
src/Analyzers/MSTest.Analyzers/xlf/Resources.it.xlf Activates Italian analyzer translations.
src/Analyzers/MSTest.Analyzers/xlf/Resources.fr.xlf Activates French analyzer translations.
src/Analyzers/MSTest.Analyzers/xlf/Resources.es.xlf Activates Spanish analyzer translations.
src/Analyzers/MSTest.Analyzers/xlf/Resources.de.xlf Activates German analyzer translations.
src/Analyzers/MSTest.Analyzers/xlf/Resources.cs.xlf Activates Czech analyzer translations.
src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.zh-Hant.xlf Activates Traditional Chinese code-fix text.
src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.zh-Hans.xlf Activates Simplified Chinese code-fix text.
src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.tr.xlf Activates Turkish code-fix text.
src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.pt-BR.xlf Activates Brazilian Portuguese code-fix text.
src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.ko.xlf Activates Korean code-fix text.
src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.ja.xlf Activates Japanese code-fix text.
src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.it.xlf Activates Italian code-fix text.
src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.cs.xlf Activates Czech code-fix text.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

<trans-unit id="InheritedMemberFromDifferentMSTestVersionMessageFormat">
<source>The inherited member '{1}.{0}' is annotated with a '[{2}]' attribute that resolves to a canonical MSTest attribute in '{3}', a different MSTest framework assembly than this test project uses; MSTest matches these attributes by exact type identity, so the inherited '[{2}]' is silently ignored at run time. Recompile the assembly that declares '{1}' against the same MSTest version as the test project.</source>
<target state="new">The inherited member '{1}.{0}' is annotated with a '[{2}]' attribute that resolves to a canonical MSTest attribute in '{3}', a different MSTest framework assembly than this test project uses; MSTest matches these attributes by exact type identity, so the inherited '[{2}]' is silently ignored at run time. Recompile the assembly that declares '{1}' against the same MSTest version as the test project.</target>
<target state="translated">El miembro heredado "{1}.{0}" se anota con un atributo "[{2}]" que se resuelve en un atributo MSTest canónico en ''{3}", un ensamblado de marco de MSTest diferente del que usa este proyecto de prueba; MSTest coincide con estos atributos por identidad de tipo exacto, por lo que el "[{2}]" heredado se omite silenciosamente en tiempo de ejecución. Vuelva a compilar el ensamblado que declara "{1}" con la misma versión de MSTest que el proyecto de prueba.</target>
<trans-unit id="UseExecutableConditionAttributeInsteadOfProcessCheckTitle">
<source>Use '[ExecutableCondition]' attribute instead of 'File.Exists' checks before 'Process.Start'</source>
<target state="new">Use '[ExecutableCondition]' attribute instead of 'File.Exists' checks before 'Process.Start'</target>
<target state="translated">Utilisez l’attribut '[ExecutableCondition]' au lieu de vérifier l’existence de 'File.Exists' avant 'Process.Start'</target>
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.

2 participants