Uh oh!
There was an error while loading. Please reload this page.
Localized file check-in by OneLocBuild Task: Build definition ID 1218: Build ID 3003878 - #9248
Conversation
There was a problem hiding this comment.
Pull request overview
This PR is an automated OneLocBuild localization check-in for the Microsoft.Testing.Platform terminal reporter resources (TerminalResources.resx), updating the corresponding .xlf files under src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/.
Changes:
- Updates multiple locale XLF files for TerminalResources (formatting/indentation normalization).
- Resets many
<target>entries to match the English<source>and changes state tostate="new"across the updated XLFs.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 13 comments.
Show a summary per file
| File | Description |
|---|---|
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.zh-Hant.xlf | Updates zh-Hant XLF entries for terminal resources (targets/state changed). |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.zh-Hans.xlf | Updates zh-Hans XLF entries for terminal resources (targets/state changed). |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.tr.xlf | Updates Turkish XLF entries for terminal resources (targets/state changed). |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.ru.xlf | Updates Russian XLF entries for terminal resources (targets/state changed). |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.pt-BR.xlf | Updates pt-BR XLF entries for terminal resources (targets/state changed). |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.pl.xlf | Updates Polish XLF entries for terminal resources (targets/state changed). |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.ko.xlf | Updates Korean XLF entries for terminal resources (targets/state changed). |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.ja.xlf | Updates Japanese XLF entries for terminal resources (targets/state changed). |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.it.xlf | Updates Italian XLF entries for terminal resources (targets/state changed). |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.fr.xlf | Updates French XLF entries for terminal resources (targets/state changed). |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.es.xlf | Updates Spanish XLF entries for terminal resources (targets/state changed). |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.de.xlf | Updates German XLF entries for terminal resources (targets/state changed). |
| src/Platform/Microsoft.Testing.Platform/OutputDevice/Terminal/xlf/TerminalResources.cs.xlf | Updates Czech XLF entries for terminal resources (targets/state changed). |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
#9246 extracted the terminal test-run summary strings into the new TerminalResources.resx and switched TerminalTestReporter to use it, with the translations carried over (its CI was green). The subsequent OneLocBuild check-in (#9248) then reset every TerminalResources.*.xlf entry from state="translated" back to state="new" with the English source as the target, because the localization database did not yet know about the freshly added resource. As a result, all TerminalTestReporter summary output (e.g. "Test run summary:", and the total/failed/succeeded/skipped labels) rendered in English regardless of locale, breaking LocalizationTests and LocalizationFailingTests on every PR built after #9248. This restores the 13 TerminalResources.*.xlf files to their #9246 (translated) state. A future OneLocBuild run will reconcile them once the loc database is updated. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…t#9248) microsoft#9246 extracted the terminal test-run summary strings into the new TerminalResources.resx and switched TerminalTestReporter to use it, with the translations carried over (its CI was green). The subsequent OneLocBuild check-in (microsoft#9248) then reset every TerminalResources.*.xlf entry from state="translated" back to state="new" with the English source as the target, because the localization database did not yet know about the freshly added resource. As a result, all TerminalTestReporter summary output (e.g. "Test run summary:", and the total/failed/succeeded/skipped labels) rendered in English regardless of locale, breaking LocalizationTests and LocalizationFailingTests on every PR built after microsoft#9248. This restores the 13 TerminalResources.*.xlf files to their microsoft#9246 (translated) state. A future OneLocBuild run will reconcile them once the loc database is updated. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.