Regenerate Platform localization sources#10183
Conversation
Synchronize Platform XLF units with the current neutral RESX after the HTTP transport replaced the stale WebSocket resources. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: c475df24-a912-49c8-8f59-18524c91af55
There was a problem hiding this comment.
Pull request overview
Regenerates all Microsoft.Testing.Platform localization sources to match the neutral RESX.
Changes:
- Replaces stale WebSocket transport resources with HTTP equivalents.
- Adds current HTTP endpoint/token messages and removes obsolete resource units.
Show a summary per file
| File | Description |
|---|---|
| PlatformResources.zh-Hant.xlf | Updates Traditional Chinese localization source. |
| PlatformResources.zh-Hans.xlf | Updates Simplified Chinese localization source. |
| PlatformResources.tr.xlf | Updates Turkish localization source. |
| PlatformResources.ru.xlf | Updates Russian localization source. |
| PlatformResources.pt-BR.xlf | Updates Brazilian Portuguese localization source. |
| PlatformResources.pl.xlf | Updates Polish localization source. |
| PlatformResources.ko.xlf | Updates Korean localization source. |
| PlatformResources.ja.xlf | Updates Japanese localization source. |
| PlatformResources.it.xlf | Updates Italian localization source. |
| PlatformResources.fr.xlf | Updates French localization source. |
| PlatformResources.es.xlf | Updates Spanish localization source. |
| PlatformResources.de.xlf | Updates German localization source. |
| PlatformResources.cs.xlf | Updates Czech localization source. |
Review details
- Files reviewed: 13/13 changed files
- Comments generated: 0
- Review effort level: Medium
There was a problem hiding this comment.
Note
🤖 Automated review by GitHub Copilot. Generated by the Expert Code Review workflow. To request a follow-up action, reply by tagging @copilot directly.
Review Summary
No issues found. This is a pure XLF regeneration via the UpdateXlf target — the correct approach per repo guidelines.
All 13 .xlf files replace stale WebSocket resource strings with the new HTTP transport strings from PlatformResources.resx. New entries correctly use state="new" (untranslated placeholder using English source text), which is expected for freshly added resources awaiting localization.
No code, API surface, logic, or behavioral changes — localization-only.
Follow-up to #10175. Regenerates all Microsoft.Testing.Platform XLF files from the current neutral RESX so HTTP transport resources replace the stale WebSocket units. Generated with the project UpdateXlf target.