Skip to content

Commit 7b44d24

Browse files
(AB-506289) Fix overlocalization for about_Module_Manifests (#12708)
Prior to this change, some keywords for the module manifest were overlocalized because the keywords are also general language, like `Author` and `Description`. This change: - Adds a set of words and phrases not to localize to reduce confusion. - Makes minor changes for clarity in localization. - Fixes AB#506289
1 parent 1b19eac commit 7b44d24

File tree

4 files changed

+36
-12
lines changed

4 files changed

+36
-12
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Module_Manifests.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
---
22
description: Describes the settings and practices for writing module manifest files.
33
Locale: en-US
4-
ms.date: 09/04/2025
4+
ms.date: 01/28/2026
5+
no-loc:
6+
- Windows PowerShell 5.1 Workflow
7+
- PowerShell Gallery
8+
- Author
9+
- Copyright
10+
- Description
511
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_module_manifests?view=powershell-5.1&WT.mc_id=ps-gethelp
612
schema: 2.0.0
713
title: about_Module_Manifests
@@ -112,8 +118,8 @@ followed by a matrix that lists:
112118

113119
- **Input type**: The object type that you can specify for this setting in the
114120
manifest.
115-
- **Required**: If this value is `Yes`, the setting is required both to import
116-
the module and to publish it to the PowerShell Gallery. If it's `No`, it's
121+
- **Required**: If this value is "Yes", the setting is required both to import
122+
the module and to publish it to the PowerShell Gallery. If it's "No", it's
117123
required for neither. If it's `PowerShell Gallery`, it's only required for
118124
publishing to the PowerShell Gallery.
119125
- **Value if unset**: The value this setting has when imported and not

reference/7.4/Microsoft.PowerShell.Core/About/about_Module_Manifests.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
---
22
description: Describes the settings and practices for writing module manifest files.
33
Locale: en-US
4-
ms.date: 09/04/2025
4+
ms.date: 01/28/2026
5+
no-loc:
6+
- Windows PowerShell 5.1 Workflow
7+
- PowerShell Gallery
8+
- Author
9+
- Copyright
10+
- Description
511
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_module_manifests?view=powershell-7.4&WT.mc_id=ps-gethelp
612
schema: 2.0.0
713
title: about_Module_Manifests
@@ -112,8 +118,8 @@ followed by a matrix that lists:
112118

113119
- **Input type**: The object type that you can specify for this setting in the
114120
manifest.
115-
- **Required**: If this value is `Yes`, the setting is required both to import
116-
the module and to publish it to the PowerShell Gallery. If it's `No`, it's
121+
- **Required**: If this value is "Yes", the setting is required both to import
122+
the module and to publish it to the PowerShell Gallery. If it's "No", it's
117123
required for neither. If it's `PowerShell Gallery`, it's only required for
118124
publishing to the PowerShell Gallery.
119125
- **Value if unset**: The value this setting has when imported and not

reference/7.5/Microsoft.PowerShell.Core/About/about_Module_Manifests.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
---
22
description: Describes the settings and practices for writing module manifest files.
33
Locale: en-US
4-
ms.date: 09/04/2025
4+
ms.date: 01/28/2026
5+
no-loc:
6+
- Windows PowerShell 5.1 Workflow
7+
- PowerShell Gallery
8+
- Author
9+
- Copyright
10+
- Description
511
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_module_manifests?view=powershell-7.5&WT.mc_id=ps-gethelp
612
schema: 2.0.0
713
title: about_Module_Manifests
@@ -112,8 +118,8 @@ followed by a matrix that lists:
112118

113119
- **Input type**: The object type that you can specify for this setting in the
114120
manifest.
115-
- **Required**: If this value is `Yes`, the setting is required both to import
116-
the module and to publish it to the PowerShell Gallery. If it's `No`, it's
121+
- **Required**: If this value is "Yes", the setting is required both to import
122+
the module and to publish it to the PowerShell Gallery. If it's "No", it's
117123
required for neither. If it's `PowerShell Gallery`, it's only required for
118124
publishing to the PowerShell Gallery.
119125
- **Value if unset**: The value this setting has when imported and not

reference/7.6/Microsoft.PowerShell.Core/About/about_Module_Manifests.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
---
22
description: Describes the settings and practices for writing module manifest files.
33
Locale: en-US
4-
ms.date: 09/04/2025
4+
ms.date: 01/28/2026
5+
no-loc:
6+
- Windows PowerShell 5.1 Workflow
7+
- PowerShell Gallery
8+
- Author
9+
- Copyright
10+
- Description
511
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_module_manifests?view=powershell-7.6&WT.mc_id=ps-gethelp
612
schema: 2.0.0
713
title: about_Module_Manifests
@@ -112,8 +118,8 @@ followed by a matrix that lists:
112118

113119
- **Input type**: The object type that you can specify for this setting in the
114120
manifest.
115-
- **Required**: If this value is `Yes`, the setting is required both to import
116-
the module and to publish it to the PowerShell Gallery. If it's `No`, it's
121+
- **Required**: If this value is "Yes", the setting is required both to import
122+
the module and to publish it to the PowerShell Gallery. If it's "No", it's
117123
required for neither. If it's `PowerShell Gallery`, it's only required for
118124
publishing to the PowerShell Gallery.
119125
- **Value if unset**: The value this setting has when imported and not

0 commit comments

Comments
 (0)