Fix overlocalization issues#12570
Conversation
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
There was a problem hiding this comment.
Pull request overview
This PR addresses overlocalization issues in PowerShell documentation by preventing technical terms from being translated in localized versions. The changes apply consistent formatting using backticks around cmdlet names and parameter aliases.
- Wraps cmdlet names in backticks in "See also" sections to prevent localization
- Wraps parameter aliases in backticks to prevent localization
- Updates documentation dates to reflect the changes
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| reference/7.6/Microsoft.PowerShell.Core/About/about_Output_Streams.md | Added backticks around cmdlet names in "See also" section and updated ms.date |
| reference/7.6/Microsoft.PowerShell.Core/About/about_CommonParameters.md | Added backticks around cmdlet names and parameter aliases, updated ms.date |
| reference/7.5/Microsoft.PowerShell.Core/About/about_Output_Streams.md | Added backticks around cmdlet names in "See also" section and updated ms.date |
| reference/7.5/Microsoft.PowerShell.Core/About/about_CommonParameters.md | Added backticks around cmdlet names and parameter aliases, updated ms.date |
| reference/7.4/Microsoft.PowerShell.Core/About/about_Output_Streams.md | Added backticks around cmdlet names in "See also" section and updated ms.date |
| reference/7.4/Microsoft.PowerShell.Core/About/about_CommonParameters.md | Added backticks around cmdlet names and parameter aliases, updated ms.date |
| reference/5.1/Microsoft.PowerShell.Core/About/about_Output_Streams.md | Added backticks around cmdlet names in "See also" section and updated ms.date |
| reference/5.1/Microsoft.PowerShell.Core/About/about_CommonParameters.md | Added backticks around cmdlet names and parameter aliases, updated ms.date |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Learn Build status updates of commit 5bc14ab: ✅ Validation status: passed
For more details, please refer to the build report. |
PR Summary
Fix overlocalization issues
PR Checklist