Uh oh!
There was an error while loading. Please reload this page.
Restore localization filters after #10268 - #10281
Conversation
Remove invalid translations reintroduced by a late OneLocBuild commit after the filtered PR had already been approved. 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
Restores localization units overwritten by late OneLocBuild commits after #10268’s review.
Changes:
- Restores nine invalid translations to English fallback with
state="new". - Removes an extraneous
{0}placeholder from the French analyzer text.
Show a summary per file
| File | Description |
|---|---|
CrashDumpResources.fr.xlf | Restores crash-sequence fallback text. |
Resources.zh-Hant.xlf | Restores ResourceLock description fallback. |
Resources.ru.xlf | Restores ResourceLock description fallback. |
Resources.ja.xlf | Restores Native AOT description fallback. |
Resources.fr.xlf | Removes an invalid placeholder. |
Resources.es.xlf | Restores ResourceLock message fallback. |
Resources.de.xlf | Restores ResourceLock description fallback. |
Resource.de.xlf | Restores cleanup cancellation fallback. |
PlatformAdapterResources.ko.xlf | Restores browser runsettings fallback. |
PlatformAdapterResources.de.xlf | Restores browser runsettings fallback. |
Review details
- Files reviewed: 10/10 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
Verdict: ✅ All clear — no issues found.
This PR reverts invalid OneLocBuild translations that landed after #10268 was approved, resetting affected <target> elements to state="new" with the English source text. The changes are mechanical and correct:
- All 10
.xlffiles consistently resetstate="translated"→state="new"with the English source as placeholder. - The XML prolog BOM/whitespace fix (
<?xml version="1.0" encoding="utf-8"?>) is consistently applied. - The
Resources.fr.xlffix removes a stray{0}placeholder that was incorrectly present in the French translation.
No public API, logic, or behavioral changes. No concerns across any of the 22 review dimensions.
Uh oh!
There was an error while loading. Please reload this page.
Follow-up to #10268. A late OneLocBuild commit landed after the filtered head was approved and reintroduced invalid translations in 10 files. This restores those reviewed resource units to their pre-merge values.